Releases: vueComponent/ant-design-vue
Releases · vueComponent/ant-design-vue
3.2.10
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.3.0-beta.2
2022-7-2
- 🐞 Fix dist/antd.css file missing issue caused by 3.3.0-beta.1
- 🐞 修复 3.3.0-beta.1 引起的 dist/antd.css 文件丢失问题
3.2.9
2022-06-25
- 🐞 Fix the flickering problem when the Select edge position is closed 8a659d
- 🐞 修复 Select 边缘位置关闭时闪动问题 8a659d
3.2.8
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
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
3.2.6
- 🌟
Cascader
custom trigger supports custom components #5677
- 🐞 Fix
DateRangePicker
TimeRangePicker
arrow not following the movement issue #71c619
- 🐞 Fix
TimeRangePicker
minSteps, hourSteps, secondStep not taking effect #5671
- 🌟
Cascader
自定义 trigger 支持自定义组件 #5677
- 🐞 修复
DateRangePicker
TimeRangePicker
箭头没有跟随移动问题 #71c619
- 🐞 修复
TimeRangePicker
minSteps、hourSteps、secondStep 未生效问题 #5671
3.2.5
2022-05-26
- 🌟 Image Added left and right arrow switching function #5642
- 🐞 Fix Steps progressDot slot failure #5648
- 🐞 Fix Tooltip global getPopupContainer invalid problem #5636
- 🐞 Fix useForm help style issue #5635
- 🐞 Fix Table, Tree drag and drop style conflict #5644
- 🌟 Image 新增左右箭头切换功能 #5642
- 🐞 修复 Steps progressDot 插槽失效问题 #5648
- 🐞 修复 Tooltip 全局 getPopupContainer 失效问题 #5636
- 🐞 修复 useForm help 样式问题 #5635
- 🐞 修复 Table、Tree 拖拽样式冲突问题 #5644
3.2.4
2022-5-23
- 🐞 修复 InputNumber v-model 类型错误 #5577
- 🌟 Select 支持全局 size #5590
- 🐞 Form clearValidate resetValidate 支持数组 #5619
- 🐞 Drawer 自定义 closeIcon 不生效问题 #5616
- 🌟 修复 CountDown 支持 dayjs #5edca6
- 🌟 Tree 支持 scrollTo #5626
- 🐞 Tooltip disabled 类名错误问题 #5627
3.2.3
- 🌟 Optimize
Tree
performance #5551
- 🐞 Fix
Progress
type='dashboard'
invalid problem #5549
- 🐞 Fix console warning when
Table
customRender returns Fragment
component #5556
- 🐞 Fix the issue of rendering redundant dom nodes when the
Card
slot is empty
- 🌟 优化
Tree
性能 #5551
- 🐞 修复
Progress
type='dashboard'
失效问题 #5549
- 🐞 修复
Table
customRender 返回 Fragment
组件时,控制台 warning 问题 #5556
- 🐞 修复
Card
插槽为空时,渲染多余 dom 节点问题
3.2.2
2022-4-26
- 🐞 Fix
Table
ceiling infinite loop problem #5543