Skip to content

1.0.1

Compare
Choose a tag to compare
@sbwalker sbwalker released this 23 Jun 14:58
· 5318 commits to master since this release
9ea5da5

Release Notes

We deeply appreciate the contributions from our community. A grand total of 57 pull requests by 8 contributors were integrated into this release.

Noteworthy Changes in v1.0.1

#631 Fixed ThemeService using tenant aware api calls
#632 enhancement to load dependencies from the /bin if they are not loaded automatically
#628 Fix Dashboard button/input table col size
#625 Send notification based on a future datetime
#630 upgrade themes to latest Bootstrap
#622 refactored script resource declaration to allow for bundling
#621 moving Bootstrap declaration out of _host and into theme
#608 Add JavaScript dependency manager
#606 Add possibility to switch off Swagger in production
#596 Fixed type filtering in assembly extensions
#582 Restore support for third party assembly dependencies in modules and themes when running on WebAssembly
#581 restrict user data leakage
#576 Added support for friendly names and thumbnails in theme, layout, and container components. Added fallback support during loading for themes, layout, and containers.
#572 restrict container selection to the current theme, hide layout selection if theme does not support layouts, make behavior consistent for all theme/layout/container selection
#555 page redirect support and added missing unique indexes on database tables
#551 Uri extensions for read query values
#549 Search in User management
#548 Fix Alias name route causing behavior issues on Azure
#547 Refactor Javascript and Stylesheet loading
#534 Improvements to ModuleCreator external template to use Package references and include framework in Nuspec file

List of Contributors in v1.0.1

Shaun Walker @sbwalker
Pavel Veselý @chlupac
Jim Spillane @jimspillane
Mike Casas @mikecasas
Cody @thabaum
Sven Reichelt @svreic
Bhanu Prakash Korthiwada @BhanuKorthiwada
Daniel Mettler @iJungleboy

Additional Resources

The Oqtane Framework is built on Blazor, an open source and cross-platform web UI framework for building single-page apps using .NET and C# instead of JavaScript.

This release of Oqtane is targeted at .NET Core 3.2 (v3.1.300+). This release is upgradeable from Oqtane v1.0.0. Simply install this release and your database will be upgraded automatically.

Oqtane supports both Blazor Server and Blazor WebAssembly in the same code base ( you can switch hosting models by changing the Runtime setting in the Oqtane.Server\appsettings.json file ):

{
  "Runtime": "Server"
} 

or

{
  "Runtime": "WebAssembly"
} 

Please note that this project is property of the .NET Foundation