Releases: ShaoHans/Abp.RadzenUI
Releases · ShaoHans/Abp.RadzenUI
v2.1.1
v2.1.0
Full Changelog: v2.0.2...v2.1.0
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Full Changelog: v2.0.0...v2.0.1
Layered Refactor and Unified EF Core Package
What's new
v2.0.0 introduces a major structural refactor of Abp RadzenUI.
This release splits the project into a standard layered architecture and makes the application and persistence layers reusable outside the Blazor Server UI package.
Highlights
- Added dedicated layered packages:
- AbpRadzen.Domain.Shared
- AbpRadzen.Domain
- AbpRadzen.Application.Contracts
- AbpRadzen.Application
- AbpRadzen.EntityFrameworkCore
- Kept
AbpRadzen.Blazor.Server.UIas the UI shell package - Unified the Data Dictionary and Messages EF Core support into a single package:
AbpRadzen.EntityFrameworkCore
- Unified EF Core model configuration through:
ConfigureAbpRadzenUI()
- Moved shared localization resources into
Domain.Shared - Updated README files and NuGet publishing workflow to match the new package layout
Breaking changes
AbpRadzen.DataDictionary.EntityFrameworkCoreandAbpRadzen.Messages.EntityFrameworkCoreare replaced byAbpRadzen.EntityFrameworkCoreConfigureDataDictionary()andConfigureMessages()are replaced byConfigureAbpRadzenUI()- Several application, contract, domain, permission, and localization types were moved into dedicated assemblies
Published packages
- AbpRadzen.Blazor.Server.UI
- AbpRadzen.LinkAccounts
- AbpRadzen.EntityFrameworkCore
- AbpRadzen.Application.Contracts
- AbpRadzen.Application
- AbpRadzen.Domain
- AbpRadzen.Domain.Shared
v1.6.2
Full Changelog: v1.6.1...v1.6.2
v1.6.1
v1.6.0
Full Changelog: v1.5.1...v1.6.0
add user messages
v1.5.1
Full Changelog: v1.5.0...v1.5.1
v1.5.0
Full Changelog: v1.4.2...v1.5.0