Skip to content

build(deps): bump antd from 4.24.3 to 5.9.2#505

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-5.9.2
Closed

build(deps): bump antd from 4.24.3 to 5.9.2#505
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-5.9.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Bumps antd from 4.24.3 to 5.9.2.

Release notes

Sourced from antd's releases.

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

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

  • 🐞 修复小尺寸 Select 组件 controlHeightSM token 配置无效的问题。#44859 @​MadCcc
  • 🐞 修复 Rate 组件星星变换中心不在正中心的问题。#44855 @​MadCcc
  • 🐞 修复 DatePicker 组件 dateTime 模式切换输入框不会触发 onCalendarChange 的问题。#44845 @​Yuiai01
  • 🐞 修复 Table virtual 配置下,选择框没有居中对齐的问题。#44786
  • 🐞 修复 Select 开启 maxTagCount 时搜索光标偏上的问题。#44757
  • 🐞 修复 Select 的 label 为 Typography 组件时的选中文本对齐问题。#44756
  • 💄 修复 Table virtual 开启虚拟滚动时,当 columns 小于表格宽度会显示异常的问题以及部分边框、悬浮样式丢失的问题。#44818
  • 💄 修复 Select 组件在 Input addon 中使用时的样式错误。#44825 @​MadCcc
  • 💄 修复 Tree 组件样式,使 Checkbox 与文字第一行对齐。#44827 @​MadCcc
  • 💄 修复 Card 组件 Card.Grid 边缘样式问题。#44801 @​Jason-huang66
  • 💄 修复 Select/Cascader/TreeSelect 自定义高度时的样式问题。#44753
  • TypeScript

5.9.0

  • 🔥 Table component now supports the virtual attribute to enable virtual scrolling. #44349
  • 🔥 Form's validateFields now supports recursive to validate all fields with nested paths. #44130
  • 🔥 Form.Item now supports validateDebounce to configure validation debounce. #44633
  • 🆕 Button component has added three component tokens: contentFontSize, contentFontSizeSM, and contentFontSizeLG, allowing customization of font sizes for different sizes. #44257
  • 🆕 Form's requiredMark now supports custom rendering. #44073

... (truncated)

Changelog

Sourced from antd's changelog.

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

5.9.0

2023-09-08

  • 🔥 Table component now supports the virtual attribute to enable virtual scrolling. #44349
  • 🔥 Form's validateFields now supports recursive to validate all fields with nested paths. #44130
  • 🔥 Form.Item now supports validateDebounce to configure validation debounce. #44633
  • 🆕 Button component has added three component tokens: contentFontSize, contentFontSizeSM, and contentFontSizeLG, allowing customization of font sizes for different sizes. #44257
  • 🆕 Form's requiredMark now supports custom rendering. #44073
  • 🆕 Tabs component has added a new component token itemColor to control the text color of normal tabs. #44201
  • 🆕 ColorPicker now supports defaultFormat. #44487 @​CYBYOB
  • 🆕 Form supports feedbackIcons and Form.Item supports hasFeedback={{ icons: ... }}, now feedback icons could be customized in both ways. #43894 @​gldio
  • 🆕 Added the itemSelectedColor component token to the Segmented component. #44570 @​xiaozisong
  • 🆕 Added support for custom function rendering in the Modal footer. #44318 @​RedJue
  • 🆕 Added responsive setting support for items.span in Descriptions. #44534
  • 🆕 Added support for global configuration of indicatorSize in Tabs component through ConfigProvider. #44517
  • 🆕 Added the direction parameter to the filterOption function in the Transfer component. #44417 @​Zian502
  • 🆕 Added support for the source parameter in the onSearch method of the Input.Search component. #44457 @​kiner-tang
  • 🆕 Added a component token to the Input component for customizing the shadow when activated. #44410
  • 🆕 Added a component token to the Radio component for customizing the color when the fill button is selected. #44389
  • 🆕 Tour component now supports horizontal offset for spacing. #44377 @​RedJue

... (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.3 to 5.9.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@4.24.3...5.9.2)

---
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 Sep 20, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2023

Superseded by #506.

@dependabot dependabot bot closed this Sep 26, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.9.2 branch September 26, 2023 04:00
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.

0 participants