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.1 #566

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 4.24.3 to 5.14.1.

Release notes

Sourced from antd's releases.

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 ้…็ฝฎไผš้š”ๆ–ญ hashed ๅ’Œ cssVar ้…็ฝฎ็š„้—ฎ้ข˜ใ€‚#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.
    • ๐Ÿ†• 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.
    • ๐Ÿ›  DatePicker allowClear trigger event from onMouseDown to onClick.
    • ๐Ÿ›  DatePicker Deprecate the preventDefault parameter of onKeyDown, please call it directly through event.preventDefault.
    • ๐Ÿ›  DatePicker Remove the keyboard interaction with the panel, it needs to be redesigned based on accessibility.
    • ๐Ÿ’„ DatePicker Remove the dotted line style of RangePicker to reduce visual interference.
    • ๐Ÿ’„ DatePicker Remove the disabled range of RangePicker when selecting start or end time to optimize the interaction experience.
  • ๐Ÿ”ฅ Added support for stacked fixed columns in the Table component. #47245
  • ๐Ÿ†• Added support for components.body in the Table component under the virtual mode. #47098 by @โ€‹linxianxi
  • ๐Ÿ†• Added support for generics in the Segmented value type. #47091 by @โ€‹madocto
  • ๐Ÿ†• Added the changeOnWheel property to the InputNumber component to enable mouse wheel control. #47158 by @โ€‹MadCcc
  • ๐Ÿ†• Added six tokens (defaultHoverBg, defaultHoverColor, defaultHoverBorderColor, defaultActiveBg, defaultActiveColor, and defaultActiveBorderColor) to the Button component. #47075 by @โ€‹madocto

... (truncated)

Changelog

Sourced from antd's changelog.

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.
    • ๐Ÿ›  DatePicker allowClear trigger event from onMouseDown to onClick.
    • ๐Ÿ›  DatePicker Deprecate the preventDefault parameter of onKeyDown, please call it directly through event.preventDefault.
    • ๐Ÿ›  DatePicker Remove the keyboard interaction with the panel, it needs to be redesigned based on accessibility.
    • ๐Ÿ’„ DatePicker Remove the dotted line style of RangePicker to reduce visual interference.
    • ๐Ÿ’„ DatePicker Remove the disabled range of RangePicker when selecting start or end time to optimize the interaction experience.
  • ๐Ÿ”ฅ Added support for stacked fixed columns in the Table component. #47245
  • ๐Ÿ†• Added support for components.body in the Table component under the virtual mode. #47098 by @โ€‹linxianxi
  • ๐Ÿ†• Added support for generics in the Segmented value type. #47091 by @โ€‹madocto
  • ๐Ÿ†• Added the changeOnWheel property to the InputNumber component to enable mouse wheel control. #47158 by @โ€‹MadCcc
  • ๐Ÿ†• Added six tokens (defaultHoverBg, defaultHoverColor, defaultHoverBorderColor, defaultActiveBg, defaultActiveColor, and defaultActiveBorderColor) to the Button component. #47075 by @โ€‹madocto
  • ๐Ÿ†• Added duration configuration support to the useNotification function in the Notification component. This update also applies to the notification configuration of the App component. #47141
  • ๐Ÿ†• Added support for configuring flex property in responsive layouts of the Grid component. #47124

... (truncated)

Commits
  • 52fe1f2 docs: update changelog date (#47437)
  • aea5e17 docs: changelog 5.14.1 (#47421)
  • a886fff chore(deps-dev): update typedoc requirement from ^0.25.7 to ^0.25.8 (#47430)
  • f57ec7f chore(deps-dev): bump the dev-dependencies group with 4 updates (#47429)
  • 8c9eea3 demo: typo of onChange func parameter on cascader basic example (#47427)
  • ae9e25f chore(deps): update dependency jest-puppeteer to v10 (#47424)
  • ad5caa0 chore(deps-dev): bump the dev-dependencies group with 2 updates (#47415)
  • 7b86dd6 docs: Table colSpan render -> onCell (#47392)
  • b12de1f chore(deps-dev): bump the dev-dependencies group with 2 updates (#47410)
  • 58f4c20 chore(deps-dev): bump @โ€‹types/gtag.js from 0.0.18 to 0.0.19 (#47411)
  • Additional commits viewable in compare view

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

dependabot bot commented on behalf of github Feb 26, 2024

Superseded by #568.

@dependabot dependabot bot closed this Feb 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.14.1 branch February 26, 2024 03:32
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