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

chore(deps): bump antd from 5.22.1 to 5.22.3 #2644

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps antd from 5.22.1 to 5.22.3.

Release notes

Sourced from antd's releases.

5.22.3

  • 🐞 Fix Select clear button may has incorrect position within Form.item. #51649 @​dislido
  • 🐞 Fix InputNumber handleVisible token not work as expected. #51728 @​dengfuping
  • 🐞 Fix ColorPicker error when pass ReactNode to label field of presets property. #51808 @​li-jia-nan
  • 🐞 Fix Menu inlineCollapsed property not works bug within Layout. #51775 @​coderz-w
  • 🐞 Fix Table onHeaderCell provided part style can not override. #51793 @​Wxh16144
  • ⌨️ Improve Collapse accessibility. #51836 @​aojunhao123
  • TypeScript
    • 🤖 Add Table argument type for clearFilters function property. #51754 @​fubd
    • 🤖 Fix Form.List with nest field will miss value with remove when set Form preserve to false. #51796 @​zombieJ

  • 🐞 修复 Select 清除按钮在 Form.Item 中位置可能错误的问题。#51649 @​dislido
  • 🐞 修复 InputNumber handleVisible token 不生效的问题。#51728 @​dengfuping
  • 🐞 修复 ColorPicker 的 presets 属性中的 label 字段传入 ReactNode 会报错的问题。#51808 @​li-jia-nan
  • 🐞 修复 Menu 的 inlineCollapsed 属性在 Layout 中不生效的问题。#51775 @​coderz-w
  • 🐞 修复 Table onHeaderCell 提供的 style 无法被覆盖的问题。#51793 @​Wxh16144
  • ⌨️ 优化 Collapse 组件的可访问性。#51836 @​aojunhao123
  • TypeScript
    • 🤖 增加 Table 属性中 clearFilters 函数的入参类型。#51754 @​fubd
    • 🤖 修复 Form 设置 preservefalse 时,Form.List 中嵌套的字段卸载会丢失值的问题。#51796 @​zombieJ

5.22.2

  • 🐞 Fix Input.OTP focus from advancing when previous input is empty. #51664 @​thecodesalim
  • 🐞 Adjust Modal function call not to scroll the confirm button when it get auto focused. #51647 @​zombieJ
  • 🐞 Fix Form rules with same error content will cause React render warning. #51636 @​zombieJ
  • 🐞 Refactor Button focus logic trigger with useEffect to resolve some async load case not get autoFocus. #51624 @​zombieJ
  • 🐞 Fix Button custom icon not center-aligned. #51652 @​afc163
  • 🐞 Fix Table getCheckboxProps event handlers being overridden by internal selection logic. #51661 @​Zyf665
  • 🐞 Fix Tree that onCheck and onSelect were not properly triggered. #51448 @​Wxh16144
  • 🌐 Localization

  • 🐞 修复 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
  • 🌐 本地化
Changelog

Sourced from antd's changelog.

5.22.3

2024-12-02

  • 🐞 Fix Select clear button may has incorrect position within Form.item. #51649 @​dislido
  • 🐞 Fix InputNumber handleVisible token not work as expected. #51728 @​dengfuping
  • 🐞 Fix ColorPicker error when pass ReactNode to label field of presets property. #51808 @​li-jia-nan
  • 🐞 Fix Menu inlineCollapsed property not works bug within Layout. #51775 @​coderz-w
  • 🐞 Fix Table onHeaderCell provided part style can not override. #51793 @​Wxh16144
  • ⌨️ Improve Collapse accessibility. #51836 @​aojunhao123
  • TypeScript
    • 🤖 Add Table argument type for clearFilters function property. #51754 @​fubd
    • 🤖 Fix Form.List with nest field will miss value with remove when set Form preserve to false. #51796 @​zombieJ

5.22.2

2024-11-21

  • 🐞 Fix Input.OTP focus from advancing when previous input is empty. #51664 @​thecodesalim
  • 🐞 Adjust Modal function call not to scroll the confirm button when it get auto focused. #51647 @​zombieJ
  • 🐞 Fix Form rules with same error content will cause React render warning. #51636 @​zombieJ
  • 🐞 Refactor Button focus logic trigger with useEffect to resolve some async load case not get autoFocus. #51624 @​zombieJ
  • 🐞 Fix Button custom icon not center-aligned. #51652 @​afc163
  • 🐞 Fix Table getCheckboxProps event handlers being overridden by internal selection logic. #51661 @​Zyf665
  • 🐞 Fix Tree that onCheck and onSelect were not properly triggered. #51448 @​Wxh16144
  • 🐞 Fix vertical alignment of clear icon in Input component. #51700 @​jynxio
  • 🐞 Fix Select with prefix style issue with color, line break, status error. #51694 @​zombieJ
  • 🌐 Localization
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [antd](https://github.com/ant-design/ant-design) from 5.22.1 to 5.22.3.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@5.22.1...5.22.3)

---
updated-dependencies:
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2024
Copy link

nx-cloud bot commented Dec 2, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #2649.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/antd-5.22.3 branch December 9, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants