Browse Source

bump 1.4.2

pull/1322/head 1.4.2
tanjinzhou 5 years ago
parent
commit
a9622bd21a
  1. 7
      CHANGELOG.en-US.md
  2. 7
      CHANGELOG.zh-CN.md
  3. 2
      package.json

7
CHANGELOG.en-US.md

@ -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`

7
CHANGELOG.zh-CN.md

@ -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`

2
package.json

@ -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…
Cancel
Save