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.24.16 to 5.19.4 in /docs #408

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 30, 2024

Bumps antd from 4.24.16 to 5.19.4.

Release notes

Sourced from antd's releases.

5.19.4

  • 🐞 Fix the internal elements of Form.Item did not inherit the row height. #50020 @​Wanpan
  • 🐞 Fix Overlay is still displayed when both Popover title and content do not exist. #50064 @​LLmoskk
  • 🐞 Fix the Token of Empty setting opacityImage does not take effect. #50066 @​thinkasany
  • 💄 Fix Tour overflowed the screen on mobile devices. #50082
  • 💄 Fix hover style of Checkbox indeterminate state. #50083
  • 💄 Fix DatePicker selection style is not intuitive under rtl. #50045 @​Layouwen
  • 💄 Fix Descriptions overflowing the container in bordered mode. #49946 @​leefinder
  • 🛠 MISC: Migrate common style tools to @ant-design/cssinjs-utils. #50030 @​YumoImer
  • 🌐 Locales

  • 🐞 修复 Form.Item 内部元素没有继承行高的问题。#50020 @​Wanpan
  • 🐞 修复 Popover titlecontent 都不存在时 Overlay 仍显示的问题。#50064 @​LLmoskk
  • 🐞 修复 Empty Token 设置 opacityImage 不生效的问题。#50066 @​thinkasany
  • 💄 修复 Tour 在移动端下溢出屏幕的问题。#50082
  • 💄 修复 Checkbox indeterminate 状态的 hover 样式。#50083
  • 💄 修复 DatePicker 在 rtl 下选择样式不符直觉。#50045 @​Layouwen
  • 💄 修复 Descriptions 在 bordered 模式下溢出容器的问题。#49946 @​leefinder
  • 🛠 MISC:将通用样式工具迁移到 @ant-design/cssinjs-utils#50030 @​YumoImer
  • 🌐 国际化

5.19.3

  • 🐞 Fix Table sorter argument of onChange with unexpected value. #49533 @​Zyf665
  • 🐞 Fix Pagination token.itemBg not working. #49933
  • 🐞 Fix List wrong align style of pagination. #49925 @​coding-ice
  • 🐞 Fix Image cannot exit preview, when click blank area on both sides of aciton bar. #49915 @​wanpan11
  • 🐞 Fix Card border radius cannot works for non-img elements from cover property. #49862 @​coding-ice
  • 💄 Fix Dropdown menu item wrong wrap style at edge of viewport. #49899
  • 💄 Fix Descriptions items may too close with each other. #49895 @​crazyair
  • ⌨️ Optimize Select be changed repeatedly when hold the enter key in multi-mode. #49963 @​crazyair
  • 🇪🇬 Add missing translation for the Arabic language(Egypt) (ar_EG). #49852 @​ahmedsamirdev
  • TypeScript

  • 🐞 修复 Table 的 onChange 事件中排序器参数错误的问题。#49533 @​Zyf665
  • 🐞 修复 Pagination token.itemBg 设置不生效的问题。#49933
  • 🐞 修复 List 默认分页位置错误的问题。#49925 @​coding-ice
  • 🐞 修复 Image 预览操作栏两侧空白区域被点击时,无法关闭预览的问题。#49915 @​wanpan11
  • 🐞 修复 Card 圆角对 cover 属性中的非 img 元素不生效的问题。#49862 @​coding-ice
  • 💄 修复 Dropdown 菜单内容在视口边缘换行的问题。#49899
  • 💄 修复 Descriptions 子项之间可能没有边距的问题。#49895 @​crazyair
  • ⌨️ 优化 Select 多选模式下长按回车会不断触发变更的问题。#49963 @​crazyair
  • 🇪🇬 添加阿拉伯文(埃及) (ar_EG) 的翻译。#49852 @​ahmedsamirdev
  • TypeScript
    • 🤖 复用 Tooltips 的定义以简化 ColorPicker 的类型声明。#49949 @​Wxh16144

... (truncated)

Changelog

Sourced from antd's changelog.

5.19.4

2024-07-30

  • 🐞 Fix the internal elements of Form.Item did not inherit the row height. #50020 @​Wanpan
  • 🐞 Fix Overlay is still displayed when both Popover title and content do not exist. #50064 @​LLmoskk
  • 🐞 Fix the Token of Empty setting opacityImage does not take effect. #50066 @​thinkasany
  • 💄 Fix Tour overflowed the screen on mobile devices. #50082
  • 💄 Fix hover style of Checkbox indeterminate state. #50083
  • 💄 Fix DatePicker selection style is not intuitive under rtl. #50045 @​Layouwen
  • 💄 Fix Descriptions overflowing the container in bordered mode. #49946 @​leefinder
  • 🛠 MISC: Migrate common style tools to @ant-design/cssinjs-utils. #50030 @​YumoImer
  • 🌐 Locales

5.19.3

2024-07-19

  • 🐞 Fix Table sorter argument of onChange with unexpected value. #49533 @​Zyf665
  • 🐞 Fix Pagination token.itemBg not working. #49933
  • 🐞 Fix List wrong align style of pagination. #49925 @​coding-ice
  • 🐞 Fix Image cannot exit preview, when click blank area on both sides of aciton bar. #49915 @​wanpan11
  • 🐞 Fix Card border radius cannot works for non-img elements from cover property. #49862 @​coding-ice
  • 💄 Fix Dropdown menu item wrong wrap style at edge of viewport. #49899
  • 💄 Fix Descriptions items may too close with each other. #49895 @​crazyair
  • ⌨️ Optimize Select be changed repeatedly when hold the enter key in multi-mode. #49963 @​crazyair
  • 🇪🇬 Add missing translation for the Arabic language(Egypt) (ar_EG). #49852 @​ahmedsamirdev
  • TypeScript

5.19.2

2024-07-15

  • 🐞 Fix List render 0 when actions={[]}. #49842 @​int64ago
  • 🐞 Fix Upload with dragging upload, the fileList in beforeUpload is not fully filled. #49832 @​coderz-w
  • Descriptions
  • 🐞 Fix Spin style issue when use percent and size at same time. #49876
  • 🇮🇳 Fill DatePicker kn_IN missing locales. #49860 @​neerajap-01
  • Typescript
    • 🐞 Fix Tree icon and switcherIcon parameter types not being correctly inferred. #49821
    • 🐞 Revert Cascader multiple definition case value definition missing. #49741 @​YangZhi1

5.19.1

2024-07-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.24.16 to 5.19.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.24.16...5.19.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 30, 2024
@github-actions github-actions bot added the doc label Jul 30, 2024
Copy link
Author

dependabot bot commented on behalf of github Aug 21, 2024

Superseded by #414.

@dependabot dependabot bot closed this Aug 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/antd-5.19.4 branch August 21, 2024 23:39
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 doc javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants