Browse Source

release 2.0.1

pull/3733/head
tangjinzhou 4 years ago
parent
commit
0a58c0800d
  1. 10
      CHANGELOG.en-US.md
  2. 9
      CHANGELOG.zh-CN.md
  3. 2
      components/index.ts
  4. 2
      package.json

10
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 ## 2.0.0
`2021-02-06` `2021-02-06`

9
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 ## 2.0.0
`2021-02-06` `2021-02-06`

2
components/index.ts

@ -10,7 +10,7 @@ if (
) { ) {
console.warn( console.warn(
'You are using a whole package of antd, ' + '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 */ /* @remove-on-es-build-end */

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "ant-design-vue", "name": "ant-design-vue",
"version": "2.0.0", "version": "2.0.1",
"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": [

Loading…
Cancel
Save