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

build(deps): bump antd from 4.19.3 to 5.16.4 in /docs #28185

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2024

Bumps antd from 4.19.3 to 5.16.4.

Release notes

Sourced from antd's releases.

5.16.4

  • 🐞 Fix Select with multiple and paddingXXS=0 will break the height align of controlHeight token. #48574
  • 🐞 Fix Upload miss style when enable CSS Variable. #48569 @​nova1751
  • 🐞 Fix Slider in range tooltip blink when drag the handle over another one. #48536
  • Input
    • 🐞 Fix the text of the button is not the large size when Input.Search is set to a large size. #48527
    • 🐞 Fix abnormal text display in Input.TextArea. #48489 @​korkt-kim
  • 🐞 Fix the stuck animation effect of the Upload component image. #48522 @​nova1751
  • 🐞 Fix the issue where the Switch component using checkedChildren and unCheckedChildren did not add a default height. #48513 @​wanpan11
  • 🐞 Fix the warning reminder when Form.Item uses noStyle with no value. #48508
  • 🐞 Fix Popover defaultOpen setting failed. #48481 @​linhf123
  • 🐞 Fix where placeholder is not displayed when DatePicker is configured with multiple. #48387 @​nova1751
  • 🐞 Fix where ColorPicker clear color could not be changed when controlled in strict mode. #48450
  • 💄 Fix the arrow style issue when Collapse uses third-party icons. #48417 @​guoyunhe
  • 💄 Optimize the animation effect of the embedded Menu Sider when it is expanded. #48127 @​metouch
  • 💄 Optimize Steps process style. #48464
  • Locales

  • 🐞 修复 Select 配置 paddingXXS=0 时,多选下超出设定的 controlHeight token 的问题。#48574
  • 🐞 修复 Upload 在开启 CSS Variable 时样式丢失的问题。#48569 @​nova1751
  • 🐞 修复 Slider 在范围选择下,拖动滑块越过另一个滑块时提示框闪动的问题。#48536
  • Input
    • 🐞 修复 Input.Search 设置大尺寸时,按钮的文字不是大尺寸的问题。#48527
    • 🐞 修复 Input.TextArea 的文字显示异常问题。#48489 @​korkt-kim
  • 🐞 修复 Upload 组件图片卡顿的动画效果。#48522 @​nova1751
  • 🐞 修复 Switch 组件使用 checkedChildren unCheckedChildren 未添加默认高度的问题。#48513 @​wanpan11
  • 🐞 修复 Form.Item 使用 noStyle 无值时的警告提醒。#48508
  • 🐞 修复 Popover defaultOpen 设置失效的问题。#48481 @​linhf123
  • 🐞 修复 DatePicker 配置 multipleplaceholder 不展示的问题。#48387 @​nova1751
  • 🐞 修复 ColorPicker 在严格模式下受控时清除颜色无法改变的问题。#48450
  • 💄 修复 Collapse 使用第三方图标时的 arrow 样式问题。#48417 @​guoyunhe
  • 💄 优化内嵌 Menu 的 Sider 在展开时的动画效果。#48127 @​metouch
  • 💄 优化 Steps process 样式。#48464
  • 国际化

5.16.3

  • 🛠 Script failed to publish an empty package. Do not use this version.

  • 🛠 脚本错误发布空包,请勿使用。

5.16.2

  • 🐞 Fix Input.OTP controlled value to '' not work as expect. #48399
  • 🐞 Fix DatePicker of multiple with week picker not show the selection on the panel. #48355
  • 🐞 Fix Upload listType with picture-card or picture-circle has additional space on top. #48370

... (truncated)

Changelog

Sourced from antd's changelog.

5.16.4

2024-04-22

  • 🐞 Fix Select with multiple and paddingXXS=0 will break the height align of controlHeight token. #48574
  • 🐞 Fix Upload miss style when enable CSS Variable. #48569 @​nova1751
  • 🐞 Fix Slider in range tooltip blink when drag the handle over another one. #48536
  • Input
    • 🐞 Fix the text of the button is not the large size when Input.Search is set to a large size. #48527
    • 🐞 Fix abnormal text display in Input.TextArea. #48489 @​korkt-kim
  • 🐞 Fix the stuck animation effect of the Upload component image. #48522 @​nova1751
  • 🐞 Fix the issue where the Switch component using checkedChildren and unCheckedChildren did not add a default height. #48513 @​wanpan11
  • 🐞 Fix the warning reminder when Form.Item uses noStyle with no value. #48508
  • 🐞 Fix Popover defaultOpen setting failed. #48481 @​linhf123
  • 🐞 Fix where placeholder is not displayed when DatePicker is configured with multiple. #48387 @​nova1751
  • 🐞 Fix where ColorPicker clear color could not be changed when controlled in strict mode. #48450
  • 💄 Fix the arrow style issue when Collapse uses third-party icons. #48417 @​guoyunhe
  • 💄 Optimize the animation effect of the embedded Menu Sider when it is expanded. #48127 @​metouch
  • 💄 Optimize Steps process style. #48464
  • Locales

5.16.3

2024-04-21

  • 🛠 Script failed to publish an empty package. Do not use this version.

5.16.2

2024-04-15

  • 🐞 Fix Input.OTP controlled value to '' not work as expect. #48399
  • 🐞 Fix DatePicker of multiple with week picker not show the selection on the panel. #48355
  • 🐞 Fix Upload listType with picture-card or picture-circle has additional space on top. #48370
  • Typography
    • 🐞 Fix Typography dynamic set copyable or editable will not show the operation button. #48350
    • 🐞 Fix Typography dynamic update copyable.text not working. #48347
    • 🐞 Fix Typography using ellipsis config with expandable="collapsible" and row={1} at both time will make ellipsis not working as expect. #48340
  • 💄 Fix Steps in compact theme not show the correct progress style. #48251
  • 💄 Refactor Tabs and wave-related components CSS duration values with motionDurationSlow Component Token. #48311 #48312 @​li-jia-nan
  • 🇯🇵 Add Transfer missing ja_JP translations. #48411 @​Inshiku-Han
  • 🌐 Fix Picker ja-JP and ko-KR translations. #48382 @​li-jia-nan
  • 🛠 Use constant instead of enumeration to reduce package size. #48406 @​kiner-tang

5.16.1

2024-04-05

... (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 4.19.3 to 5.16.4.
- [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@4.19.3...5.16.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .dependency Add new or update dependencies javascript Dependabot - Pull requests that update Javascript code labels Apr 23, 2024
@dependabot dependabot bot requested a review from sfirke April 23, 2024 23:15
@github-actions github-actions bot added the doc Namespace | Anything related to documentation label Apr 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

Superseded by #28302.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/antd-5.16.4 branch May 1, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.dependency Add new or update dependencies doc Namespace | Anything related to documentation javascript Dependabot - Pull requests that update Javascript code size/XL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants