Skip to content

Releases: vueComponent/ant-design-vue

2.0.0-rc.7

28 Dec 04:46
Compare
Choose a tag to compare

2020-12-28

  • 🐞 Fix Switch changeclick not work #3453

  • 🐞 修复 Switch changeclick 不生效问题 #3453

2.0.0-rc.4

10 Dec 12:37
Compare
Choose a tag to compare

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

  • 🌟 Input.Password 支持自定义图标 #3320
  • 🐞 修复 Select Option click 事件不触发问题 #4ea00d
  • 🐞 修复 Menu 超出宽度后 dark 主题不生效问题 #10f35a
  • 🐞 修复 Menu 控制台 vue key some waring #520d6a
  • 🐞 移除控制台 passive 提示日志 #8d1669

2.0.0-rc.2

24 Nov 15:08
Compare
Choose a tag to compare

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

14 Nov 15:15
Compare
Choose a tag to compare

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

  • 🎉🎉🎉
  • 🌟 Menu 取消默认懒加载,提升首次动画效果,优化贝塞尔曲线函数,更加流畅 #3177
  • 🐞 修复 Select 搜索功能失效问题 #3144
  • 🐞 修复 Drawer 组件没有自动 focus,导致不能直接通过 ESC 按键关闭 #3148
  • 🐞 修复 Popover 弹出元素位置不正确问题 #3147
  • 🐞 修复 CountDown 不更新问题 #3170
  • 🐞 修复多处 Ts 类型错误或缺失问题

2.0.0-beta.15

08 Nov 06:33
Compare
Choose a tag to compare

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 the issue that dropdownRender does not support slot #3098
    • Fix the issue of abnormal empty values ​​in tag mode #3100
    • Fix the problem that the selected item is not updated in single selection mode #3099
    • Fix foucs status not taking effect in special scenarios #3099
  • 🐞 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
    • 修复 dropdownRender 不支持 slot 问题 #3098
    • 修复 tag 模式下,空值异常问题 #3100
    • 修复单选模式下选择项不更新问题 #3099
    • 修复特殊场景下 foucs 状态不生效问题 #3099
  • 🐞 修复 DatePicker 默认格式化失效问题 #3091
  • 🐞 修复 Table customRow 配置事件不生效问题 #3121
  • 🐞 修复 TreeSelect 搜索框样式错乱问题 [ee4cd3c](https://github.com/vueComponent/ant-design-vue/commit/ ee4cd3c)
  • 🐞 修复 Ts 类型错误或缺失问题

1.7.2

06 Nov 14:23
Compare
Choose a tag to compare

2020-11-6

  • 🐞 Fix the problem of incorrect height of Textarea component #2974
  • 🐞 Roll back Menu component to version 1.6.5 to be consistent #3112
  • 🐞 Fix TreeSelect throw error #3126

  • 🐞 修复 Textarea 组件高度不正确问题 #2974
  • 🐞 回滚 Menu 组件到 1.6.5 版本一致 #3112
  • 🐞 修复 TreeSelect throw error #3126

2.0.0-beta.13

02 Nov 14:58
Compare
Choose a tag to compare

2020-11-2

  • 🐞 Fix npm install error report #3080
  • 🐞 Fix Select maxPlaceHolder display error problem #3085
  • 🐞 Fix the pop-up component, the pop-up position is not updated #3085
  • 🐞 Fix the warning problem when Table data is empty #3082
  • 🐞 Fix Input display multiple borders in Form #3084

  • 🐞 修复 npm install 报错问题 #3080
  • 🐞 修复 Select maxPlaceHolder 显示错误问题 #3085
  • 🐞 修复弹窗类组件,弹出位置不更新问题 #3085
  • 🐞 修复 Table 数据为空时的 warning 问题 #3082
  • 🐞 修复 Input 在 Form 中显示多个边框问题 #3084

2.0.0-beta.12

01 Nov 13:34
Compare
Choose a tag to compare

2020-11-1

  • 🐞 Fix dist/antd.css missing component style issue #3069
  • 🐞 Fix Input style issue #3074
  • 🐞 Fix Form layout="vertical" style issue #3075
  • 🐞 Fix Select cannot open popup problem #3070

  • 🐞 修复 dist/antd.css 缺失组件样式问题 #3069
  • 🐞 修复 Input 样式问题 #3074
  • 🐞 修复 Form layout="vertical" 样式问题 #3075
  • 🐞 修复 Select 无法打开弹窗问题 #3070

2.0.0-beta.11

30 Oct 08:34
Compare
Choose a tag to compare

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

28 Oct 05:31
Compare
Choose a tag to compare

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

  • 🌟 递归 Menu 组件,支持任意嵌套其他元素 #1452
  • 🇮🇪 添加爱尔兰语国际化支持
  • 🐞 修复 webpack 5 兼容问题。
  • 🐞 修复 Upload method 属性不生效问题 #2837
  • 🐞 修复 Space 未声明属性,不挂载根结点上问题 #2902
  • 🐞 修复 Table 组件 filter 不支持 number 类型问题 #3052
  • 🐞 修复 Table 固定列 ellipsis 不生效问题 #2916
  • 🐞 修复 AutoComplete 组件,需要两次 tab 键才可 focus 问题 #1438
  • 🐞 修复 TreeSelect 不能自定义 slot 问题 #2827