parent
8be7ec96a2
commit
a9622bd21a
|
@ -10,6 +10,13 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.4.2
|
||||
|
||||
`2019-10-21`
|
||||
|
||||
- 🐞 Fix `Radio.Group` triggers multiple change callback issues [#1280](https://github.com/vueComponent/ant-design-vue/issues/1280)
|
||||
- 🐞 Fix `Pagination` keyup enter not work [#1316](https://github.com/vueComponent/ant-design-vue/issues/1316)
|
||||
|
||||
## 1.4.1
|
||||
|
||||
`2019-10-17`
|
||||
|
|
|
@ -10,6 +10,13 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.4.2
|
||||
|
||||
`2019-10-21`
|
||||
|
||||
- 🐞 修复 Radio.Group 触发多次 change 回调问题 [#1280](https://github.com/vueComponent/ant-design-vue/issues/1280)
|
||||
- 🐞 修复 Pagination 输入框跳转无效问题 [#1316](https://github.com/vueComponent/ant-design-vue/issues/1316)
|
||||
|
||||
## 1.4.1
|
||||
|
||||
`2019-10-17`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue