Skip to content

build(deps): bump antd from 4.21.3 to 5.6.1#387

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-5.6.1
Jun 17, 2023
Merged

build(deps): bump antd from 4.21.3 to 5.6.1#387
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-5.6.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2023

Bumps antd from 4.21.3 to 5.6.1.

Release notes

Sourced from antd's releases.

5.6.1


  • ColorPicker
    • 🐞 修复 ColorPicker 预设颜色没法选中的问题。#42882 @​RedJue
    • 🐞 修复 ColorPicker 组件清除后再点击清楚仍然触发 onChange 的问题。#42643 @​linxianxi
  • 🐞 修复 Collapse 组件废弃警告异常显示问题。#42876 @​kiner-tang
  • TypeScript

5.6.0

  • 🆕 ColorPicker add onClear and dont't close panel when clearing. #42634 @​linxianxi
  • 🆕 Collapse items to support configure panel content. #42545 @​kiner-tang
  • 🆕 Add static function getDesignToken to access full Design Token. #42723 @​MadCcc
  • 🆕 ConfigProvider support configure Space classNames and styles properties. #42748 @​RedJue
  • 🆕 Space support classNames and styles properties. #42743 @​RedJue
  • 🆕 Drawer panel support event listener. Wrapper support passing data-* props. #42718 @​kiner-tang
  • 🆕 ConfigProvider support configuring Button style / className / styles / classNames. #42623 @​LuZhenJie1999
  • 🆕 Pagination size change select component is searchable now. #42608
  • 🆕 QRCode support render svg. #42570 @​sy296565890
  • 🆕 Calendar support passing panelMode as the select source type to the internal select trigger callback to use the correct source type when called. #42459 @​bombillazo
  • 🆕 Select add groupLabel prop in fieldNames to refleact title of group. #42492 @​BoyYangzai
  • 🆕 Table add support for custom sort icon of table column. #42498 @​sawadyecma
  • 🆕 DatePicker support kk:mm format. #42494 @​cooljser
  • 🆕 ConfigProvider.config support theme for static method config. #42473
  • 🆕 Calendar onSelect support info.source param to help get select source. #42432
  • 💄 Optimize ColorPicker style in dark theme. #42827 @​RedJue
  • 💄 Fix Popconfirm, Alert and Notification that colorTextHeading and colorText usage. #42839 @​MadCcc
  • 💄 Fix Divider style problem. #42797 @​kongmingLatern
  • 🐞 Fix Image.PreviewGroup not reset image state when switch it. #42793 @​linxianxi
  • 🐞 Reduce bundle size by refactor via rc-util/lib/pickAttrs. Fix Rate findDOMNode is deprecated warning in StrictMode. #42688
  • 🐞 Rate could accept id data-* aria-* role onMouseEnter onMouseLeave attributes now, so that it can be wrapped by Tooltip component. #42676
  • 🐞 Fix Menu.Submenu not aligned in horizontal mode. #42648 @​MadCcc
  • 🐞 Align Card tabList API with Tab items. #42413
  • 🐞 Fix circular dependencies.
  • ⌨️ Improve Progress accessibility by adding more aria props. #42704 @​MehmetYararVX
  • ⌨️ Notification add role props. #42484 @​guan404ming
  • 🛠 Collapse use onKeyDown instead of onKeyPress to change collapse panel active state. #42592 @​kiner-tang
  • 🛠 Refactor Menu with @rc-component/trigger. Remove rc-trigger and reduce bundle size. #42554 @​MadCcc
  • 🛠 Table rename sorterOrder to sortOrder for arguement of sortIcon. #42519 @​sawadyecma

... (truncated)

Changelog

Sourced from antd's changelog.

5.6.1

2023-06-07

5.6.0

2023-06-06

  • 🆕 ColorPicker add onClear and dont't close panel when clearing. #42634 @​linxianxi
  • 🆕 Collapse items to support configure panel content. #42545 @​kiner-tang
  • 🆕 Add static function getDesignToken to access full Design Token. #42723 @​MadCcc
  • 🆕 ConfigProvider support configure Space classNames and styles properties. #42748 @​RedJue
  • 🆕 Space support classNames and styles properties. #42743 @​RedJue
  • 🆕 Drawer panel support event listener. Wrapper support passing data-* props. #42718 @​kiner-tang
  • 🆕 ConfigProvider support configuring Button style / className / styles / classNames. #42623 @​LuZhenJie1999
  • 🆕 Pagination size change select component is searchable now. #42608
  • 🆕 QRCode support render svg. #42570 @​sy296565890
  • 🆕 Calendar support passing panelMode as the select source type to the internal select trigger callback to use the correct source type when called. #42459 @​bombillazo
  • 🆕 Select add groupLabel prop in fieldNames to refleact title of group. #42492 @​BoyYangzai
  • 🆕 Table add support for custom sort icon of table column. #42498 @​sawadyecma
  • 🆕 DatePicker support kk:mm format. #42494 @​cooljser
  • 🆕 ConfigProvider.config support theme for static method config. #42473
  • 🆕 Calendar onSelect support info.source param to help get select source. #42432
  • 💄 Optimize ColorPicker style in dark theme. #42827 @​RedJue
  • 💄 Fix Popconfirm, Alert and Notification that colorTextHeading and colorText usage. #42839 @​MadCcc
  • 💄 Fix Divider style problem. #42797 @​kongmingLatern
  • 🐞 Fix Image.PreviewGroup not reset image state when switch it. #42793 @​linxianxi
  • 🐞 Reduce bundle size by refactor via rc-util/lib/pickAttrs. Fix Rate findDOMNode is deprecated warning in StrictMode. #42688
  • 🐞 Rate could accept id data-* aria-* role onMouseEnter onMouseLeave attributes now, so that it can be wrapped by Tooltip component. #42676
  • 🐞 Fix Menu.Submenu not aligned in horizontal mode. #42648 @​MadCcc
  • 🐞 Align Card tabList API with Tab items. #42413
  • 🐞 Fix circular dependencies.
  • ⌨️ Improve Progress accessibility by adding more aria props. #42704 @​MehmetYararVX
  • ⌨️ Notification add role props. #42484 @​guan404ming
  • 🛠 Collapse use onKeyDown instead of onKeyPress to change collapse panel active state. #42592 @​kiner-tang
  • 🛠 Refactor Menu with @rc-component/trigger. Remove rc-trigger and reduce bundle size. #42554 @​MadCcc
  • 🛠 Table rename sorterOrder to sortOrder for arguement of sortIcon. #42519 @​sawadyecma
  • Component Token Migration. For more info: Migrate less variables

... (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 4.21.3 to 5.6.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@4.21.3...5.6.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 type/dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 17, 2023
@github-actions github-actions bot enabled auto-merge (squash) June 17, 2023 13:33
@github-actions github-actions bot merged commit 858a326 into master Jun 17, 2023
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/antd-5.6.1 branch June 17, 2023 13:35
@agilgur5
Copy link
Copy Markdown

Hmm this was a breaking change that got auto-merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update Javascript code type/dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant