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.20.5 to 5.21.2 in /docs #30482

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 5.20.5 to 5.21.2.

Release notes

Sourced from antd's releases.

5.21.2


  • 🐞 回滚 #49221 以修复 Typography copyable 图标位置偏上的问题。#51066 @​afc163
  • 🐞 修复 Tabs 在浏览器缩放时无限闪烁的问题。#51072 @​afc163
  • 🐞 修复了 Input.Search 组件中在不同缩放级别下输入框和按钮的对齐问题。#50926 @​nathanlao
  • 🐞 修复 Select variant="filled"activeBorderColor token 失效的问题。#51054 @​coding-ice
  • 💄 MISC: 调整 focus 时的 outline 边框宽度,从 4px 调整到 3px#51069 @​afc163
  • Splitter
  • 📦 移除 Table/Transfer/Typography 内的 TransButton 实现以降低打包体积。#51068 @​afc163

5.21.1

  • 🐞 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

  • 🐞 修复 Button type="link" 错误使用 colorPrimary 的问题。#50962 @​coding-ice
  • 🐞 修复 Button 样式类名权重问题导致的自定义渐变样式覆盖失效的问题。#50962 @​coding-ice
  • 💄 修复 Transfer 在自定义为 TableTransfer 时,宽度不正确的问题。#50974 @​zombieJ
  • 🇹🇷 补充 Table 组件 filterCheckall 的土耳其语文案。#51000 @​ytahirkose

5.21.0

  • 🔥 Introduce the new Splitter component, draggale split panel. #50038 @​wanpan11
  • Button
    • 🔥 Button supports variant and color properties for more combination styles. #50051 @​coding-ice
    • 💄 Button adds textColor, textHoverColor and textActiveColor tokens. #47870 @​madocto
  • FloatButton
    • 🆕 FloatButton supports placement property, allowing menus to pop up from multiple directions. #50407 @​li-jia-nan
    • 🆕 FloatButton supports htmlType prop. #50892 @​li-jia-nan
    • 💄 Unify FloatButton and FloatButton.Group button round style. #50513 @​Layouwen
    • 💄 Manage FloatButton's z-index with useZIndex to improve compatibility with other popup components. #50311 @​li-jia-nan
  • Menu

... (truncated)

Changelog

Sourced from antd's changelog.

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

5.21.0 🔥

2024-09-22

... (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 .dependency Add new or update dependencies javascript Dependabot - Pull requests that update Javascript code labels Oct 1, 2024
@github-actions github-actions bot added the doc Namespace | Anything related to documentation label Oct 1, 2024
Bumps [antd](https://github.com/ant-design/ant-design) from 5.20.5 to 5.21.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@5.20.5...5.21.2)

---
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 force-pushed the dependabot/npm_and_yarn/docs/antd-5.21.2 branch from 9f8862f to 0bb8c81 Compare October 1, 2024 23:35
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2024

Superseded by #30692.

@dependabot dependabot bot closed this Oct 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/antd-5.21.2 branch October 23, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.dependency Add new or update dependencies doc Namespace | Anything related to documentation javascript Dependabot - Pull requests that update Javascript code size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants