0.19.0
版本发布时间: 2024-05-09 23:25:02
ant-design-blazor/ant-design-blazor最新发布版本:0.20.4.2(2024-09-11 07:34:49)
What's Changed
-
TreeSelect
- 🆕 Add ExpandedKeys parameter. #3844 @pankey888
- 🆕 Add TitleIconTemplate. #3834 @pankey888
- 🆕 Add supports generic value. #3831 @ElderJames
- 🐞 Fixed mismatch occurs between tags and checked nodes in the TreeSelect if TreeCheckable is set. #3839 @pankey888
- 🐞 Fixed the tree will be collapsed after any node is selected. #3827 @pankey888
-
Form
- 🔥 Add support for static SSR. #3580 @ElderJames
- 🆕 Add support interactive localization for DataAnnotations. #3823 @ElderJames
- 🐞 Fixed null reference exception. #3815 @ElderJames
- 🐞 Fixed shouldn't validate until submit in non-validate-on-change. #3812 @ElderJames
- 🐞 Fixed the required data annotation doesn't work in dynamic model. #3811 @ElderJames
- 🐞 Fixed IsModified work incorrectly when ValidateOnChange is false. #3795 @ElderJames
- 🐞 Fixed rule validation for dynamic fields. #3791 @ElderJames
- 🐞 Fixed AntInputComponentBase Dictionary Type judgement. #3787 @tiansfather
-
ReuseTabs
- 🆕 Acd make the Page of ReuseTabsService public. #3800 @ElderJames
- 📖 Docs add reusetabs documation and demos. #3802 @ElderJames
- 🐞 Fixed shouldn't auto navigate to the first pinned tab. #3825 @ElderJames
-
Select
- 🆕 Add EnumSelect Support using 'bind-Value' to get or set multiple enumeration values with the Flags attribute. #3843 @pankey888
- 🐞 Fixed List order after datasource change. #3806 @miguelkmarques
- 📖 Docs add search sample for table select demo. #3797 @ElderJames
-
Modal
- 🆕 Add support customized header (#3579). 7be4807 @Pat Hartl
- 🆕 Add support updaet loading state of the confirm button. #3796 @ElderJames
- 🛠 Refacotr modal that the creating methods in ModalService will return ModalRef synchronously. #3794 @ElderJames
- 🐞 Fixed delete element by JS throwing exception. #3847 @ElderJames
-
DatePicker
- 🐞 Fixed DatePicker Now button breaks when using ShowTime and ChangeOnClose. #3830 @agolub-s
- 🐞 Fixed RangePicker two-way binding failed and the preset range could not be updated. #3850 @ElderJames
-
🔥 Add implement interactive localization service. #3804 @ElderJames
-
🆕 Add Checkbox support generic value. #3715 @ElderJames
-
🐞 Fixed make IsExternalInit internal for avoiding runtime conflicts with 3rd-party libs. #3799 @ElderJames
-
🐞 Fixed InputNumber cannot bind when pasting numbers with delimiters. #3841 @HuaFangYun
-
🐞 Fixed overlay Prarent overlay hides irregularly when child is open or closed. (#3836, #3837). #3838 @pankey888
New Contributors
- @pathartl made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3579
- @tiansfather made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3787
- @miguelkmarques made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3806
- @pankey888 made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3827
- @HuaFangYun made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3841
Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.18.3...0.19.0