parent
5b6a9f93ef
commit
c36a984b1b
|
@ -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
|
||||
|
||||
- 🔥 Support Typescript.
|
||||
|
|
|
@ -10,6 +10,12 @@
|
|||
|
||||
---
|
||||
|
||||
## 2.0.0-beta.4
|
||||
|
||||
- 🌟 移除不再使用的 polyfill
|
||||
- 🐞 修复 `Modal` afterClose 调用两次的问题
|
||||
- 🐞 补充 ts 类型文件缺少原生属性的声明
|
||||
|
||||
## 2.0.0-beta.3
|
||||
|
||||
- 🔥 支持 Typescript。
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "2.0.0-beta.3",
|
||||
"version": "2.0.0-beta.4",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue