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.7.1 #316

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 3.26.18 to 5.7.1.

Release notes

Sourced from antd's releases.

5.7.1

  • 💄 Migrate Component Token of Menu from 4.x less variables. #43576
  • 🐞 Fix QRCode throws Can't resolve 'antd/lib/qr-code' in Next.js 13. #43572
  • 🐞 Fix that antd components usage in Next.js App Router, check the documentation. #43573 @​li-jia-nan
  • 🐞 Fix InputNumber Phantom dependency issue: Cannot find module 'rc-component/mini-decimal'. #43635
  • 🐞 Fix Checkbox both set checked and indeterminate prop will not show as indeterminate style. #43626
  • 🐞 Fix Form.Item set label="" will break the line align. #43614
  • 🐞 Fix notification placement not being respected when passed via App component. #43522 @​Rajil1213
  • 🐞 Fix Pagination jumpy page size select when search in it. #43556
  • 🐞 Fix Button disabled style is missing when use with the deprecated usage of type="ghost". #43558 @​kiner-tang
  • 🐞 Fix Tag extra margin when there is only icon inside it. #43518 @​Yuiai01
  • 🐞 Fix ColorPicker that status style is missing inside Form.Item. #42880 @​RedJue
  • TypeScript

  • 💄 补全 Menu 主题定制 token。#43576
  • 🐞 修复 QRCode 在 Next.js 13 中报错 Can't resolve 'antd/lib/qr-code' 的问题。#43572
  • 🐞 修复 antd 不支持在 Next.js App Router 中使用的问题,查看使用文档#43573
  • 🐞 修复 InputNumber 幽灵依赖报错 Cannot find module 'rc-component/mini-decimal'#43635
  • 🐞 修复 App.useApp 方式调用 notification 组件时 placement 属性不生效的问题。#43522 @​Rajil1213
  • 🐞 修复 Checkbox 同时配置 checkedindeterminate 时没有展示为 indeterminate 样式的问题。#43626
  • 🐞 修复 Form.Item 设置 label="" 时垂直方向对齐偏移的问题。#43614
  • 🐞 修复 Pagination 分页选择器弹层抖动的问题。#43556
  • 🐞 修复 Button 幽灵按钮禁用状态丢失的问题。#43558 @​kiner-tang
  • 🐞 修复 Tag 仅传入 icon 时渲染多余间距的问题。#43518 @​Yuiai01
  • 🐞 修复 ColorPicker 不跟随表单校验状态改变 UI 的问题。#42880 @​RedJue
  • TypeScript

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

... (truncated)

Changelog

Sourced from antd's changelog.

5.7.1

2023-07-19

  • 💄 Migrate Component Token of Menu from 4.x less variables. #43576
  • 🐞 Fix QRCode throws Can't resolve 'antd/lib/qr-code' in Next.js 13. #43572
  • 🐞 Fix that antd components usage in Next.js App Router, check the documentation. #43573 @​li-jia-nan
  • 🐞 Fix InputNumber Phantom dependency issue: Cannot find module 'rc-component/mini-decimal'. #43635
  • 🐞 Fix Checkbox both set checked and indeterminate prop will not show as indeterminate style. #43626
  • 🐞 Fix Form.Item set label="" will break the line align. #43614
  • 🐞 Fix notification placement not being respected when passed via App component. #43522 @​Rajil1213
  • 🐞 Fix Pagination jumpy page size select when search in it. #43556
  • 🐞 Fix Button disabled style is missing when use with the deprecated usage of type="ghost". #43558 @​kiner-tang
  • 🐞 Fix Tag extra margin when there is only icon inside it. #43518 @​Yuiai01
  • 🐞 Fix ColorPicker that status style is missing inside Form.Item. #42880 @​RedJue
  • TypeScript

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

... (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.7.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.7.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 Jul 20, 2023
@netlify
Copy link

netlify bot commented Jul 20, 2023

Deploy Preview for eclipsefdn-adoptium-dash failed.

Name Link
🔨 Latest commit 9ddb08c
🔍 Latest deploy log https://app.netlify.com/sites/eclipsefdn-adoptium-dash/deploys/64b8b42cffdf6900080294e8

@karianna karianna marked this pull request as draft July 20, 2023 07:30
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2023

Superseded by #317.

@dependabot dependabot bot closed this Jul 21, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.7.1 branch July 21, 2023 04:15
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