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

chore(deps): bump antd from 4.20.6 to 5.4.7 #1467

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps antd from 4.20.6 to 5.4.7.

Release notes

Sourced from antd's releases.

5.4.7

  • 🐞 Fix Menu different margin between Menu.Item and Menu.Submenu in vertical and inline mode. #42160
  • 🐞 Fix Breadcrumb using itemRender with path render additional a element. #42049
  • 🐞 Fix Transfer in control mode throw React nest state update warning. #42033
  • 🐞 Fix Upload logic of disable state. #42102 @​Wxh16144
  • 💄 Fix Spin height is inconsistent with its icon children. #42162 @​cheapCoder
  • ⚡️ Improve Affix logic when it does not need to update. #42015 @​Simon-He95
  • ⚡️ Improve Anchor logic when it does not need to scroll. #42018 @​Simon-He95

  • 🐞 修复 Menu.Item 与 Submenu 之间间距不统一的问题。#42160
  • 🐞 修复 Breadcrumb 使用 itemRender 并且配置 path 时,渲染元素会额外包一层 a 元素的问题。#42049
  • 🐞 修复 Transfer 在受控模式下报 React 状态嵌套更新错误信息。#42033
  • 🐞 修复 Upload 禁用状态的逻辑。#42102 @​Wxh16144
  • 💄 修复 Spin 与其 icon 子元素高度不一致的问题。#42162 @​cheapCoder
  • ⚡️ 优化 Affix 组件在无需更新时计算逻辑。#42015 @​Simon-He95
  • ⚡️ 优化 Anchor 组件在无需跳转时计算逻辑。#42018 @​Simon-He95

5.4.6

  • 🐞 Fix lots of Table border and radius styling issues. #41985
  • 💄 Fix Layout.Sider collapse animation style. #41993
  • 🐞 Fix InputNumber font-size error. #41983
  • 🐞 Fix responsive Col don't support flex prop in colSize. #41962 @​AlexisSniffer
  • 🐞 Fix Carousel goTo is ignored if animation is in progress. #41969 @​guan404ming
  • Form
    • 🐞 Resolve issue about the feedback icon was not reset after a reset event had been triggered. #41976
    • 🐞 Fixed inaccurate data collected by onValuesChange. #41976
  • TypeScript

  • 🐞 修复 Table 一系列边框和圆角的样式细节问题。#41985
  • 💄 修复 Layout.Sider 折叠时丢失动画的问题。#41993
  • 🐞 修复 InputNumber 字体样式错误。#41983
  • 🐞 修复响应式 Col colSize 不支持 flex 的问题。#41962 @​AlexisSniffer
  • 🐞 修复 Carousel goTo 在动画播放时无效的问题。#41969 @​guan404ming
  • Form
  • 🐞 修复 Form 触发重置事件后反馈图标未重置的问题。#41976
  • 🐞 修复 onValuesChange 收集到的数据不准确的问题。#41976
  • TypeScript
    • 🤖 修复 Menu 报错 OverrideContext 类型定义不存在的问题。#41907
    • 🤖 修复 TreeSelect 定义不支持 aria-* 的问题。#41978 @​guan404ming

5.4.5

  • 🐞 Fix Anchor that onChange was memoized by useCallback and wouldn't change. #41934 @​Yuiai01
  • 🐞 Fix Draggable Tree that title is not aligned when the text is wrapped. #41928 @​Yuiai01
  • Tree
  • 🛠 Reduce bundle size by upgrading rc-switch. #41954

... (truncated)

Changelog

Sourced from antd's changelog.

5.4.7

2023-05-06

  • 🐞 Fix Menu different margin between Menu.Item and Menu.Submenu in vertical and inline mode. #42160
  • 🐞 Fix Breadcrumb using itemRender with path render additional a element. #42049
  • 🐞 Fix Transfer in control mode throw React nest state update warning. #42033
  • 🐞 Fix Upload logic of disable state. #42102 @​Wxh16144
  • 💄 Fix Spin height is inconsistent with its icon children. #42162 @​cheapCoder
  • ⚡️ Improve Affix logic when it does not need to update. #42015 @​Simon-He95
  • ⚡️ Improve Anchor logic when it does not need to scroll. #42018 @​Simon-He95

5.4.6

2023-04-26

  • 🐞 Fix lots of Table border and radius styling issues. #41985
  • 💄 Fix Layout.Sider collapse animation style. #41993
  • 🐞 Fix InputNumber font-size error. #41983
  • 🐞 Fix responsive Col don't support flex prop in colSize. #41962 @​AlexisSniffer
  • 🐞 Fix Carousel goTo is ignored if animation is in progress. #41969 @​guan404ming
  • Form
    • 🐞 Resolve issue about the feedback icon was not reset after a reset event had been triggered. #41976
    • 🐞 Fixed inaccurate data collected by onValuesChange. #41976
  • TypeScript

5.4.5

2023-04-23

  • 🐞 Fix Anchor that onChange was memoized by useCallback and wouldn't change. #41934 @​Yuiai01
  • 🐞 Fix Draggable Tree that title is not aligned when the text is wrapped. #41928 @​Yuiai01
  • Tree
  • 🛠 Reduce bundle size by upgrading rc-switch. #41954

5.4.4

2023-04-20

  • 💄 Fix Message hooks icon style not follow dynamic theme token. #41899
  • 🐞 Fix that cssinjs may crash if CSS value is undefined. #41896

5.4.3

2023-04-19

... (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 4.20.6 to 5.4.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@4.20.6...5.4.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 8, 2023
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.

None yet

0 participants