Releases: DDTH/blazor-admin-template
Releases · DDTH/blazor-admin-template
Release v2.0.0
Added/Refactoring/Deprecation
- Refactored solution/projects structure.
- Feature: Login with external account - GitHub.
- Feature: Test the generated Docker image with a health check.
Fixed/Improvements
- Optimized
dependabot.yaml
. - Fix: Dependencies with dotNet 8.
- Fix: CodeQL warnings.
Release v1.3.0
Added/Refactoring
- Feature: Login with external account - LinkedIn.
Fixed/Improvement
- Fix(CodeQL) - Severity: Note.
- Fix(CodeQL) - Severity: Warning.
- Fix(deps): dependencies for .NET 8.
- Fix: Logout link not working.
Release v1.2.0
Added/Refactoring
- Feature: Login with external account - Microsoft.
- Refactor template structure - added new project
Libs
.
Fixed/Improvement
- Fix(CodeQL): Nested if statements.
- Fix(others): Minor bug fixes and improvements.
Release v1.1.1
Fixed/Improvement
- Fix(deps): Prevent dependencies from jumping to .NET 9.
- Improvement: Notify stage changed when AppInfo is fetched.
- Fix(dev/demo): Login/Profile info are automatically filled on Development env.
Release v1.1.0
Added/Refactoring
- Refactor: control seeding data via appsettings.json
- Feature: add landing page
Fixed/Improvement
- Improvement: integrate user avatars from Gravatar.com
- Fix(CodeQL): CodeQL warnings and recommendations
Release v1.0.0
Added/Refactoring
- Feature: .NET solution structure:
Shared
,Shared.EF
,Api
and Blazor Server/Client/Shared projects. - Feature: Admin template built on CoreUI Free Bootstrap Admin Template.
- Feature: Authentication and authorization using JWT and ASP.NET Core Identity.
- Feature: Sample database access implementation with Entity Framework.
- Feature: Sample GitHub Actions workflows and Dockerfiles.