0.12.5
版本发布时间: 2022-10-10 10:49:36
ant-design-blazor/ant-design-blazor最新发布版本:0.20.4.2(2024-09-11 07:34:49)
What's Changed
-
Datepicker
- 🐞 Fixed correct culture not applied when manual input. #2715 @Alexbits
-
🐞 Fixed a series of issues to make Datepicker and RangePicker behave more like antd. #2741 @Alexbits
- Fixed an issue with the OnChange event passing in an old value.
- Fixed RangePicker head not switching year.
- Fixed RangePicker selection panel display problem when both start and end in the same period.
- Fixed an issue where the end date was not highlighted when the RangePicker was selected in week mode.
- The start date is not highlighted during the end date input in the date picker with the time.
- Other minor fixes and refactorings
-
Modal
-
🐞 Fixed Core that remove the event listener when the component is disposed. #2738 @ElderJames
-
🐞 Fixed Radio that the disabled parameter for RadioGroup with
RadioOption<TValue>
options doesn't work. #2744 @ElderJames -
🐞 Fixed Table that set value for table header checkbox Disabled attribute. #2737 @YongQuan-dotnet
-
⚡️ Fixed Select that remove redundant CreateDeleteSelectOptions() calls in render cycles. #2657 @m-khrapunov
-
🛠 Fixed gulp pipeline to include less files so they end up in /staticwebassets/less in the nuget package. #2730 @paulsuart
-
Datepicker
- 🐞 修复 手动输入时间时,CultureInfo 格式不识别导致无法绑定的问题。#2715 @Alexbits
- 🐞 修复一系列问题,使 Datepicker 和 RangePicker 的行为更接近 antd。#2741 @Alexbits
- 修复 OnChange 事件传入旧值的问题。
- 修复 RangePicker 的头部无法切换年份。
- 修复 RangePicker 当开始和结束都在同一周期时,选择面板的显示问题。
- 修复 RangePicker 周选择模式时,结束日期不高亮显示的问题。
- 修复 RangePicker 在带有时间的日期选择器中输入结束日期时,开始日期不会高亮显示的问题。
- 其他一些小修复和重构
-
Modal
-
🐞 修复 底层 当组件 Dispose 时移除JS事件监听器。#2738 @ElderJames
-
🐞 修复 Radio 的 Disabled 属性在使用了 RadioOption 作为 options 的 RadioGroup 中不起作用的问题。#2744 @ElderJames
-
🐞 修复 Table 当所有selection都为Disabled=true,则头部的全选 Selection 也变为 Disable 状态。#2737 @YongQuan-dotnet
-
⚡️ 修复 Select 内部 CreateDeleteSelectOptions 方法的循环调用。#2657 @m-khrapunov
-
🛠 修复 Gulp 脚本,使LESS文件打包到NUGET包中。#2730 @paulsuart
New Contributors
- @paulsuart made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/2730
- @dmitry-pavlov made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/2764
Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.12.4...0.12.5