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

Update dependency antd to v5.22.4 #106

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2024

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ant-design/ant-design (antd)

v5.22.4

Compare Source

v5.22.3

Compare Source


v5.22.2

Compare Source


  • 🐞 修复 Input.OTP 组件在有非法输入时仍会切换到下一个输入框的问题。#​51664 @​thecodesalim
  • 🐞 调整 Modal 确认函数,使其在弹出后聚焦确认按钮时不要滚动窗体。#​51647 @​zombieJ
  • 🐞 修复 Form rules 生成多条相同错误时会报 React 渲染错误的问题。#​51636 @​zombieJ
  • 🐞 调整 Button 使用 useEffect 来触发 autoFocus 逻辑,以解决一些异步渲染场景下 Button 无法自动聚焦的问题。#​51624 @​zombieJ
  • 🐞 修复 Button 中使用自定义三方图标库时图标未居中的问题。#​51652 @​afc163
  • 🐞 修复 Table 组件 getCheckboxProps 中的事件处理器被内部选择逻辑覆盖的问题。#​51661 @​Zyf665
  • 🐞 修复 Tree 组件的 onCheckonSelect 事件没有被正确触发的问题。#​51448 @​Wxh16144
  • 🌐 本地化

v5.22.1

Compare Source

  • 🛠 Adjust DatePicker.RangePicker to not allow switching to the next field by clicking the input when needConfirm and the user has not submitted the date. #​51591 @​zombieJ
  • 🛠 Lock Input.OTP ctrl + z operation to avoid data not correct. #​51609 @​zombieJ
  • 🐞 Fix Select tags or multiple mode display issue. #​51605 @​guoyunhe
  • 🐞 Fix Badge count motion missing in Safari. #​51598 @​zombieJ
  • 🐞 Fix Tabs with centered the tabs can not fully display. #​51571 @​DDDDD12138
  • 🐞 Fix Transfer with controlled dataSource & selectedKeys sometime miss sync checked state. #​51523 @​IsKaros
  • 🐞 Revert Button display inline-flex back to inline-block to resolve Icon align issue. #​51588 @​Wxh16144

  • 🛠 调整 DatePicker.RangePicker 当 needConfirm 切用户未提交日期时,不允许通过点击输入框切换到下一个字段。#​51591 @​zombieJ
  • 🛠 禁用 Input.OTP ctrl + z 操作以防止数据变化非预期的问题。#​51609 @​zombieJ
  • 🐞 修复 Select 标签模式下展示异常的问题。#​51605 @​guoyunhe
  • 🐞 修复 Badge count 在 Safari 下动画丢失的问题。#​51598 @​zombieJ
  • 🐞 修复 Tabs centered 下标签展示不全的问题。#​51571 @​DDDDD12138
  • 🐞 修复 Transfer 受控 dataSourceselectedKeys 时,偶尔会出现勾选不正确的问题。#​51523 @​IsKaros
  • 🐞 回滚 Button displayinline-flexinline-block 以解决 Icon 位置偏移的问题。#​51588 @​Wxh16144

v5.22.0

Compare Source


v5.21.6

Compare Source

  • 🐞 Fix Tree.DirectoryTree interactive area not being a whole row. #​51210
  • 🐞 Fix the Button icon was not vertically centered. #​51381
  • 🐞 Fix the pointer style not set to not-allowed in the disabled state when variant of the Input was set to borderless. #​51387 @​ustcfury
  • Splitter
    • 💄 Improve the pre-rendered style of Splitter under SSR. #​51378
    • 💄 Increased the click area of ​​the Splitter collapse button to improve usability. #​51383 @​aojunhao123
  • 💄 Improve Checkbox indeterminate to enhance accessibility experience. #​51350 @​SpaNb4
  • 💄 Improve the title of the Empty preset svg image to improve accessibility experience. #​51368

  • 🐞 修复 Tree.DirectoryTree 交互区域不是整行的问题。#​51210
  • 🐞 修复 Button 图标未垂直居中的问题。#​51381
  • 🐞 修复 Input 组件 variant 设置 borderless 时,disabled 状态下指针样式未设置 not-allowed 的问题。#​51387 @​ustcfury
  • Splitter
  • 💄 优化 Checkbox indeterminate 提升无障碍体验。#​51350 @​SpaNb4
  • 💄 优化 Empty 预设 svg 图片的 title 提升无障碍体验。#​51368

v5.21.5

Compare Source


v5.21.4

Compare Source


v5.21.3

Compare Source

  • 💄 Added a scroll bar to Dropdown when having many items. #​51112 @​Cameron-Asdf
  • Slider #​51150 @​yoyo837
    • 🐞 Fix Slider issue where the id prop is not supported.
    • 🐞 Fix Slider to address the issue causing useLayoutEffect does nothing on the server warning when extractStyle is invoked.
  • 🐞 Fix ColorPicker with gradient mode, sometimes handle color will be force sync back to first handle color issue. #​51161 @​zombieJ
  • 🐞 Fix Table onChange function receiving incorrect sorter value. #​51114 @​nathanlao
  • Splitter
  • 🐞 MISC: Restore react and react-dom peerDependencies. #​51079 @​chentsulin
  • TypeScript

  • 💄 优化 Dropdown 列表较长时的滚动条样式。#​51112 @​Cameron-Asdf
  • Slider #​51150 @​yoyo837
    • 🐞 修复 Slider 不支持 id 属性的问题。
    • 🐞 修复 Slider 导致 extractStyle 时抛出 useLayoutEffect does nothing on the server 警告信息的问题。
  • 🐞 修复 ColorPicker 渐变色时,部分节点颜色拖拽会被强制重置为第一个节点颜色的问题。#​51161 @​zombieJ
  • 🐞 修复 Table 组件在切换页面时 onChange 函数接收到错误的 sorter 值的问题。#​51114 @​nathanlao
  • Splitter
  • 🐞 杂项:重新将 reactreact-dom 添加进 peerDependencies。#​51079 @​chentsulin
  • TypeScript

v5.21.2

Compare Source


v5.21.1

Compare Source


v5.21.0

Compare Source


  • 🔥 全新 Splitter 区域分割组件,自由拖拽调整区域大小。#​50038 @​wanpan11 Splitter
  • Button
    • 🔥 Button 支持 variant 变体和 color 颜色属性,以支持更多组合样式。#​50051 @​coding-ice Button
    • 💄 Button 添加 textColortextHoverColortextActiveColor 三个 token。#​47870 @​madocto
  • FloatButton
    • 🆕 FloatButton 组件支持 placement 属性,支持从四个方向弹出菜单。(实现方式改为 position: absolute + flex 布局,可能会对你现有的布局造成 breaking change,请注意兼容)#​50407 @​li-jia-nan float button
    • 💄 统一 FloatButton 和 FloatButton.Group 的按钮圆角。#​50513 @​Layouwen
    • 💄 FloatButton 组件的 z-index 加入 useZIndex 管理,兼容弹层类组件。#​50311 @​li-jia-nan
    • 🆕 FloatButton 支持传入 htmlType 属性。#​50892 @​li-jia-nan
  • Menu
  • Table
  • Input
  • Modal
    • ⌨️ 修复 Modal 抛出 avoid using aria-hidden on a focused element or its ancestor 警告的问题。#​50823 @​afc163
    • 🆕 Modal 支持 closable.disabled 属性以禁用关闭按钮。#​50522 @​Ke1sy
  • Descriptions
  • Upload
  • ColorPicker
    • 🐞 修复 ColorPicker 在 hex 输入框输入颜色时,部分颜色会因为精度问题得到不正确的颜色的问题。#​50843 @​zombieJ
    • 🐞 调整 ColorPicker 在受控时,弹出面板现在不会被 value 锁定从而允许与 onChangeComplete 配合使用的受控场景。#​50785 @​zombieJ
  • App
    • 🐞 修复 App 的 useApp 调用 modal 方法时,填入弹层组件会警告 zIndex 过大的问题。#​50829 @​zombieJ
    • 🐞 修复 App rtl 样式不遵守 ConfigProvider direction 配置。#​50246 @​li-jia-nan
  • Pagination
  • Select
  • 🆕 Segmented 新增 vertical 属性以支持垂直模式,并优化了可访问性。#​50708 @​liangchaofei Segmented vertical demo

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.

Copy link
Contributor Author

renovate bot commented Jul 4, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: flipper-plugin/yarn.lock
error Package "backintime-websocket-event" refers to a non-existing file '"/tmp/renovate/repos/github/kitakkun/back-in-time-plugin/core/websocket/event/build/dist/js/productionLibrary"'.

@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 637590a to d8dea11 Compare July 5, 2024 10:58
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.19.0 chore(deps): update dependency antd to v5.19.1 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from d8dea11 to c02dd4f Compare July 15, 2024 09:05
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.19.1 chore(deps): update dependency antd to v5.19.2 Jul 15, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.19.2 Update dependency antd to v5.19.2 Jul 16, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from c02dd4f to ddf4ea7 Compare July 19, 2024 09:51
@renovate renovate bot changed the title Update dependency antd to v5.19.2 Update dependency antd to v5.19.3 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from ddf4ea7 to 1b6c7ef Compare July 30, 2024 03:14
@renovate renovate bot changed the title Update dependency antd to v5.19.3 Update dependency antd to v5.19.4 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 1b6c7ef to 5e8dd31 Compare August 3, 2024 15:05
@renovate renovate bot changed the title Update dependency antd to v5.19.4 Update dependency antd to v5.20.0 Aug 3, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 5e8dd31 to 0a4bdf7 Compare August 11, 2024 17:33
@renovate renovate bot changed the title Update dependency antd to v5.20.0 Update dependency antd to v5.20.1 Aug 11, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 0a4bdf7 to 3656ede Compare August 19, 2024 16:40
@renovate renovate bot changed the title Update dependency antd to v5.20.1 Update dependency antd to v5.20.2 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 3656ede to 5099813 Compare August 26, 2024 09:58
@renovate renovate bot changed the title Update dependency antd to v5.20.2 Update dependency antd to v5.20.3 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 5099813 to 4dab767 Compare September 2, 2024 06:16
@renovate renovate bot changed the title Update dependency antd to v5.20.3 Update dependency antd to v5.20.4 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 4dab767 to e22ccaf Compare September 3, 2024 14:17
@renovate renovate bot changed the title Update dependency antd to v5.20.4 Update dependency antd to v5.20.5 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from e22ccaf to 1fc8a48 Compare September 9, 2024 10:01
@renovate renovate bot changed the title Update dependency antd to v5.20.5 Update dependency antd to v5.20.6 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 1fc8a48 to 73a49bb Compare September 22, 2024 16:55
@renovate renovate bot changed the title Update dependency antd to v5.20.6 Update dependency antd to v5.21.0 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 73a49bb to dd78c2d Compare September 25, 2024 06:44
@renovate renovate bot changed the title Update dependency antd to v5.21.0 Update dependency antd to v5.21.1 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from dd78c2d to 4f1bf4f Compare September 30, 2024 18:29
@renovate renovate bot changed the title Update dependency antd to v5.21.1 Update dependency antd to v5.21.2 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 4f1bf4f to 57c48db Compare October 9, 2024 11:27
@renovate renovate bot changed the title Update dependency antd to v5.21.2 Update dependency antd to v5.21.3 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 57c48db to e2d2a00 Compare October 14, 2024 14:05
@renovate renovate bot changed the title Update dependency antd to v5.21.3 Update dependency antd to v5.21.4 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch 2 times, most recently from 6820118 to 5eca051 Compare October 21, 2024 09:25
@renovate renovate bot changed the title Update dependency antd to v5.21.4 Update dependency antd to v5.21.5 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 5eca051 to dfee62a Compare October 28, 2024 11:02
@renovate renovate bot changed the title Update dependency antd to v5.21.5 Update dependency antd to v5.21.6 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from dfee62a to f59ff25 Compare November 11, 2024 17:18
@renovate renovate bot changed the title Update dependency antd to v5.21.6 Update dependency antd to v5.22.0 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from f59ff25 to b855443 Compare November 13, 2024 16:44
@renovate renovate bot changed the title Update dependency antd to v5.22.0 Update dependency antd to v5.22.1 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from b855443 to 59c4893 Compare November 20, 2024 18:51
@renovate renovate bot changed the title Update dependency antd to v5.22.1 Update dependency antd to v5.22.2 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 59c4893 to e8cfe83 Compare December 2, 2024 13:31
@renovate renovate bot changed the title Update dependency antd to v5.22.2 Update dependency antd to v5.22.3 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from e8cfe83 to ce0bec6 Compare December 9, 2024 14:18
@renovate renovate bot changed the title Update dependency antd to v5.22.3 Update dependency antd to v5.22.4 Dec 9, 2024
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