|
1 |
| -# Change Log |
| 1 | +# Change Log (The following content is translated by Google) |
2 | 2 |
|
3 | 3 | `ant-design-vue` strictly follows [Semantic Versioning 2.0.0](http://semver.org/).
|
4 | 4 |
|
|
10 | 10 |
|
11 | 11 | ---
|
12 | 12 |
|
| 13 | +## 1.5.4 |
| 14 | + |
| 15 | +`2020-04-30` |
| 16 | + |
| 17 | +- 🌟 `DatePicker` supports the align attribute and sets the popup position [#1112f2](https://github.com/vueComponent/ant-design-vue/commit/1112f2f791fd64866284ec82def90baefe81e798) |
| 18 | +- 🌟 `DatePicker` supports inputReadOnly attribute [#138eae](https://github.com/vueComponent/ant-design-vue/commit/138eae594dd440ce815e45d811a0778cb3e7583f) |
| 19 | +- 🌟 `DatePicker` `TimePicker` `Calendar` supports string-type binding values [#718](https://github.com/vueComponent/ant-design-vue/issues/718) |
| 20 | +- 🌟 `Table` `ConfigProvider` adds `transformCellText` for transforming table rendering values, such as processing of empty data [#2109](https://github.com/vueComponent/ant-design-vue/issues/2109) |
| 21 | +- 🌟 `FormModel` added validateMessages attribute [#2130](https://github.com/vueComponent/ant-design-vue/issues/2130) |
| 22 | +- 🌟 Optimize pop-up window animation effect [#bf52f73](https://github.com/vueComponent/ant-design-vue/commit/bf52f73c5c2f8d05981e426b41a5f46d66e096db) |
| 23 | +- 🐞 Fix the `tabBarGutter` attribute of the `Tabs` component does not take effect [#2083](https://github.com/vueComponent/ant-design-vue/issues/2083) |
| 24 | +- 🐞 Fix renderTabBar of `Tabs` component not working [#2157](https://github.com/vueComponent/ant-design-vue/issues/2157) |
| 25 | +- 🌟 `Tabs` component supports number 0 as key [#2167](https://github.com/vueComponent/ant-design-vue/issues/2167) |
| 26 | +- 🐞 Fix the style of the Input.Search component is misaligned [#2077](https://github.com/vueComponent/ant-design-vue/issues/2077) |
| 27 | +- 🐞 Fix the style misalignment of `Slider` component [#2097](https://github.com/vueComponent/ant-design-vue/issues/2097) |
| 28 | +- 🐞 Fix `Tree.TreeNode` customTitle scope slot can not get selected status issue [#2006](https://github.com/vueComponent/ant-design-vue/issues/2006) |
| 29 | +- 🐞 Fix `SelectTree` showSearch error when reporting [#2082](https://github.com/vueComponent/ant-design-vue/issues/2082) |
| 30 | +- 🐞 Fix the inconsistent position of original dots in `Badge` dot state [#2121](https://github.com/vueComponent/ant-design-vue/issues/2121) |
| 31 | + |
13 | 32 | ## 1.5.3
|
14 | 33 |
|
15 | 34 | `2020-04-13`
|
|
20 | 39 |
|
21 | 40 | `2020-04-09`
|
22 | 41 |
|
23 |
| -- 🐞 Fix ts type of `FormModel` not introduced [# 1996](https://github.com/vueComponent/ant-design-vue/issues/1966) |
24 |
| -- 🐞 Fix `DatePicker.WeekPicker` type file error [# 2044](https://github.com/vueComponent/ant-design-vue/issues/2044) |
25 |
| -- 🐞 Fix "Tabs" tabClick event does not take effect [# 2030](https://github.com/vueComponent/ant-design-vue/issues/2030) |
26 |
| -- 🐞 Fix `Table` resize error issue [# 2033](https://github.com/vueComponent/ant-design-vue/issues/2033) |
| 42 | +- 🐞 Fix ts type of `FormModel` not introduced [#1996](https://github.com/vueComponent/ant-design-vue/issues/1966) |
| 43 | +- 🐞 Fix `DatePicker.WeekPicker` type file error [#2044](https://github.com/vueComponent/ant-design-vue/issues/2044) |
| 44 | +- 🐞 Fix "Tabs" tabClick event does not take effect [#2030](https://github.com/vueComponent/ant-design-vue/issues/2030) |
| 45 | +- 🐞 Fix `Table` resize error issue [#2033](https://github.com/vueComponent/ant-design-vue/issues/2033) |
27 | 46 |
|
28 | 47 | ## 1.5.1
|
29 | 48 |
|
|
0 commit comments