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 4.24.3 to 5.14.2 #568

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps antd from 4.24.3 to 5.14.2.

Release notes

Sourced from antd's releases.

5.14.2

  • 🐞 Fix DatePicker.RangePicker time column sometime not scroll to the target time value. #47542
  • 🐞 Fix Modal that pointer events will triggered during openning animation. #47508 @​MadCcc
  • 🐞 Fix Avatar.Group unnecessary dom since tooltip. #47478
  • 💄 Fix Progress unexpected margin style. #47493 @​li-jia-nan
  • 💄 Fix Table scrollbar color in darkmode. #47487 @​wkmyws
  • 💄 Fix Layout content font color in dark mode. #47441 @​nova1751
  • 💄 Fix Menu cannot customize darkItemSelectedColor and darkItemSelectedBg token in horizontal dark mode. #47463 @​gandavarapurajasekhar

  • 🐞 修复 DatePicker.RangePicker 的时间列有时不会滚动到正确位置的问题。#47542
  • 🐞 修复 Modal 在打开期间会触发其他鼠标事件的问题。#47508 @​MadCcc
  • 🐞 修复 Avatar.Group 的 tooltip 存在多余 dom 残留的问题。#47478
  • 💄 修复 Progress 组件多余的 margin 样式。#47493 @​li-jia-nan
  • 💄 修复 Table 滚动条在暗黑模式下的颜色。#47487 @​wkmyws
  • 💄 修复 Layout 内容字体在暗黑模式下的颜色。#47441 @​nova1751
  • 💄 修复 Menu 组件在水平暗黑模式下自定义 darkItemSelectedColordarkItemSelectedBg token 不生效的问题。#47463 @​gandavarapurajasekhar

5.14.1

  • 🐞 Fix Steps cannot interact correctly when type="inline". #47406
  • 🐞 Fix DatePicker & TimePicker arrow position not consider panel border radius distance. #47389
  • 🐞 Fix Dropdown should not display when items is empty array. #47375
  • 🐞 Fix Tag that should use defaultBg token with bordered={false}. #47372 @​MadCcc
  • 🐞 MISC: Fix that theme.inherit should not affect hashded and cssVar. #47360 @​MadCcc
  • 🐞 Fix Calendar panel not switch when change year or month. #47361
  • 💄 Fix Table's sub-table style issue in virtual mode. #47333 @​Enigama

  • 🐞 修复 Steps type="inline" 时鼠标无法 hover 到正确的步骤上的问题。#47406
  • 🐞 修复 DatePicker 与 TimePicker 弹出面板箭头没有考虑面板本身圆角的问题。#47389
  • 🐞 修复 Dropdown menu.items 为空时依然显示的问题。#47375
  • 🐞 修复 Tag 无边框模式没有正确使用 defaultBg 组件 token 的问题。#47372 @​MadCcc
  • 🐞 杂项:修复主题 inherit 配置会隔断 hashedcssVar 配置的问题。#47360 @​MadCcc
  • 🐞 修复 Calendar 在切换年月时,面板没有跟着切换的问题。#47361
  • 💄 修复 Table 在虚拟模式下子表格的样式问题。#47333 @​Enigama

5.14.0

  • 🔥 Refactored the DatePicker component, details are follows. #46982
    • 🆕 DatePicker adds multiple to support multiple selection capabilities.
    • 🆕 DatePicker supports showWeek attribute.
    • 🆕 DatePicker.RangePicker supports order attribute.
    • 🆕 DatePicker id attribute under RangePicker supports setting the id of the start and end input boxes separately.
    • 🆕 DatePicker onFocus and onBlur events of RangePicker will additionally provide an info.range to inform which input box the current focus comes from.
    • 🆕 DatePicker add matching pickerValue and defaultPickerValue attributes to control the date where the expanded panel is located.
    • 🆕 DatePicker add the preserveInvalidOnBlur attribute to keep the input content when losing focus in the case of accessibility.
    • 🆕 DatePicker format supports the align attribute, allowing input content through the mask mode.
    • 🆕 DatePicker Support required attribute.
    • 🆕 DatePicker time panel supports scrollOnChange to automatically select the corresponding time when scrolling.
    • 🆕 DatePicker add the needConfirm attribute to allow setting the confirmation or non-confirmation submission mode.
    • 🆕 DatePicker add the components attribute to allow customizing some panels.
    • 🆕 DatePicker all date-related information in the panel will allow configuration through locale.
    • 🆕 DatePicker format supports LT and LTS date formats.

... (truncated)

Changelog

Sourced from antd's changelog.

5.14.2

2024-02-23

  • 🐞 Fix DatePicker.RangePicker time column sometime not scroll to the target time value. #47542
  • 🐞 Fix Modal that pointer events will triggered during openning animation. #47508 @​MadCcc
  • 🐞 Fix Avatar.Group unnecessary dom since tooltip. #47478
  • 💄 Fix Progress unexpected margin style. #47493 @​li-jia-nan
  • 💄 Fix Table scrollbar color in darkmode. #47487 @​wkmyws
  • 💄 Fix Layout content font color in dark mode. #47441 @​nova1751
  • 💄 Fix Menu cannot customize darkItemSelectedColor and darkItemSelectedBg token in horizontal dark mode. #47463 @​gandavarapurajasekhar

5.14.1

2024-02-13

  • 🐞 Fix Steps cannot interact correctly when type="inline". #47406
  • 🐞 Fix DatePicker & TimePicker arrow position not consider panel border radius distance. #47389
  • 🐞 Fix Dropdown should not display when items is empty array. #47375
  • 🐞 Fix Tag that should use defaultBg token with bordered={false}. #47372 @​MadCcc
  • 🐞 MISC: Fix that theme.inherit should not affect hashded and cssVar. #47360 @​MadCcc
  • 🐞 Fix Calendar panel not switch when change year or month. #47361
  • 💄 Fix Table's sub-table style issue in virtual mode. #47333 @​Enigama

5.14.0

2024-02-04

  • 🔥 Refactored the DatePicker component, details are follows. #46982
    • 🆕 DatePicker adds multiple to support multiple selection capabilities.
    • 🆕 DatePicker supports showWeek attribute.
    • 🆕 DatePicker.RangePicker supports order attribute.
    • 🆕 DatePicker id attribute under RangePicker supports setting the id of the start and end input boxes separately.
    • 🆕 DatePicker onFocus and onBlur events of RangePicker will additionally provide an info.range to inform which input box the current focus comes from.
    • 🆕 DatePicker add matching pickerValue and defaultPickerValue attributes to control the date where the expanded panel is located.
    • 🆕 DatePicker add the preserveInvalidOnBlur attribute to keep the input content when losing focus in the case of accessibility.
    • 🆕 DatePicker format supports the align attribute, allowing input content through the mask mode.
    • 🆕 DatePicker Support required attribute.
    • 🆕 DatePicker time panel supports scrollOnChange to automatically select the corresponding time when scrolling.
    • 🆕 DatePicker add the needConfirm attribute to allow setting the confirmation or non-confirmation submission mode.
    • 🆕 DatePicker add the components attribute to allow customizing some panels.
    • 🆕 DatePicker all date-related information in the panel will allow configuration through locale.
    • 🆕 DatePicker format supports LT and LTS date formats.
    • 🆕 DatePicker add minDate and maxDate to set the panel switching range.
    • 🐞 DatePicker defaultPickerValue will now be reset each time the panel is expanded.
    • 🐞 DatePicker fix the problem that the input box function key will trigger the pop-up box, now it will only be triggered when the interactive key and the input content change.
    • 🐞 DatePicker Losing focus after entering the date through the input box will submit the change instead of losing the input content (that is, it is no longer necessary to press Enter to submit).
    • 🐞 DatePicker fix the problem that the hour obtained by disabledTime under use12Hours will also be clipped to 0~12.
    • 🐞 DatePicker fix the problem that the disabled date is not effective and can still be submitted under some interactions.
    • ⚡️ DatePicker Optimize disabledDate check logic, now it will provide info.type to inform the current panel information.

... (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.14.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.14.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 Feb 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2024

Superseded by #570.

@dependabot dependabot bot closed this Mar 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.14.2 branch March 4, 2024 03:11
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