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鈥檒l 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.0 #564

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 4.24.3 to 5.14.0.

Release notes

Sourced from antd's releases.

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 @鈥媗inxianxi
  • 馃啎 Added support for generics in the Segmented value type. #47091 by @鈥媘adocto
  • 馃啎 Added the changeOnWheel property to the InputNumber component to enable mouse wheel control. #47158 by @鈥婱adCcc
  • 馃啎 Added six tokens (defaultHoverBg, defaultHoverColor, defaultHoverBorderColor, defaultActiveBg, defaultActiveColor, and defaultActiveBorderColor) to the Button component. #47075 by @鈥媘adocto
  • 馃啎 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
  • 馃悶 Improved the Transfer internal padding of the Pagination component. #47231 by @鈥媞mhc
  • 馃悶 Fixed the alignment issue in the Avatar component when the height is less than 16px. #47236 by @鈥媗cgash
  • 馃悶 Fixed the incorrect mouse pointer when the Input component is disabled. #47280 by @鈥婱adCcc
  • 馃悶 Fixed the issue where the hoverBorderColor and activeBorderColor token customization didn't work in the Input component. #47243 by @鈥婱adCcc
  • 馃拕 Fixed the issue where the hover style of submenus in the Menu component disappears at the edges. #47227 by @鈥婱adCcc
  • 馃拕 Menu fixed component styling issues in non-hash mode. #46609 by @鈥婱adCcc
  • 馃拕 Added classNames and styles properties to the Card component. #46811 by @鈥媧h-lx
  • ConfigProvider

... (truncated)

Changelog

Sourced from antd's changelog.

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 @鈥媗inxianxi
  • 馃啎 Added support for generics in the Segmented value type. #47091 by @鈥媘adocto
  • 馃啎 Added the changeOnWheel property to the InputNumber component to enable mouse wheel control. #47158 by @鈥婱adCcc
  • 馃啎 Added six tokens (defaultHoverBg, defaultHoverColor, defaultHoverBorderColor, defaultActiveBg, defaultActiveColor, and defaultActiveBorderColor) to the Button component. #47075 by @鈥媘adocto
  • 馃啎 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
  • 馃悶 Improved the Transfer internal padding of the Pagination component. #47231 by @鈥媞mhc
  • 馃悶 Fixed the alignment issue in the Avatar component when the height is less than 16px. #47236 by @鈥媗cgash
  • 馃悶 Fixed the incorrect mouse pointer when the Input component is disabled. #47280 by @鈥婱adCcc
  • 馃悶 Fixed the issue where the hoverBorderColor and activeBorderColor token customization didn't work in the Input component. #47243 by @鈥婱adCcc
  • 馃拕 Fixed the issue where the hover style of submenus in the Menu component disappears at the edges. #47227 by @鈥婱adCcc
  • 馃拕 Menu fixed component styling issues in non-hash mode. #46609 by @鈥婱adCcc
  • 馃拕 Added classNames and styles properties to the Card component. #46811 by @鈥媧h-lx
  • ConfigProvider

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

---
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 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2024

Superseded by #566.

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