Releases: vueComponent/ant-design-vue
Releases · vueComponent/ant-design-vue
3.0.0-alpha.4
3.0.0-alpha.3
2021-10-14
- Table
- 🐞 Fix the problem that the default automatic calibration position of
Popover
andPopconfirm
does not take effect 98b5e5
3.0.0-alpha.1
2021-10-7
- 🌟 Refactor
Tabs
#4732- Removed
prevClick
,nextClick
events, and usetabScroll
event instead - Obsolete the
tabBarExtraContent
slot, replace it with the rightExtra slot, and add theleftExtra
slot - Added
addIcon
,closeIcon
,moreIcon
slots
- Removed
- 🌟 Refactor
Card
, discard the tabList slots configuration, and use the customTab slot for unified configuration #4732 - 🌟 Refactor
Drawer
- Added
autofocus
contentWrapperStyle
footerStyle
headerStyle
push
size
forceRender
and other attributes - Added
closeIcon
extra
footer
and other slots - Deprecated
afterVisibleChange
property, use event with the same name instead
- Added
- 🐞 Fix the problem that
Table
pagination does not respond to changes 1add0d - 🐞 Fix
notification
style misalignment problem #4703 - 🐞 Fix the selection, dragging and other abnormalities caused by
Tree
fieldsName #4726
- 🌟 重构
Tabs
#4732- 移除
prevClick
、nextClick
事件,使用tabScroll
事件替代 - 废弃
tabBarExtraContent
插槽,使用 rightExtra 插槽替换,同时新增leftExtra
插槽 - 新增
addIcon
、closeIcon
、moreIcon
插槽
- 移除
- 🌟 重构
Card
,废弃 tabList slots 配置,使用 customTab 插槽统一配置 #4732 - 🌟 重构
Drawer
- 新增
autofocus
contentWrapperStyle
footerStyle
headerStyle
push
size
forceRender
等属性 - 新增
closeIcon
extra
footer
等插槽 - 废弃
afterVisibleChange
属性,使用同名事件替代
- 新增
- 🐞 修复
Table
pagination 没有响应式变化问题 1add0d - 🐞 修复
notification
样式错位问题 #4703 - 🐞 修复
Tree
fieldsName 导致的选中、拖拽等异常 #4726
3.0.0-alpha.0
2021-9-24
2.2.8
2021-09-17
- 🌟 Upload method 支持 patch #4637
- 🌟 List gutter 支持数组 d2b721
- 🐞 修复 Modal 类型错误 #4632
- 🐞 修复 AutoComplete 无法重置 undefined 问题 741718
- 🐞 修复 Tag 关闭图标样式丢失问题 #4649
- 🐞 修复 TreeSelect 清楚按钮在特殊条件下不显示问题 #4655
- 🐞 修复 useForm immdiate 不生效问题 #4646
- 🌟 Upload method supports patch #4637
- 🌟 List gutter supports array d2b721
- 🐞 Fix Modal type error #4632
- 🐞 Fix the problem that AutoComplete cannot reset undefined 741718
- 🐞 Fix the missing style of Tag closed icon #4649
- 🐞 Fix the problem that the TreeSelect clear button does not display under special conditions #4655
- 🐞 Fix useForm immdiate not working issue #4646
2.2.7
2021-09-08
- 🌟 Menu supports overflowedIndicator slot #4515
- 🌟 useForm supports dynamic rule #4498
- 🌟 Select supports Number type #4570
- 🐞 Fix the warning problem caused by css zoom #4554
- 🐞 Fix Mentions input Chinese error report #4524
- 🐞 Fix the issue that AutoComplete does not support global prefixCls #4566
- 🐞 Fix Table nested table error report #4600
- 🐞 Fix MenuItem danger property under Dropdown has no style problem #4618
- 🐞 Fix Modal.xxx and other methods passing appContext invalid problem #4627
- 🐞 Fix some TS type errors
- 🌟 Menu 支持 overflowedIndicator 插槽 #4515
- 🌟 useForm 支持动态 rule #4498
- 🌟 Select 支持 Number 类型 #4570
- 🐞 修复 css zoom 引起的 warning 问题 #4554
- 🐞 修复 Mentions 输入中文报错问题 #4524
- 🐞 修复 AutoComplete 不支持全局 prefixCls 问题 #4566
- 🐞 修复 Table 嵌套表格报错问题 #4600
- 🐞 修复 Dropdown 下的 MenuItem danger 属性无样式问题 #4618
- 🐞 修复 Modal.xxx 等方法传递 appContext 失效问题 #4627
- 🐞 修复一些 TS 类型错误
2.2.6
2.2.5
2021-8-11
- 🌟
Select
supports customizing nodes through option slots 68c1f4 - 🐞 Fix the problem that the pop-up window component in the development environment does not display in the lower version of chrome, and avoid the pop-up window flashing #4409
- 🐞 Fix the problem of not scrolling to the active position when
Select
is opened ccb240
2.2.4
2021-08-10
- 🌟 Support [email protected] #4490
- 🌟 Automatically hide the horizontal scroll bar of
Table
#4484 - 🐞 Fix the issue of
Progress
trailColor not taking effect #4483
2021-08-10
- 🌟 支持 [email protected] #4490
- 🌟 自动隐藏
Table
横向滚动条 #4484 - 🐞 修复
Progress
trailColor 不生效问题 #4483
2.2.3
2021-8-7
- 🌟 Use
position: sticky
for the fixed column ofTable
to improve performance and solve the problem of misalignment in some scenes 38569c - 🌟
Collapse
supports number type key #4405 - 🌟 Optimize the flickering problem of
Tabs
when selected under windows #4241 - 🌟
InputPassword
supports global setting prefixCls #4430 - 🐞 Fix
Select
cannot scroll issue #4396 - 🐞 Fix
Badge
error reporting under ssr #4384 - 🐞 Fix the issue of invalid data fields in
Form
#4435 - 🐞 Fix an error when the child element of
FormItem
is a native label #4383 - 🐞 Fix the error when
TreeSelect
customize title through slot #4459
- 🌟
Table
固定列使用position: sticky
, 提升性能,解决部分场景不对齐问题 38569c - 🌟
Collapse
支持 number 类型 key #4405 - 🌟 优化
Tabs
在 windows 下选中时闪动问题 #4241 - 🌟
InputPassword
支持全局设置 prefixCls #4430 - 🐞 修复
Select
无法滚动问题 #4396 - 🐞 修复
Badge
在 ssr 下报错问题 #4384 - 🐞 修复
Form
多出无效数据字段问题 #4435 - 🐞 修复
FormItem
子元素是原生标签时报错问题 #4383 - 🐞 修复
TreeSelect
通过 slot 自定义 title 时报错问题 #4459