0.20.3
版本发布时间: 2024-09-03 07:18:59
ant-design-blazor/ant-design-blazor最新发布版本:0.20.4.2(2024-09-11 07:34:49)
What's Changed
-
🔥 Documentation is generated from the code files now so the site should match the library much closer. #3013 @kooliokey
-
Table
- 🆕 Add SelectAll event callback. #4142 @ElderJames
- 🛠 Refactor reduce rendering for dynamic columns. #4138 @ElderJames
-
Tabs
- 🐞 Fixed reusetabs update title after menus were loaded. #4112 @ElderJames
- 🐞 Fixed Tabs the Drag & Drop. #4147 @ElderJames
-
Form
- 🐞 Fixed check if _editContext exists when disposing. #4136 @ogix
- 🐞 Fixed exception during validation for some nullable types. #4137 @ElderJames
-
Drawer
- 🛠 Refactor Change the Height and Width of the Drawer to the string type to support the percentage argument. #4120 @kx500
- 🐞 Fixed closing animation effect. #4122 @ElderJames
-
🐞 Fixed Select An exception is raised when values change in some cases. #4117 @pankey888
-
🐞 Refactor Menu that hiding overlay before handling OnClick event. #4121 @pankey888
-
🛠 Refactor the DI lifetime. #4123 @ElderJames
-
🐞 Fixed comments from locale json file. #4116 @ogix
-
Codebase
Breaking Changes
- Card: The CardTabs parameter has been removed, and Tabs should be placed directly in the Card's ChildContent.
- Darwer: The type of
Height
andWidth
parameters are changed to string, so the int variable you originally bound needs to be converted and assigned.
New Contributors
- @ogix made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/4116
- @kx500 made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/4120
- @WeihanLi made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/4125
- @stratosblue made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/4129
Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.20.2...0.20.3