File tree 4 files changed +21
-2
lines changed
4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+ ## 2.0.1
14
+
15
+ ` 2021-02-27 `
16
+
17
+ - 🌟 ` Badge ` adds ` Ribbon ` [ #3681 ] ( https://github.com/vueComponent/ant-design-vue/issues/3681 )
18
+ - 🌟 Adjust the trigger order of ` SearchInput ` search event [ #3725 ] ( https://github.com/vueComponent/ant-design-vue/issues/3725 )
19
+ - 🐞 Fix the stuck problem when ` Table ` is destroyed [ #3531 ] ( https://github.com/vueComponent/ant-design-vue/issues/3531 )
20
+ - 🐞 Fix the issue of less file introduced in ` Menu ` css [ #3678 ] ( https://github.com/vueComponent/ant-design-vue/issues/3678 )
21
+ - 🐞 Fix the problem of ` Alert ` custom icon misalignment [ #3712 ] ( https://github.com/vueComponent/ant-design-vue/issues/3712 )
22
+
13
23
## 2.0.0
14
24
15
25
` 2021-02-06 `
Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+ ## 2.0.1
14
+
15
+ ` 2021-02-27 `
16
+
17
+ - 🌟 ` Badge ` 新增 ` Ribbon ` [ #3681 ] ( https://github.com/vueComponent/ant-design-vue/issues/3681 )
18
+ - 🌟 调整 ` SearchInput ` search 事件触发顺序 [ #3725 ] ( https://github.com/vueComponent/ant-design-vue/issues/3725 )
19
+ - 🐞 修复 ` Table ` 销毁时卡死问题 [ #3531 ] ( https://github.com/vueComponent/ant-design-vue/issues/3531 )
20
+ - 🐞 修复 ` Menu ` css 中引入了 less 文件问题 [ #3678 ] ( https://github.com/vueComponent/ant-design-vue/issues/3678 )
21
+ - 🐞 修复 ` Alert ` 自定义图标错位问题 [ #3712 ] ( https://github.com/vueComponent/ant-design-vue/issues/3712 )
13
22
## 2.0.0
14
23
15
24
` 2021-02-06 `
Original file line number Diff line number Diff line change 10
10
) {
11
11
console . warn (
12
12
'You are using a whole package of antd, ' +
13
- 'please use https://www.npmjs.com/package/babel-plugin-import to reduce app bundle size.' ,
13
+ 'please use https://www.npmjs.com/package/babel-plugin-import to reduce app bundle size. Not support Vite !!! ' ,
14
14
) ;
15
15
}
16
16
/* @remove -on-es-build-end */
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ant-design-vue" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"title" : " Ant Design Vue" ,
5
5
"description" : " An enterprise-class UI design language and Vue-based implementation" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments