release 2.0.1
parent
9dbc46cfa6
commit
0a58c0800d
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue