parent
5e4df25ee1
commit
5a94354e73
|
@ -10,6 +10,17 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.4.1
|
||||
|
||||
`2019-10-17`
|
||||
|
||||
- ๐ fix `Input.Password` cannot use `v-model` [#1306](https://github.com/vueComponent/ant-design-vue/issues/1306)
|
||||
- ๐ Optimize the clear button of `Input` to display the logic. [#1296](https://github.com/vueComponent/ant-design-vue/issues/1296)
|
||||
- ๐ After click clear button, `Input` becomes the `focus` state.
|
||||
- ๐ fix progress strokeWidth not work [#1301](https://github.com/vueComponent/ant-design-vue/issues/1301)
|
||||
- ๐ Fix Radio.Group triggers multiple change callback issues [#1280](https://github.com/vueComponent/ant-design-vue/issues/1280)
|
||||
- ๐ Fix Form initialValue error [#1291](https://github.com/vueComponent/ant-design-vue/issues/1291)
|
||||
|
||||
## 1.4.0
|
||||
|
||||
`2019-10-14`
|
||||
|
|
|
@ -10,6 +10,17 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.4.1
|
||||
|
||||
`2019-10-17`
|
||||
|
||||
- ๐ ไฟฎๅค `Input.Password` ๆ ๆณไฝฟ็จ `v-model` ็้ฎ้ข [#1306](https://github.com/vueComponent/ant-design-vue/issues/1306)
|
||||
- ๐ ไผๅ `Input` ็ๆธ
้คๆ้ฎๆพ็คบ้ป่พ [#1296](https://github.com/vueComponent/ant-design-vue/issues/1296)
|
||||
- ๐ ็นๅปๆธ
้คๆ้ฎๅ `Input` ๅไธบ `focus` ็ถๆ
|
||||
- ๐ ไฟฎๅค `Progress` ็ `strokeWidth` ๅฑๆงๅคฑๆ้ฎ้ข [#1301](https://github.com/vueComponent/ant-design-vue/issues/1301)
|
||||
- ๐ ไฟฎๅค Radio.Group ่งฆๅๅคๆฌก change ๅ่ฐ้ฎ้ข [#1280](https://github.com/vueComponent/ant-design-vue/issues/1280)
|
||||
- ๐ ไฟฎๅค Form initialValue ๆฅ้้ฎ้ข [#1291](https://github.com/vueComponent/ant-design-vue/issues/1291)
|
||||
|
||||
## 1.4.0
|
||||
|
||||
`2019-10-14`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loadingโฆ
Reference in New Issue