Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Update dependency ant-design-vue to v3 #320

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ant-design-vue (source) ^2.2.6 -> ^2.2.6 || ^3.0.0 age adoption passing confidence
ant-design-vue (source) 2.2.8 -> 3.2.15 age adoption passing confidence

Release Notes

vueComponent/ant-design-vue

v3.2.15

Compare Source

v3.2.14

Compare Source

3.2.14

2022-11-07

  • 🐞 Fix the problem of dynamic theme failure when custom prefixCls #​6063
  • 🐞 Fix DatePicker error when using select and other popup components as slots #​6062
  • 🐞 Fix DirectoryTree not exposing scrollTo method #​6067
  • 🐞 Fix RangePicker popup position does not change #​6073

  • 🐞 修复自定义 prefixCls 时,动态主题失效问题 #​6063
  • 🐞 修复 DatePicker 使用 select 等弹窗组件作为插槽时,报错问题 #​6062
  • 🐞 修复 DirectoryTree 未暴露 scrollTo 方法 #​6067
  • 🐞 修复 RangePicker 弹窗位置不改变问题 #​6073

v3.2.13

Compare Source

2022-10-08

  • 🌟 Support Vue 3 upgrade tool @vue/compat #​5973
  • 🌟 Cascader add tagRender slot #​5954
  • 🐞 Fix image flickering issue when Image preview is closed #​5955
  • 🐞 Fix Tag close icon style display misplaced #​5956
  • 🐞 Fix Table loading property ts type error #​5964
  • 🐞 Fix Transfer deletion exception #​5975
  • 🐞 Fix the scroll shadow display issue of Table fixed column #​5996
  • 🐞 Fix DirectoryTree's default expansion failure issue when customizing fieldNames #​6007

  • 🌟 支持 Vue 3 升级工具 @vue/compat #​5973
  • 🌟 Cascader 添加 tagRender 插槽 #​5954
  • 🐞 修复 Image 预览关闭时,图片闪动问题 #​5955
  • 🐞 修复 Tag 关闭图标样式显示错位 #​5956
  • 🐞 修复 Table loading 属性 ts 类型错误 #​5964
  • 🐞 修复 Transfer 删除异常问题 #​5975
  • 🐞 修复 Table 固定列的滚动阴影显示问题 #​5996
  • 🐞 修复 DirectoryTree 在自定义 fieldNames 时,默认展开失效问题 #​6007

v3.2.12

Compare Source

2022-9-2

  • 🐞 Fix DescriptionItem labelStyle does not take effect #​5920
  • 🌟 Typography copy button prevents bubbling ##​5746
  • 🐞 Fix table merged column scroll shadow occlusion issue #​5786
  • 🐞 Fix the inconsistency between css var and ConfigProvider variables #​5929

  • 🐞 修复 DescriptionItem labelStyle 不生效问题 #​5920
  • 🌟 Typography 复制按钮阻止冒泡 ##​5746
  • 🐞 修复 table 合并列滚动阴影遮挡问题 #​5786
  • 🐞 修复 css var 和 ConfigProvider 变量不一致问题 #​5929

v3.2.11

Compare Source

2022-08-08

  • 🐞 Fix dayjs error when CDN introduces component library #​5874
  • 🐞 Fix Dropdown submenu wrapping issue #​5798
  • 🐞 Fix the problem that the package size increases when the icon is introduced #​5822
  • 🐞 Fix Select custom field, no auto-focus selected node issue #​5843
  • 🐞 Fix InputNumber size=large, the style is not aligned #​5853

  • 🐞 修复 CDN 引入组件库时,dayjs 报错问题 #​5874
  • 🐞 修复 Dropdown 子菜单换行问题 #​5798
  • 🐞 修复图标引入打包体积增大问题 #​5822
  • 🐞 修复 Select 自定义字段时,没有自动聚焦选中节点问题 #​5843
  • 🐞 修复 InputNumber size=large 时, 样式未对齐问题 #​5853

v3.2.10

Compare Source

2022-07-07

  • 🐞 Fix the problem that the popup component cannot be used under process.env.NODE_ENV = 'test' #​4565
  • 🐞 Fix the problem that the popup layer is directly closed when the Menu component hovers quickly 36df58
  • 🐞 Fix Input autosize type error #​5766
  • 🐞 Fix Table ellipsis tilte not working under fixed #​5755

  • 🐞 修复在 process.env.NODE_ENV = 'test' 下弹窗类组件无法使用问题 #​4565
  • 🐞 修复 Menu 组件在快速 hover 弹出层时,弹出层直接关闭问题 36df58
  • 🐞 修复 Input autosize 类型错误 #​5766
  • 🐞 修复 Table ellipsis tilte 在 fixed 下失效问题 #​5755

v3.2.9

Compare Source

2022-06-25

  • 🐞 Fix the flickering problem when the Select edge position is closed 8a659d

  • 🐞 修复 Select 边缘位置关闭时闪动问题 8a659d

v3.2.8

Compare Source

2022-06-24

  • 🌟 Image add scroll wheel to zoom in and out #​5703
  • 🌟 ConfigProvider.config added getPopupContainer 62dc24
  • 🐞 Upload tooltip does not show issues #​5714
  • 🐞 Row gutter property type error #​5725
  • 🐞 Whether Typography is editable or not, the state is not reset after switching #​5743
  • 🐞 In DirectoryTree multi-selection mode, a single node should be selected when clicking (multi-selection only selects multiple nodes when pressing ctrl and shift keys) [#​5732](https://github.com/vueComponent/ant-design-vue/ issues/5732)

  • 🌟 Image 新增滚轮放大缩小 #​5703
  • 🌟 ConfigProvider.config 新增 getPopupContainer 62dc24
  • 🐞 Upload tooltip 不展示问题 #​5714
  • 🐞 Row gutter 属性类型错误 #​5725
  • 🐞 Typography 是否可编辑切换后,状态未重置问题 #​5743
  • 🐞 DirectoryTree 多选模式下,点击时应该选中单个节点(多选只有配合 ctrl、shift 按键时选中多个节点) #​5732

v3.2.7

Compare Source

2022-06-13

  • 🌟 Checkbox supports adding extra properties #​5678
  • 🌟 RadioGroup support global size #​5690
  • 🌟 Table expandedRowKeys support v-model #​5695
  • 🐞 Fix global Form message not taking effect #​5693
  • 🐞 Fix Typography Enter key triggers end event twice, end is no longer triggered when blur #​5696

  • 🌟 Checkbox 支持添加额外属性 #​5678
  • 🌟 RadioGroup 支持全局 size #​5690
  • 🌟 Table expandedRowKeys 支持 v-model #​5695
  • 🐞 修复全局 Form message 未生效问题 #​5693
  • 🐞 修复 Typography 回车键触发两次 end 事件问题,blur 时不再触发 end #​5696

v3.2.6

Compare Source

  • 🌟 Cascader custom trigger supports custom components #​5677
  • 🐞 Fix DateRangePicker TimeRangePicker arrow not following the movement issue #​71c619
  • 🐞 Fix TimeRangePicker minSteps, hourSteps, secondStep not taking effect #​5671

  • 🌟 Cascader 自定义 trigger 支持自定义组件 #​5677
  • 🐞 修复 DateRangePicker TimeRangePicker 箭头没有跟随移动问题 #​71c619
  • 🐞 修复 TimeRangePicker minSteps、hourSteps、secondStep 未生效问题 #​5671

v3.2.5

Compare Source

2022-05-26

  • 🌟 Image Added left and right arrow switching function #​5642
  • 🐞 Fix Steps progressDot slot failure #​5648
  • 🐞 Fix Tooltip global getPopupContainer invalid problem #​5636
  • 🐞 Fix useForm help style issue #​5635
  • 🐞 Fix Table, Tree drag and drop style conflict #​5644

  • 🌟 Image 新增左右箭头切换功能 #​5642
  • 🐞 修复 Steps progressDot 插槽失效问题 #​5648
  • 🐞 修复 Tooltip 全局 getPopupContainer 失效问题 #​5636
  • 🐞 修复 useForm help 样式问题 #​5635
  • 🐞 修复 Table、Tree 拖拽样式冲突问题 #​5644

v3.2.4

Compare Source

2022-5-23


  • 🐞 修复 InputNumber v-model 类型错误 #​5577
  • 🌟 Select 支持全局 size #​5590
  • 🐞 Form clearValidate resetValidate 支持数组 #​5619
  • 🐞 Drawer 自定义 closeIcon 不生效问题 #​5616
  • 🌟 修复 CountDown 支持 dayjs #​5edca6
  • 🌟 Tree 支持 scrollTo #​5626
  • 🐞 Tooltip disabled 类名错误问题 #​5627

v3.2.3

Compare Source

  • 🌟 Optimize Tree performance #​5551
  • 🐞 Fix Progress type='dashboard' invalid problem #​5549
  • 🐞 Fix console warning when Table customRender returns Fragment component #​5556
  • 🐞 Fix the issue of rendering redundant dom nodes when the Card slot is empty

  • 🌟 优化 Tree 性能 #​5551
  • 🐞 修复 Progress type='dashboard' 失效问题 #​5549
  • 🐞 修复 Table customRender 返回 Fragment 组件时,控制台 warning 问题 #​5556
  • 🐞 修复 Card 插槽为空时,渲染多余 dom 节点问题

v3.2.2

Compare Source

2022-4-26

  • 🐞 Fix Table ceiling infinite loop problem #​5543

  • 🐞 修复 Table 吸顶死循环问题 #​5543

v3.2.1

Compare Source

v3.2.0

Compare Source

2022-04-19

  • 🌟 InputNumber supports lazy modifier
  • 🌟 Image add previewMask property, error event #​5479
  • 🌟 Modal style supports string type #​5449
  • 🌟 Cascader supports clearIcon, removeIcon slots
  • 🌟 Optimize DatePicker panel switching logic #​5488
  • 🐞 Fix Cascader not automatically correcting the popup position #​5482
  • 🐞 Tabs left, right direction disable animation #​5464
  • 🐞 TimeRangePicker value ts type supports string
  • 🐞 Tree supports deep monitoring #​5480
  • 🐞 Fix Table not showing virtual scroll bar when keepalive active
  • 🐞 Fix Input size warning #​5508

  • 🌟 InputNumber 支持 lazy 修饰符
  • 🌟 Image 新增 previewMask 属性, error事件 #​5479
  • 🌟 Modal style 支持字符串类型 #​5449
  • 🌟 Cascader 支持 clearIconremoveIcon 插槽
  • 🌟 优化 DatePicker 面板切换逻辑 #​5488
  • 🐞 修复 Cascader 没有自动修正弹窗位置 #​5482
  • 🐞 Tabs left、right 方向禁止动画 #​5464
  • 🐞 TimeRangePicker value ts type 支持 string
  • 🐞 Tree 支持深度监听 #​5480
  • 🐞 修复 Table 在 keepalive 激活时未显示虚拟滚动条
  • 🐞 修复 Input size warning #​5508

v3.1.1

Compare Source

v3.1.0

Compare Source

🔥🔥🔥 3.1.0 official version released 🔥🔥🔥
  • 🐞 Fix Select.Option child element is empty, the error is reported 272430

🔥🔥🔥 3.1.0 正式版发布 🔥🔥🔥
  • 🐞 修复 Select.Option 子元素为空的时候,报错问题 272430

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Apr 6, 2022
@renovate renovate bot force-pushed the renovate/ant-design-vue-3.x branch 13 times, most recently from aea31f6 to 83de020 Compare April 12, 2022 16:50
@renovate renovate bot force-pushed the renovate/ant-design-vue-3.x branch 15 times, most recently from 1b5d25b to 497b47b Compare April 20, 2022 04:13
@renovate renovate bot force-pushed the renovate/ant-design-vue-3.x branch from 497b47b to d0de9be Compare April 21, 2022 07:44
@renovate renovate bot force-pushed the renovate/ant-design-vue-3.x branch 10 times, most recently from 09dd95c to 3e3af5b Compare January 9, 2023 05:55
@renovate renovate bot force-pushed the renovate/ant-design-vue-3.x branch 9 times, most recently from 8c1bd50 to 6f2f131 Compare January 17, 2023 05:13
@renovate renovate bot force-pushed the renovate/ant-design-vue-3.x branch 4 times, most recently from 3ddbb63 to 00dd7c1 Compare January 24, 2023 19:21
@renovate renovate bot force-pushed the renovate/ant-design-vue-3.x branch 5 times, most recently from d9b3db0 to bbe8ad7 Compare January 31, 2023 05:25
@renovate renovate bot force-pushed the renovate/ant-design-vue-3.x branch from bbe8ad7 to 8be9669 Compare January 31, 2023 05:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants