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 4.24.12 to 5.7.0 #61

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps antd from 4.24.12 to 5.7.0.

Release notes

Sourced from antd's releases.

5.7.0

  • 🆕 ConfigProvider now supports className and style properties for all components. Thanks to @​Yuiai01, @​li-jia-nan, @​MuxinFeng for their contributions.
  • 🆕 Badge now supports classNames and styles properties. #43245 @​li-jia-nan
  • 🆕 ColorPicker now supports new features such as showText, destroyTooltipOnHide, onChangeComplete, panelRender and size.
  • 🆕 Alert, Drawer, Modal, Notifaction, Tag, Tabs now support hiding the close button by setting closeIcon to null or false. #42828 @​kiner-tang
  • 🆕 Image supports imageRender, toolbarRender attributes to support custom rendering of preview images and toolbars, also supports new props such as onTransform, minScale, maxScale. Image.PreviewGroup supports items attribute to pass in list data, and fixes that the native attributes of the img tag are not passed to preview images The problem. #43075 @​linxianxi
  • 🆕 Modify the layout style of the Image preview, the preview attribute supports closeIcon, Image.PreviewGroup supports the fallback attribute, and fixes the problem of loading preview resources in advance. #43167 @​linxianxi
  • 🆕 Changed the layout style, Preview now supports closeIcon, PreviewGroup now supports fallback, and fixed an issue where preview resources would be loaded at the beginning.#43167 @​linxianxi
  • 🛠 InputNumber was refactored to use rc-input. #43000 @​muxin
  • 🛠 Resolved Circular dependency issue in vite, rollup, meteor and microbundle. #42750. Thanks to @​jrr997, @​kiner-tang and @​MuxinFeng for their contributions.
  • 🐞 Remove default values (empty string) of className prop in Anchor, CollapsePanel, and Input.Group. #43481 @​thinkasany
  • 🐞 Fix Upload progress bar missing fade motion. #43471
  • 🐞 Added warning for deprecated Token colorItemBgSelected in Menu.#43461 @​MadCcc
  • 🐞 Fixed an issue where some browsers had scroll bars that were not redrawn when style feature support was detected.#43358 @​LeeeeeeM
  • 🐞 Fixed an issue where the Tab component of Card would not be displayed at all when tabList is empty.#43416 @​linxianxi
  • 🐞 Fixed an issue where the `form.validateMessages`` configuration would be lost when using ConfigProvider nestedly.#43239 @​Wxh16144
  • 🐞 Fixed an issue where the ripple effect of Tag click would sometimes be offset from the Tag element.#43402
  • 🐞 Fixed an issue where clicking "now" in DatePicker when switching to the year-month panel would not work.#43367 @​Yuiai01
  • 🐞 Fixed an issue where the height set for the TextArea component would become invalid when the screen size changed.#43169 @​MadCcc
  • 💄 In Slider, the tooltip should be centered when there is little content. #43430 @​Jomorx
  • 💄 Added colorLink to the seed token, and colorLinkHover and colorLinkActive will be calculated from colorLink.#43183 @​MadCcc
  • 💄 Adjusted some tokens in Slider to component tokens. #42428 @​heiyu4585 RTL#42428 @​heiyu4585
  • RTL
  • TypeScript

... (truncated)

Changelog

Sourced from antd's changelog.

5.7.0

2023-07-11

  • 🆕 ConfigProvider now supports className and style properties for all components. Thanks to @​Yuiai01, @​li-jia-nan, @​MuxinFeng for their contributions.
  • 🆕 Badge now supports classNames and styles properties. #43245 @​li-jia-nan
  • 🆕 ColorPicker now supports new features such as showText, destroyTooltipOnHide, onChangeComplete, panelRender and size.
  • 🆕 Alert, Drawer, Modal, Notifaction, Tag, Tabs now support hiding the close button by setting closeIcon to null or false. #42828 @​kiner-tang
  • 🆕 Image supports imageRender, toolbarRender attributes to support custom rendering of preview images and toolbars, also supports new props such as onTransform, minScale, maxScale. Image.PreviewGroup supports items attribute to pass in list data, and fixes that the native attributes of the img tag are not passed to preview images The problem. #43075 @​linxianxi
  • 🆕 Modify the layout style of the Image preview, the preview attribute supports closeIcon, Image.PreviewGroup supports the fallback attribute, and fixes the problem of loading preview resources in advance. #43167 @​linxianxi
  • 🆕 Changed the layout style, Preview now supports closeIcon, PreviewGroup now supports fallback, and fixed an issue where preview resources would be loaded at the beginning.#43167 @​linxianxi
  • 🛠 InputNumber was refactored to use rc-input. (#43000)。#42762 @​MuxinFeng
  • 🛠 Resolved Circular dependency issue in vite, rollup, meteor and microbundle. #42750. Thanks to @​jrr997, @​kiner-tang and @​MuxinFeng for their contributions.
  • 🐞 Remove default values (empty string) of className prop in Anchor, CollapsePanel, and Input.Group. #43481 @​thinkasany
  • 🐞 Fix Upload progress bar missing fade motion. #43471
  • 🐞 Added warning for deprecated Token colorItemBgSelected in Menu.#43461 @​MadCcc
  • 🐞 Fixed an issue where some browsers had scroll bars that were not redrawn when style feature support was detected.#43358 @​LeeeeeeM
  • 🐞 Fixed an issue where the Tab component of Card would not be displayed at all when tabList is empty.#43416 @​linxianxi
  • 🐞 Fixed an issue where the `form.validateMessages`` configuration would be lost when using ConfigProvider nestedly.#43239 @​Wxh16144
  • 🐞 Fixed an issue where the ripple effect of Tag click would sometimes be offset from the Tag element.#43402
  • 🐞 Fixed an issue where clicking "now" in DatePicker when switching to the year-month panel would not work.#43367 @​Yuiai01
  • 🐞 Fixed an issue where the height set for the TextArea component would become invalid when the screen size changed.#43169 @​MadCcc
  • 💄 In Slider, the tooltip should be centered when there is little content. #43430 @​Jomorx
  • 💄 Added colorLink to the seed token, and colorLinkHover and colorLinkActive will be calculated from colorLink.#43183 @​MadCcc
  • 💄 Adjusted some tokens in Slider to component tokens. #42428 @​heiyu4585 RTL#42428 @​heiyu4585
  • RTL
  • TypeScript

5.6.4

2023-07-03

  • Form
    • 🐞 Fix onFieldsChange event will still be triggered incorrectly when the field is not configured with rules when the Form is submitted. #43290

... (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.24.12 to 5.7.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@4.24.12...5.7.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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 16, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 1, 2023

Superseded by #64.

@dependabot dependabot bot closed this Aug 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.7.0 branch August 1, 2023 08:26
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 javascript Pull requests that update Javascript code
Projects
None yet
0 participants