File tree 3 files changed +41
-2
lines changed
3 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+ ## 2.0.0-rc.2
14
+
15
+ ` 2020-11-24 `
16
+
17
+ - 🌟 Optimize Menu performance, enable lazy loading by default [ #3243 ] ( https://github.com/vueComponent/ant-design-vue/pull/3243 )
18
+ - 🌟 Tag supports defining icon via slot [ #3185 ] ( https://github.com/vueComponent/ant-design-vue/pull/3185 )
19
+ - 🌟 Small type table changed to borderless [ #3221 ] ( https://github.com/vueComponent/ant-design-vue/issues/3221 )
20
+ - 🌟 @ant-design/icons-vue upgraded to 5.1.6, support SSR, support spin attribute shorthand
21
+ - 🐞 Fix the style problem of Alert's close button in Safari [ #3184 ] ( https://github.com/vueComponent/ant-design-vue/issues/3184 )
22
+ - 🐞 Fix the problem of Notification top attribute type error [ #3187 ] ( https://github.com/vueComponent/ant-design-vue/issues/3187 )
23
+ - 🐞 Fix DirectoryTree custom icon does not take effect [ #3183 ] ( https://github.com/vueComponent/ant-design-vue/issues/3183 )
24
+ - 🐞 Fix Button loading delay not taking effect [ #3194 ] ( https://github.com/vueComponent/ant-design-vue/issues/3194 )
25
+ - 💄 Select optionFilterProp no longer supports filtering by children [ #3204 ] ( https://github.com/vueComponent/ant-design-vue/issues/3204 )
26
+ - 🐞 Fix Select labelInValue error when reporting [ #3216 ] ( https://github.com/vueComponent/ant-design-vue/issues/3216 )
27
+ - 🐞 Fix ConfigProvider transformCellText missing issue [ #3206 ] ( https://github.com/vueComponent/ant-design-vue/issues/3206 )
28
+ - 🐞 Fix the style disorder problem when Dropdown Button is mixed together [ #3244 ] ( https://github.com/vueComponent/ant-design-vue/issues/3244 )
29
+ - 🐞 Fix RangePicker custom width invalidation issue [ #3244 ] ( https://github.com/vueComponent/ant-design-vue/issues/3245 )
30
+ - 🐞 Fix multiple errors or missing Ts types
31
+
13
32
## 2.0.0-rc.1
14
33
15
34
` 2020-11-14 `
Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+
14
+ ## 2.0.0-rc.2
15
+
16
+ ` 2020-11-24 `
17
+
18
+ - 🌟 优化 Menu 性能,默认开启懒加载 [ #3243 ] ( https://github.com/vueComponent/ant-design-vue/pull/3243 )
19
+ - 🌟 Tag 支持通过 slot 定义 icon [ #3185 ] ( https://github.com/vueComponent/ant-design-vue/pull/3185 )
20
+ - 🌟 small 类型的 table 改成无边框 [ #3221 ] ( https://github.com/vueComponent/ant-design-vue/issues/3221 )
21
+ - 🌟 @ant-design/icons-vue 升级到 5.1.6,支持 SSR,支持 spin 属性简写
22
+ - 🐞 修复 Alert 的关闭按钮在 Safari 下样式问题 [ #3184 ] ( https://github.com/vueComponent/ant-design-vue/issues/3184 )
23
+ - 🐞 修复 Notification top 属性类型错误问题 [ #3187 ] ( https://github.com/vueComponent/ant-design-vue/issues/3187 )
24
+ - 🐞 修复 DirectoryTree 自定义图标不生效问题 [ #3183 ] ( https://github.com/vueComponent/ant-design-vue/issues/3183 )
25
+ - 🐞 修复 Button loading delay 不生效问题 [ #3194 ] ( https://github.com/vueComponent/ant-design-vue/issues/3194 )
26
+ - 💄 Select optionFilterProp 不在支持按照 children 来过滤 [ #3204 ] ( https://github.com/vueComponent/ant-design-vue/issues/3204 )
27
+ - 🐞 修复 Select labelInValue 时报错问题 [ #3216 ] ( https://github.com/vueComponent/ant-design-vue/issues/3216 )
28
+ - 🐞 修复 ConfigProvider transformCellText 丢失问题 [ #3206 ] ( https://github.com/vueComponent/ant-design-vue/issues/3206 )
29
+ - 🐞 修复 Dropdown Button 混合使用时,样式错乱问题 [ #3244 ] ( https://github.com/vueComponent/ant-design-vue/issues/3244 )
30
+ - 🐞 修复 RangePicker 自定义宽度失效问题 [ #3244 ] ( https://github.com/vueComponent/ant-design-vue/issues/3245 )
31
+ - 🐞 修复多处 Ts 类型错误或缺失问题
32
+
13
33
## 2.0.0-rc.1
14
34
15
35
` 2020-11-14 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ant-design-vue" ,
3
- "version" : " 2.0.0-rc.1 " ,
3
+ "version" : " 2.0.0-rc.2 " ,
4
4
"title" : " Ant Design Vue" ,
5
5
"description" : " An enterprise-class UI design language and Vue-based implementation" ,
6
6
"keywords" : [
202
202
},
203
203
"dependencies" : {
204
204
"@ant-design-vue/use" : " ^0.0.1-0" ,
205
- "@ant-design/icons-vue" : " ^5.1.5 " ,
205
+ "@ant-design/icons-vue" : " ^5.1.6 " ,
206
206
"@babel/runtime" : " ^7.10.5" ,
207
207
"@simonwep/pickr" : " ~1.7.0" ,
208
208
"add-dom-event-listener" : " ^1.0.2" ,
You can’t perform that action at this time.
0 commit comments