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.15.1 #571

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2024

Bumps antd from 4.24.3 to 5.15.1.

Release notes

Sourced from antd's releases.

5.15.1

  • 🐞 Revert code that removed margin of Tag. #47736
  • 🇷🇺 Improve DatePicker ru_RU locale. #47705

  • 🐞 回滚移除 Tag 默认间距的代码。#47736
  • 🇷🇺 更新 DatePicker 的俄语文案。#47705

5.15.0

  • ConfigProvider
    • 🆕 ConfigProvider support Input.TextArea allowClear autoComplete className style classNames styles props. #47589
    • 🆕 ConfigProvider support Input allowClear props. #47602
    • 🆕 ConfigProvider support Menu expandIcon props. #47561
    • 🆕 ConfigProvider support Collapse expandIcon props. #47473
    • 🆕 ConfigProvider support Tabs removeIcon props, when set type="editable-card". #47334
    • 🆕 Prefixes for CSS variables follow the prefixCls property of ConfigProvider by default. #47481
    • 🤖 CardProps styles in ConfigProvider is set to optional. #47601 @​Yawenina
  • 🆕 Select、Checkbox、Radio、DatePicker、TreeSelect、Cascader the focus supports passing options. #47664
  • 🆕 Modal support configuring aria-* in closable. #47650
  • 🆕 Alert support configuring aria-* in closable. #47474
  • 🆕 Tabs support removeIcon props, when set type="editable-card". #47334
  • Drawer
    • 🆕 Drawer support configuring aria-* in closable. #47543
    • 🆕 Drawer support passing aria-* attributes to panel nodes. #47387
  • Table
    • 🆕 Table adds filterOnClose to specify whether to trigger filtering when the filter menu is closed. #47451 @​xsjcTony
    • 🆕 Table adds components.header.table to customize the header component when scrolling the column. #47382
    • 🐞 Fix the issue where scroll bars would not be displayed during initial rendering under Table sticky. #47382
    • 🐞 Fix the issue where the th element is not used in the column header when Table column.title is empty. #47382
    • 🐞 Fix the issue where prefixCls is invalid when Table uses a virtual list. #47639
    • 💄 Fix abnormal shadow display when Table fixed columns. #47518
  • 🐞 Fix the issue where when using DirectoryTree in Tree, pressing shift for continuous multi-selection will report an error. #47567 @​wkmyws
  • 🐞 Fix the issue where isFieldsTouched(true) always returns false when Form exists in Form.List. #47629 @​lemonied
  • 🐞 Fix the issue of Button being incompatible with v4 type=''. #47612
  • 🛠 Refactor Typography to omit measurement logic to support dynamic row height scenarios. #47597
  • 💄 Remove redundant margin styles from Tag. #47504
  • 🤖 MISC: fix an issue that could not be compiled under pnpm configuration hoist: false. #47587

  • ConfigProvider
    • 🆕 ConfigProvider 支持 Input.TextArea 组件 allowClearautoCompleteclassNamestyleclassNamesstyles 属性。#47589
    • 🆕 ConfigProvider 支持 Input 组件 allowClear 属性。#47602
    • 🆕 ConfigProvider 支持 Menu 组件 expandIcon 属性。#47561
    • 🆕 ConfigProvider 支持 Collapse 组件 expandIcon 属性。#47473
    • 🆕 ConfigProvider 支持 Tabs removeIcon 属性, 在设置 type="editable-card" 时有效。#47334
    • 🆕 CSS 变量的前缀默认跟随 ConfigProvider 的 prefixCls 属性。#47481
    • 🤖 ConfigProvider 中 CardProps styles 设为可选。#47601 @​Yawenina
  • 🆕 Select、Checkbox、Radio、DatePicker、TreeSelect、Cascader 支持 focus 功能支持传递 options#47664
  • 🆕 Modal 支持在 closable 中配置 aria-*#47650
  • 🆕 Alert 支持在 closable 中配置 aria-*#47474
  • 🆕 Tabs 组件支持 removeIcon 属性,在设置 type="editable-card" 时有效。#47334
  • Drawer

... (truncated)

Changelog

Sourced from antd's changelog.

5.15.1

2024-03-06

  • 🐞 Revert code that removed margin of Tag. #47736
  • 🇷🇺 Improve DatePicker ru_RU locale. #47705

5.15.0

2024-03-02

  • ConfigProvider
    • 🆕 ConfigProvider support Input.TextArea allowClear autoComplete className style classNames styles props. #47589
    • 🆕 ConfigProvider support Input allowClear props. #47602
    • 🆕 ConfigProvider support Menu expandIcon props. #47561
    • 🆕 ConfigProvider support Collapse expandIcon props. #47473
    • 🆕 ConfigProvider support Tabs removeIcon props, when set type="editable-card". #47334
    • 🆕 Prefixes for CSS variables follow the prefixCls property of ConfigProvider by default. #47481
    • 🤖 CardProps styles in ConfigProvider is set to optional. #47601 @​Yawenina
  • 🆕 Select、Checkbox、Radio、DatePicker、TreeSelect、Cascader the focus supports passing options. #47664
  • 🆕 Modal support configuring aria-* in closable. #47650
  • 🆕 Alert support configuring aria-* in closable. #47474
  • 🆕 Tabs support removeIcon props, when set type="editable-card". #47334
  • Drawer
    • 🆕 Drawer support configuring aria-* in closable. #47543
    • 🆕 Drawer support passing aria-* attributes to panel nodes. #47387
  • Table
    • 🆕 Table adds filterOnClose to specify whether to trigger filtering when the filter menu is closed. #47451 @​xsjcTony
    • 🆕 Table adds components.header.table to customize the header component when scrolling the column. #47382
    • 🐞 Fix the issue where scroll bars would not be displayed during initial rendering under Table sticky. #47382
    • 🐞 Fix the issue where the th element is not used in the column header when Table column.title is empty. #47382
    • 🐞 Fix the issue where prefixCls is invalid when Table uses a virtual list. #47639
    • 💄 Fix abnormal shadow display when Table fixed columns. #47518
  • 🐞 Fix the issue where when using DirectoryTree in Tree, pressing shift for continuous multi-selection will report an error. #47567 @​wkmyws
  • 🐞 Fix the issue where isFieldsTouched(true) always returns false when Form exists in Form.List. #47629 @​lemonied
  • 🐞 Fix the issue of Button being incompatible with v4 type=''. #47612
  • 🛠 Refactor Typography to omit measurement logic to support dynamic row height scenarios. #47597
  • 💄 Remove redundant margin styles from Tag. #47504
  • 🤖 MISC: fix an issue that could not be compiled under pnpm configuration hoist: false. #47587

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

... (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.15.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.15.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 Mar 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2024

Superseded by #573.

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