Skip to content

Releases: DDTH/blazor-admin-template

Release v1.2.0

02 Dec 12:41
10f0123
Compare
Choose a tag to compare

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

21 Nov 15:01
01c9288
Compare
Choose a tag to compare

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

31 Oct 14:20
7c6c683
Compare
Choose a tag to compare

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

29 Oct 14:32
9e908b2
Compare
Choose a tag to compare

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.