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.1 #290

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 3.26.18 to 5.5.1.

Release notes

Sourced from antd's releases.

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

  • 🐞 修复 Button 组件 icon 尺寸和间距问题。#42516 @​MadCcc
  • 🐞 修复 Select 移除和选中按钮不居中的问题。#42513
  • 🐞 重构 Popconfirm DOM 结构以解决 icon={null}titledescription 的多余 margin 问题。#42433
  • 🐞 修复 Menu 图标在 itemMarginInline 为 0 时不居中的问题。#42426 @​zzwgh
  • 🐞 修复 Tag 被 Tooltip 包裹时,hover 会导致 font-size 错误的问题。#42414
  • 🐞 修复 Popconfirm 的 onVisibleChange 会重复触发的问题。#42393
  • 🐞 调整 Tooltip 和 Popover 展示逻辑,现在会优先保证不会被 overflow: hidden 裁剪,其次保证尽可能在可见屏幕范围内展示。#42394
  • ColorPicker
    • 🐞 优化 ColorPicker allowClear 交互逻辑,重新打开面板选择颜色会默认 100% 透明度,而不是 0%。#42439 @​RedJue
    • 🐞 优化 ColorPicker 交互,点击清除按钮时隐藏面板。#42406 @​kiner-tang
  • 💄 修改 Table 筛选下拉菜单的圆角。#42451 @​Yuiai01
  • 🛠 全局移除 rc-util/lib/Dom/addEventListener 引入的 addEventListener 方法,用原生代替。#42464 @​li-jia-nan
  • 🛠 优化 @​ant-design/icons 的 bundle 体积大小。修复 TwoTone 类的图标色为 5.0 的新主色。#42443
  • 🌐 添加 mn_MN 中缺失的翻译。#42512 @​ariunbatb
  • RTL
  • TypeScript
    • 🤖 优化 Slider ref 类型,移除 unknownany 类型,用 SliderRef 代替。#42420 @​li-jia-nan

5.5.0

  • 🔥 New Component ColorPicker. #41990 @​RedJue
  • 🆕 Add DatePicker.generateCalendar and Calendar.generateCalendar custom date component method, no need to import from module path. #41773
  • 💄 Optimize the style of Select, TreeSelect, Cascader multi-selection mode, remove the Tag border. #41480
  • 🆕 Form validateFields support validateOnly to not to update UI status. #42273
  • 🆕 DatePicker support changeOnBlur to trigger change event without clicking confirm. #42168
  • 🆕 Cascader options support disableCheckbox prop. #42024 @​BoyYangzai
  • 🆕 Popconfirm add onPopupClick prop. #42272 @​bolosea
  • 🆕 QRCode add bgColor prop to set background color. #42214 @​bolosea
  • 🆕 Table.Summary.Row component add onClick prop. #42175 @​Ylg12345
  • 🆕 Space support ref. #42266 @​RedJue

... (truncated)

Changelog

Sourced from antd's changelog.

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

  • 🔥 New Component ColorPicker. #41990 @​RedJue
  • 🆕 Add DatePicker.generateCalendar and Calendar.generateCalendar custom date component method, no need to import from module path. #41773
  • 💄 Optimize the style of Select, TreeSelect, Cascader multi-selection mode, remove the Tag border. #41480
  • 🆕 Form validateFields support validateOnly to not to update UI status. #42273
  • 🆕 DatePicker support changeOnBlur to trigger change event without clicking confirm. #42168
  • 🆕 Cascader options support disableCheckbox prop. #42024 @​BoyYangzai
  • 🆕 Popconfirm add onPopupClick prop. #42272 @​bolosea
  • 🆕 QRCode add bgColor prop to set background color. #42214 @​bolosea
  • 🆕 Table.Summary.Row component add onClick prop. #42175 @​Ylg12345
  • 🆕 Space support ref. #42266 @​RedJue
  • 🆕 The size of Tab defaults to inherit Card. #42183 @​huangkairan
  • ConfigProvider
  • 🐞 Fix then icon styles for Input are incorrect in Space Compact mode. #42167 @​pengyw97
  • 🐞 Fix Popover display empty div when title and content is null. #42217 @​hairgc
  • 🐞 Fix the error that Circle Progress does not set size. #41875 @​notzheng
  • 🐞 Fix Progress throws warning findDOMNode is deprecated in StrictMode. #42241 @​BoyYangzai
  • 💄 Fix the problem that the InputNumber out of range style does not take effect. #42250 @​pengyw97
  • 💄 Fix the problem that Divider cannot be displayed normally due to the overwriting of the dashed line style in the vertical direction. #40418 @​buqiyuan
  • 💄 Adjust Tooltip motion that will auto detect best match transform origin. #42225

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

Bumps [antd](https://github.com/ant-design/ant-design) from 3.26.18 to 5.5.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@3.26.18...5.5.1)

---
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 the dependencies Pull requests that update a dependency file label May 23, 2023
@netlify
Copy link

netlify bot commented May 23, 2023

Deploy Preview for eclipsefdn-adoptium-dash failed.

Name Link
🔨 Latest commit 1bfd30e
🔍 Latest deploy log https://app.netlify.com/sites/eclipsefdn-adoptium-dash/deploys/646c48dfe903a100082970a1

@karianna karianna marked this pull request as draft May 30, 2023 00:03
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2023

Superseded by #292.

@dependabot dependabot bot closed this May 31, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.5.1 branch May 31, 2023 05:00
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