Skip to content

1.0.4

Compare
Choose a tag to compare
@sbwalker sbwalker released this 09 Sep 16:57
· 4964 commits to master since this release
38f2fa5

Release Notes

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

Noteworthy Changes in v1.0.4

#723 - created Oqtane architecture diagram
#721 - use Label component in Module Creator templates
#720 - add upload support for SVG and ICO files
#716 - enhanced Module Creator to allow developer to specify framework reference version so that modules can target any version including the local development environment
#715 - improved module/theme installation by saving the list of files which are in the Nuget package and using that list to remove them during uninstall
#714 - added support for dynamic inclusion of global resources in _host.cshtml ( ie. global stylesheets and scripts such as those required by UI component suites )
#711 - wired up JavaScript support in Module Creator templates
#705 - ensure folder does not contain files during deletion and remove directory during deletion, fix validation issue in add page which would allow a user to create a page without selecting a layout, modify action dialog to use its own CSS class name so it can be styled independently from the Admin Modal, rollback "container" CSS class assigment on panes
#700 - expand Url field size
#698 - fix Oqtane logo orientation
#691 - delete module pluralization in the Module Creator location display field
#688 - rename MenuHorizontal.Razor to MenuHorizontal.razor for consistency
#686 - add project reference for dotnet publish to work without errors
#685 - added support for renaming files and moving to a different folder, added support for renaming folders and moving to a different parent folder.
#683 - remove pluralization from Module Creator templates
#679 - fix creation of new profile fields, add support for required and private profile fields, integrate field level help in user profile for consistency

List of Contributors in v1.0.4

Shaun Walker @sbwalker
Hisham Bin Ateya @hishamco
Mark Davis @nohorse
Mike Casas @mikecasas

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 previous Oqtane releases. Simply install the Upgrade package 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