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
PopoverandPopconfirmdoes not take effect 98b5e5
3.0.0-alpha.1
2021-10-7
- 🌟 Refactor
Tabs#4732- Removed
prevClick,nextClickevents, and usetabScrollevent instead - Obsolete the
tabBarExtraContentslot, replace it with the rightExtra slot, and add theleftExtraslot - Added
addIcon,closeIcon,moreIconslots
- Removed
- 🌟 Refactor
Card, discard the tabList slots configuration, and use the customTab slot for unified configuration #4732 - 🌟 Refactor
Drawer- Added
autofocuscontentWrapperStylefooterStyleheaderStylepushsizeforceRenderand other attributes - Added
closeIconextrafooterand other slots - Deprecated
afterVisibleChangeproperty, use event with the same name instead
- Added
- 🐞 Fix the problem that
Tablepagination does not respond to changes 1add0d - 🐞 Fix
notificationstyle misalignment problem #4703 - 🐞 Fix the selection, dragging and other abnormalities caused by
TreefieldsName #4726
- 🌟 重构
Tabs#4732- 移除
prevClick、nextClick事件,使用tabScroll事件替代 - 废弃
tabBarExtraContent插槽,使用 rightExtra 插槽替换,同时新增leftExtra插槽 - 新增
addIcon、closeIcon、moreIcon插槽
- 移除
- 🌟 重构
Card,废弃 tabList slots 配置,使用 customTab 插槽统一配置 #4732 - 🌟 重构
Drawer- 新增
autofocuscontentWrapperStylefooterStyleheaderStylepushsizeforceRender等属性 - 新增
closeIconextrafooter等插槽 - 废弃
afterVisibleChange属性,使用同名事件替代
- 新增
- 🐞 修复
Tablepagination 没有响应式变化问题 1add0d - 🐞 修复
notification样式错位问题 #4703 - 🐞 修复
TreefieldsName 导致的选中、拖拽等异常 #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
- 🌟
Selectsupports 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
Selectis 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
ProgresstrailColor not taking effect #4483
2021-08-10
- 🌟 支持 [email protected] #4490
- 🌟 自动隐藏
Table横向滚动条 #4484 - 🐞 修复
ProgresstrailColor 不生效问题 #4483
2.2.3
2021-8-7
- 🌟 Use
position: stickyfor the fixed column ofTableto improve performance and solve the problem of misalignment in some scenes 38569c - 🌟
Collapsesupports number type key #4405 - 🌟 Optimize the flickering problem of
Tabswhen selected under windows #4241 - 🌟
InputPasswordsupports global setting prefixCls #4430 - 🐞 Fix
Selectcannot scroll issue #4396 - 🐞 Fix
Badgeerror reporting under ssr #4384 - 🐞 Fix the issue of invalid data fields in
Form#4435 - 🐞 Fix an error when the child element of
FormItemis a native label #4383 - 🐞 Fix the error when
TreeSelectcustomize 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