Skip to content

Releases: vueComponent/ant-design-vue

3.0.0-beta.11

01 Mar 01:48
Compare
Choose a tag to compare

2022-02-28

  • 🌟 Refactor Upload, add showDownloadIcon, directory, isImageUrl, itemRender, maxCount, openFileDialogOnClick, progress, previewIcon, removeIcon, downloadIcon, drop and other features
  • 🌟 Refactor Carousel
  • 🐞 Fix Mentions cannot be selected when long-pressed #5233
  • 🐞 Fix the issue of rendering multiple expand icons when Table dynamically changes the expand icon position #5295
  • 🐞 Fix Slider type error #5289

  • 🌟 重构 Upload, 新增 showDownloadIcon、directory、isImageUrl、itemRender、maxCount、openFileDialogOnClick、progress、previewIcon、removeIcon、downloadIcon、drop 等特性
  • 🌟 重构 Carousel
  • 🐞 修复 Mentions 长按时无法选中问题 #5233
  • 🐞 修复 Table 动态更改展开图标位置时,渲染多个展开图标问题 #5295
  • 🐞 修复 Slider 类型错误问题 #5289

3.0.0-beta.10

18 Feb 08:56
Compare
Choose a tag to compare

2022-02-18

  • 🐞 Fix the issue of automatic parse when inputting invalid values when the date component uses dayjs or dateFns #5221
  • 🐞 Fix the issue that virtual scrolling is not turned off when dropdownMatchSelectWidth is false #5242
  • 🐞 Fix descriptions console warning issue #5250
  • 🐞 Fix the problem of provoking when the right-click of dropdown is expanded #5259
  • 🐞 Fix TreeSelect windows touchpad expansion failure issue #5220

  • 🐞 修复日期组件使用 dayjs 或 dateFns 时,输入不合法值时自动 parse 问题 #5221
  • 🐞 修复 dropdownMatchSelectWidth 为 false 时,未关闭虚拟滚动问题 #5242
  • 🐞 修复 descriptions 控制台 warning 问题 #5250
  • 🐞 修复 dropdown 的右键展开时,挑动问题 #5259
  • 🐞 修复 TreeSelect windows 触摸板展开失效问题 #5220

3.0.0-beta.9

28 Jan 02:36
Compare
Choose a tag to compare

2022-1-28
🔥🔥🔥 Happy New Year 🔥🔥🔥

  • 🌟 Progress add title attribute to avoid title being overwritten by internal title #4929
  • 🐞 Fix Input focus state, style border issue #5188
  • 🌟 Optimize the scrolling effect of virtual scrolling under mobile #5191
  • 🐞 Fix the style issue of Tree component when dragging 6d4248
  • 🐞 Fix TreeSelect when the content is empty, the Enter button fills the empty node problem #5217
  • 🐞 Fix Button block style invalid after setting size #5219

🔥🔥🔥 新年快乐 🔥🔥🔥

  • 🌟 Progress 添加 title 属性,避免 title 被内部 title 覆盖问题 #4929
  • 🐞 修复 Input focus 状态时,样式边框问题 #5188
  • 🌟 优化虚拟滚动在 mobile 下的滚动效果 #5191
  • 🐞 修复 Tree 组件在拖拽时的样式问题 6d4248
  • 🐞 修复 TreeSelect 在空内容时,回车按键填充空节点问题 #5217
  • 🐞 修复 Button 在设置 size 后,block 样式失效问题 #5219

3.0.0-beta.8

21 Jan 15:26
Compare
Choose a tag to compare

3.0.0-beta.8

2022-01-21

  • 🔥 Refactor Cascader, support multiple selection, add tagRender multiple maxTagCount maxTagPlaceholder expandIcon, use dropdownClassName dropdownStyle open placement to replace popupClassName popupStyle respectively popupVisible popupPlacement` property
  • 🌟 Select, TreeSelect support slot maxTagPlaceholder
  • 🌟 Table.Summary.Cell supports style, class native properties
  • 🌟 Export more component types: ConfigProviderProps InputProps TextAreaProps PopconfirmProps PopoverProps SliderProps StepProps StepsProps
  • 🐞 Fix Modal reporting error under [email protected] #5190
  • 🐞 Fix Modal getContainer invalid problem #5147
  • 🐞 Fix Table responsive invalid problem #5172
  • 🐞 Fix Tabs activeKey controlled invalidation issue #5180

  • 🔥 重构 Cascader, 支持多选,新增 tagRender multiple maxTagCount maxTagPlaceholder expandIcon, 使用 dropdownClassName dropdownStyle open placement 分别替换 popupClassName popupStyle popupVisible popupPlacement 属性
  • 🌟 Select、TreeSelect 支持插槽 maxTagPlaceholder
  • 🌟 Table.Summary.Cell 支持 styleclass 的原生属性
  • 🌟 导出更多组件类型: ConfigProviderProps InputProps TextAreaProps PopconfirmProps PopoverProps SliderProps StepProps StepsProps
  • 🐞 修复 Modal 在 [email protected] 下报错问题 #5190
  • 🐞 修复 Modal getContainer 失效问题 #5147
  • 🐞 修复 Table responsive 失效问题 #5172
  • 🐞 修复 Tabs activeKey 受控失效问题 #5180

3.0.0-beta.7

10 Jan 02:35
Compare
Choose a tag to compare

2022-1-10

  • 🌟 Export FormItemInstance type 23f5fb
  • 🐞 Fix Modal not showing issue under Dropdown #5139
  • 🐞 Fix Modal esc shortcut key invalid issue 3297f7

  • 🌟 导出 FormItemInstance 类型 23f5fb
  • 🐞 修复 Modal 在 Dropdown 下不显示问题 #5139
  • 🐞 修复 Modal esc 快捷键失效问题 3297f7

3.0.0-beta.6

07 Jan 13:27
Compare
Choose a tag to compare

3.0.0-beta.6

2022-01-07

  • Modal
    • 🌟 Refactor Modal component #5129
    • 🐞 Fix the problem of unable to scroll when Modal and Drawer are mixed #5096
  • 🐞 Fix Menu under Dropdown, bind the click event, the attribute verification fails #5127
  • 🐞 Fix Table virtual scroll bar not updating issue #5124
  • 🐞 Adjust DatePicker to a single root node to support v-show #5132

Documentation:

  • 🌟 Dynamically update document.title to facilitate document switching #5121
  • 🐞 Fix Empty type error #5136
  • 🐞 Fix RangeTime range selection example error #5125

  • Modal
    • 🌟 重构 Modal 组件 #5129
    • 🐞 修复 Modal、Drawer 混合使用时,出现无法滚动问题 #5096
  • 🐞 修复 Menu 在 Dropdown 下,绑定 click 事件,属性校验不通过问题 #5127
  • 🐞 修复 Table 虚拟滚动条不更新问题 #5124
  • 🐞 调整 DatePicker 为单一根节点,用于支持 v-show #5132

文档:

  • 🌟 动态更新 document.title,方便切换文档 #5121
  • 🐞 修复 Empty 类型错误 #5136
  • 🐞 修复 RangeTime 范围选择示例错误 #5125

3.0.0-beta.5

04 Jan 02:41
Compare
Choose a tag to compare

3.0.0-beta.5

2022-01-04

  • 🌟 Refactor message and notification components #5113
  • 🐞 Fix TimePicker, Slider, TreeSelect type errors #5109
  • 🐞 Fix the issue that it does not take effect when Space size=0 #5101

  • 🌟 重构 message、notification 组件 #5113
  • 🐞 修复 TimePicker、Slider、TreeSelect 类型错误 #5109
  • 🐞 修复 Space size=0 时未生效问题 #5101

3.0.0-beta.4

28 Dec 14:29
f6725f8
Compare
Choose a tag to compare

3.0.0-beta.4

2021-12-28

  • 🌟 Refactor the Checkbox component for better performance
  • 🌟 FormItem adds noStyle property, which makes it more convenient to organize form layout
  • 🐞 Fix the problem that InputNumber cannot enter the minimum value when the precision is 0 #5083

  • 🌟 重构 Checkbox 组件,性能更优
  • 🌟 FormItem 新增 noStyle 属性,更加方便组织表单布局
  • 🐞 修复 InputNumber 在 precision 为 0 时,无法输入最小值问题 #5083

3.0.0-beta.3

27 Dec 07:52
Compare
Choose a tag to compare

2021-12-27

  • 🐞 Fix Select virtual scroll, dynamically correct the height error problem #5082

  • 🐞 修复 Select 虚拟滚动,动态修正高度错误问题 #5082

3.0.0-beta.2

27 Dec 07:46
Compare
Choose a tag to compare

3.0.0-beta.2

2021-12-27

  • 🐞 Fix the issue of triggering inspection when FormItem does not pass the name #5081
  • 🐞 Fix the width flickering problem when Table is first rendered #5075 #4993

  • 🐞 修复 FormItem 未传递 name 时,触发检验问题 #5081
  • 🐞 修复 Table 首次渲染时宽度闪动问题 #5075 #4993