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.4.4 #447

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2023

Bumps antd from 4.24.3 to 5.4.4.

Release notes

Sourced from antd's releases.

5.4.4

  • 💄 Fix Message hooks icon style not follow dynamic theme token. #41899
  • 🐞 Fix that cssinjs may crash if CSS value is undefined. #41896

  • 💄 修复 Message hooks 的图标样式不跟随动态主题 token 切换的问题。#41899
  • 🐞 修复 CSS 属性值为 undefined 时 cssinjs 报错的问题。#41896

5.4.3

  • 🐞 Fix FloatButton throws warning findDOMNode is deprecated in StrictMode. #41833 @​fourcels
  • 🐞 Arrow element support more old browsers which do not support clip-path: path(). #41872
  • 🐞 Fix Layout.Sider transition issue when switch theme. #41828
  • 🐞 Fix the problem that when the type of Tour is primary, the color of the arrow is still white. #41761
  • 🐞 Optimize Form field binding, now will ignore comments in Form.Item as subcomponents. #41771
  • 🐞 Fix Input.Password show additional toggle button in Edge. #41759
  • 💄 Fix styling issues with components that have a Tooltip component as their base within the Space.Compact wrapper. #41707 @​foryuki
  • 🇩🇪 Fix typo in German locale. #41780 @​aaarichter
  • TypeScript

  • 🐞 修复 FloatButton 警告: findDOMNode is deprecated in StrictMode.。#41833 @​fourcels
  • 🐞 箭头元素兼容旧版本不支持 clip-path: path() 的浏览器。 #41872
  • 🐞 修复 Layout.Sider 切换主题时存在背景切换延迟的问题。#41828
  • 🐞 修复 Tour 的 type="primary" 时箭头的颜色仍为白色的问题。#41761
  • 🐞 优化 Form 字段绑定,现在会忽略在 Form.Item 内的注释不再作为子组件进行绑定。 。#41771
  • 🐞 修复 Input.Password 在 Edge 中会额外展示切换按钮的问题。#41759
  • 💄 修复 Space.Compact 包裹底层为 Tooltip 组件的组件时的样式问题。#41707 @​foryuki
  • 🇩🇪 修复德语本地化文案。#41780 @​aaarichter
  • TypeScript

5.4.2


5.4.1

  • 💄 Optimize Select-like component popup logic. Now always try to display it in the visible area first to reduce the user's extra scrolling cost. #41619
  • 💄 Remove fixed height in Badge.Ribbon. #41661 @​MuxinFeng
  • 🐞 Fix Select width becomes 0px when search after select something. #41722
  • 🐞 Fix Empty style in small width container. #41727
  • 🐞 Improve Form.Item noStyle validation message reveal logic. #41698 @​Wxh16144
  • 🐞 Fix Form.Item should not support requiredMark. #41725 @​Wxh16144
  • 🐞 Fix Space should not affect font style and font family. #40326
  • 🐞 Fix the problem that the hover style of the Previous/Next button in Pagination simple mode is lost. #41685

... (truncated)

Changelog

Sourced from antd's changelog.

5.4.4

2023-04-20

  • 💄 Fix Message hooks icon style not follow dynamic theme token. #41899
  • 🐞 Fix that cssinjs may crash if CSS value is undefined. #41896

5.4.3

2023-04-19

  • 🐞 Fix FloatButton throws warning findDOMNode is deprecated in StrictMode. #41833 @​fourcels
  • 🐞 Arrow element support more old browsers which do not support clip-path: path(). #41872
  • 🐞 Fix Layout.Sider transition issue when switch theme. #41828
  • 🐞 Fix the problem that when the type of Tour is primary, the color of the arrow is still white. #41761
  • 🐞 Optimize Form field binding, now will ignore comments in Form.Item as subcomponents. #41771
  • 🐞 Fix Input.Password show additional toggle button in Edge. #41759
  • 💄 Fix styling issues with components that have a Tooltip component as their base within the Space.Compact wrapper. #41707 @​foryuki
  • 🇩🇪 Fix typo in German locale. #41780 @​aaarichter
  • TypeScript

5.4.2

2023-04-11

5.4.1

2023-04-11

  • 💄 Optimize Select-like component popup logic. Now always try to display it in the visible area first to reduce the user's extra scrolling cost. #41619
  • 💄 Remove fixed height in Badge.Ribbon. #41661 @​MuxinFeng
  • 🐞 Fix Select width becomes 0px when search after select something. #41722
  • 🐞 Fix Empty style in small width container. #41727
  • 🐞 Improve Form.Item noStyle validation message reveal logic. #41698 @​Wxh16144
  • 🐞 Fix that Form.Item should not support requiredMark. #41725 @​Wxh16144
  • 🐞 Fix Space should not affect font style and font family. #40326
  • 🐞 Fix the problem that the hover style of the Previous/Next button in Pagination simple mode is lost. #41685
  • 🐞 Fix Tree switcherIcon cannot be hidden. #41708 @​acyza
  • 🐞 Fix List.Item.Meta avatar and title are not aligned. #41688 @​Yuiai01
  • 🐞 Fix Row justify setting space-evenly does not work. #41679 @​Yuiai01
  • 🐞 Fix Button type to support custom data attributes. #41650
  • 🐞 Fix Table column width issue when rowSelection.selections is not empty. #41626
  • 🐞 Fix Mentions dropdown style. #41660
  • 🐞 Improve Form.Item on require judgment logic. #41623 @​Wxh16144

... (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 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.4.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.24.3...5.4.4)

---
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 Apr 21, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 24, 2023

Superseded by #448.

@dependabot dependabot bot closed this Apr 24, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.4.4 branch April 24, 2023 04:06
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