* release 0.6.0 * fix glup version * fix change logs
5.6 KiB
order | title | toc | timeline |
---|---|---|---|
6 | Change Log | false | true |
ant-design-blazor
strictly follows Semantic Versioning 2.0.0.
Release Schedule
- Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
- Monthly release: minor version at the end of every month for new features.
- Major version release is not included in this schedule for breaking change and new features.
0.6.0
2021-02-01
-
Table
- 🆕 support DataIndex, access object's property by path-based string. #1056 @Zonciu
- 🆕 add RowClassName attribute to table component. #1031 @mostrowski123
- 🆕 add sort directions and default sort order. #778 @cqgis
- 🆕 support multiple sorter. #1019 @ElderJames
- 🆕 Add
expandiconColumnIndex
property to specify the column in which the expansion button resides. #1002 @fan0217 - 🐞 fix selection was broken with scroll y. #1020 @ElderJames
- 🐞 Fixed style errors when expandTemplate is NULL and when data is empty. #985 @Magehernan
- 🐞 Table component add custom comparer, fix table's blazor demo. #969 @Zonciu
-
Menu
- 🆕 Add Menu divider. #1017 @anddrzejb
- 🐞 fix loop on same route & performance & duplicate highlight. #1027 @anddrzejb
-
Overlay
- 🆕 support overlay trigger without bound to a div. #937 @anddrzejb
- 🐞 fix the interop delElementFrom() exception on page refresh. #1008 @anddrzejb
- 🐞 fix(module: overlay): getFirstChildDomInfo when firstElementChild is null (#989). #989 [@Andrzej Bakun](https://github.com/Andrzej Bakun)
-
DatePicker
- 🐞 prevent the time out of range. #973 @ElderJames
- 🐞 DatePicker: fix throw exception when has default value. #972 @ElderJames
-
🆕 add image component. #1038 @ElderJames
-
🆕 add a separate action component. #1030 @ElderJames
-
🐞 layout: fix missing trigger when sider open from zero-width mode. #1007 @ElderJames
-
💄 fix back-top visible styles. #1005 @ElderJames
-
💄 fix upload file list style. #1001 @ElderJames
-
🐞 fix calendar critical exception for ChangePickerValue. #993 @anddrzejb
-
💄 Fix the missing HTML div #990 @anddrzejb
-
🐞 cascader: re-initialize options after options is changed. #980 @imhmao
-
🐞 fix Input/inputNumber/TextArea disabled attribute. #1048 @anddrzejb
-
🐞 fix throwing exception on page reload. #1040 @anddrzejb
-
🐞 Fixed issue where rebinding model or calling 'reset' method could not clear validation error message #1035 @anddrzejb
-
🐞 fix the ink delay change. #1037 @ElderJames
-
📖 update docs cache with version tag. cf2d4ed @ElderJames
-
💄 sync the style of ant-design v4.11.1. #1039 @ElderJames
-
🛠 update bUnit to 1.0.0-preview-01. #1009 @anddrzejb
-
📖 docs: scroll to hash anchor after pages are rendered. #1006 @ElderJames