Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

Bumps antd from 5.21.1 to 5.22.1.

Release notes

Sourced from antd's releases.

5.22.1

  • 🛠 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

5.22.0

  • Form
    • 🆕 Form.Item supports hiding labels. #51524 @​crazyair
    • 🐞 Form removes the div used to expand the error height, wraps errorDom and extraDom with a div, and sets a minimum height for the div. #51254 @​hongzzz
    • 🐞 Fix the problem that onValuesChange is still triggered when the Form field triggers change but the value does not change. #51437 @​crazyair
    • 🆕 Form supports the focus property in scrollToFirstError when form validation fails. #51231 @​nathanlao
  • Table
  • Tree
    • 💄 Fix the problem of missing padding style for selected nodes in Tree. #51492 @​zombieJ
    • 🆕 Tree component Token adds nodeHoverColor and nodeSelectedColor support. #51367 @​zmbxy
    • 🆕 Tree adds indentSize token for custom indent width. #51010 @​afc163
  • DatePicker
    • 🆕 DatePicker supports prefix attribute. #51335 @​guoyunhe
    • 💄 Fixed the issue of DatePicker.RangePicker flashing when the mouse moves between cells. #51533 @​afc163
  • Input.OTP
    • 🆕 In the Input.OTP component, add onInput event to get the value of each user input. At the same time, the relevant documentation has been updated. #51289 @​aojunhao123
    • 🐞 Fixed the problem that Input.OTP cannot specify inputMode. #51271 @​alan-rudzinski
  • 🆕 ColorPicker supports disabledFormat. #51539 @​su-muzhi
  • 🆕 Add cursor configuration item to the focus method of InputNumber component to control the cursor position. #51444 @​aojunhao123
  • 🆕 Cascader adds disabled attribute to disable all first-level directory items of the component. #51272 @​aojunhao123
  • 🆕 Descriptions supports single-line spreading. #51365 @​crazyair
  • 🆕 Select/TreeSelect/Cascader components add prefix property to support custom prefix. #51186 @​guoyunhe
  • 🐞 Fix the problem that the preview image class name is lost when setting ImageProps.preview.rootClassName in Image. #51538 @​dislido
  • 🐞 Fixed the issue that the last item in the TimePicker panel column cannot be scrolled to the top. #51481 @​zombieJ
  • 🐞 Fix TreeSelect dropdown height not enough. #51567 @​afc163
  • 🐞 Fixed the issue that Typography is not updated immediately when the ConfigProvider language is switched. #51453 @​thinkasany
  • 🐞 Fixed the issue that Upload itemRender calling action.preview will cause a crash. #51419 @​yoyo837
  • 🐞 Fixed Splitter pseudo-element symbol issue. #51536 @​dislido
  • 💄 Optimize Collapse accessibility attribute and mouse hover style. #51400 @​afc163
  • 💄 Fix styling issue of Menu title content. #51425 @​coding-ice
  • 🇵🇹 Fix translation in Portuguese (pt_PT) localization file for better accuracy and consistency. #51501 @​alexandre-p-marques-alb

... (truncated)

Changelog

Sourced from antd's changelog.

5.22.1

2024-11-13

  • 🛠 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

5.22.0

2024-11-12

  • Form
    • 🆕 Form.Item supports hiding labels. #51524 @​crazyair
    • 🐞 Form removes the div used to expand the error height, wraps errorDom and extraDom with a div, and sets a minimum height for the div. #51254 @​hongzzz
    • 🐞 Fix the problem that onValuesChange is still triggered when the Form field triggers change but the value does not change. #51437 @​crazyair
    • 🆕 Form supports the focus property in scrollToFirstError when form validation fails. #51231 @​nathanlao
  • Table
  • Tree
    • 💄 Fix the problem of missing padding style for selected nodes in Tree. #51492 @​zombieJ
    • 🆕 Tree component Token adds nodeHoverColor and nodeSelectedColor support. #51367 @​zmbxy
    • 🆕 Tree adds indentSize token for custom indent width. #51010 @​afc163
  • DatePicker
    • 🆕 DatePicker supports prefix attribute. #51335 @​guoyunhe
    • 💄 Fixed the issue of DatePicker.RangePicker flashing when the mouse moves between cells. #51533 @​afc163
  • Input.OTP
    • 🆕 In the Input.OTP component, add onInput event to get the value of each user input. At the same time, the relevant documentation has been updated. #51289 @​aojunhao123
    • 🐞 Fixed the problem that Input.OTP cannot specify inputMode. #51271 @​alan-rudzinski
  • 🆕 ColorPicker supports disabledFormat. #51539 @​su-muzhi
  • 🆕 Add cursor configuration item to the focus method of InputNumber component to control the cursor position. #51444 @​aojunhao123
  • 🆕 Cascader adds disabled attribute to disable all first-level directory items of the component. #51272 @​aojunhao123
  • 🆕 Descriptions supports single-line spreading. #51365 @​crazyair
  • 🆕 Select/TreeSelect/Cascader components add prefix property to support custom prefix. #51186 @​guoyunhe
  • 🐞 Fix the problem that the preview image class name is lost when setting ImageProps.preview.rootClassName in Image. #51538 @​dislido
  • 🐞 Fixed the issue that the last item in the TimePicker panel column cannot be scrolled to the top. #51481 @​zombieJ
  • 🐞 Fix TreeSelect dropdown height not enough. #51567 @​afc163
  • 🐞 Fixed the issue that Typography is not updated immediately when the ConfigProvider language is switched. #51453 @​thinkasany
  • 🐞 Fixed the issue that Upload itemRender calling action.preview will cause a crash. #51419 @​yoyo837
  • 🐞 Fixed Splitter pseudo-element symbol issue. #51536 @​dislido
  • 💄 Optimize Collapse accessibility attribute and mouse hover style. #51400 @​afc163
  • 💄 Fix styling issue of Menu title content. #51425 @​coding-ice
  • 🇵🇹 Fix translation in Portuguese (pt_PT) localization file for better accuracy and consistency. #51501 @​alexandre-p-marques-alb
  • 🇺🇿 Optimize uz_UZ internationalization. #51407 @​Zukhrik
  • TypeScript

... (truncated)

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.21.1 to 5.22.1.
- [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.21.1...5.22.1)

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

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

dependabot bot commented on behalf of github Nov 21, 2024

Superseded by #1154.

@dependabot dependabot bot closed this Nov 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.22.1 branch November 21, 2024 04:42
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.

1 participant