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

Bump antd from 3.26.18 to 5.4.5 #275

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 3.26.18 to 5.4.5.

Release notes

Sourced from antd's releases.

5.4.5

  • 🐞 Fix Anchor that onChange was memoized by useCallback and wouldn't change. #41934 @​Yuiai01
  • 🐞 Fix Draggable Tree that title is not aligned when the text is wrapped. #41928 @​Yuiai01
  • Tree
  • 🛠 Reduce bundle size by upgrading rc-switch. #41954

  • 🐞 修复 Anchor 组件 onChange 方法改变后不触发的问题。#41934 @​Yuiai01
  • 🐞 修复 InputNumber 组件样式被浏览器原生样式覆盖的问题。#41940 @​Wxh16144
  • Tree
  • 🛠 升级 rc-switch 以修复重复引入 @babel/runtime/helpers 的问题,减小打包体积。#41954

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

... (truncated)

Changelog

Sourced from antd's changelog.

5.4.5

2023-04-23

  • 🐞 Fix Anchor that onChange was memoized by useCallback and wouldn't change. #41934 @​Yuiai01
  • 🐞 Fix Draggable Tree that title is not aligned when the text is wrapped. #41928 @​Yuiai01
  • Tree
  • 🛠 Reduce bundle size by upgrading rc-switch. #41954

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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by madccc, a new releaser for antd since your current version.


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 3.26.18 to 5.4.5.
- [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@3.26.18...5.4.5)

---
updated-dependencies:
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 24, 2023
@netlify
Copy link

netlify bot commented Apr 24, 2023

Deploy Preview for eclipsefdn-adoptium-dash failed.

Name Link
🔨 Latest commit 37913b1
🔍 Latest deploy log https://app.netlify.com/sites/eclipsefdn-adoptium-dash/deploys/64460d3af34df00008632c04

@karianna karianna marked this pull request as draft April 26, 2023 00:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 27, 2023

Superseded by #278.

@dependabot dependabot bot closed this Apr 27, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.4.5 branch April 27, 2023 05: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants