Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ant-design-vue to v4 #210

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ant-design-vue (source) 3.2.19 -> 4.2.5 age adoption passing confidence

Release Notes

vueComponent/ant-design-vue (ant-design-vue)

v4.2.5

Compare Source

2024-9-19

  • 🐞 Fix Empty component memory leak problem
  • 🐞 Fix Image width & height property not working problem

  • 🐞 修复 Empty 组件内存泄漏问题
  • 🐞 修复 Image width & height 属性不生效问题

v4.2.4

Compare Source

v4.2.3

Compare Source

  • 🌟 TourStep custom Button, support function children #​7628
  • 🐞 Fix the problem that the input value is hidden in Select and Cascader search multi-select mode #​7640

  • 🌟 TourStep 自定义 Button,支持函数 children #​7628
  • 🐞 修复 Select 和 Cascader 搜索多选模式下,输入值被隐藏问题 #​7640

v4.2.2

Compare Source

  • 🐞 Fix TreeSelect placeholder slot invalid #​7545
  • 🐞 Fix Tree slot responsive invalid issue 40ad45
  • 🐞 Fix FloatButton target type error issue #​7576
  • 🐞 Fix FormItem className error issue #​7582
  • 🐞 Fix Input Cannot input problem under lazy #​7543
  • 🐞 Fix the problem that placeholder is not hidden when inputting Chinese in Select #​7611
  • 🐞 Fix the problem that the pop-up window flashes when clicking the preset option in DatePicker #​7550

  • 🐞 修复 TreeSelect placeholder 插槽无效 #​7545
  • 🐞 修复 Tree 插槽响应式无效问题 40ad45
  • 🐞 修复 FloatButton target 类型错误问题 #​7576
  • 🐞 修复 FormItem className 错误问题 #​7582
  • 🐞 修复 Input lazy 下无法输入问题 #​7543
  • 🐞 修复 Select 输入中文时,placeholder 未隐藏问题 #​7611
  • 🐞 修复 DatePicker 点击预设选项时,弹窗闪动问题 #​7550

v4.2.1

Compare Source

2024-4-25

  • 🐞 fix Input clear action error #​7523

  • 🐞 修复 Input 清空操作才报错问题 #​7523

v4.2.0

Compare Source

2024-4-22

  • 🌟 Optimize the textColor change when the layout component switches to dark mode #​7498
  • 🌟 Tooltip added arrow hidden configuration #​7459
  • 🌟 Optimize Table hover performance #​7451
  • 🐞 Fixed the problem of changing the model during useForm verification, resulting in verification errors #ffd4d8
  • 🐞 Fix Tabs folding calculation error issue #​7491
  • 🐞 Fix Qrcode missing type hint issue #​7502
  • 🐞 Fix Menu rendering error under SSR #​7349
  • 🐞 Fix Select and Cascader rendering errors under SSR #​7377
  • 🐞 Fix AutoComplete missing option slot declaration issue #​7396
  • 🐞 Fix Textarea autoSize not taking effect #​7478
  • 🐞 Fix Pagination’s Enter key triggering two page turns #​7368
  • 🐞 Fix the problem of Chinese input in the input box #​7391[#​7516](https://github.com/vueComponent/ant- design-vue/issues/7516)
  • 🐞 Fix Carousel beforeChange current parameter error issue #​7419

  • 🌟 优化 layout 组件切换 dark 模式时 textColor 变化 #​7498
  • 🌟 Tooltip 新增 arrow 隐藏配置 #​7459
  • 🌟 优化 Table hover 性能 #​7451
  • 🐞 修复 useForm 校验时更改 model,导致校验错误问题 #ffd4d8
  • 🐞 修复 Tabs 折叠计算错误问题 #​7491
  • 🐞 修复 Qrcode 缺少类型提示问题 #​7502
  • 🐞 修复 Menu 在 SSR 下渲染错误问题 #​7349
  • 🐞 修复 Select、Cascader 在 SSR 下渲染错误问题 #​7377
  • 🐞 修复 AutoComplete 缺少 option slot 声明问题 #​7396
  • 🐞 修复 Textarea autoSize 不生效问题 #​7478
  • 🐞 修复 Pagination 回车键触发两次翻页问题 #​7368
  • 🐞 修复输入框输入中文问题 #​7391#​7516
  • 🐞 修复 Carousel beforeChange current 参数错误问题 #​7419

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

2024-1-5


v4.0.8

Compare Source

4.0.8

  • 🐞 Fix theme responsiveness failure issue under Nuxt #​7180
  • 🐞 Fix error reporting caused by Wave #​7108
  • 🐞 Fix Upload disabled inheritance issue #​7110
  • 🐞 Fix Tooltip popupAlign not taking effect #​7112
  • 🐞 Fix Typography flashing problem #​7146
  • 🐞 Fix the issue that RangePicker prevIcon nextIcon does not take effect #​7127
  • 🐞 Fixed the issue of watermark not monitoring child element changes #​7149
  • 🐞 Fix Menu animation missing issue #​7130
  • 🐞 Fix the cursor change issue when TextArea autosize #​7121

  • 🐞 修复在 Nuxt 下 theme 响应式失效问题 #​7180
  • 🐞 修复 Wave 引起的报错问题 #​7108
  • 🐞 修复 Upload disabled 继承问题 #​7110
  • 🐞 修复 Tooltip popupAlign 未生效问题 #​7112
  • 🐞 修复 Typography 闪动问题 #​7146
  • 🐞 修复 RangePicker prevIcon nextIcon 未生效问题 #​7127
  • 🐞 修复 watermark 未监听子元素变动问题 #​7149
  • 🐞 修复 Menu 动画丢失问题 #​7130
  • 🐞 修复 TextArea autosize 时光标变化问题 #​7121

v4.0.7

Compare Source

  • 🌟 Added Flex component #​7052
  • 🌟 ConfigProvider adds wave configuration #​7036
  • 🌟 Watermark supports dark mode #​7067
  • 🐞 Fix Space duplicate Key problem #​7048
  • 🐞 Fix Upload disabled priority error issue #​7047
  • 🐞 Fix Carousel rendering error in jsx #​7077
  • 🐞 Fix Message offset position problem #​7093
  • 🐞 Fix the problem of animation failure when using Collapse custom prefix #​7074

v4.0.6

Compare Source

2023-10-17

  • 🐞 Fix the Dropdown onVisibleChange failure issue introduced in 4.0.4 #​7031

  • 🐞 修复 4.0.4 引入的 Dropdown onVisibleChange 失效问题 #​7031

v4.0.5

Compare Source

2023-10-17

  • 🐞 Fix cssinjs performance issue #​7023

  • 🐞 修复 cssinjs 性能问题 #​7023

v4.0.4

Compare Source

  • 🌟 Added esm target file
  • 🌟 Added tooltip attribute to FormItem #​7014
  • 🐞 Fix useMessage getContainer not taking effect #​6942
  • 🐞 Fix the problem of Image triggering onPreviewVisibleChange event multiple times #​6945
  • 🐞 Fix the problem that Checkbox global disabled does not take effect #​6970
  • 🐞 Fix Drawer contentWrapperStyle not taking effect #​6983
  • 🐞 Optimize Select Dropdown and other drop-down list scroll bar display hidden logic #​6987
  • 🐞 Fix the problem of hiding when there are components such as input in the drop-down list such as Select Dropdown #​7020

v4.0.3

Compare Source

  • 🐞 Fix the problem of style loss under shadow Dom #​6912
  • 🐞 Upgrade Icon dependency and fix icon css missing problem under shadow Dom #​6914

v4.0.2

Compare Source

  • 🐞 Fix useMessage causing body to be removed #​6880
  • 🐞 Fix the problem that the water ripple effect does not disappear after Button loading is switched #​6895
  • 🐞 Fixed the problem that flip does not reset after Image is closed #​6913
  • 🐞 Fix ImageGroup animation effect loss problem #​6898
  • 🐞 Fix Modal missing onUpdate:open attribute declaration #​6876
  • 🐞 Fixed the issue of multiple clicks being triggered at the edge of Transfer's Checkbox #​6902

v4.0.1

Compare Source

2023-8-22

  • 🌟 FloatButton add Badge support #​6738
  • 🌟 Image preview zoom in and out sensitivity adjustment #​6784
  • 🌟 Add flip feature to Image #​6785
  • 🌟 Add App component to provide context #​6735
  • 🌟 Style extraction feature for SSR #​6757
  • 🌟 Support px2rem #​6817
  • 🌟 Tag supports borderless mode #​6819
  • 🌟 Avatar group mode supports shape #​6822
  • 🌟 AutoComplete supports borderless and custom clearIcon #​6829
  • 🌟 InputPassword supports controlled visible #​6863
  • 🐞 Fix the style misalignment problem when InputGroup is large #​6866
  • 🐞 Fix the problem that Checkable Tag cannot customize class #​6854
  • 🐞 Fix the rendering problem in Tabs animation mode #​6855
  • 🐞 Fix the problem that the Image height attribute does not take effect #​6840
  • 🐞 Fix InputNumber trigger mouseup event #​6772
  • 🐞 Fix the Dropdown style problem when Tabs are collapsed #​6757
  • 🐞 Fix Table expandedRowRender property does not take effect #​6783
  • 🐞 Fix dayjs not packaged into dist #​6767
  • 🐞 Fix clipPath browser compatibility issue #​6770
  • 🐞 Fix Carousel autoplay responsive problem #​6768
  • 🐞 Fix PageHeader ghost style problem #​6761
  • 🐞 Fix Checkbox not triggering Form validation #​6741
  • 🐞 Fix the problem that the Input prefix attribute does not take effect #​6810
  • 🐞 Fix Badge style problem in Avatar #​6874

  • 🌟 FloatButton 添加 Badge 支持 #​6738
  • 🌟 Image 预览放大缩小灵敏度调整 #​6784
  • 🌟 Image 新增翻转特性 #​6785
  • 🌟 新增 App 组件,用于提供上下文 #​6735
  • 🌟 样式抽离特性用于 SSR #​6757
  • 🌟 支持 px2rem #​6817
  • 🌟 Tag 支持无边框模式 #​6819
  • 🌟 Avatar group 模式支持 shape #​6822
  • 🌟 AutoComplete 支持无边框和自定义 clearIcon #​6829
  • 🌟 InputPassword 支持受控 visible #​6863
  • 🐞 修复 InputGroup 在 large 时样式错位问题 #​6866
  • 🐞 修复 Checkable Tag 无法自定义 class 问题 #​6854
  • 🐞 修复 Tabs 动画模式下渲染问题 #​6855
  • 🐞 修复 Image height 属性不生效问题 #​6840
  • 🐞 修复 InputNumber 触发 mouseup 事件问题 #​6772
  • 🐞 修复 Tabs 折叠时 Dropdown 样式问题 #​6757
  • 🐞 修复 Table expandedRowRender 属性不生效 #​6783
  • 🐞 修复 dayjs 未打包进 dist 问题 #​6767
  • 🐞 解决 clipPath 浏览器兼容问题 #​6770
  • 🐞 修复 Carousel autoplay 响应式问题 #​6768
  • 🐞 修复 PageHeader ghost 样式问题 #​6761
  • 🐞 修复 Checkbox 没有触发 Form 校验问题 #​6741
  • 🐞 修复 Input prefix 属性未生效问题 #​6810
  • 🐞 修复 Badge 在 Avatar 中样式问题 #​6874

v4.0.0

Compare Source

v3.2.20

Compare Source

2023-4-27

  • 🌟 Optimize the repeated instantiation of Space subcomponents #​6500
  • 🐞 Fix RangePicker does not support null value problem #​6510

  • 🌟 优化 Space 子组件重复实例化问题 #​6500
  • 🐞 修复 RangePicker 不支持空值问题 #​6510

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ant-design-vue-4.x branch from 276c5e3 to 2870b20 Compare August 22, 2023 08:47
@renovate renovate bot force-pushed the renovate/ant-design-vue-4.x branch from 2870b20 to dcdc61b Compare August 31, 2023 00:56
@renovate renovate bot force-pushed the renovate/ant-design-vue-4.x branch from dcdc61b to 674ed70 Compare September 10, 2023 04:22
@renovate renovate bot force-pushed the renovate/ant-design-vue-4.x branch 3 times, most recently from ed92789 to f5a78f3 Compare October 17, 2023 17:47
@renovate renovate bot force-pushed the renovate/ant-design-vue-4.x branch from f5a78f3 to b70e7b6 Compare November 11, 2023 04:11
@renovate renovate bot force-pushed the renovate/ant-design-vue-4.x branch from b70e7b6 to cd1fef3 Compare December 18, 2023 11:07
@renovate renovate bot force-pushed the renovate/ant-design-vue-4.x branch from cd1fef3 to 1b8f3dd Compare January 5, 2024 13:52
@renovate renovate bot force-pushed the renovate/ant-design-vue-4.x branch from 1b8f3dd to 58ca737 Compare January 16, 2024 14:34
@renovate renovate bot force-pushed the renovate/ant-design-vue-4.x branch from 58ca737 to 53a2244 Compare February 2, 2024 20:51
@renovate renovate bot force-pushed the renovate/ant-design-vue-4.x branch 2 times, most recently from c972e02 to 000f351 Compare April 25, 2024 02:03
@renovate renovate bot force-pushed the renovate/ant-design-vue-4.x branch 2 times, most recently from c62623d to 1a3dbeb Compare June 10, 2024 03:39
@renovate renovate bot force-pushed the renovate/ant-design-vue-4.x branch from 1a3dbeb to 882bac1 Compare September 13, 2024 13:32
@renovate renovate bot force-pushed the renovate/ant-design-vue-4.x branch from 882bac1 to 99f4632 Compare September 19, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants