Ant Design Vue Versions Save

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜

3.2.16

1 year ago

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

1 year ago

2022-12-1


3.2.14

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

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

3.2.10

1 year ago

2022-07-07

  • 🐞 Fix the problem that the popup component cannot be used under process.env.NODE_ENV = 'test' #4565
  • 🐞 Fix the problem that the popup layer is directly closed when the Menu component hovers quickly 36df58
  • 🐞 Fix Input autosize type error #5766
  • 🐞 Fix Table ellipsis tilte not working under fixed #5755

  • 🐞 修复在 process.env.NODE_ENV = 'test' 下弹窗类组件无法使用问题 #4565
  • 🐞 修复 Menu 组件在快速 hover 弹出层时,弹出层直接关闭问题 36df58
  • 🐞 修复 Input autosize 类型错误 #5766
  • 🐞 修复 Table ellipsis tilte 在 fixed 下失效问题 #5755

3.2.9

1 year ago

2022-06-25

  • 🐞 Fix the flickering problem when the Select edge position is closed 8a659d

  • 🐞 修复 Select 边缘位置关闭时闪动问题 8a659d

3.2.8

1 year ago

2022-06-24

  • 🌟 Image add scroll wheel to zoom in and out #5703
  • 🌟 ConfigProvider.config added getPopupContainer 62dc24
  • 🐞 Upload tooltip does not show issues #5714
  • 🐞 Row gutter property type error #5725
  • 🐞 Whether Typography is editable or not, the state is not reset after switching #5743
  • 🐞 In DirectoryTree multi-selection mode, a single node should be selected when clicking (multi-selection only selects multiple nodes when pressing ctrl and shift keys) [#5732](https://github.com/vueComponent/ant-design-vue/ issues/5732)

  • 🌟 Image 新增滚轮放大缩小 #5703
  • 🌟 ConfigProvider.config 新增 getPopupContainer 62dc24
  • 🐞 Upload tooltip 不展示问题 #5714
  • 🐞 Row gutter 属性类型错误 #5725
  • 🐞 Typography 是否可编辑切换后,状态未重置问题 #5743
  • 🐞 DirectoryTree 多选模式下,点击时应该选中单个节点(多选只有配合 ctrl、shift 按键时选中多个节点) #5732

3.2.7

1 year ago

2022-06-13

  • 🌟 Checkbox supports adding extra properties #5678
  • 🌟 RadioGroup support global size #5690
  • 🌟 Table expandedRowKeys support v-model #5695
  • 🐞 Fix global Form message not taking effect #5693
  • 🐞 Fix Typography Enter key triggers end event twice, end is no longer triggered when blur #5696

  • 🌟 Checkbox 支持添加额外属性 #5678
  • 🌟 RadioGroup 支持全局 size #5690
  • 🌟 Table expandedRowKeys 支持 v-model #5695
  • 🐞 修复全局 Form message 未生效问题 #5693
  • 🐞 修复 Typography 回车键触发两次 end 事件问题,blur 时不再触发 end #5696