Blazorboilerplate Versions Save

Blazor Boilerplate / Starter Template with MudBlazor

0.5.0

4 years ago
  • MatBlazor 2.0 Breaking Changes
  • .NET Core 3.1.0 / v3.1.0-preview4 Blazor Nuget package updates
  • Admin Roles / Permissions Management. Thanks vd3d
  • Fix Login EditForm / Double submit of Login. Thanks MarkStega
  • UserProfile Fixes. Thanks mobinseven
  • Chrome Cookie updates. Thanks oneparameter

0.4.0

4 years ago

-Identity Server 4 - Authentication with ASP.Net Identity Authorization with Policies -v3.1.0-preview3 / Nuget Package updates -Authorize / Policy Examples on Users Page

0.3.0

4 years ago
  • Identity Server 4 First Release - Delete your DB! Thanks to ganmuru
  • User Profile Store Last Page Visited / Return on Login
  • .NET Core 3.0.100 / Blazor 3.0.0-preview9.19457.4 update
  • Known Issues:
    • IAuditable Shadow Properties not getting UserId

0.2.3

4 years ago
  • .NET Core 3.0.100 / Blazor 3.0.0-preview9.19457.4 update
  • Asp.net Identity Release

0.2.2

4 years ago
  • Update to .NET Core 3.0 Preview 9
  • User Management Screen (CRUD) & User Password Reset - Thanks npraskins
  • Confirmation Delete Dialog Stylize & Implementation

0.2.0

4 years ago
  • CRUD Todo List example

  • Restructure Project Refactor BlazorBoilerplate.Shared for N-Tier Design

  • Automapper for Client (dto) / Server Models

  • Removed old Migrations. Recommend to delete your database to start new.

  • Implement ShadowProperties for Auditable, SoftDelete Interfaces for Models (In Progress)

  • DB Seed Data

  • Forum

  • Known Issues: -IAuditable Shadow Properties not getting UserId

0.1.9

4 years ago

-Update to SDK 3.0.0-preview8-28405-07

  • Added IpAddress and UserId to Middleware ApiLogging

  • Review / Fix VS code Warnings and Information notice. Clean up code.

  • UserProfile - Beta

  • MatBlazor 1.6.0

  • Next version will be major Refactor

01.8

4 years ago

Breaking Changes to API

  • Middleware to log Api Requests and Responses for auditing and debugging. Thanks salslab
  • Middleware for consistent API Responses and Exception Handlin. Thanks proudmonkey
  • Email Pop3 / IMAP retrieval. Thanks npraskins
  • Responsive Navigation / Closed / Full / Minified / Minified & Hover effect
  • Added MatNavMenu PR for MatBlazor - Ver 1.5

0.1.7

4 years ago

-User Profile Management -Refactor Email Settings and API -MatBlazor 1.3.0 -Migrate to .NET Core 3.0

0.1.6

4 years ago

-Email confirmation on Registration -Configure Email Configuration in server appsettings.json -Set "RequireConfirmedEmail" to true in appsettings.json -Forgot Password -Configure Email Configuration in server appsettings.json -Updated Email Templates for Forgot Password -Screenshots Page -Implement AuthorizeView and @attribute[Authorize]