0.13.2
版本发布时间: 2022-12-31 22:27:37
ant-design-blazor/ant-design-blazor最新发布版本:0.20.4.2(2024-09-11 07:34:49)
-
Table
- 📖 Docs add a search box in the filter & sorter demo to enable custom filtering. #2955 @ElderJames
- 🐞 Fixed Selection Component Hidden Property not working. #2945 @berkerdong
- 🐞 Fixed
Hidden
parameter for ActionColumn doesn't work. #2946 @ElderJames - 🐞 Fixed IQueryable or IEnumerable using AsNoTracking will cause select data duplication bug. #2944 @berkerdong
- 🐞 Fxied can't restore the query state of filters which value is enum type. #2941 @ElderJames
- 🐞 Fixed Infinite loop when HidePagination and PageSize were set at the same time and datasource is empty. #2919 @ElderJames
-
DatePicker
-
Input
-
🆕 Add TreeSelect TitleTemplate for tree nodes. #2940 @rhodon-jargon
-
🆕 Add RequiredMark to Form to allow displaying indicators next to required, optional or no fields. #2930 @wss-kroche
-
🐞 Fixed Tabs some issues with dynamic rendering. #2967 @ElderJames
-
🛠 Refactor Notification that add an interface INotificationService. It is backwards compatible, but new code should inject INotificationService. #2948 @wss-javeney
-
🐞 Fixed InputNumber triggering a constant Increase/Decrease in certain scenarios. #2953 @ElderJames
-
🐞 Fixed Statistic CountDown format incorrectly when publish with trimming. #2943 @ElderJames
-
🐞 Fixed
ClassMapper
would get twice css classes. #2934 @berkerdong -
🐞 Fixed built-in System.Text.Json for netstandard2.1 target to avoid compatibility exceptions. #2922 @ElderJames
-
Table
- 📖 文档 查询和排序的 demo 中加入额外的查询框,并实现联合搜索。#2955 @ElderJames
- 🐞 修复 Selection 列 Hidden 属性不起作用的问题。#2945 @berkerdong
- 🐞 修复 Table 的 ActionColumn 的 Hidden 属性不起作用的问题。#2946 @ElderJames
- 🐞 修复 当用了 AsNoTracking 的 IQueryable 作为 DataSource 时导致选中项重复的问题#2944 @berkerdong
- 🐞 修复 不能恢复枚举类型的 Filter 的查询状态。#2941 @ElderJames
- 🐞 修复 当同时设置了 HidePagination 和 PageSize 且 DataSource 为空时导致无限循环。#2919 @ElderJames
-
DatePicker
- 🆕 新增 RangePicker 的 SuffixIcon 属性以允许自定义后缀图标。#2935 @wss-javeney
- 🐞 修复 DatePicker 在启用时间选择且 Value 为 null 时,点击 input 框出现异常的问题#2920 @Alexbits
-
Input
- 🐞 修复
OnChange
事件会被触发三次,以及清除按钮不能跟Suffix
同时显示的问题。#2970 @ElderJames - 🐞 修复在 Dispose 时的偶尔的 null 引用异常.#2966 @dracan
- 🐞 修复
-
🆕 新增 TreeSelect 支持给节点设置 TitleTemplate#2940 @rhodon-jargon
-
🆕 新增 Form 的 RequiredMark 属性以允许在必填、可选或无的字段旁边显示指示符。#2930 @wss-kroche
-
🐞 修复 Tabs 的一些关于动态渲染的问题。#2967 @ElderJames
-
🛠 重构 Notification 的
NotificationService
增加了INotificationService
接口。#2948 @wss-javeney -
🐞 修复 InputNumber 在某些场景下不停触发 递增/递减 的问题。#2953 @ElderJames
-
🐞 修复 Statistic 的 CountDown 再裁剪发布时格式化无效的问题。#2943 @ElderJames
-
🐞 修复 ClassMapper 的 css classes 出现两次。#2934 @berkerdong
-
🐞 修复 System.Text.Json 旧版本的bug,给 netstandard2.1 目标内置7.0版本#2922 @ElderJames
New Contributors
- @rhodon-jargon made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/2940
- @wss-kroche made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/2930
- @wss-javeney made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/2935
- @dracan made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/2966
Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.13.1...0.13.2