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 4.24.12 to 5.8.5 #68

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps antd from 4.24.12 to 5.8.5.

Release notes

Sourced from antd's releases.

5.8.5

  • 🛠 Refactor Badge style logic and take Ribbon style out to reduce SSR inline style size. #44451
  • 🐞 Fix the issue of abnormal icon styling when using `@ant-design/icons`` within App. #41208 @​Wxh16144
  • 🐞 Fix the issue of vertical dragging malfunction in Carousel. #44460 @​RedJue
  • 🐞 Fix Tour panel use wrong design token. #44428
  • 🐞 Fix Form wrapperCol with responsive xs config not working. #44388
  • 🐞 Fix ColorPicker duplicate key issue. #44370 @​xr0master
  • 🐞 Fix Radio that not work in Tree title. #44380 @​MadCcc
  • 🐞 Fix Table that would crash when filterDropdown does not support ref. #44357 @​MadCcc
  • 🐞 Fix Form inline layout show extra bottom margin when validation failed. #44360
  • 🐞 Fix DatePicker showTime working error when format is Array. #44306 @​Zian502
  • 🐞 Fix Watermark can not be fully shown when content is too long. #44321
  • TypeScript

  • 🛠 重构 Badge 样式逻辑将 Ribbon 样式抽离以降低 SSR 内联样式尺寸。#44451
  • 🐞 修复 App 组件下使用 @ant-design/icons 的图标样式异常的问题。#41208 @​Wxh16144
  • 🐞 修复 Carousel 组件垂直方向拖动失效的问题。#44460 @​RedJue
  • 🐞 修复 Tour 面板使用的 design token 错误的问题。#44428
  • 🐞 修复 Form wrapperCol 配置响应式 xs 属性无效的问题。#44388
  • 🐞 修复 ColorPicker 中重复 key 的问题。#44370 @​xr0master
  • 🐞 修复 Radio 组件组合 Tree 组件后失效的问题。#44380 @​MadCcc
  • 🐞 修复 Table 组件 filterDropdown 不支持 ref 时报错的问题。#44357 @​MadCcc
  • 🐞 修复 Form inline 布局在校验失败时出现额外空行的问题。#44360
  • 🐞 修复 DatePicker 中 showTime 为 true 且 format 为数组时,组件报错。#44306 @​Zian502
  • 🐞 修复 Watermark 中 content 内容过长时无法完整显示的问题。#44321
  • TypeScript

5.8.4

  • ColorPicker
    • 🐞 Fix the cursor jumps when entering lowercase English letters in the ColorPicker color value input box. #44137 @​gouge666
    • 🐞 Fix the ColorPicker style is deformed under different sizes. #44273 @​kouchao
  • 🐞 Fix Descriptions throwing key is not a prop error message. #44278 @​RedJue
  • 🐞 Fix the node is still rendered when Pagination itemRender is customized to null. #44226
  • 🐞 Fix Modal in Dropdown menu.items, rapid mouse movement when expanding Modal will make Dropdown reopen. #44204
  • DatePicker
  • 💄 Fix clicking on the Tabs area on the mobile terminal triggers a color change. #44200 @​yilaikesi
  • RTL
    • 💄 Fix the numbers in the Badge are also RTL when the text direction of the page is RTL. #43998 @​NotEvenANeko

  • ColorPicker
    • 🐞 修复 ColorPicker 色值输入框输入小写英文字母时光标跳动的问题。#44137 @​gouge666
    • 🐞 修复 ColorPicker 在不同尺寸下样式变形的问题。#44273 @​kouchao
  • 🐞 修复 Descriptions 抛出 key is not a prop 的错误提示。#44278 @​RedJue
  • 🐞 修复 Pagination itemRender 自定义为 null 时,仍然渲染节点的问题。#44226
  • 🐞 修复 Modal 在 Dropdown menu.items 中,展开 Modal 时快速移动鼠标会使 Dropdown 重新打开的问题。#44204
  • DatePicker

... (truncated)

Changelog

Sourced from antd's changelog.

5.8.5

2023-08-28

  • 🛠 Refactor Badge style logic and take Ribbon style out to reduce SSR inline style size. #44451
  • 🐞 Fix the issue of abnormal icon styling when using `@ant-design/icons`` within App. #41208 @​Wxh16144
  • 🐞 Fix the issue of vertical dragging malfunction in Carousel. #44460 @​RedJue
  • 🐞 Fix Tour panel use wrong design token. #44428
  • 🐞 Fix Form wrapperCol with responsive xs config not working. #44388
  • 🐞 Fix ColorPicker duplicate key issue. #44370 @​xr0master
  • 🐞 Fix Radio that not work in Tree title. #44380 @​MadCcc
  • 🐞 Fix Table that would crash when filterDropdown does not support ref. #44357 @​MadCcc
  • 🐞 Fix Form inline layout show extra bottom margin when validation failed. #44360
  • 🐞 Fix DatePicker showTime working error when format is Array. #44306 @​Zian502
  • 🐞 Fix Watermark can not be fully shown when content is too long. #44321
  • TypeScript

5.8.4

2023-08-18

  • ColorPicker
    • 🐞 Fix the cursor jumps when entering lowercase English letters in the ColorPicker color value input box. #44137 @​gouge666
    • 🐞 Fix the ColorPicker style is deformed under different sizes. #44273 @​kouchao
  • 🐞 Fix Descriptions throwing key is not a prop error message. #44278 @​RedJue
  • 🐞 Fix the node is still rendered when Pagination itemRender is customized to null. #44226
  • 🐞 Fix Modal in Dropdown menu.items, rapid mouse movement when expanding Modal will make Dropdown reopen. #44204
  • DatePicker
  • 💄 Fix clicking on the Tabs area on the mobile terminal triggers a color change. #44200 @​yilaikesi
  • RTL
    • 💄 Fix the numbers in the Badge are also RTL when the text direction of the page is RTL. #43998 @​NotEvenANeko

5.8.3

2023-08-11

  • DatePicker
    • 🐞 Fix DatePicker panel cannot toggle when selecting time with truthy open and truthy defaultOpen. #44105 @​Yuiai01
    • 🐞 Fix DatePicker and RangePicker still show the clear button when disable allowClear. #44015 @​bartpio
  • Carousel
    • 🐞 Fix Carousel do not support id prop. #44079
    • 💄 Fix Carousel dots extra margin style. #44076
  • 🐞 Fix Modal footer disabled state that affect by Form. #43055 @​Wxh16144
  • 🐞 Fix Upload thumbnail that gif will not play. #44083 @​linxianxi
  • 🐞 Fix FloatButton that menu mode didn't support badge prop. #44109 @​MadCcc
  • 🐞 Fix Grid & List responsive config take effect after first render which cause screen flick. #44075
  • 🐞 Fix that Design Token partially missing when @ant-design/cssinjs version 1.15.0. #44091 @​MadCcc

... (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.12 to 5.8.5.
- [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.12...5.8.5)

---
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 Sep 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 1, 2023

Superseded by #75.

@dependabot dependabot bot closed this Oct 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.8.5 branch October 1, 2023 08:34
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 javascript Pull requests that update Javascript code
Projects
None yet
0 participants