File tree Expand file tree Collapse file tree 3 files changed +33
-5
lines changed Expand file tree Collapse file tree 3 files changed +33
-5
lines changed Original file line number Diff line number Diff line change 1010
1111---
1212
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+
1327## 2.0.1
1428
1529` 2021-02-27 `
Original file line number Diff line number Diff line change 1010
1111---
1212
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+
1327## 2.0.1
1428
1529` 2021-02-27 `
Original file line number Diff line number Diff line change 11{
22 "name" : " ant-design-vue" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.1.0 " ,
44 "title" : " Ant Design Vue" ,
55 "description" : " An enterprise-class UI design language and Vue-based implementation" ,
66 "keywords" : [
6060 },
6161 "homepage" : " https://www.antdv.com/" ,
6262 "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 "
6565 },
6666 "devDependencies" : {
6767 "@babel/cli" : " ^7.8.4" ,
9191 "@typescript-eslint/parser" : " ^4.1.0" ,
9292 "@vue/babel-plugin-jsx" : " ^1.0.0" ,
9393 "@vue/cli-plugin-eslint" : " ^4.0.0" ,
94- "@vue/compiler-sfc" : " ^3.0.4 " ,
94+ "@vue/compiler-sfc" : " ^3.0.7 " ,
9595 "@vue/eslint-config-prettier" : " ^6.0.0" ,
9696 "@vue/eslint-config-typescript" : " ^7.0.0" ,
9797 "@vue/test-utils" : " ^2.0.0-0" ,
181181 "umi-mock-middleware" : " ^1.0.0" ,
182182 "umi-request" : " ^1.3.5" ,
183183 "url-loader" : " ^3.0.0" ,
184- "vue" : " ^3.0.4 " ,
184+ "vue" : " ^3.0.7 " ,
185185 "vue-antd-md-loader" : " ^1.2.1-beta.1" ,
186186 "vue-clipboard2" : " 0.3.1" ,
187187 "vue-draggable-resizable" : " ^2.1.0" ,
You can’t perform that action at this time.
0 commit comments