Skip to content

Releases: ShaoHans/Abp.RadzenUI

v2.1.1

30 May 14:10

Choose a tag to compare

v2.1.0

30 May 10:22

Choose a tag to compare

Full Changelog: v2.0.2...v2.1.0

v2.0.2

17 May 04:42

Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

v2.0.1

16 May 14:28

Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

Layered Refactor and Unified EF Core Package

16 May 01:27

Choose a tag to compare

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.UI as 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.EntityFrameworkCore and AbpRadzen.Messages.EntityFrameworkCore are replaced by AbpRadzen.EntityFrameworkCore
  • ConfigureDataDictionary() and ConfigureMessages() are replaced by ConfigureAbpRadzenUI()
  • 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

15 May 10:14

Choose a tag to compare

Full Changelog: v1.6.1...v1.6.2

v1.6.1

15 May 09:59

Choose a tag to compare

update  version 1.6.1

v1.6.0

15 May 09:06

Choose a tag to compare

Full Changelog: v1.5.1...v1.6.0

add user messages

v1.5.1

09 May 13:20

Choose a tag to compare

Full Changelog: v1.5.0...v1.5.1

v1.5.0

07 May 13:58

Choose a tag to compare

Full Changelog: v1.4.2...v1.5.0