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

build(deps): bump antd from 5.22.2 to 5.22.7 #382

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2024

Bumps antd from 5.22.2 to 5.22.7.

Release notes

Sourced from antd's releases.

5.22.7


  • 🐞 修复 Button 文字和图标不对齐的问题。#52132 @​afc163
  • 🐞 修复在 React 19 下点击 Button 时抛出 reactRender is not a function 错误的问题。#52105 @​afc163
  • TypeScript

5.22.6

  • 🐞 Align Button with and without icons consistently. #52070
  • 🐞 Fix Splitter collapsible icon z-index too low. #52065 @​wanpan11
  • 🐞 Fix Button motion not smooth when set loading. #52059 @​zombieJ
  • 🐞 Fix Button issue where solid default button text disappears on hover in dark mode. #52024 @​DDDDD12138

  • 🐞 修复 Button 有图标和无图标按钮对齐差一像素的问题。#52070
  • 🐞 修复 Splitter 组件折叠图标 z-index 层级过低问题。#52065 @​wanpan11
  • 🐞 修复 Button 启用 loading 时,动画不够顺滑的问题。#52059 @​zombieJ
  • 🐞 修复 Button 暗色模式下默认填充按钮文本在悬停时消失的问题。#52024 @​DDDDD12138

5.22.5


  • 🛠 重构 Wave/Menu/Form ref 检查逻辑以解决 React 19 ref 部分冲突(注:该更新不会完全解决 React 19 兼容问题,后续将会持续更新)。#51952 @​zombieJ
  • 🐞 修复 Dropdown children 不支持传入 ReactNode 的问题。#50174 @​coding-ice
  • 🐞 修复 Carousel 某些情况下在 Modal 中无法正确展示的问题。#51988 @​quan060798
  • 🐞 修复 Select 选中文本溢出的问题 。#52011 @​OysterD3
  • 🐞 修复 Form setFieldValue 没有重置字段校验信息的问题。#51993 @​zombieJ
  • 🐞 修复 Pagination 配置 showSizeChanger.showSearch 无效的问题。#51962 @​zombieJ
  • 🇰🇷 优化 DatePicker 韩语本地化文案。#51983 @​DevLeti
  • 🤖 从 antd 里导出 CheckboxChangeEvent 类型。#52008 @​SpecLad

5.22.4

  • Transfer
    • 🐞 Fix the background overflow when Transfer selects the last item on the current page. #51884 @​ayangweb
    • 🐞 Fix Transfer toggle button being enabled when all items are disabled. #51784 @​WwwHhhYran
  • 🐞 Fix the arrow would be outside the container when the Tooltip content was too small. #51904
  • 🐞 Fix where clicking the Radio or Checkbox under Upload would trigger the popup window twice. #51874
  • 💄 Fix Menu icon alignment when using collapsedIconSize. #51863 @​Gnomeek
  • 💄 Fix incorrect styling of Tabs component when type="editable-card". #51935 @​aojunhao123
  • 💄 Fix insufficient trigger style priority in Layout.Sider component in zero-width mode. #51936 @​aojunhao123

... (truncated)

Changelog

Sourced from antd's changelog.

5.22.7

2024-12-27

5.22.6

2024-12-23

  • 🐞 Align Button with and without icons consistently. #52070
  • 🐞 Fix Splitter collapsible icon z-index too low. #52065 @​wanpan11
  • 🐞 Fix Button motion not smooth when set loading. #52059 @​zombieJ
  • 🐞 Fix Button issue where solid default button text disappears on hover in dark mode. #52024 @​DDDDD12138

5.22.5

2024-12-15

5.22.4

2024-12-09

  • Transfer
    • 🐞 Fix the background overflow when Transfer selects the last item on the current page. #51884 @​ayangweb
    • 🐞 Fix Transfer toggle button being enabled when all items are disabled. #51784 @​WwwHhhYran
  • 🐞 Fix the arrow would be outside the container when the Tooltip content was too small. #51904
  • 🐞 Fix where clicking the Radio or Checkbox under Upload would trigger the popup window twice. #51874
  • 💄 Fix Menu icon alignment when using collapsedIconSize. #51863 @​Gnomeek
  • 💄 Fix incorrect styling of Tabs component when type="editable-card". #51935 @​aojunhao123
  • 💄 Fix insufficient trigger style priority in Layout.Sider component in zero-width mode. #51936 @​aojunhao123
  • 💄 MISC: Fix the icon styles were created repeatedly. #51897 @​YumoImer
  • 💄 MISC: Inline styles refactored to cssinjs. #51843

5.22.3

2024-12-02

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 27, 2024
Copy link

vercel bot commented Dec 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
openapi-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 28, 2024 2:17pm

Bumps [antd](https://github.com/ant-design/ant-design) from 5.22.2 to 5.22.7.
- [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@5.22.2...5.22.7)

---
updated-dependencies:
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/antd-5.22.7 branch from 3040b04 to 332f42c Compare December 28, 2024 14:16
@rookie-luochao rookie-luochao merged commit 2f2182c into master Dec 29, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.22.7 branch December 29, 2024 14:07
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
Development

Successfully merging this pull request may close these issues.

1 participant