bump 2.0.0-beta.4

pull/2777/head 2.0.0-beta.4
tanjinzhou 2020-08-31 15:18:53 +08:00
parent 5b6a9f93ef
commit c36a984b1b
3 changed files with 13 additions and 1 deletions

View File

@ -10,6 +10,12 @@
--- ---
## 2.0.0-beta.4
- 🌟 Remove polyfills that are no longer used
- 🐞 Fix the problem of calling `Modal` afterClose twice
- 🐞 Supplement the declaration that ts type files lack native attributes
## 2.0.0-beta.3 ## 2.0.0-beta.3
- 🔥 Support Typescript. - 🔥 Support Typescript.

View File

@ -10,6 +10,12 @@
--- ---
## 2.0.0-beta.4
- 🌟 移除不再使用的 polyfill
- 🐞 修复 `Modal` afterClose 调用两次的问题
- 🐞 补充 ts 类型文件缺少原生属性的声明
## 2.0.0-beta.3 ## 2.0.0-beta.3
- 🔥 支持 Typescript。 - 🔥 支持 Typescript。

View File

@ -1,6 +1,6 @@
{ {
"name": "ant-design-vue", "name": "ant-design-vue",
"version": "2.0.0-beta.3", "version": "2.0.0-beta.4",
"title": "Ant Design Vue", "title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation", "description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [ "keywords": [