Skip to content

Releases: vueComponent/ant-design-vue

4.0.0-beta.2

05 May 04:08
Compare
Choose a tag to compare

2023-5-5


3.2.20

27 Apr 15:01
Compare
Choose a tag to compare

2023-4-27

  • 🌟 Optimize the repeated instantiation of Space subcomponents #6500
  • 🐞 Fix RangePicker does not support null value problem #6510

  • 🌟 优化 Space 子组件重复实例化问题 #6500
  • 🐞 修复 RangePicker 不支持空值问题 #6510

3.2.19

23 Apr 11:26
Compare
Choose a tag to compare

2023-4-23

  • 🐞 Fix antd.min.js file error

  • 🐞 修复 antd.min.js 文件错误

3.2.18

23 Apr 05:46
Compare
Choose a tag to compare

2023-4-23

  • 🐞 Fix the style of input addonAfter when Form disabled #6403
  • 🐞 Fix Upload class name error #6413
  • 🐞 Fix date component's week, quarter does not support format problem #6385
  • 🐞 Fix the problem that Select scrolls under Firefox #6470
  • 🌟 Button added focus and blur methods #6483
  • 🐞 Fix the problem that the container height changes after Select is selected #6467
  • 🐞 Fix Form name not taking effect #6460

  • 🐞 修复 input addonAfter 在 Form diabled 时的样式 #6403
  • 🐞 修复 Upload 类名错误 #6413
  • 🐞 修复日期组件的 周、季度 不支持 format 问题 #6385
  • 🐞 修复 Select 在 Firefox 下滚动显示异常问题 #6470
  • 🌟 Button 新增 focus、blur 方法 #6483
  • 🐞 修复 Select 选中后导致容器高度变化问题 #6467
  • 🐞 修复 Form name 未生效问题 #6460

3.2.16

23 Mar 06:17
Compare
Choose a tag to compare

2023-3-23

  • 🐞 Fix notification close event triggered multiple times #6150
  • 🐞 Fix the carousel map responsive change problem #6100
  • 🐞 Fix Table ceiling scroll bar style error #6169
  • 🐞 Fix DatePicker disabledMinutes parameter error #6233
  • 🐞 Fix the problem that the visibleChange event is not triggered when the Popup is closed #6324
  • 🐞 Fix Image preview image error #6331

  • 🐞 修复 notification close 事件多次触发问题 #6150
  • 🐞 修复轮播图响应式变化问题 #6100
  • 🐞 修复 Table 吸顶滚动条样式错误问题 #6169
  • 🐞 修复 DatePicker disabledMinutes 参数错误 #6233
  • 🐞 修复 Popup 关闭时没有触发 visibleChange 事件问题 #6324
  • 🐞 修复 Image 预览图片错误问题 #6331

3.3.0-beta.4

01 Dec 13:33
Compare
Choose a tag to compare

2022-12-1


3.2.14

07 Nov 08:22
Compare
Choose a tag to compare

3.2.14

2022-11-07

  • 🐞 Fix the problem of dynamic theme failure when custom prefixCls #6063
  • 🐞 Fix DatePicker error when using select and other popup components as slots #6062
  • 🐞 Fix DirectoryTree not exposing scrollTo method #6067
  • 🐞 Fix RangePicker popup position does not change #6073

  • 🐞 修复自定义 prefixCls 时,动态主题失效问题 #6063
  • 🐞 修复 DatePicker 使用 select 等弹窗组件作为插槽时,报错问题 #6062
  • 🐞 修复 DirectoryTree 未暴露 scrollTo 方法 #6067
  • 🐞 修复 RangePicker 弹窗位置不改变问题 #6073

3.2.13

08 Oct 06:46
Compare
Choose a tag to compare

2022-10-08

  • 🌟 Support Vue 3 upgrade tool @vue/compat #5973
  • 🌟 Cascader add tagRender slot #5954
  • 🐞 Fix image flickering issue when Image preview is closed #5955
  • 🐞 Fix Tag close icon style display misplaced #5956
  • 🐞 Fix Table loading property ts type error #5964
  • 🐞 Fix Transfer deletion exception #5975
  • 🐞 Fix the scroll shadow display issue of Table fixed column #5996
  • 🐞 Fix DirectoryTree's default expansion failure issue when customizing fieldNames #6007

  • 🌟 支持 Vue 3 升级工具 @vue/compat #5973
  • 🌟 Cascader 添加 tagRender 插槽 #5954
  • 🐞 修复 Image 预览关闭时,图片闪动问题 #5955
  • 🐞 修复 Tag 关闭图标样式显示错位 #5956
  • 🐞 修复 Table loading 属性 ts 类型错误 #5964
  • 🐞 修复 Transfer 删除异常问题 #5975
  • 🐞 修复 Table 固定列的滚动阴影显示问题 #5996
  • 🐞 修复 DirectoryTree 在自定义 fieldNames 时,默认展开失效问题 #6007

3.2.12

02 Sep 08:25
Compare
Choose a tag to compare

2022-9-2

  • 🐞 Fix DescriptionItem labelStyle does not take effect #5920
  • 🌟 Typography copy button prevents bubbling ##5746
  • 🐞 Fix table merged column scroll shadow occlusion issue #5786
  • 🐞 Fix the inconsistency between css var and ConfigProvider variables #5929

  • 🐞 修复 DescriptionItem labelStyle 不生效问题 #5920
  • 🌟 Typography 复制按钮阻止冒泡 ##5746
  • 🐞 修复 table 合并列滚动阴影遮挡问题 #5786
  • 🐞 修复 css var 和 ConfigProvider 变量不一致问题 #5929

3.2.11

08 Aug 02:04
Compare
Choose a tag to compare

2022-08-08

  • 🐞 Fix dayjs error when CDN introduces component library #5874
  • 🐞 Fix Dropdown submenu wrapping issue #5798
  • 🐞 Fix the problem that the package size increases when the icon is introduced #5822
  • 🐞 Fix Select custom field, no auto-focus selected node issue #5843
  • 🐞 Fix InputNumber size=large, the style is not aligned #5853

  • 🐞 修复 CDN 引入组件库时,dayjs 报错问题 #5874
  • 🐞 修复 Dropdown 子菜单换行问题 #5798
  • 🐞 修复图标引入打包体积增大问题 #5822
  • 🐞 修复 Select 自定义字段时,没有自动聚焦选中节点问题 #5843
  • 🐞 修复 InputNumber size=large 时, 样式未对齐问题 #5853