File tree 3 files changed +33
-5
lines changed
3 files changed +33
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+ ## 2.1.0
14
+
15
+ ` 2021-03-20 `
16
+
17
+ - 🎉🎉🎉 Added ` Typography ` component [ #3807 ] ( https://github.com/vueComponent/ant-design-vue/issues/3807 )
18
+ - 🌟 Modal method adds close icon customization [ #3753 ] ( https://github.com/vueComponent/ant-design-vue/issues/3753 )
19
+ - 🐞 Fix missing build files containing internationalization [ #3684 ] ( https://github.com/vueComponent/ant-design-vue/issues/3684 )
20
+ - 🐞 Fix Drawer error after destruction [ #848d64] ( https://github.com/vueComponent/ant-design-vue/commit/848d6497e68c87566790dfa889a1913199a6699a )
21
+ - 🐞 Fix BackTop incorrect position when KeepAlive is activated [ #3803 ] ( https://github.com/vueComponent/ant-design-vue/issues/3803 )
22
+ - 🐞 Fix the problem that the TreeNode class does not take effect [ #3822 ] ( https://github.com/vueComponent/ant-design-vue/issues/3822 )
23
+ - 🐞 Fix Table tags being an array error issue [ #3812 ] ( https://github.com/vueComponent/ant-design-vue/issues/3812 )
24
+ - 🐞 Fix the sorting issue when Table custom filterIcon is triggered [ #3819 ] ( https://github.com/vueComponent/ant-design-vue/issues/3819 )
25
+ - 🐞 Fix Select style misalignment under Form [ #3781 ] ( https://github.com/vueComponent/ant-design-vue/issues/3781 )
26
+
13
27
## 2.0.1
14
28
15
29
` 2021-02-27 `
Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+ ## 2.1.0
14
+
15
+ ` 2021-03-20 `
16
+
17
+ - 🎉🎉🎉 新增 ` Typography ` 组件 [ #3807 ] ( https://github.com/vueComponent/ant-design-vue/issues/3807 )
18
+ - 🌟 Modal 方法新增关闭图标定制 [ #3753 ] ( https://github.com/vueComponent/ant-design-vue/issues/3753 )
19
+ - 🐞 修复缺失包含国际化的构建文件 [ #3684 ] ( https://github.com/vueComponent/ant-design-vue/issues/3684 )
20
+ - 🐞 修复 Drawer 销毁后报错问题 [ #848d64] ( https://github.com/vueComponent/ant-design-vue/commit/848d6497e68c87566790dfa889a1913199a6699a )
21
+ - 🐞 修复 BackTop 在 KeepAlive 激活时,位置不对的问题 [ #3803 ] ( https://github.com/vueComponent/ant-design-vue/issues/3803 )
22
+ - 🐞 修复 TreeNode class 不生效问题 [ #3822 ] ( https://github.com/vueComponent/ant-design-vue/issues/3822 )
23
+ - 🐞 修复 Table tags 为数组是报错问题 [ #3812 ] ( https://github.com/vueComponent/ant-design-vue/issues/3812 )
24
+ - 🐞 修复 Table 自定义 filterIcon 时,触发排序问题 [ #3819 ] ( https://github.com/vueComponent/ant-design-vue/issues/3819 )
25
+ - 🐞 修复 Select 样式在 Form 下错位问题 [ #3781 ] ( https://github.com/vueComponent/ant-design-vue/issues/3781 )
26
+
13
27
## 2.0.1
14
28
15
29
` 2021-02-27 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ant-design-vue" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"title" : " Ant Design Vue" ,
5
5
"description" : " An enterprise-class UI design language and Vue-based implementation" ,
6
6
"keywords" : [
60
60
},
61
61
"homepage" : " https://www.antdv.com/" ,
62
62
"peerDependencies" : {
63
- "@vue/compiler-sfc" : " >=3.0.4 " ,
64
- "vue" : " >=3.0.4 "
63
+ "@vue/compiler-sfc" : " >=3.0.7 " ,
64
+ "vue" : " >=3.0.7 "
65
65
},
66
66
"devDependencies" : {
67
67
"@babel/cli" : " ^7.8.4" ,
91
91
"@typescript-eslint/parser" : " ^4.1.0" ,
92
92
"@vue/babel-plugin-jsx" : " ^1.0.0" ,
93
93
"@vue/cli-plugin-eslint" : " ^4.0.0" ,
94
- "@vue/compiler-sfc" : " ^3.0.4 " ,
94
+ "@vue/compiler-sfc" : " ^3.0.7 " ,
95
95
"@vue/eslint-config-prettier" : " ^6.0.0" ,
96
96
"@vue/eslint-config-typescript" : " ^7.0.0" ,
97
97
"@vue/test-utils" : " ^2.0.0-0" ,
181
181
"umi-mock-middleware" : " ^1.0.0" ,
182
182
"umi-request" : " ^1.3.5" ,
183
183
"url-loader" : " ^3.0.0" ,
184
- "vue" : " ^3.0.4 " ,
184
+ "vue" : " ^3.0.7 " ,
185
185
"vue-antd-md-loader" : " ^1.2.1-beta.1" ,
186
186
"vue-clipboard2" : " 0.3.1" ,
187
187
"vue-draggable-resizable" : " ^2.1.0" ,
You can’t perform that action at this time.
0 commit comments