Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Bump antd from 5.20.6 to 5.21.4 #607

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps antd from 5.20.6 to 5.21.4.

Release notes

Sourced from antd's releases.

5.21.4


  • 🐞 修复 Input.Search 无法使用 Input Token hoverBorderColor/activeBorderColor 修改边框颜色的问题。#51226 @​iqingting
  • 🐞 修复 Tree 的图标不对齐的问题。#51181 @​Meowu
  • 🐞 修复 Splitter 在嵌套组合时,偶尔会出现多余滚动条的问题。#51169 @​zombieJ
  • 💄 修改 Design Token 的 textHoverBg 悬浮状态下的背景色为 colorFillTertiary#51187 @​coding-ice
  • TypeScript

5.21.3

  • 💄 Added a scroll bar to Dropdown when having many items. #51112 @​Cameron-Asdf
  • Slider #51150 @​yoyo837
    • 🐞 Fix Slider issue where the id prop is not supported.
    • 🐞 Fix Slider to address the issue causing useLayoutEffect does nothing on the server warning when extractStyle is invoked.
  • 🐞 Fix ColorPicker with gradient mode, sometimes handle color will be force sync back to first handle color issue. #51161 @​zombieJ
  • 🐞 Fix Table onChange function receiving incorrect sorter value. #51114 @​nathanlao
  • Splitter
  • 🐞 MISC: Restore react and react-dom peerDependencies. #51079 @​chentsulin
  • TypeScript

  • 💄 优化 Dropdown 列表较长时的滚动条样式。#51112 @​Cameron-Asdf
  • Slider #51150 @​yoyo837
    • 🐞 修复 Slider 不支持 id 属性的问题。
    • 🐞 修复 Slider 导致 extractStyle 时抛出 useLayoutEffect does nothing on the server 警告信息的问题。
  • 🐞 修复 ColorPicker 渐变色时,部分节点颜色拖拽会被强制重置为第一个节点颜色的问题。#51161 @​zombieJ
  • 🐞 修复 Table 组件在切换页面时 onChange 函数接收到错误的 sorter 值的问题。#51114 @​nathanlao
  • Splitter
    • 🐞 修复 Splitter 嵌套在一个隐藏的 Tabs 面板中时抛出警告的问题。#51109 @​kiner-tang
    • 🐞 修复 Splitter 组件在 Flex 组件下时出现异常间距的问题。#51096 @​kiner-tang
  • 🐞 杂项:重新将 reactreact-dom 添加进 peerDependencies。#51079 @​chentsulin
  • TypeScript

5.21.2

  • 🐞 Revert #49221 to fix Typography copyable icon align issue. #51066 @​afc163
  • 🐞 Fix Tabs flicker when browser zoom is enabled. #51072 @​afc163
  • 🐞 Fix Select incorrect activeBorderColor token when variant is filled. #51054 @​coding-ice
  • 🐞 Fixed Input.Search alignment issue between the input field and search button at different zoom levels. #50926 @​nathanlao
  • 💄 MISC: Tweak outline width of focus style from 4px to 3px. #51069 @​afc163
  • Splitter
    • 🐞 Fixed the issue with Splitter dragging abnormally on touch screen devices. #51060 @​sakuraee

... (truncated)

Changelog

Sourced from antd's changelog.

5.21.4

2024-10-14

5.21.3

2024-10-09

  • 💄 Added a scroll bar to Dropdown when having many items. #51112 @​Cameron-Asdf
  • Slider #51150 @​yoyo837
    • 🐞 Fix Slider issue where the id prop is not supported.
    • 🐞 Fix Slider to address the issue causing useLayoutEffect does nothing on the server warning when extractStyle is invoked.
  • 🐞 Fix ColorPicker with gradient mode, sometimes handle color will be force sync back to first handle color issue. #51161 @​zombieJ
  • 🐞 Fix Table onChange function receiving incorrect sorter value. #51114 @​nathanlao
  • Splitter
  • 🐞 MISC: Restore react and react-dom peerDependencies. #51079 @​chentsulin
  • TypeScript

5.21.2

2024-10-01

5.21.1

2024-09-25

  • 🐞 Fix Button issue where type="link" incorrectly used colorPrimary. #50962 @​coding-ice
  • 🐞 Fix Button style class name weight issue that caused custom gradient styles to be overridden. #50962 @​coding-ice
  • 🐞 Fix Transfer width issue when customized as TableTransfer. #50974 @​zombieJ
  • 🇹🇷 Add Turkish text for filterCheckall in Table component. #51000 @​ytahirkose

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2024
@derogab
Copy link
Owner

derogab commented Oct 14, 2024

@dependabot merge

@dependabot dependabot bot merged commit 411e902 into dev Oct 14, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev/antd-5.21.4 branch October 14, 2024 12:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant