Skip to content

build(deps): bump antd from 4.24.3 to 5.9.1#504

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps antd from 4.24.3 to 5.9.1.

Release notes

Sourced from antd's releases.

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
  • 🆕 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
  • 🆕 Tour component now supports customizing the close button using the closeIcon prop. #44312 @​kiner-tang

... (truncated)

Changelog

Sourced from antd's changelog.

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
  • 🆕 Tour component now supports customizing the close button using the closeIcon prop. #44312 @​kiner-tang
  • 🆕 Avatar component now supports configuring size using ConfigProvider. #44288 @​li-jia-nan
  • 🆕 List component now supports configuring size using ConfigProvider's componentSize option. #44267 @​Yuiai01
  • 🆕 Cascader component now supports autoClearSearchValue option. #44033 @​linxianxi
  • 🆕 Added support for rootClassName in Upload,AutoComplete,Badge.Ribbon,Input.TextArea,RangePicker,TimePicker @​kiner-tang.
  • 💄 Refactored the structure of Modal.confirm to fix the width abnormality caused by width: fit-content and the style line break issue with a large amount of text. Extracted confirm styles for lazy loading to optimize style size in SSR. #44557
  • 💄 Adjusted the linear gradient colors for circle and dashboard in Progress to conical gradients. #44404
  • 💄 Fixed DatePicker missing custom footer style. #44642 @​li-jia-nan
  • 💄 Fixed Tag where tag.className and tag.style did not work on Tag.CheckableTag in ConfigProvider. #44602
  • 💄 Fixed the inconsistency in width between the dropdown and the input box when the container of Select component has transform: scale style configured in getPopupContainer option. #44378

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

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

dependabot bot commented on behalf of github Sep 20, 2023

Superseded by #505.

@dependabot dependabot bot closed this Sep 20, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.9.1 branch September 20, 2023 03:23
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