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 5.0.0 to 5.4.1 #677

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps antd from 5.0.0 to 5.4.1.

Release notes

Sourced from antd's releases.

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
  • 🐞 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 insufficient table column width issue 40814. #41626
  • 🐞 Fix Mentions dropdown style. #41660
  • 🐞 Improve Form.Item on require judgment logic. #41623 @​Wxh16144
  • Locales

  • 💄 优化类 Select 组件弹窗逻辑,现在总是会尝试优先在可视区域展示以减少用户额外滚动成本。#41619
  • 💄 去除 Badge.Ribbon 里固定的高度。#41661 @​MuxinFeng
  • 🐞 修复 Select 在搜索时宽度变为 0px 的问题。#41722
  • 🐞 修复 Empty 空数据组件在宽度不够的容器内样式错位的问题。#41727
  • 🐞 改进 Form.Item noStyle 验证消息显隐逻辑。#41698 @​Wxh16144
  • 🐞 修正 Form.Item 不应支持设置 requiredMark 的问题。#41725 @​Wxh16144
  • 🐞 修复 Space 影响父元素字体大小和样式的问题。#40326
  • 🐞 修复 Pagination 简洁模式中的上一页下一页按钮 hover 样式丢失的问题。#41685
  • 🐞 修复 Tree switcherIcon 无法隐藏。#41708 @​acyza
  • 🐞 修复 List.Item.Meta 的 avatar 和 title 不对齐。#41688 @​Yuiai01
  • 🐞 修复 Row 的 justify 设置为 space-evenly 无效。#41679 @​Yuiai01
  • 🐞 修复 Button props 类型定义支持 data-* 属性。#41650
  • 🐞 修复表格列宽不够的问题 issue 40814#41626
  • 🐞 修复 Mentions 弹层样式。#41660
  • 🐞 改进 Form.Item 关于 require 的判断逻辑。#41623 @​Wxh16144
  • 国际化

5.4.0

... (truncated)

Changelog

Sourced from antd's changelog.

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 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 insufficient table column width issue 40814. #41626
  • 🐞 Fix Mentions dropdown style. #41660
  • 🐞 Improve Form.Item on require judgment logic. #41623 @​Wxh16144
  • Locales

5.4.0

2023-04-03

  • 🗑 Remove antd/es/locale-provider antd/lib/locale-provider directory since LocaleProvider was replaced by ConfigProvider and removed in 4.x version years before. #41289 @​li-jia-nan
  • 🆕 DatePicker/TimePicker/Calendar could change date-library to luxon now. #41580 @​hihuz
  • 🆕 Add Form.Item.useStatus hook to get error messages. #41554 @​Yuiai01
  • 🆕 Input and Input.TextArea support classNames and styles props. #41493
  • 🆕 Tag add bordered={false} to support border-less style. #41305 @​li-jia-nan
  • 🆕 FloatButton support badge prop. #41040 @​li-jia-nan
  • 🆕 Select add title property. #41280
  • 🆕 Image component supports preview.rootClassName. #41265 @​Yuiai01
  • 🆕 Modal added afterOpenChange prop. #41253 @​MuxinFeng
  • 🆕 Form.useWatch could watch field change at preserve mode. #41191 @​li-jia-nan
  • 🛠 Refactor some components by using useMemo. #41533 #41550 @​li-jia-nan
  • 🛠 Refactor Checkbox with hooks and new types. #41117
  • 🛠 Refactor Input.TextArea that move count into affixWrapper element. #41450
  • 🆕 DatePicker/Calendar add cellRender for custom cells and deprecated properties dateRender and monthCellRender in DatePicker, deprecated properties dateCellRendermonthCellRenderdateFullCellRendermonthFullCellRender in Calendar. #41584 @​kiner-tang
  • 🐞 Fix Tour double arrow problem. #41578 @​acyza
  • 🐞 Fix Checkbox with customize controlHeight token not align in center with text. #41566
  • 🐞 Fix Form.Item not rendering correctly in Modal when it has help. #40519 @​Yuiai01
  • 🐞 Fix Form wrong UI status when using hasFeedback. #41594 @​Yuiai01
  • 🐞 Fix Slider throws warning [antd: Tooltip] forcePopupAlign is align to forceAlign instead. #41540 @​MuxinFeng
  • 🐞 Fix checkable Table checking not working when click on the edge of checkbox. #41519
  • Locales

... (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 5.0.0 to 5.4.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@5.0.0...5.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 11, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 12, 2023

Superseded by #678.

@dependabot dependabot bot closed this Apr 12, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.4.1 branch April 12, 2023 06:14
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.

0 participants