File tree Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+ ## 3.0.0-alpha.15
14
+
15
+ ` 2021-12-12 `
16
+
17
+ - 🌟 Optimize Layout performance
18
+ - 🌟 Menu supports lazy loading (SubMenu must fill in the key) to improve performance [ #4812 ] ( https://github.com/vueComponent/ant-design-vue/issues/4812 )
19
+ - 🌟 Input and Textarea support lazy command modifier [ #4951 ] ( https://github.com/vueComponent/ant-design-vue/issues/4951 )
20
+ - 🐞 Select placeholder supports slot [ #4995 ] ( https://github.com/vueComponent/ant-design-vue/issues/4995 )
21
+ - 🐞 Fix Radio cursor style [ #4997 ] ( https://github.com/vueComponent/ant-design-vue/issues/4997 )
22
+ - 🐞 Fix Statistic.Countdown property support slot [ #4996 ] ( https://github.com/vueComponent/ant-design-vue/issues/4996 )
23
+ - 🐞 Fix FormItem name attribute type error [ #4998 ] ( https://github.com/vueComponent/ant-design-vue/issues/4998 )
24
+ - 🐞 Fix Menu hidden animation loss problem
25
+ - 🐞 Fix FormItem explain style not responding issue [ #5004 ] ( https://github.com/vueComponent/ant-design-vue/issues/5004 )
26
+ - 🐞 Fix the problem that Slider tooltip does not display under special conditions
27
+ - 🐞 Fix the problem that Dropdown special conditions trigger two click events [ #5002 ] ( https://github.com/vueComponent/ant-design-vue/issues/5002 )
28
+ - 🐞 Fix some components reporting errors under SSR, support Nuxt
29
+ - 🐞 Fix the problem that the drop-down box component jumps at the edge [ #5008 ] ( https://github.com/vueComponent/ant-design-vue/issues/5008 )
30
+ - 🐞 Fix Table type error [ #5009 ] ( https://github.com/vueComponent/ant-design-vue/issues/5009 )
31
+
13
32
## 3.0.0-alpha.14
14
33
15
34
` 2021-12-05 `
Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+ ## 3.0.0-alpha.15
14
+
15
+ ` 2021-12-12 `
16
+
17
+ - 🌟 优化 Layout 性能
18
+ - 🌟 Menu 支持懒加载(SubMenu 必须填写 key),提升性能 [ #4812 ] ( https://github.com/vueComponent/ant-design-vue/issues/4812 )
19
+ - 🌟 Input、Textarea 支持 lazy 指令修饰符 [ #4951 ] ( https://github.com/vueComponent/ant-design-vue/issues/4951 )
20
+ - 🐞 Select placeholder 支持 slot [ #4995 ] ( https://github.com/vueComponent/ant-design-vue/issues/4995 )
21
+ - 🐞 修复 Radio cursor 样式 [ #4997 ] ( https://github.com/vueComponent/ant-design-vue/issues/4997 )
22
+ - 🐞 修复 Statistic.Countdown 属性支持插槽 [ #4996 ] ( https://github.com/vueComponent/ant-design-vue/issues/4996 )
23
+ - 🐞 修复 FormItem name 属性类型错误 [ #4998 ] ( https://github.com/vueComponent/ant-design-vue/issues/4998 )
24
+ - 🐞 修复 Menu 隐藏动画丢失问题
25
+ - 🐞 修复 FormItem explain style 未响应问题 [ #5004 ] ( https://github.com/vueComponent/ant-design-vue/issues/5004 )
26
+ - 🐞 修复 Slider tooltip 特殊条件不显示问题
27
+ - 🐞 修复 Dropdown 特殊条件触发两次 click 事件问题 [ #5002 ] ( https://github.com/vueComponent/ant-design-vue/issues/5002 )
28
+ - 🐞 修复部分组件在 SSR 下报错问题,支持 Nuxt
29
+ - 🐞 修复下拉框组件,在边缘处位置跳动问题 [ #5008 ] ( https://github.com/vueComponent/ant-design-vue/issues/5008 )
30
+ - 🐞 修复 Table 类型错误 [ #5009 ] ( https://github.com/vueComponent/ant-design-vue/issues/5009 )
31
+
13
32
## 3.0.0-alpha.14
14
33
15
34
` 2021-12-05 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ant-design-vue" ,
3
- "version" : " 3.0.0-alpha.14 " ,
3
+ "version" : " 3.0.0-alpha.15 " ,
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