0.15.1
版本发布时间: 2023-06-18 20:00:55
ant-design-blazor/ant-design-blazor最新发布版本:0.20.4.2(2024-09-11 07:34:49)
Happy Father's Day!
What's Changed
-
Table
- 🆕 Add the items of DataSource support interface types. #3297 @ElderJames
- 🐞 Fixed the text would overflow at the cell which is fixed and ellipsis. #3291 @ElderJames
- 🐞 Fixed empty status position incorrectly during pre-rendering stage, and avoid unnecessary use of ResizeObserver. #3281 @ElderJames
-
Tree
-
🐞 Fixed DatePicker that OnOpenChange would be called twice on RangePicker close. #3307 @Alexbits
-
🐞 Fixed Tabs duplicated pinned tabs in reusetab. #3306 @ElderJames
-
🐞 Fixed Radio infinite loop render after changing the bind value out of the optons. #3287 @ElderJames
-
🐞 Fixed DomEventListener that remove the shared event subscriptions from it's store after there are no one are listening the event. #3278 @ElderJames
-
🐞 Fixed incorrect call of
EditContext.NotifyFieldChanged
whenSelectBase.Values
is set (unchanged) to null. #3277 @rhodon-jargon -
📖 Update Statistic docs and add a demo about Separator usage. #3166 @Alerinos
-
Table
- 🆕 增加 支持接口类型的 DataSource 子项。#3297 @ElderJames
- 🐞 修复 在列定义设置了 Fixed 和 Ellipsis 后,文本超长会超出单元格的问题。#3291 @ElderJames
- 🐞 修复 空状态团在预渲染时定位不正确的问题,并进少了不必要的 ResizeObserver 订阅。#3281 @ElderJames
-
Tree
-
🐞 修复 DatePicker 的 RangePicker 在关闭时会触发两次 OnOpenChange。#3307 @Alexbits
-
🐞 修复 Tabs 的 Reusetabs 当有固定标签时,再次导航改标签会重复的问题。#3306 @ElderJames
-
🐞 修复 Radio 当绑定值变成不在选项中的值后会无限循环的问题。#3287 @ElderJames
-
🐞 修复 DomEventListener 移除不再订阅共享事件的事件列表,避免再次订阅时没创新事件监听器。#3278 @ElderJames
-
🐞 修复 Select 在
SelectBase.Values
被设置为null时,EditContext.NotifyFieldChanged
调用不正常的问题。#3277 @rhodon-jargon
New Contributors
- @Jtfk made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3275
- @ruyisee made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3274
- @Alerinos made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3166
Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.15.0...0.15.1