Skip to content

Releases: vueComponent/ant-design-vue

3.0.0-alpha.4

20 Oct 02:16
Compare
Choose a tag to compare

2021-10-20

  • 组件部分状态使用 shallowRef 提升性能 3a968f

  • Use shallowRef to improve performance in part of the component state 3a968f

3.0.0-alpha.3

14 Oct 07:53
Compare
Choose a tag to compare

2021-10-14

  • Table
    • 🐞 Fix the problem that the sorting prompt does not display f64d7a
    • 🐞 Fix the responsive loss of some attributes #4756
  • 🐞 Fix the problem that the default automatic calibration position of Popover and Popconfirm does not take effect 98b5e5

  • Table
    • 🐞 修复排序提示不显示问题 f64d7a
    • 🐞 修复部分属性响应式丢失问题 #4756
  • 🐞 修复 Popover Popconfirm 默认自动校准位置不生效问题 98b5e5

3.0.0-alpha.1

07 Oct 14:21
Compare
Choose a tag to compare

2021-10-7

  • 🌟 Refactor Tabs #4732
    • Removed prevClick, nextClick events, and use tabScroll event instead
    • Obsolete the tabBarExtraContent slot, replace it with the rightExtra slot, and add the leftExtra slot
    • Added addIcon, closeIcon, moreIcon slots
  • 🌟 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
  • 🐞 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
    • 移除 prevClicknextClick 事件,使用 tabScroll 事件替代
    • 废弃 tabBarExtraContent 插槽,使用 rightExtra 插槽替换,同时新增 leftExtra 插槽
    • 新增 addIconcloseIconmoreIcon 插槽
  • 🌟 重构 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

24 Sep 05:55
Compare
Choose a tag to compare

2021-9-24


2.2.8

17 Sep 14:12
Compare
Choose a tag to compare

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

08 Sep 14:29
Compare
Choose a tag to compare

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

12 Aug 08:25
Compare
Choose a tag to compare

2021-8-12

  • 🐞 Fix Table expanded list rendering problem #4507
  • 🐞 Fix Rate custom character slot not taking effect #4509
  • 🐞 Add resize-observer-polyfill to fix the problem of reporting errors in low versions of Chrome #4508

  • 🐞 修复 Table 展开列表渲染错位问题 #4507
  • 🐞 修复 Rate 自定义 character 插槽未生效问题 #4509
  • 🐞 添加 resize-observer-polyfill, 修复在低版本 Chrome 下报错问题 #4508

2.2.5

11 Aug 09:26
Compare
Choose a tag to compare

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

  • 🌟 Select 支持通过 option 插槽定制化节点 68c1f4
  • 🐞 修复开发环境下弹窗类组件在低版本 chrome 下,不显示问题,并避免弹窗闪动 #4409
  • 🐞 修复 Select 打开时没有滚动到激活位置问题 ccb240

2.2.4

10 Aug 08:51
Compare
Choose a tag to compare

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

2.2.3

07 Aug 02:11
Compare
Choose a tag to compare

2021-8-7

  • 🌟 Use position: sticky for the fixed column of Table 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