Releases: ryanelian/FluentValidation.Blazor
Releases · ryanelian/FluentValidation.Blazor
4.0.0
3.0.0
BREAKING CHANGES:
- Package is now only compatible with ASP.NET Core Blazor 3.1 LTS (Server-Side) and 3.2 (WebAssembly)
- FluentValidation package is upgraded to version 9 due to popular demands. Make sure your project has FluentValidation version 9 also!
- Internal: async validations are now truly async. This change should not have any visible effect on your app.
2.1.0
2.0.0
Version 2.0.0 BREAKING CHANGES:
- Changed component namespace from FluentValidation.FluentValidator to Microsoft.AspNetCore.Components.Forms.FluentValidator to solve namespace-related issues when used in projects with Accelist.* namespace!
- Set ServiceScope property in component to private. (Accidentally made public!)