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

Bump antd from 3.26.18 to 5.5.2 #292

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2023

Bumps antd from 3.26.18 to 5.5.2.

Release notes

Sourced from antd's releases.

5.5.2

  • 🐞 Fix ColorPicker hover boundary issue. #42669 @​RedJue
  • 🐞 Fix Menu that overflowedIndicatorClassName should not override origin classes. #42692 @​MadCcc
  • 🐞 Fix Select that in some cases will display the letter A. #42651 @​895433995
  • 🐞 Fix Card when cover is set to Image, hover mask does not have rounded corner attribute, resulting in UI exception. #42642 @​iNeedToCopy
  • 🐞 Fix Checkbox align with label. #42590 @​MadCcc
  • 🐞 Fix ConfigProvider makes Form component in the bundle even not use it. #42604
  • 🐞 Fix InputNumber cannot align well by baseline. #42580
  • 🐞 Fix spinning icon animation in Badge. #42575 @​MadCcc
  • 📦 Optimize Form setFieldsValue logic to reduce bundle size. #42635
  • 💄 Optimize ImagePreviewGroup style. #42675 @​kiner-tang
  • 💄 Fix Tag borderless style with error and other status. #42619 @​li-jia-nan
  • 💄 Fix Table rowSpan hover highlight style missing. #42572
  • 💄 Fix Pagination's link icon and ellipsis hover style when disabled. #42541 @​qmhc
  • 💄 Fix that global token should be able to override component style. #42535 @​MadCcc
  • 🇱🇹 Add missing i18n for lt_LT locale. #42664 @​Digital-512
  • RTL

  • 🐞 修复 ColorPicker 组件悬停边界问题。#42669 @​RedJue
  • 🐞 修复 Menu 组件 overflowedIndicatorClassName 覆盖了原本的 class 的问题。#42692 @​MadCcc
  • 🐞 修复 Select 组件在某些情况下显示乱码问题。#42651 @​895433995
  • 🐞 修复 Card 组件,当 Image 设置 cover 属性时,悬停蒙版没有圆角属性,导致 UI 异常。#42642 @​iNeedToCopy
  • 🐞 修复 Checkbox 和 label 不对齐的问题。#42590 @​MadCcc
  • 🐞 修复使用 ConfigProvider 会导致未使用的 Form 组件也被打包的问题。#42604
  • 🐞 修复 InputNumber 和其他组件无法基线对齐的问题。#42580
  • 🐞 修复 Badge 组件中旋转的 icon 动画。#42575 @​MadCcc
  • 📦 优化 Form setFieldsValue 相关代码以降低打包尺寸。#42635
  • 💄 优化 Image 组件预览组样式。#42675 @​kiner-tang
  • 💄 修复 Tag 无边框样式在 error 等状态下不生效的问题。#42619 @​li-jia-nan
  • 💄 修复 Table rowSpan 悬浮高亮背景颜色丢失的问题。#42572
  • 💄 修复 Pagination 在禁用状态下 link 图标和 ellipsis hover 时的样式。#42541 @​qmhc
  • 💄 修复部分全局 Token 无法覆盖组件样式的问题。#42535 @​MadCcc
  • 🇱🇹 为 lt_LT 添加缺失的部分文案。#42664 @​Digital-512
  • RTL

5.5.1

  • 🐞 Fix wrong Button icon size and margin. #42516 @​MadCcc
  • 🐞 Fix Select remove & selected icon not align in center. #42513
  • 🐞 Refactor Popconfirm DOM structure to fix extra margin before title and description when icon={null}. #42433
  • 🐞 Fix Menu item icon not centered when itemMarginInline is 0. #42426 @​zzwgh
  • 🐞 Fix Tag wrapped with Tooltip will use wrong font-size when hover. #42414
  • 🐞 Fix Popconfirm trigger onVisibleChange twice. #42393
  • 🐞 Adjust Tooltip & Popover display logic. Now the first priority is to ensure that it will not be clipped by overflow: hidden, and the second is to ensure that it is displayed within the viewport as much as possible. #42394
  • ColorPicker
    • 🐞 Optimize ColorPicker the allowClear interaction logic, reopening the panel to select a color will default to 100% transparency instead of 0%. #42439 @​RedJue
    • 🐞 Optimize ColorPicker interaction. Now it will close panel when click clear button. #42406 @​kiner-tang

... (truncated)

Changelog

Sourced from antd's changelog.

5.5.2

2023-05-30

  • 🐞 Fix ColorPicker hover boundary issue. #42669 @​RedJue
  • 🐞 Fix Menu that overflowedIndicatorClassName should not override origin classes. #42692 @​MadCcc
  • 🐞 Fix Select that in some cases will display the letter A. #42651 @​895433995
  • 🐞 Fix Card when cover is set to Image, hover mask does not have rounded corner attribute, resulting in UI exception. #42642 @​iNeedToCopy
  • 🐞 Fix Checkbox align with label. #42590 @​MadCcc
  • 🐞 Fix ConfigProvider makes Form component in the bundle even not use it. #42604
  • 🐞 Fix InputNumber cannot align well by baseline. #42580
  • 🐞 Fix spinning icon animation in Badge. #42575 @​MadCcc
  • 📦 Optimize Form setFieldsValue logic to reduce bundle size. #42635
  • 💄 Optimize ImagePreviewGroup style. #42675 @​kiner-tang
  • 💄 Fix Tag borderless style with error and other status. #42619 @​li-jia-nan
  • 💄 Fix Table rowSpan hover highlight style missing. #42572
  • 💄 Fix Pagination's link icon and ellipsis hover style when disabled. #42541 @​qmhc
  • 💄 Fix that global token should be able to override component style. #42535 @​MadCcc
  • 🇱🇹 Add missing i18n for lt_LT locale. #42664 @​Digital-512
  • RTL

5.5.1

2023-05-22

  • 🐞 Fix wrong Button icon size and margin. #42516 @​MadCcc
  • 🐞 Fix Select remove & selected icon not align in center. #42513
  • 🐞 Refactor Popconfirm DOM structure to fix extra margin before title and description when icon={null}. #42433
  • 🐞 Fix Menu item icon not centered when itemMarginInline is 0. #42426 @​zzwgh
  • 🐞 Fix Tag wrapped with Tooltip will use wrong font-size when hover. #42414
  • 🐞 Fix Popconfirm trigger onVisibleChange twice. #42393
  • 🐞 Adjust Tooltip & Popover display logic. Now the first priority is to ensure that it will not be clipped by overflow: hidden, and the second is to ensure that it is displayed within the viewport as much as possible. #42394
  • ColorPicker
    • 🐞 Optimize ColorPicker the allowClear interaction logic, reopening the panel to select a color will default to 100% transparency instead of 0%. #42439 @​RedJue
    • 🐞 Optimize ColorPicker interaction. Now it will close panel when click clear button. #42406 @​kiner-tang
  • 💄 Optimize border radius in filter dropdown of Table. #42451 @​Yuiai01
  • 🛠 Remove addEventListener from rc-util/lib/Dom/addEventListener and use native addEventListener instead. #42464 @​li-jia-nan
  • 🛠 Reduce 1KB @​ant-design/icons bundle size. Fix TwoTone icon color to primary color of 5.0. #42443
  • 🌐 Add missing translation for mn_MN. #42512 @​ariunbatb
  • RTL
  • TypeScript
    • 🤖 Optimize Slider ref type definition, replace unknown and any with SliderRef. #42420 @​li-jia-nan

5.5.0

2023-05-15

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by madccc, a new releaser for antd since your current version.


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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 31, 2023
@netlify
Copy link

netlify bot commented May 31, 2023

Deploy Preview for eclipsefdn-adoptium-dash failed.

Name Link
🔨 Latest commit 59f8377
🔍 Latest deploy log https://app.netlify.com/sites/eclipsefdn-adoptium-dash/deploys/647ebea2e2bd0a0007c1c5cb

@karianna karianna marked this pull request as draft May 31, 2023 07:32
Bumps [antd](https://github.com/ant-design/ant-design) from 3.26.18 to 5.5.2.
- [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@3.26.18...5.5.2)

---
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 force-pushed the dependabot/npm_and_yarn/antd-5.5.2 branch from 1d8da16 to 59f8377 Compare June 6, 2023 05:05
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 7, 2023

Superseded by #294.

@dependabot dependabot bot closed this Jun 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.5.2 branch June 7, 2023 05:01
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.

None yet

0 participants