parent
25a14d6dba
commit
eddabaf598
|
@ -1,4 +1,4 @@
|
|||
# Change Log
|
||||
# Change Log (The following content is translated by Google)
|
||||
|
||||
`ant-design-vue` strictly follows [Semantic Versioning 2.0.0](http://semver.org/).
|
||||
|
||||
|
@ -10,6 +10,25 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.5.4
|
||||
|
||||
`2020-04-30`
|
||||
|
||||
- ๐ `DatePicker` supports the align attribute and sets the popup position [#1112f2](https://github.com/vueComponent/ant-design-vue/commit/1112f2f791fd64866284ec82def90baefe81e798)
|
||||
- ๐ `DatePicker` supports inputReadOnly attribute [#138eae](https://github.com/vueComponent/ant-design-vue/commit/138eae594dd440ce815e45d811a0778cb3e7583f)
|
||||
- ๐ `DatePicker` `TimePicker` `Calendar` supports string-type binding values โโ[#718](https://github.com/vueComponent/ant-design-vue/issues/718)
|
||||
- ๐ `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)
|
||||
- ๐ `FormModel` added validateMessages attribute [#2130](https://github.com/vueComponent/ant-design-vue/issues/2130)
|
||||
- ๐ Optimize pop-up window animation effect [#bf52f73](https://github.com/vueComponent/ant-design-vue/commit/bf52f73c5c2f8d05981e426b41a5f46d66e096db)
|
||||
- ๐ Fix the `tabBarGutter` attribute of the `Tabs` component does not take effect [#2083](https://github.com/vueComponent/ant-design-vue/issues/2083)
|
||||
- ๐ Fix renderTabBar of `Tabs` component not working [#2157](https://github.com/vueComponent/ant-design-vue/issues/2157)
|
||||
- ๐ `Tabs` component supports number 0 as key [#2167](https://github.com/vueComponent/ant-design-vue/issues/2167)
|
||||
- ๐ Fix the style of the Input.Search component is misaligned [#2077](https://github.com/vueComponent/ant-design-vue/issues/2077)
|
||||
- ๐ Fix the style misalignment of `Slider` component [#2097](https://github.com/vueComponent/ant-design-vue/issues/2097)
|
||||
- ๐ Fix `Tree.TreeNode` customTitle scope slot can not get selected status issue [#2006](https://github.com/vueComponent/ant-design-vue/issues/2006)
|
||||
- ๐ Fix `SelectTree` showSearch error when reporting [#2082](https://github.com/vueComponent/ant-design-vue/issues/2082)
|
||||
- ๐ Fix the inconsistent position of original dots in `Badge` dot state [#2121](https://github.com/vueComponent/ant-design-vue/issues/2121)
|
||||
|
||||
## 1.5.3
|
||||
|
||||
`2020-04-13`
|
||||
|
@ -20,10 +39,10 @@
|
|||
|
||||
`2020-04-09`
|
||||
|
||||
- ๐ Fix ts type of `FormModel` not introduced [# 1996](https://github.com/vueComponent/ant-design-vue/issues/1966)
|
||||
- ๐ Fix `DatePicker.WeekPicker` type file error [# 2044](https://github.com/vueComponent/ant-design-vue/issues/2044)
|
||||
- ๐ Fix "Tabs" tabClick event does not take effect [# 2030](https://github.com/vueComponent/ant-design-vue/issues/2030)
|
||||
- ๐ Fix `Table` resize error issue [# 2033](https://github.com/vueComponent/ant-design-vue/issues/2033)
|
||||
- ๐ Fix ts type of `FormModel` not introduced [#1996](https://github.com/vueComponent/ant-design-vue/issues/1966)
|
||||
- ๐ Fix `DatePicker.WeekPicker` type file error [#2044](https://github.com/vueComponent/ant-design-vue/issues/2044)
|
||||
- ๐ Fix "Tabs" tabClick event does not take effect [#2030](https://github.com/vueComponent/ant-design-vue/issues/2030)
|
||||
- ๐ Fix `Table` resize error issue [#2033](https://github.com/vueComponent/ant-design-vue/issues/2033)
|
||||
|
||||
## 1.5.1
|
||||
|
||||
|
|
|
@ -10,6 +10,25 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.5.4
|
||||
|
||||
`2020-04-30`
|
||||
|
||||
- ๐ `DatePicker` ๆฏๆ align ๅฑๆง๏ผ่ฎพ็ฝฎๅผน็ชไฝ็ฝฎ [#1112f2](https://github.com/vueComponent/ant-design-vue/commit/1112f2f791fd64866284ec82def90baefe81e798)
|
||||
- ๐ `DatePicker` ๆฏๆ inputReadOnly ๅฑๆง [#138eae](https://github.com/vueComponent/ant-design-vue/commit/138eae594dd440ce815e45d811a0778cb3e7583f)
|
||||
- ๐ `DatePicker` `TimePicker` `Calendar` ๆฏๆๅญ็ฌฆไธฒ็ฑปๅ็็ปๅฎๅผ [#718](https://github.com/vueComponent/ant-design-vue/issues/718)
|
||||
- ๐ `Table` `ConfigProvider` ๆฐๅข `transformCellText` ็จไบ่ฝฌๆข่กจๆ ผๆธฒๆๅผ, ๅฆๅฏน็ฉบๆฐๆฎ็ๅค็ [#2109](https://github.com/vueComponent/ant-design-vue/issues/2109)
|
||||
- ๐ `FormModel` ๆฐๅข validateMessages ๅฑๆง [#2130](https://github.com/vueComponent/ant-design-vue/issues/2130)
|
||||
- ๐ ไผๅๅผน็ชๅจ็ปๆๆ [#bf52f73](https://github.com/vueComponent/ant-design-vue/commit/bf52f73c5c2f8d05981e426b41a5f46d66e096db)
|
||||
- ๐ ไฟฎๅค `Tabs` ็ปไปถ็ `tabBarGutter` ๅฑๆงไธ็ๆ้ฎ้ข [#2083](https://github.com/vueComponent/ant-design-vue/issues/2083)
|
||||
- ๐ ไฟฎๅค `Tabs` ็ปไปถ็ renderTabBar ไธ็ๆ้ฎ้ข [#2157](https://github.com/vueComponent/ant-design-vue/issues/2157)
|
||||
- ๐ `Tabs` ็ปไปถๆฏๆๆฐๅญ 0 ไฝไธบ key [#2167](https://github.com/vueComponent/ant-design-vue/issues/2167)
|
||||
- ๐ ไฟฎๅค `Input.Search` ็ปไปถ็ๆ ทๅผ้ไฝ้ฎ้ข [#2077](https://github.com/vueComponent/ant-design-vue/issues/2077)
|
||||
- ๐ ไฟฎๅค `Slider` ็ปไปถ็ๆ ทๅผ้ไฝ้ฎ้ข [#2097](https://github.com/vueComponent/ant-design-vue/issues/2097)
|
||||
- ๐ ไฟฎๅค `Tree.TreeNode` customTitle ไฝ็จๅๆๆงฝๆ ๆณ่ทๅ selected ็ถๆ้ฎ้ข [#2006](https://github.com/vueComponent/ant-design-vue/issues/2006)
|
||||
- ๐ ไฟฎๅค `SelectTree` showSearch ๆถๆฅ้้ฎ้ข [#2082](https://github.com/vueComponent/ant-design-vue/issues/2082)
|
||||
- ๐ ไฟฎๅค `Badge` dot ็ถๆ็ๅๅ็นไฝ็ฝฎไธไธ่ด้ฎ้ข [#2121](https://github.com/vueComponent/ant-design-vue/issues/2121)
|
||||
|
||||
## 1.5.3
|
||||
|
||||
`2020-04-13`
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a2a2d666224e5ee69b85ee5a0f35b1f845c96885
|
||||
Subproject commit 855f278697767cd9412706506cf7b0816466ae8b
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loadingโฆ
Reference in New Issue