Navigation Menu

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-dev): bump antd from 4.18.3 to 4.18.4 #766

Merged
merged 1 commit into from Jan 19, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2022

Bumps antd from 4.18.3 to 4.18.4.

Release notes

Sourced from antd's releases.

4.18.4

  • Typography
    • ⚡️ Optimize Typography to use native css ellipsis when tooltip is configured. #33669
    • 🐞 Refactor Typography ellipsis logic to fix error when children use Context content. #33725
  • Icon
  • Input
  • ⚡️ Fix ConfigProvider and Anchor rerender unexpectedly. #33723 @​mrwd2009
  • 🐞 Fix the duplicate keys warning in console for Cascader. #33649 @​dimbslmh
  • 🐞 Checkbox.Group support number and boolean as options element. #33678
  • 🐞 Fix Form validateMessages bug in multiple ConfigProvider. #33705
  • 🐞 Fix Steps the tail part would be hidden when type is navigation and labelPlacement is vertical. #33716 @​toSayNothing
  • 🐞 Fix Image has bottom blank style. #33631 @​fanerge
  • 🐞 Fix TreeSelect with keyboard operation missing highlight issue. #33755
  • 🇰🇭 Fix some translations for Khmer (km_KH). #33738 @​vireakkeosokvibol

  • Typography
    • ⚡️ 优化 Typography 在配置 tooltip 时优先使用原生省略样式以提升性能。#33669
    • 🐞 重构 Typography ellipsis 逻辑以修复 children 如果消费上游 Context 会报错的问题。 #33725
  • Icon
    • 🐞 修复 <Icon component={HomeOutlined} /><HomeOutlined /> 不对齐的问题。#33709
    • 🐞 修复 <Icon component={SyncOutlined} spin /> 抖动的问题。#33726 @​JX-Zhuang
  • Input
  • ⚡️ 修复 ConfigProvider 和 Anchor 的渲染函数多次运行的问题。#33723 @​mrwd2009
  • 🐞 修复 Cascader 组件中出现重复 key 的控制台 warning 问题。#33649 @​dimbslmh
  • 🐞 Checkbox.Group 的 options 支持数组中直接传入 number 和 boolean 类型。#33678
  • 🐞 修复 Form validateMessages 在多个 ConfigProvider 内错乱的问题。#33705
  • 🐞 修复 Steps 组件在 type 为 navigation 和 labelPlacement 为 vertical 时,tail 部分不会显示的问题。#33716 @​toSayNothing
  • 🐞 修复 Image 底部留白问题。#33631 @​fanerge
  • 🐞 修复 TreeSelect 键盘操作时,激活项不会高亮的问题。#33755
  • 🇰🇭 修正高棉语 (km_KH) 语言包中部分翻译。#33738 @​vireakkeosokvibol
Changelog

Sourced from antd's changelog.

4.18.4

2022-01-18

  • Typography
    • ⚡️ Optimize Typography to use native css ellipsis when tooltip is configured. #33669
    • 🐞 Refactor Typography ellipsis logic to fix error when children use Context content. #33725
  • Icon
  • Input
  • ⚡️ Fix ConfigProvider and Anchor rerender unexpectedly. #33723 @​mrwd2009
  • 🐞 Fix the duplicate keys warning in console for Cascader. #33649 @​dimbslmh
  • 🐞 Checkbox.Group support number and boolean as options element. #33678
  • 🐞 Fix Form validateMessages bug in multiple ConfigProvider. #33705
  • 🐞 Fix Steps the tail part would be hidden when type is navigation and labelPlacement is vertical. #33716 @​toSayNothing
  • 🐞 Fix Image has bottom blank style. #33631 @​fanerge
  • 🐞 Fix TreeSelect with keyboard operation missing highlight issue. #33755
  • 🇰🇭 Fix some translations for Khmer (km_KH). #33738 @​vireakkeosokvibol
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 will merge this PR once CI passes on it, as requested by @arvinxx.


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 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.18.3 to 4.18.4.
- [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.18.3...4.18.4)

---
updated-dependencies:
- dependency-name: antd
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2022
Copy link
Owner

@arvinxx arvinxx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Copy link
Owner

@arvinxx arvinxx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 92ef086 into master Jan 19, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-4.18.4 branch January 19, 2022 12:20
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant