Releases: vueComponent/ant-design-vue
Releases · vueComponent/ant-design-vue
2.0.0-rc.7
2.0.0-rc.4
2020-12-10
- 🌟 Input.Password supports custom icons #3320
- 🐞 Fix the issue that the Select Option click event does not trigger #4ea00d
- 🐞 Fix the problem that the dark theme does not work after the Menu exceeds the width #10f35a
- 🐞 Fix Menu console vue key some waring #520d6a
- 🐞 Remove console passive prompt log #8d1669
2.0.0-rc.2
2020-11-24
- 🌟 Optimize Menu performance, enable lazy loading by default #3243
- 🌟 Tag supports defining icon via slot #3185
- 🌟 Small type table changed to borderless #3221
- 🌟 @ant-design/icons-vue upgraded to 5.1.6, support SSR, support spin attribute shorthand
- 🐞 Fix the style problem of Alert's close button in Safari #3184
- 🐞 Fix the problem of Notification top attribute type error #3187
- 🐞 Fix DirectoryTree custom icon does not take effect #3183
- 🐞 Fix Button loading delay not taking effect #3194
- 💄 Select optionFilterProp no longer supports filtering by children #3204
- 🐞 Fix Select labelInValue error when reporting #3216
- 🐞 Fix ConfigProvider transformCellText missing issue #3206
- 🐞 Fix the style disorder problem when Dropdown Button is mixed together #3244
- 🐞 Fix RangePicker custom width invalidation issue #3244
- 🐞 Fix multiple errors or missing Ts types
- 🌟 优化 Menu 性能,默认开启懒加载 #3243
- 🌟 Tag 支持通过 slot 定义 icon #3185
- 🌟 small 类型的 table 改成无边框 #3221
- 🌟 @ant-design/icons-vue 升级到 5.1.6,支持 SSR,支持 spin 属性简写
- 🐞 修复 Alert 的关闭按钮在 Safari 下样式问题 #3184
- 🐞 修复 Notification top 属性类型错误问题 #3187
- 🐞 修复 DirectoryTree 自定义图标不生效问题 #3183
- 🐞 修复 Button loading delay 不生效问题 #3194
- 💄 Select optionFilterProp 不在支持按照 children 来过滤 #3204
- 🐞 修复 Select labelInValue 时报错问题 #3216
- 🐞 修复 ConfigProvider transformCellText 丢失问题 #3206
- 🐞 修复 Dropdown Button 混合使用时,样式错乱问题 #3244
- 🐞 修复 RangePicker 自定义宽度失效问题 #3244
- 🐞 修复多处 Ts 类型错误或缺失问题
2.0.0-rc.1
2020-11-14
- 🎉🎉🎉
- 🌟 Menu cancel the default lazy loading, improve the first animation effect, optimize the Bezier curve function, and make it smoother #3177
- 🐞 Fix Select search function failure problem #3144
- 🐞 Fix the Drawer component does not have automatic focus, which can not be closed directly by the ESC button #3148
- 🐞 Fix the incorrect position of popover elements in Popover #3147
- 🐞 Fix CountDown not updating problem #3170
- 🐞 Fix multiple errors or missing Ts types
2.0.0-beta.15
2020-11-08
- 🌟 Optimize the Menu animation to make it smoother #3095
- 🌟 Optimize VirtualList to avoid invalid render #2e61e9
- 🐞 Fix Menu overflowedIndicator not taking effect #689113
- 🐞 Select
- 🐞 Fix DatePicker default formatting invalid problem #3091
- 🐞 Fix Table customRow configuration event not taking effect #3121
- 🐞 Fix the style of TreeSelect search box [ee4cd3c](https://github.com/vueComponent/ant-design-vue/commit/ ee4cd3c)
- 🐞 Fix Ts type error or missing problem
- 🌟 优化 Menu 动画,更加流畅 #3095
- 🌟 优化 VirtualList,避免无效 render #2e61e9
- 🐞 修复 Menu overflowedIndicator 未生效问题 #689113
- 🐞 Select
- 🐞 修复 DatePicker 默认格式化失效问题 #3091
- 🐞 修复 Table customRow 配置事件不生效问题 #3121
- 🐞 修复 TreeSelect 搜索框样式错乱问题 [ee4cd3c](https://github.com/vueComponent/ant-design-vue/commit/ ee4cd3c)
- 🐞 修复 Ts 类型错误或缺失问题
1.7.2
2.0.0-beta.13
2.0.0-beta.12
2.0.0-beta.11
2020-10-30
- 🎉🎉🎉 Refactored Select and AutoComplete components, supports virtual lists, and greatly improves performance
- 🔥🔥🔥 Use Typescript to refactor all components, type support is more friendly
- 🔥 Optimize the underlying animation components, with better performance and smoother
- 🌟 Textarea component added showCount to support word count function
- 🌟 Recursive Menu component, supports arbitrary nesting of other elements #1452
- 🇮🇪 Add Irish language internationalization support
- 🐞 Fix webpack 5 compatibility issues.
- 🐞 Fix the problem that the Upload method attribute does not take effect #2837
- 🐞 Fix Table component filter not supporting number type problem #3052
- 🐞 Fix Table fixed column ellipsis not working issue #2916
- 🐞 Fix Table custom expandIcon not taking effect #3013
- 🐞 Fix the problem that TreeSelect cannot customize slot #2827
- 🛎 Change Avatar's srcSet to srcset
- 🎉🎉🎉 重构 Select、AutoComplete 组件,支持虚拟列表,性能大幅提升
- 🔥🔥🔥 使用 Typescript 重构所有组件,类型支持更加友好
- 🔥 优化底层动画组件,性能更好,更流畅
- 🌟 Textarea 组件添加 showCount 支持统计字数功能
- 🌟 递归 Menu 组件,支持任意嵌套其他元素 #1452
- 🇮🇪 添加爱尔兰语国际化支持
- 🐞 修复 webpack 5 兼容问题。
- 🐞 修复 Upload method 属性不生效问题 #2837
- 🐞 修复 Table 组件 filter 不支持 number 类型问题 #3052
- 🐞 修复 Table 固定列 ellipsis 不生效问题 #2916
- 🐞 修复 Table 自定义 expandIcon 不生效问题 #3013
- 🐞 修复 TreeSelect 不能自定义 slot 问题 #2827
- 🛎 更改 Avatar 的 srcSet 为 srcset
1.7.0
2020-10-28
- 🌟 Recursive Menu component, supports arbitrary nesting of other elements #1452
- 🇮🇪 Add Irish language internationalization support
- 🐞 Fix webpack 5 compatibility issues.
- 🐞 Fix the problem that the Upload method attribute does not take effect #2837
- 🐞 Fix the problem that Space does not declare properties and does not mount the root node #2902
- 🐞 Fix the problem that Table component filter does not support number type #3052
- 🐞 Fix Table fixed column ellipsis not working issue #2916
- 🐞 Fix AutoComplete component, need two tab keys to focus issue #1438
- 🐞 Fix the problem that TreeSelect cannot customize slot #2827