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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 3.26.18 to 5.7.2.

Release notes

Sourced from antd's releases.

5.7.2

  • 💄 Fix Menu miss hover style issue. #43656 @​MadCcc
  • 🐞 Fix Notification throwPurePanel definition missing error. #43687 @​li-jia-nan
  • 🐞 Fix Button onClick missing event definition. #43666
  • 🐞 Fix Input and InputNumber align issue. #43548 @​bbb169
  • 🐞 Fix DatePicker suffix use wrong token. #43646 @​MadCcc
  • 🐞 Fix Steps with clickable can not trigger by keyboard. #43644
  • TypeScript
    • 🤖 Remove Button type ghost from TS definition. #43675

  • 💄 修复 Menu 组件悬浮态样式丢失的问题。#43656 @​MadCcc
  • 🐞 修复 Notification 报错 PurePanel 定义未找到的问题。#43687 @​li-jia-nan
  • 🐞 修复 Button onClick 事件丢失 event 定义的问题。#43666
  • 🐞 修复 Input 和 InputNumber 行内对齐问题。#43548 @​bbb169
  • 🐞 修复 DatePicker 后缀颜色使用 token 不当的问题。#43646 @​MadCcc
  • 🐞 修复 Steps 配置可点击时不能通过键盘操作的问题。#43644
  • TypeScript
    • 🤖 移除 Button 无用的 type="ghost" 属性定义。#43675

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

... (truncated)

Changelog

Sourced from antd's changelog.

5.7.2

2023-07-20

  • 💄 Fix Menu miss hover style issue. #43656 @​MadCcc
  • 🐞 Fix Notification throwPurePanel definition missing error. #43687 @​li-jia-nan
  • 🐞 Fix Button onClick missing event definition. #43666
  • 🐞 Fix Input and InputNumber align issue. #43548 @​bbb169
  • 🐞 Fix DatePicker suffix use wrong token. #43646 @​MadCcc
  • 🐞 Fix Steps with clickable can not trigger by keyboard. #43644
  • TypeScript
    • 🤖 Remove Button type ghost from TS definition. #43675

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.

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

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

netlify bot commented Jul 21, 2023

Deploy Preview for eclipsefdn-adoptium-dash failed.

Name Link
🔨 Latest commit 47518db
🔍 Latest deploy log https://app.netlify.com/sites/eclipsefdn-adoptium-dash/deploys/64ba0659ab8ace0008de9af6

@karianna karianna marked this pull request as draft July 21, 2023 22:56
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 25, 2023

Superseded by #318.

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