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.3 #575

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 4.24.3 to 5.15.3.

Release notes

Sourced from antd's releases.

5.15.3

  • 💄 Unify Modal, Drawer, notification and Tour close button style. #47909
  • 🐞 Fix Badge and text node align style under Space. #47908
  • 💄 Fix Upload file list actions wrap style. #47898
  • 🐞 Fix Typography config the ellipsis.symbol exceed the single line height will make ellipsis rows not correct issue. #47889
  • 🐞 Fix DatePicker component height not correct when customize controlHeight. #47874
  • 🐞 Fix DatePicker with multiple selector collapse for cross the line. #47821
  • 🐞 TimePicker revert and add warning for onSelect API which is already removed in v4 but not update in English documentation. #47878
  • 💄 Darken the Empty text color to make it readable. #47268 @​evgmol

  • 💄 统一 Modal、Drawer、notification 和 Tour 关闭按钮的样式,并增大 Modal 和 Drawer 关闭按钮的交互区域使其更容易点击。#47909
  • 🐞 修复 Badge 和文本元素在 Space 下排版不对齐的问题。#47908
  • 💄 修复 Upload 列表行动点换行的问题。#47898
  • 🐞 修复 Typography 配置的 ellipsis.symbol 超出单行高度时,省略行数不正确的问题。#47889
  • 🐞 修复 DatePicker 配置自定义 controlHeight 时展示高度不正确的问题。#47874
  • 🐞 修复 DatePicker 设置 multiple 多选换行时行与行之间没有间隙的问题。#47821
  • 💄 调深 Empty 文本色彩使其更清晰可读一些。#47268 @​evgmol

5.15.2

  • 🛠 Adjust the closing trigger of Tour, Dropdown, Menu, Tabs, Mentions, Picker, Select, TreeSelect, Cascader, Tooltip, and Popover pop-ups from click to mouseDown to uniformly solve some event timing issues related to pop-up interactions. #47775
  • 🐞 Fix Descriptions extra padding of items. #47737
  • 🐞 Fix Anchor wrong active status when bounds value is 0. #47795@​winchesHe
  • 💄 Fix ColorPicker clear icon hover style. #47761
  • 🇷🇺 Improve DatePicker ru_RU locale. #47768 @​AlexeyTeterin

  • 🛠 调整 Tour、Dropdown、Menu、Tabs、Mentions、Picker、Select、TreeSelect、Cascader、Tooltip、Popover 弹层点击外部的关闭时机,从 click 调整至 mouseDown 以统一解决一些与弹窗相关交互中的事件时序问题。#47775
  • 🐞 修复 Descriptions 内容区域额外的边距问题。#47737
  • 🐞 修复 Anchor 界限值为 0 时 active 状态错误的问题。#47795@​winchesHe
  • 💄 给 ColorPicker 清除按钮补上鼠标 hover 反馈样式。#47761
  • 🇷🇺 更新 DatePicker 的俄语文案。#47768 @​AlexeyTeterin

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

... (truncated)

Changelog

Sourced from antd's changelog.

5.15.3

2024-03-17

  • 💄 Unify Modal, Drawer, notification and Tour close button style. #47909
  • 🐞 Fix Badge and text node align style under Space. #47908
  • 💄 Fix Upload file list actions wrap style. #47898
  • 🐞 Fix Typography config the ellipsis.symbol exceed the single line height will make ellipsis rows not correct issue. #47889
  • 🐞 Fix DatePicker component height not correct when customize controlHeight. #47874
  • 🐞 Fix DatePicker with multiple selector collapse for cross the line. #47821
  • 🐞 TimePicker revert and add warning for onSelect API which is already removed in v4 but not update in English documentation. #47878
  • 💄 Darken the Empty text color to make it readable. #47268 @​evgmol

5.15.2

2024-03-11

  • 🛠 Adjust the closing trigger of Tour, Dropdown, Menu, Tabs, Mentions, Picker, Select, TreeSelect, Cascader, Tooltip, and Popover pop-ups from click to mouseDown to uniformly solve some event timing issues related to pop-up interactions. #47775
  • 🐞 Fix Descriptions extra padding of items. #47737
  • 🐞 Fix Anchor wrong active status when bounds value is 0. #47795@​winchesHe
  • 💄 Fix ColorPicker clear icon hover style. #47761
  • 🇷🇺 Improve DatePicker ru_RU locale. #47768 @​AlexeyTeterin

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
  • 🆕 Select add labelRender property to customize current selected label render。#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

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

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

dependabot bot commented on behalf of github Mar 26, 2024

Superseded by #577.

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