Skip to content

Releases: DDTH/blazor-admin-template

Release v2.0.0

03 May 13:02
377cc29
Compare
Choose a tag to compare

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

31 Mar 05:07
ea59aa4
Compare
Choose a tag to compare

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

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.