diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index b32c39acb..eaee62489 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -10,6 +10,16 @@ --- +## 2.0.1 + +`2021-02-27` + +- 🌟 `Badge` adds `Ribbon` [#3681](https://github.com/vueComponent/ant-design-vue/issues/3681) +- 🌟 Adjust the trigger order of `SearchInput` search event [#3725](https://github.com/vueComponent/ant-design-vue/issues/3725) +- 🐞 Fix the stuck problem when `Table` is destroyed [#3531](https://github.com/vueComponent/ant-design-vue/issues/3531) +- 🐞 Fix the issue of less file introduced in `Menu` css [#3678](https://github.com/vueComponent/ant-design-vue/issues/3678) +- 🐞 Fix the problem of `Alert` custom icon misalignment [#3712](https://github.com/vueComponent/ant-design-vue/issues/3712) + ## 2.0.0 `2021-02-06` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 2f3e80afa..eed864693 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -10,6 +10,15 @@ --- +## 2.0.1 + +`2021-02-27` + +- 🌟 `Badge` 新增 `Ribbon` [#3681](https://github.com/vueComponent/ant-design-vue/issues/3681) +- 🌟 调整 `SearchInput` search 事件触发顺序 [#3725](https://github.com/vueComponent/ant-design-vue/issues/3725) +- 🐞 修复 `Table` 销毁时卡死问题 [#3531](https://github.com/vueComponent/ant-design-vue/issues/3531) +- 🐞 修复 `Menu` css 中引入了 less 文件问题 [#3678](https://github.com/vueComponent/ant-design-vue/issues/3678) +- 🐞 修复 `Alert` 自定义图标错位问题 [#3712](https://github.com/vueComponent/ant-design-vue/issues/3712) ## 2.0.0 `2021-02-06` diff --git a/components/index.ts b/components/index.ts index aeae715ff..a25e3347b 100644 --- a/components/index.ts +++ b/components/index.ts @@ -10,7 +10,7 @@ if ( ) { console.warn( 'You are using a whole package of antd, ' + - 'please use https://www.npmjs.com/package/babel-plugin-import to reduce app bundle size.', + 'please use https://www.npmjs.com/package/babel-plugin-import to reduce app bundle size. Not support Vite !!!', ); } /* @remove-on-es-build-end */ diff --git a/package.json b/package.json index 888de5f47..c6b581d1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ant-design-vue", - "version": "2.0.0", + "version": "2.0.1", "title": "Ant Design Vue", "description": "An enterprise-class UI design language and Vue-based implementation", "keywords": [