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.0 #287

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 3.26.18 to 5.5.0.

Release notes

Sourced from antd's releases.

5.5.0

  • 🔥 New Component ColorPicker. #41990 @​RedJue
  • 🆕 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
  • 💄 keep Checkbox.Group style the same as v4. #42103 @​BoyYangzai
  • 💄 Improve the style when the Menu overflowed. #42294 @​dhalenok
  • 💄 Improve the Segmented mouse active style. #42249
  • 🤖 Spin add warning if use tip when not in nest pattern. #42293
  • 🤖 Component Token name canonicalization. #42184
  • TypeScript
  • Locales

  • 🔥 新增颜色选择器组件。#41990 @​RedJue
  • 🆕 Form validateFields 支持 validateOnly 配置仅做校验而不改变 UI 状态。#42273
  • 🆕 DatePicker 支持 changeOnBlur 以允许不点击确认按钮,在失去焦点时也能触发 change 事件。#42168
  • 🆕 Cascader options 支持 disableCheckbox 在多选时禁用勾选框。#42024 @​BoyYangzai
  • 🆕 Popconfirm 新增 onPopupClick 属性。#42272 @​bolosea
  • 🆕 QRCode 新增 bgColor 属性设置背景色。#42214 @​bolosea
  • 🆕 Table.Summary.Row 组件增加 onClick 属性。#42175 @​Ylg12345
  • 🆕 Space 新增支持 ref。#42266 @​RedJue
  • 🆕 Tab 新增默认继承 Card 的 size#42183 @​huangkairan
  • ConfigProvider
    • 🐞 修复 ConfigProvider size 对 Pagination 无效的问题。#42206
    • 🐞 修复 ConfigProvider size 对 Steps 无效的问题。#42278 @​wanghui2021
    • 🐞 修复 ConfigProvider size 对 Descriptions 无效的问题。#42244 @​wanghui2021
    • 🐞 修复当 ConfigProvider 中 componentSize 被设定时, Space.Compact 没有继承的问题。#42199 @​Ec-tracker
  • 🐞 修复 Input 在 Space.Compact 下使用图标的样式错误。#42167 @​pengyw97
  • 🐞 修复当 titlecontent 属性均为空值时,Popover 组件展示空白气泡的问题。#42217 @​hairgc

... (truncated)

Changelog

Sourced from antd's changelog.

5.5.0

2023-05-15

  • 🔥 New Component ColorPicker. #41990 @​RedJue
  • 🆕 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
  • 💄 keep Checkbox.Group style the same as v4. #42103 @​BoyYangzai
  • 💄 Improve the style when the Menu overflowed. #42294 @​dhalenok
  • 💄 Improve the Segmented mouse active style. #42249
  • 🤖 Spin add warning if use tip when not in nest pattern. #42293
  • 🤖 Component Token name canonicalization. #42184
  • TypeScript
  • Locales

5.4.7

2023-05-06

  • 🐞 Fix Menu different margin between Menu.Item and Menu.Submenu in vertical and inline mode. #42160
  • 🐞 Fix Breadcrumb using itemRender with path render additional a element. #42049
  • 🐞 Fix Transfer in control mode throw React nest state update warning. #42033
  • 🐞 Fix Upload logic of disable state. #42102 @​Wxh16144
  • 💄 Fix Spin height is inconsistent with its icon children. #42162 @​cheapCoder
  • ⚡️ Improve Affix logic when it does not need to update. #42015 @​Simon-He95
  • ⚡️ Improve Anchor logic when it does not need to scroll. #42018 @​Simon-He95

5.4.6

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

---
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 16, 2023
@netlify
Copy link

netlify bot commented May 16, 2023

Deploy Preview for eclipsefdn-adoptium-dash failed.

Name Link
🔨 Latest commit 37812a5
🔍 Latest deploy log https://app.netlify.com/sites/eclipsefdn-adoptium-dash/deploys/64630ddeb8300200086edac4

@karianna karianna marked this pull request as draft May 17, 2023 02:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2023

Superseded by #290.

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