Release Notes
Check the latest changes and new features
-
net
Added new tenant endpoint. Improved create new tenant forms.
-
vue
Added two powerful new components: Vue-Multiselect and Vue Date Picker.
-
net
The Nano boilerplate is now available as a dotnet CLI tool. Create named projects from the command line tailored to your specifications. Quickly create services and controllers with new scaffolding commands.
-
net
Improved auth security with refresh tokens. New endpoint added to automatically regenerate JWT tokens with a long-expiry refresh token.
-
general
React and Vue projects updated with refresh token logic.
-
general
Documentation updated
-
general
Applied universal theme with Bootstrap 5 and SCSS styles
-
general
Documentation updated
-
vue
Vue 3 frontend project added
-
react
Rebuilt with new Bootstrap 5 theme
-
net
Renamed sample entity Venues to Products, changed API endpoint names, updated Postman collection, Migrated from .NET 7 to .NET 8
-
net
Added Ardalis Specification with dynamic sorting extension
-
net
Refactored repository DTO mappings to use Automapper’s projectTo() method for better performance when retrieving related entities
-
net
Removed soft delete as default behavior, added separate base class for auditable entities that should implement soft delete
-
razor
Enhanced Razor Pages UI, full responsive theme
-
net
Added multiple database option for multi-tenant data isolation. Configurable as single-database, multi-database, or hybrid
-
net
Added support for DataTables server-side pagination (datatables.net)
-
razor
Added Razor Pages UI
-
react
Updated exception handling
-
react
Updated from React 17 to React 18
-
react
Refactored routing, updated from React Router 5 to React Router 6
-
net
Updated from .NET 6 to .NET 7
-
net
Added Specification Pattern, bug fixes
-
general
Initial release