Skip to content

Releases: enkodellc/blazorboilerplate

CSB / Webassembly .NET Core 3.1.0

09 Jan 03:42
e19ffeb
Compare
Choose a tag to compare
  • 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

.NET Core 3 Preview 3

27 Nov 19:52
Compare
Choose a tag to compare

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

Identity Server 4 Integration

15 Oct 20:12
Compare
Choose a tag to compare
  • 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

.NET Core 3.0.100

25 Sep 10:29
Compare
Choose a tag to compare
  • .NET Core 3.0.100 / Blazor 3.0.0-preview9.19457.4 update
  • Asp.net Identity Release

User Admin UI

12 Sep 06:26
Compare
Choose a tag to compare
  • Update to .NET Core 3.0 Preview 9
  • User Management Screen (CRUD) & User Password Reset - Thanks npraskins
  • Confirmation Delete Dialog Stylize & Implementation

Refactor & Todo, Forum, Seed, Features are growing

25 Aug 08:27
Compare
Choose a tag to compare
  • 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

.NET Core Preview 8

17 Aug 12:10
Compare
Choose a tag to compare

-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

Middlware, Menu

08 Aug 08:18
Compare
Choose a tag to compare

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

.Net Core Preview 7

26 Jul 03:35
Compare
Choose a tag to compare

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

Forgot Password / AuthorizeView / @attribute[Authorize]

11 Jul 22:20
Compare
Choose a tag to compare

-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]