Releases: vueComponent/ant-design-vue
Releases · vueComponent/ant-design-vue
3.0.0-beta.11
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
3.0.0-beta.10
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
3.0.0-beta.9
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
🔥🔥🔥 新年快乐 🔥🔥🔥
3.0.0-beta.8
3.0.0-beta.8
2022-01-21
- 🔥 Refactor
Cascader
, support multiple selection, addtagRender
multiple
maxTagCount
maxTagPlaceholder
expandIcon
, usedropdownClassName
dropdownStyle
open
placement
to replacepopupClassName
popupStyle
respectively - 🌟 Select, TreeSelect support slot maxTagPlaceholder
- 🌟
Table.Summary.Cell
supportsstyle
,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
支持style
、class
的原生属性 - 🌟 导出更多组件类型:
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
3.0.0-beta.6
3.0.0-beta.6
2022-01-07
- Modal
- 🐞 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
- 🐞 修复 Menu 在 Dropdown 下,绑定 click 事件,属性校验不通过问题 #5127
- 🐞 修复 Table 虚拟滚动条不更新问题 #5124
- 🐞 调整 DatePicker 为单一根节点,用于支持 v-show #5132
文档:
3.0.0-beta.5
3.0.0-beta.4
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