* docs: changelog for 0.7.0 * translation & conclude Co-authored-by: James Yeung <shunjiey@hotmail.com>
12 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.7.0
2021-03-02
-
🔥 Add overlay boundary detection and orientation adjustment. #1109 @mutouzdl
-
🐞 Tree: fixed selected highlight confusion. #1161 @qinhuaihe
-
🐞 Grid: fixed gutter. #1158 @anddrzejb
-
🐞 List: Removed unintended console output from SetGutterStyle. #1159 @superjerry88
-
🐞 Docs: fixed anchor and improvement. #1107 @ElderJames
-
Select:
- 🔥 Use Func to get/set value instead of reflection. #1168 @Zonciu
- 🐞 Fixed two-way binding #1191 @anddrzejb
- 🐞 Fixed tag duplication at multiple selection mode. #1162 @anddrzejb
- 🐞 Fixed new tag item label and value. #1121 @anddrzejb
- 🐞 Fixed DefaultActiveFirstOption. #1115 @anddrzejb
- 🐞 Removed
AllowCustomTags
andOnCreateCustomTag
, addedPrefixIcon
. #1087 @anddrzejb
-
Table:
- 🔥 Add table filters. #1178 @ElderJames
- 🔥 Add editable cell/row demo. #1152 @ElderJames
- 🆕 Add OnRow and OnRow method. #1175 @qinhuaihe
- 🐞 Fixed selectedRows exception. #1148 @qinhuaihe
- 🐞 Support more generic units for scroll x/y. #1137 @ElderJames
- 🐞 Fixed missing value for the sort property of SortModel. #1105 @ElderJames
- Fixed showing empty status when there are no data. #1180 @ElderJames
- 🐞 Fixed tree data exception when
GetChildren
return Null。#1188 @ElderJames
-
DatePicker
- 🆕 Fixed for not nullable - on clear set to defaults. #1100 @anddrzejb
- 🐞 Fixed date typing, enter behavior, overlay toggle. #1145 @anddrzejb
- 🐞 Fixed incorrect date format strings fix. #1097 @anddrzejb
- 🐞 Fixed FirstDayOfWeek configuration. #1054 @anddrzejb
- 🐞 Fixed placeholder and value equals null. #1088 @anddrzejb
-
Steps
- 🐞 Fixed wrong progress style. #1072 @ElderJames
- 🐞 fixed blocked navigation. #1071 @Tfurrer
-
Menu
- 🆕 Add MenuItem tooltip and SubMenu trigger type. #1082 @ElderJames
- 🆕 Add inline indent parameter. #1076 @ElderJames
- 🐞 Fixed Nav Menu Collapse Unresponsive. #1144 @mutouzdl
- 🐞 Fixed active parent menu for routed links. #1134 @anddrzejb
- 🐞 Fixed can't collapse follow the sider. #1069 @ElderJames
-
Cascader
- 🔥 Add a pull-down effect to Cascader (integrated Overlay components). #1112 @mutouzdl
- 🐞 Fixed
OnChange
called twice. #1151 @anddrzejb
-
Input
-
🐞 fixed the focus bug for InputPassword. #1146 @anddrzejb
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