5.3.0-rc.2
版本发布时间: 2022-05-24 20:30:19
abpframework/abp最新发布版本:8.3.1(2024-09-25 17:02:33)
What's Changed
- update auto pr base branch by @muhammedaltug in https://github.com/abpframework/abp/pull/12451
- Feature modal improvement by @realLiangshiwei in https://github.com/abpframework/abp/pull/12456
- Fix LeptonX Lite menu name by @enisn in https://github.com/abpframework/abp/pull/12480
- Fix migrate-database.ps1 file by @realLiangshiwei in https://github.com/abpframework/abp/pull/12483
- Update Distributed-Event-Bus-Rebus-Integration.md by @Cyril-hcj in https://github.com/abpframework/abp/pull/12468
- Add [DisableAuditing] to TenantCreateDto.AdminPassword by @realLiangshiwei in https://github.com/abpframework/abp/pull/12499
- Update Emailing.md by @Cyril-hcj in https://github.com/abpframework/abp/pull/12493
- Remove description of
AllowTenantsToChangeEmailSettings
feature. by @maliming in https://github.com/abpframework/abp/pull/12505 - Update CLI.md by @EngincanV in https://github.com/abpframework/abp/pull/12508
- ABP 5.3 RC Blog Post by @EngincanV in https://github.com/abpframework/abp/pull/12494
- Bring 5.2 document updates to 5.3 branch by @hikalkan in https://github.com/abpframework/abp/pull/12517
- Docs: Support
diff
language for code highlight by @EngincanV in https://github.com/abpframework/abp/pull/12522 - Docs: Add diff highlight plugin by @EngincanV in https://github.com/abpframework/abp/pull/12528
- Replace abp add-package command with dotnet one by @enisn in https://github.com/abpframework/abp/pull/12544
- Upgrade Blazorise to 1.0.4 by @realLiangshiwei in https://github.com/abpframework/abp/pull/12556
- Update common.props by @skoc10 in https://github.com/abpframework/abp/pull/12559
- Output warning when
actionApiDescriptionModel is null
. by @maliming in https://github.com/abpframework/abp/pull/12561 - Create Migration Guide for v5.3 by @EngincanV in https://github.com/abpframework/abp/pull/12563
- CmsKit update static client proxies by @enisn in https://github.com/abpframework/abp/pull/12562
- Update Abp-5_3.md by @EngincanV in https://github.com/abpframework/abp/pull/12568
- Update LeptonX Documentation by @enisn in https://github.com/abpframework/abp/pull/12567
- Fix typo on the LeptonXLite/Blazor.md by @EngincanV in https://github.com/abpframework/abp/pull/12572
- Check the
ReturnUrl
onManage
page. by @maliming in https://github.com/abpframework/abp/pull/12569 - fix cli param by @muhammedaltug in https://github.com/abpframework/abp/pull/12580
- Update Module-Development-Basics.md by @Cyril-hcj in https://github.com/abpframework/abp/pull/12587
- Fix the
ValueEquals
bug. by @maliming in https://github.com/abpframework/abp/pull/12510 - Fix the problem of
ValueObject
return value. by @maliming in https://github.com/abpframework/abp/pull/12603 - CmsKit - Comments query fix by @enisn in https://github.com/abpframework/abp/pull/12612
- Repair translation by @Cyril-hcj in https://github.com/abpframework/abp/pull/12460
- Make
UserEto
class inheritIHasExtraProperties
by @maliming in https://github.com/abpframework/abp/pull/12597 - fix angular service proxy url generation parameter by @muhammedaltug in https://github.com/abpframework/abp/pull/12622
- fix angular service schematic version warning by @muhammedaltug in https://github.com/abpframework/abp/pull/12629
- Merge branch rel-5.3 with rel-5.2 by @github-actions in https://github.com/abpframework/abp/pull/12630
- Document how to check global features in MVC UI. by @maliming in https://github.com/abpframework/abp/pull/12553
- Merge branch dev with rel-5.3 by @github-actions in https://github.com/abpframework/abp/pull/12631
- Update Quick Start Documentation by @EngincanV in https://github.com/abpframework/abp/pull/12637
- Update Application.md by @EngincanV in https://github.com/abpframework/abp/pull/12625
- Add
ConcurrencyStamp
property toPersonalInfoModel
class. by @maliming in https://github.com/abpframework/abp/pull/12645 - Check
ReturnUrl
not null. by @maliming in https://github.com/abpframework/abp/pull/12656 - Add IMultiTenant to IdentityRoleNameChangedEto by @realLiangshiwei in https://github.com/abpframework/abp/pull/12666
- Rebus: Fix the problem of calling Handler multiple times by @realLiangshiwei in https://github.com/abpframework/abp/pull/12670
- Separate Blazor Server & Wasm Docs by @enisn in https://github.com/abpframework/abp/pull/12674
- Cli: Support for nested <Template-Remove> conditions by @yekalkan in https://github.com/abpframework/abp/pull/12682
- Cli: Improve <TEMPLATE-REMOVE> by @yekalkan in https://github.com/abpframework/abp/pull/12683
- Rnhance SwaggerUIBundle by @realLiangshiwei in https://github.com/abpframework/abp/pull/12686
- Update packages to latest by @realLiangshiwei in https://github.com/abpframework/abp/pull/12652
- Add missing
_Imports.razor
file to app-nolayers blazor server project by @EngincanV in https://github.com/abpframework/abp/pull/12688 - Add input the by pass markAssubmit by @mahmut-gundogdu in https://github.com/abpframework/abp/pull/12607
- Update Blazor LeptonXLite documentation by @EngincanV in https://github.com/abpframework/abp/pull/12707
- Enhanced template random SSL port feature. by @maliming in https://github.com/abpframework/abp/pull/12526
- Convert PageHeader to
h1
fromh5
by @enisn in https://github.com/abpframework/abp/pull/12710 - Update common.props by @skoc10 in https://github.com/abpframework/abp/pull/12714
- Merge branch dev with rel-5.3 by @github-actions in https://github.com/abpframework/abp/pull/12713
- Update hangfire to 1.7.29 by @realLiangshiwei in https://github.com/abpframework/abp/pull/12719
- Update Distributed-Event-Bus.md by @cuibty in https://github.com/abpframework/abp/pull/12718
- Remove build command options by @realLiangshiwei in https://github.com/abpframework/abp/pull/12729
- Add
login-info
command to CLI documentation by @EngincanV in https://github.com/abpframework/abp/pull/12733
Full Changelog: https://github.com/abpframework/abp/compare/5.3.0-rc.1...5.3.0-rc.2