Skip to content

Releases: fullstackhero/blazor-starter-kit

2.2

27 Jun 04:34
Compare
Choose a tag to compare

Changelog -

  • UI Improvements
  • Docker Support
  • Better Permissions Management
  • Code Cleanups
  • RTL Support
  • Minor Bug Fixes
  • Better Project Structure

What to Expect in BlazorHero 3.0?

  • Modular Architecture
  • Cleaner Separation Of Code
  • Dedicated Documentation Website
  • Tutorials to add new entities, controllers
  • UI Updates
  • Support for PostgreSQL / MySQL - Easy DB Switching
  • Theme Manager Integration to change UI Color Palletes / Fonts on the go.
  • You can suggest your requirements as well!

2.1.0

22 May 11:35
Compare
Choose a tag to compare
  • minor bug fixes
  • UI improvements
  • validation messages fixed
  • fluent validation support

2.0

13 Apr 17:15
Compare
Choose a tag to compare
2.0

Release Notes

  • Play Notification Tone when a new Chat Message is received.
  • Auto Scroll to Last Message when a new Chat Message is received.
  • Registration Page for Unauthorized User (Currently only Admins can register new users)
  • Realtime Notifications - Dashboard Updates Realtime
  • Logout Users / Regenerate Token from Multiple Client Browsers when Permission Changes
  • FIX: Token Issue Fixed from v1.0.1
  • User Images in Chat Component
  • Chat - Integrated with Identity to support Private Chats (Will require re-migrating the DB scehmas)
  • Notifications System using SignalR
  • Document Management
  • Export to Excel
  • Audit Trails
  • FIX: Image Upload - Shift to File System from Encoded String. (REASON: Can be heavy on the db and bandwidth consumption, API responses may look huge and ugly.)
  • FIX: Code Cleanup.
  • FIX: Validations on User Registration - Show Snackbar on Exceptions / Validation Errors.
  • FIX: Remove AutoMigrations - Causes SQL Exceptions at times.

1.0.1

19 Mar 18:01
Compare
Choose a tag to compare

Added Forgot / Reset Password
HTTP Interceptor
Code Cleanup
Refresh Tokens
Auto-Logout if Refresh Tokens Fails

1.0.0

18 Mar 16:21
Compare
Choose a tag to compare

Initial Release of Blazor Hero.
Here are the features available with this Release - 1.0.0

  • Mudblazor Component Library
  • .NET 5.0+
  • Blazor Web-Assembly: ASP.NET Core Hosted
  • Onion Architecture
  • Persistent Dark Mode (Local Storage)
  • Service-Based Approach
  • MediatR at API Level
  • AutoMapper
  • API Versioning
  • JWT Authentication
  • Serilog - Server-Side Only*
  • Complete User Management
  • Profile Picture
  • Clean Fluid UI
  • CRUD Functionalities
  • Custom Error Pages
  • Localization
  • Role Management
  • User-Role Management
  • Swagger
  • Middlewares
  • Favicon
  • Default User & Role Seeding
  • Dynamic Service Registration (WASM)
  • Auto DB Migrations
  • Paginated API Responses
  • Polly - Retry Pattern for HttpClient
  • Shared Email Service
  • Hangfire Implementation
  • Custom API Response for 500,401,403
  • Specification Pattern
  • Permission Based UI Rendering