Browse Source

bump 1.3.16

pull/1391/head 1.3.16
tangjinzhou 5 years ago
parent
commit
d459b20b20
  1. 6
      CHANGELOG.en-US.md
  2. 6
      CHANGELOG.zh-CN.md
  3. 4
      package.json

6
CHANGELOG.en-US.md

@ -10,6 +10,12 @@
---
## 1.3.16
`2019-08-25`
- 🐞 Fix `Select` component to uninstall component error when there is no input [#1091](https://github.com/vueComponent/ant-design-vue/pull/1091)
- 🐞 Fix `Collapse` error when no child element [#1116](https://github.com/vueComponent/ant-design-vue/pull/1116)
- 🐞 Fix TypeScript type definitions.
## 1.3.15
`2019-08-17`
- 🐞 Fix `Select` component cannot scroll under IE [#999](https://github.com/vueComponent/ant-design-vue/issues/999)

6
CHANGELOG.zh-CN.md

@ -10,6 +10,12 @@
---
## 1.3.16
`2019-08-25`
- 🐞 修复 `Select` 组件在没有 input 时,卸载组件报错问题 [#1091](https://github.com/vueComponent/ant-design-vue/pull/1091)
- 🐞 修复 `Collapse` 无子元素时报错问题 [#1116](https://github.com/vueComponent/ant-design-vue/pull/1116)
- 🐞 修复 TypeScript 类型定义。
## 1.3.15
`2019-08-17`
- 🐞 修复 `Select` 组件在 IE 下无法滚动问题 [#999](https://github.com/vueComponent/ant-design-vue/issues/999)

4
package.json

@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "1.3.15",
"version": "1.3.16",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [
@ -214,4 +214,4 @@
"lib/**/style/*",
"*.less"
]
}
}
Loading…
Cancel
Save