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 antd to v4.24.14 #2752

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) 4.22.6 -> 4.24.14 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

v4.24.14

Compare Source


v4.24.13

Compare Source


  • 🐞 修复 Anchor 在滚动时无法触发 getCurrentAnchor 的问题。#​43917
  • 🛠 Carousel 移除 lodash 依赖。2b43f73 @​taozhou-glean
  • 🐞 修复 Select 选中时移除图标未对齐错误。#​43667 @​Wxh16144
  • 🐞 让用户能够处理 Modal 中 onOk 回调中的 Promise 异常。#​43536 @​maroon1
  • 🐞 修复 ConfigProvider 表单校验信息 validateMessages 嵌套使用错误。#​43480 @​Wxh16144
  • 🐞 修复 variable.less 没有同步改动 @checkbox-border-radius 导致变量表现不一致的问题。#​43356

v4.24.12

Compare Source

  • 🐞 Fix Form submit trigger wrong onFieldsChange event even all the fields do not config rules. #​43292
  • 🐞 Fix Form.List nested Form event bubble not correct. #​43292

  • 🐞 修复 Form 在提交时,字段没有配置 rules 时仍会错误触发 onFieldsChange 事件的问题。#​43292
  • 🐞 修复 Form 嵌套 Form.List 嵌套 Form 的场景下,事件触发不正确的问题。#​43292

v4.24.11

Compare Source

  • 🆕 Drawer panel support event listener. #​42712 @​kiner-tang
  • 🐞 Fix Upload onChange sometime not sync when in React 18. #​43200
  • 🐞 Fix Notification cannot hide close icon by closeIcon={null}. #​42791
  • 🐞 Fix Drawer id was passed in incorrectly, and now is always added to the popup panel. #​43124 @​MuxinFeng
  • 🐞 Fix InputNumber with prefix abnormal height under Form.Item of hasFeedBack. #​43048
  • 🐞 Fix Popover with getPopupContainer sometime makes width too narrow. #​42697
  • 🐞 Fix Select will display the letter A under some circumstances. #​42654 @​tchen-l
  • 🐞 Fix ConfigProvider that import useless modules from rc-field-form when importing FormProvider . #​42502 @​BanShan-Alec
  • 🐞 Fix Popconfirm trigger onVisibleChange twice. #​42351
  • 🐞 Fix Form onFieldsChange missing validating status change. #​42263
  • 🐞 Fix Popover that display empty div when title and content is null. 19f8505 @​MaHui
  • 🐞 Fix Upload disabled logic. #​42143 @​Wxh16144
  • 🐞 Fix RangePicker wrong panel position under some circumstances. #​43179 @​cooljser
  • 🐞 Fix ConfigProvider makes Form component in the bundle even not use it. #​43207 @​yoyo837
  • 💄 Optimize Spin style to keep height of container the same as child element. #​42163 @​cheapCoder

  • 🆕 Drawer 组件面板支持事件监听。#​42712 @​kiner-tang
  • 🐞 修复 Upload 在 React 18 下 onChange 有时数据不正确的问题。#​43200
  • 🐞 修复 Notification 设置 closeIcon={null} 时关闭图标没有消失的问题。#​42791
  • 🐞 修复 Drawer id 传入位置不正确的问题,现在始终会添加至弹出面板上。#​43124 @​MuxinFeng
  • 🐞 修复 InputNumber 带有 prefix 时在 Form.Item hasFeedBack 内高度异常的问题。#​43048
  • 🐞 修复 Popover 设置 getPopupContainer 后,某些时候宽度会过窄的问题。#​42697
  • 🐞 修复 Select 在某些情况下会显示字母 A 的问题。#​42654 @​tchen-l
  • 🐞 修复 ConfigProvider 引入 FormProvider 时,错误引入 'rc-field-form' 其他的无关依赖的问题。#​42502 @​BanShan-Alec
  • 🐞 修复 Popconfirm 的 onVisibleChange 会重复触发的问题。#​42351
  • 🐞 修复 Form onFieldsChange 丢失一次 validating 状态变更的更新事件。#​42263
  • 🐞 修复 Popover 组件当 titlecontent 都为空时展示空气泡的问题19f8505 @​MaHui
  • 🐞 修复 Upload 禁用状态逻辑。#​42143 @​Wxh16144
  • 🐞 修复 RangePicker 在某些情况下面板打开未知不正确的问题。#​43179 @​cooljser
  • 🐞 修复使用 ConfigProvider 会导致未使用的 Form 组件也被打包的问题。#​43207 @​yoyo837
  • 💄 优化 Spin 样式,保持容器与子元素图标高度一致。#​42163 @​cheapCoder

v4.24.10

Compare Source

  • 🐞 Fix version always shows 5.2.2. #​42101
  • 🐞 Fix Popover width collapse when show on the screen edge. #​41953

  • 🐞 修复 version 总是返回 5.2.2 的问题。#​42101
  • 🐞 修复 Popover 在屏幕边缘时宽度塌缩的问题。#​41953

v4.24.9

Compare Source


  • 🆕 Slider 补充丢失的 railStyle 属性用于自定义样式。#​40942 @​c01nd01r
  • 🐞 修复 Select 在搜索时宽度变为 0px 的问题。#​41646
  • 🐞 删除 multiple 不能使用 displayRender 提示。#​40940 @​crazyair
  • 💄 Checkbox 默认使用 @border-radius-sm 小号圆角。#​40823
  • 🐞 修复 TextArea 在聚焦时丢失高亮样式的问题。#​41281 @​MuxinFeng
  • 🛠 调整 Checkbox 行为,现在未勾选时不再会添加 checked 属性。#​41888
  • TypeScript

v4.24.8

Compare Source


v4.24.7

Compare Source


  • 🐞 修复 Tabs 组件滑块不能自动适应宽度的问题。#​39867
  • 🐞 修复 Input 在 Safari 下使用 suffix 时文字内容丢失的问题。#​39830 @​ifujustayup

v4.24.6

Compare Source


v4.24.5

Compare Source


v4.24.4

Compare Source


v4.24.3

Compare Source


v4.24.2

Compare Source


  • Image
    • 💄 优化 Image 预览图片的工具栏显示动画的效果,现在工具条不再用缩放动画进场。#​36456
    • 🐞 修复 Image 预览图片没有展现错误图片的问题。#​38112
  • Typography
  • 🐞 修复 Menu 收起时 SubMenu 闪动的问题。#​36636 @​JarvisArt
  • 🐞 修复 RangePicker 选择日期过程中触发 onBlur 的问题。#​38411 @​kiner-tang
  • 🐞 修复 Result iconnull 时图标没有隐藏的问题。#​38488
  • 🐞 修复 Dropdown.Button 出现 overlay is deprecated 警告的问题。#​38446 @​li-jia-nan
  • 🛎 优化 Form 的相关控制台提示的表述。#​38038 @​cincodenada
  • 🛠 修复 Tree 模块循环导入的问题。#​38421 @​KotoriK
  • 🐞 修复当 Affix 隐藏切换到显示时会出现抖动。#​38410 @​imoctopus
  • 🐞 修复 Pagination showTotal 属性在 simple 模式下不生效的问题。#​38399
  • 🐞 修复 Modal.confirm 关闭中确认按钮依旧可能被触发的问题。#​38400
  • 🐞 修复在 Drawer extra 中使用 Radio.Group 的样式问题。#​38385
  • ⌨️ 修复 Table 组件 aria-label 出现 [object Object] 的问题。#​38389 @​kiner-tang
  • ⌨️ Progress 组件增加 role="progressbar"#​38447 @​kpustakhod

v4.24.1

Compare Source


v4.24.0

Compare Source


v4.23.6

Compare Source


  • Table
    • 🐞 修复 Table 配置固定表头时的阴影样式问题。#​38023 @​liuycy
    • 🐞 修复 Table 配置省略时丢失 title 属性问题。416c61f
  • 🐞 修复 Breadcrumb 不支持数字 0 的问题。#​38006 @​li-jia-nan
  • Input
    • 🐞 修复 Input.TextArea 配置 autoSize 时会额外渲染 input 节点的问题。#​38050
    • 🐞 修复 Input.Password 在点击隐藏按钮后 input 上会有 value 属性的问题。#​37900 @​linxianxi
    • 💄 修复 RTL 下 Input.Search 边框样式问题。#​37980 @​foryuki
  • 🐞 修复 AutoComplete 会报未使用的废弃属性 dropdownClassName 的问题。#​37974 @​heiyu4585
  • 🐞 修复 Typography 省略算法在计算一些元素 fontSize 时为空字符串的情况#​37928 @​zheeeng
  • 🐞 Fix Tabs 添加按钮在某些边界情况下无法展示的问题。#​37937
  • 🐞 修复 RangePicker 在某些情况下面板会闪烁的问题。#​439
  • 🛠 重构 Spin 为 Function Component。#​37969 @​li-jia-nan
  • 🛠 重构 Statistic.Countdown 为 Function Component.#​37938 @​li-jia-nan

v4.23.5

Compare Source


v4.23.4

Compare Source


v4.23.3

Compare Source

  • 🆕 Tree showLeafIcon could accept ReactNode for a custom leaf icon.#​37144 @​xWiiLLz
  • 🆕 Uploader support Apple image format: heic, heif. #​37651 @​Johnny-young
  • 🐞 Fix Typography copyable.tooltip=false still shows the copied tooltip. #​37754
  • 🐞 Fix Typography ellipsis not working correctly in some cases. #​37700 @​zheeeng
  • 🐞 Fix Divider shows children when in vertical mode. #​37697
  • 🐞 Fix Anchor getCurrentAnchor not updated. #​37644
  • 🐞 Fix Tabs animated: true missing tabPane animation. #​37642
  • 🐞 Fix Table column.title render function missing filters props. #​37629
  • 🐞 Fix Modal.confirm instance ref legacy config visible: true back to show not work. #​37613
  • 💄 Fix the problem of rendering an empty element with styles when Badge not pass text property. #​37681 @​Wxh16144
  • 💄 Fix Button wave style not work in shadow dom. #​37677
  • 💄 Remove Tab.TabPane outline style when focused. #​37638
  • TypeScript
  • 🌐 Localization

  • 🆕 Tree showLeafIcon 属性支持自定义图标。#​37144 @​xWiiLLz
  • 🆕 Uploader 支持支持 Apple 图片格式: heic、heif。#​37651 @​Johnny-young
  • 🐞 修复 Typography 在 copyable.tooltip=false 时,复制内容后仍然会展示提示的问题。#​37754
  • 🐞 修复 Typography ellipsis 在某些情况下不精确的问题。#​37700 @​zheeeng
  • 🐞 修复 Divider 在 vertical 模式下仍然会错误展示 children 的问题。#​37697
  • 🐞 修复 Anchor getCurrentAnchor 不会及时更新的问题。#​37644
  • 🐞 修复 Tabs animated: true 时面板切换动画不生效的问题。#​37642
  • 🐞 修复 Table column.title 渲染函数丢失 filters 属性的问题。#​37629
  • 🐞 修复 Modal.confirm 实例引用配置废弃 visible: true 重新展示时不生效的问题。#​37613
  • 💄 修复 Badge 未传入 text 属性时,渲染了一个带有样式的空元素问题。#​37681 @​Wxh16144
  • 💄 修复 Button 波纹样式在 shadow dom 下不生效的问题。#​37677
  • 💄 移除 Tab.TabPane focus 时的 outline 样式。#​37638
  • TypeScript
  • 🌐 国际化

v4.23.2

Compare Source

  • 🐞 Fix Card console warning when using tabList prop. #​37537 @​edc-hui
  • 🐞 Fix Table filterSearch is not executed when filterMode="tree". #​37587 @​edc-hui
  • 🐞 Fix Tooltip should not replace children className when it's not a string type. #​37598
  • 🐞 Fix Tree that TreeNodes not aligned when draggable and some node is disabled. #​37534
  • TypeScript

  • 🐞 修复 Card 传入 tabList 属性时控制台出现废弃警告的问题。#​37537 @​edc-hui
  • 🐞 修复 Table filterMode="tree"filterSearch 函数未执行的问题。#​37587 @​edc-hui
  • 🐞 修复 Tooltip 的子元素 className 非 string 类型时会被覆盖的问题。#​37598
  • 🐞 修复 Tree 组件 TreeNode 在可拖拽并且禁用状态下不对齐的问题。#​37534
  • TypeScript
    • 🤖 替换已废弃的 React.ReactChild 定义。[#​3

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 this update 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.

@vercel
Copy link

vercel bot commented Jul 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
stakes-social ❌ Failed (Inspect) Sep 6, 2023 11:21am

@renovate renovate bot force-pushed the renovate/antd-4.x branch from 56cce2b to 1b18801 Compare July 13, 2023 15:55
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 1b18801 to bb30aba Compare July 13, 2023 19:05
@renovate renovate bot force-pushed the renovate/antd-4.x branch from bb30aba to 3ede9d2 Compare July 13, 2023 22:32
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 3ede9d2 to d066576 Compare July 14, 2023 01:51
@renovate renovate bot force-pushed the renovate/antd-4.x branch from d066576 to a110ebd Compare July 14, 2023 04:39
@renovate renovate bot force-pushed the renovate/antd-4.x branch from a110ebd to 42f0a21 Compare July 14, 2023 06:49
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 42f0a21 to 47e3bc8 Compare July 14, 2023 10:17
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 47e3bc8 to 3361f49 Compare July 14, 2023 12:18
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 3361f49 to 2a16b9d Compare July 14, 2023 16:32
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 2a16b9d to 5cfb260 Compare July 14, 2023 18:15
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 5cfb260 to d6ccc11 Compare July 14, 2023 21:47
@renovate renovate bot force-pushed the renovate/antd-4.x branch from d6ccc11 to b40e141 Compare July 15, 2023 01:32
@renovate renovate bot force-pushed the renovate/antd-4.x branch from b40e141 to dddffb7 Compare July 15, 2023 03:53
@renovate renovate bot force-pushed the renovate/antd-4.x branch from dddffb7 to 95aad1f Compare July 15, 2023 07:24
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 95aad1f to ef96f79 Compare July 15, 2023 09:52
@renovate renovate bot force-pushed the renovate/antd-4.x branch from ef96f79 to 1e45d06 Compare July 15, 2023 13:19
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 1e45d06 to 18dca91 Compare July 15, 2023 15:41
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 18dca91 to 47d9d06 Compare July 15, 2023 19:44
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 47d9d06 to 53a8d66 Compare July 15, 2023 21:51
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 53a8d66 to ead5284 Compare July 16, 2023 00:40
@renovate renovate bot force-pushed the renovate/antd-4.x branch from ead5284 to 26a8b0f Compare July 16, 2023 03:34
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 26a8b0f to f4836f5 Compare July 16, 2023 07:07
@renovate renovate bot force-pushed the renovate/antd-4.x branch from f4836f5 to cd5e4b8 Compare July 16, 2023 09:32
@renovate renovate bot changed the title fix(deps): update dependency antd to v4.24.12 fix(deps): update dependency antd to v4.24.13 Sep 1, 2023
@renovate renovate bot force-pushed the renovate/antd-4.x branch from cd5e4b8 to d950a71 Compare September 1, 2023 14:54
@renovate renovate bot changed the title fix(deps): update dependency antd to v4.24.13 fix(deps): update dependency antd to v4.24.14 Sep 6, 2023
@renovate renovate bot force-pushed the renovate/antd-4.x branch from d950a71 to dead3ae Compare September 6, 2023 11:21
Copy link

github-actions bot commented Nov 6, 2023

This pull-request is inactive and so will be closed automatically.

@github-actions github-actions bot added the Stale label Nov 6, 2023
@github-actions github-actions bot closed this Nov 13, 2023
Copy link
Contributor Author

renovate bot commented Nov 13, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (4.24.14). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/antd-4.x branch November 13, 2023 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants