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.24.12 to 5.9.4 #75

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

Conversation

dependabot[bot]
Copy link

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

Bumps antd from 4.24.12 to 5.9.4.

Release notes

Sourced from antd's releases.

5.9.4

  • Button
    • 🐞 Fix Button that two Chinese characters in nested span should have space between. #45126 @​MadCcc
    • 🐞 Fix Button unexpected loading icon when conditional rendering. #45030 @​lzl0304
  • 🐞 Fix Tour that step.type didn't work when shown at first time. #45086 @​MadCcc
  • 🐞 Fix Select and DatePicker that input should use fontFamily token. #45088 @​MadCcc

  • Button
    • 🐞 修复 Button 组件只有两个汉字且嵌套在多层 span 中时间距丢失的问题。#45126 @​MadCcc
    • 🐞 修复 Button 条件渲染时意外出现加载图标的问题。#45030 @​lzl0304
  • 🐞 修复 Tour 组件第一次展示时 step.type 无效的问题。#45086 @​MadCcc
  • 🐞 修复 Select 和 DatePicker 组件没有使用 fontFamily token 的问题。#45088 @​MadCcc

5.9.3

  • 🐞 Fix Popover that should shift automaticly when overflowed. #45015 @​MadCcc
  • Tooltip
    • 🛠 Tooltip delete the logic of wrap span on disabled element. It can always work as expect on disabled element now. #44895 @​Yuiai01
    • 🐞 Fix Tooltip / Popover position jump when content height changed. #44976
  • 🛠 ComponentToken remove radiusBase must less than 16 limitation. #44980
  • 🐞 Fix Dropdown can not give ref for the root children rendered by dropdownRender. #44971
  • 🐞 Fix Table cellPaddingBlock not working. #45040
  • 🐞 Fix Input wrong height with small controlHeight. #45048
  • TypeScript
    • 🤖 MISC: Fix @types/react@18.2.22 React.Key type errors. #44938

  • 🐞 修复 Popover 超出屏幕时不会自动调整偏移的问题。#45015 @​MadCcc
  • Tooltip
    • 🛠 Tooltip 删除对 disabled 子元素额外包括 span 的逻辑,现在始终能够正确触发。#44895 @​Yuiai01
    • 🐞 修复 Tooltip / Popover 在内容高度变化时,位置会闪动的问题。#44976
  • 🛠 ComponentToken 移除 radiusBase 必须小于 16 的限制。#44980
  • 🐞 修复 Dropdown 通过 dropdownRender 渲染的子节点配置 ref 不生效的问题。#44971
  • 🐞 修复 Table cellPaddingBlock 不生效的问题。#45040
  • 🐞 修复 Input 组件在小尺寸 controlHeight 下高度不正确的问题。#45048
  • TypeScript
    • 🤖 MISC: 修复 @types/react@18.2.22 React.Key 定义更新引发的问题。#44938

5.9.2

  • 🐞 Fix Table selection column not align in center when size is small. #44922
  • 🐞 Fix Select style problem when label contains div element. #44927
  • 🐞 Fix Modal broken style of buttons when custom footer. #44929 @​Wxh16144
  • 🐞 Fix notification wrong pop-up animation when placement is bottom. #44918 @​linxianxi
  • 🐞 Fix missing inherited feedbackIcon in Form.Item with noStyle. #44937

  • 🐞 修复 Table small 尺寸时选择列没有居中对齐的问题。#44922
  • 🐞 修复 Select 当 label 内使用了 div 块级元素时的样式问题。#44927
  • 🐞 修复 Modal 自定义 footer 时按钮内容丢失的问题。#44929 @​Wxh16144
  • 🐞 修复 notification 底部弹出动画的问题。#44918 @​linxianxi
  • 🐞 修复 Form.Item 有 noStyle 属性时没有继承上下文的反馈图标的问题。#44937

5.9.1

... (truncated)

Changelog

Sourced from antd's changelog.

5.9.4

2023-09-28

  • Button
    • 🐞 Fix Button that two Chinese characters in nested span should have space between. #45126 @​MadCcc
    • 🐞 Fix Button unexpected loading icon when conditional rendering. #45030 @​lzl0304
  • 🐞 Fix Tour that step.type didn't work when shown at first time. #45086 @​MadCcc
  • 🐞 Fix Select and DatePicker that input should use fontFamily token. #45088 @​MadCcc

5.9.3

2023-09-25

  • 🔥 Tooltip delete the logic of wrap span on disabled element. It can always work as expect on disabled element now. #44895 @​Yuiai01
  • 🐞 Fix Popover that should shift automaticly when overflowed. #45015 @​MadCcc
  • 🐞 Fix Tooltip / Popover position jump when content height changed. #44976
  • 🛠 ComponentToken remove radiusBase must less than 16 limitation. #44980
  • 🐞 Fix Dropdown can not give ref for the root children rendered by dropdownRender. #44971
  • 🐞 Fix Table cellPaddingBlock not working. #45040
  • 🐞 Fix Input wrong height with small controlHeight. #45048
  • 🐞 Fix Typography style issue when fontSize is odd. #45031
  • TypeScript
    • 🤖 MISC: Fix @types/react@18.2.22 React.Key type errors. #44938

5.9.2

2023-09-19

  • 🐞 Fix Table selection column not align in center when size is small. #44922
  • 🐞 Fix Select style problem when label contains div element. #44927
  • 🐞 Fix Modal broken style of buttons when custom footer. #44929 @​Wxh16144
  • 🐞 Fix notification wrong pop-up animation when placement is bottom. #44918 @​linxianxi
  • 🐞 Fix missing inherited feedbackIcon in Form.Item with noStyle. #44937

5.9.1

2023-09-15

  • 🐞 Fix Select that controlHeightSM not work in small size. #44859 @​MadCcc
  • 🐞 Fix Rate that star transaform not at center. #44855 @​MadCcc
  • 🐞 Fix DatePicker that in dateTime mode switching input didn't trigger onCalendarChange. #44845 @​Yuiai01
  • 🐞 Fix Table virtual selection checkbox or radio not align in center. #44786
  • 🐞 Fix Select carbin align top bug when enable maxTagCount. #44757
  • 🐞 Fix Select alignment issue when label is Typography. #44756
  • 💄 Fix Table with virtual display issue about columns less than table size and some border & hover style missing. #44818
  • 💄 Fix wrong style of Select in Input addon. #44825 @​MadCcc
  • 💄 Fix Tree that Checkbox should be aligned with first line. #44827 @​MadCcc
  • 💄 Fix Card that Card.Grid has wrong style with left bottom corner. #44801 @​Jason-huang66
  • 💄 Fix Select/Cascader/TreeSelect style issue when customize their height. #44753

... (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 4.24.12 to 5.9.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@4.24.12...5.9.4)

---
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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 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
0 participants