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 3.26.18 to 5.6.1 #1735

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 3.26.18 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
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.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@3.26.18...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 requested a review from joshuef as a code owner June 11, 2023 02:59
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 25, 2023

Superseded by #1739.

@dependabot dependabot bot closed this Jun 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.6.1 branch June 25, 2023 03:32
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