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.8.3 #325

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps antd from 3.26.18 to 5.8.3.

Release notes

Sourced from antd's releases.

5.8.3

  • DatePicker
    • 🐞 Fix DatePicker panel cannot toggle when selecting time with truthy open and truthy defaultOpen. #44105 @​Yuiai01
    • 🐞 Fix DatePicker and RangePicker still show the clear button when disable allowClear. #44015 @​bartpio
  • Carousel
    • 🐞 Fix Carousel do not support id prop. #44079
    • 💄 Fix Carousel dots extra margin style. #44076
  • 🐞 Fix Modal footer disabled state that affect by Form. #43055 @​Wxh16144
  • 🐞 Fix Upload thumbnail that gif will not play. #44083 @​linxianxi
  • 🐞 Fix FloatButton that menu mode didn't support badge prop. #44109 @​MadCcc
  • 🐞 Fix Grid & List responsive config take effect after first render which cause screen flick. #44075
  • 🐞 Fix that Design Token partially missing when @ant-design/cssinjs version 1.15.0. #44091 @​MadCcc
  • 💄 Fix Badge status="processing" with dot wave style issue. #44153
  • 💄 Fix Descriptions border styles when it nests itself. #43454 @​Yuiai01
  • 💄 Fix Pagination transition style in prev/next buttons. #44030
  • 💄 Fix Popconfirm button group wraps unexpectedly. #44022 @​MuxinFeng
  • 💄 Optimize style of Image preview operation icons. #44141 @​MadCcc
  • 💄 Optimize Input and InputNumber font size in large mode. #44000 @​MuxinFeng
  • 💄 Remove Space part useless style. #44098

  • DatePicker
    • 🐞 修复 DatePicker 在 opendefaultOpentrue 时选中时间不会切换面板的问题。#44105 @​Yuiai01
    • 🐞 修复 DatePicker 和 RangePicker 禁用 allowClear 时仍然展示清除按钮的问题。#44015 @​bartpio
  • Carousel
    • 🐞 修复 Carousel 不支持 id 属性的问题。#44079
    • 💄 修复 Carousel dots 切换点有多余 margin 的问题。#44076
  • 🐞 修复 Modal 页脚禁用态受 Form 影响的问题。#43055 @​Wxh16144
  • 🐞 修复 Upload gif 缩略图不会动的问题。#44083 @​linxianxi
  • 🐞 修复 FloatButton 组件菜单模式不支持 badge 配置的问题。#44109 @​MadCcc
  • 🐞 修复 Grid 与 List 响应式布局生效稍晚于首次渲染导致屏幕闪动的问题。#44075
  • 🐞 修复 @ant-design/cssinjs 版本小于 1.15.0 时 Design Token 部分丢失的问题。#44091 @​MadCcc
  • 💄 修复 Badge status="processing"dot 配合使用时,波纹样式异常的问题。#44153
  • 💄 修复 Descriptions 组件自行嵌套时的边框样式问题。#43454 @​Yuiai01
  • 💄 修复 Pagination 上下页切换按钮 `transition`` 丢失的问题。#44030
  • 💄 修复 Popconfirm 按钮组意外换行的问题。#44022 @​MuxinFeng
  • 💄 优化 Image 组件预览操作图标的样式。#44141 @​MadCcc
  • 💄 优化 Input 和 InputNumber 在大尺寸下的字体大小。#44000 @​MuxinFeng
  • 💄 移除 Space 部分未使用的样式。#44098

5.8.2

  • 🐞 Fix Checkbox & Radio not support customize wave and add className ant-wave-target for this case. #44014
  • 🐞 Adjust Form.Item renderProps definition to return correct FormInstance. #43996
  • 🐞 Fixed Table incorrect expand icon direction and row indentation in RTL. #43977 @​Yuiai01
  • 💄 Fix Pagination that should not have hover and focus style when disabled. #43970 @​MadCcc
  • TypeScript
    • 🤖 Fix Drawer & Anchor part Design Token TS description not correct issue. #43994 @​wving5

  • 🐞 修复 Checkbox 与 Radio 不支持自定义水波纹效果的问题,并添加 ant-wave-target className 到对应元素上。#44014
  • 🐞 调整 Form.Item renderProps 定义,现在会返回正确的 FormInstance#43996
  • 🐞 修复 Table 在 directionrlt 时展开图标的方向和展开行的缩进有误的问题。#43977 @​Yuiai01

... (truncated)

Changelog

Sourced from antd's changelog.

5.8.3

2023-08-11

  • DatePicker
    • 🐞 Fix DatePicker panel cannot toggle when selecting time with truthy open and truthy defaultOpen. #44105 @​Yuiai01
    • 🐞 Fix DatePicker and RangePicker still show the clear button when disable allowClear. #44015 @​bartpio
  • Carousel
    • 🐞 Fix Carousel do not support id prop. #44079
    • 💄 Fix Carousel dots extra margin style. #44076
  • 🐞 Fix Modal footer disabled state that affect by Form. #43055 @​Wxh16144
  • 🐞 Fix Upload thumbnail that gif will not play. #44083 @​linxianxi
  • 🐞 Fix FloatButton that menu mode didn't support badge prop. #44109 @​MadCcc
  • 🐞 Fix Grid & List responsive config take effect after first render which cause screen flick. #44075
  • 🐞 Fix that Design Token partially missing when @ant-design/cssinjs version 1.15.0. #44091 @​MadCcc
  • 💄 Fix Badge status="processing" with dot wave style issue. #44153
  • 💄 Fix Descriptions border styles when it nests itself. #43454 @​Yuiai01
  • 💄 Fix Pagination transition style in prev/next buttons. #44030
  • 💄 Fix Popconfirm button group wraps unexpectedly. #44022 @​MuxinFeng
  • 💄 Optimize style of Image preview operation icons. #44141 @​MadCcc
  • 💄 Optimize Input and InputNumber font size in large mode. #44000 @​MuxinFeng
  • 💄 Remove Space part useless style. #44098

5.8.2

2023-08-04

  • 🐞 Fix Checkbox & Radio not support customize wave and add className ant-wave-target for this case. #44014
  • 🐞 Adjust Form.Item renderProps definition to return correct FormInstance. #43996
  • 🐞 Fixed Table incorrect expand icon direction and row indentation in RTL. #43977 @​Yuiai01
  • 💄 Fix Pagination that should not have hover and focus style when disabled. #43970 @​MadCcc
  • TypeScript
    • 🤖 Fix Drawer & Anchor part Design Token TS description not correct issue. #43994 @​wving5

5.8.1

2023-08-02

  • 🐞 Fix Select, TreeSelect, Cascader, DatePicker unexpected warning of deprecated clearIcon #43945 @​kiner-tang
  • TypeScript
    • 🤖 Export Design Token MappingAlgorithm as type of theme algorithm. #43953

5.8.0

2023-08-01

  • 🔥 Component Token support algorithm to calculate derivative tokens same as global. #43810 @​MadCcc
  • 🔥 Modal hooks function support await call. #43470
  • 🔥 ConfigProvider support wave to customize wave effect. #43784
  • 🆕 Form support getFieldsValue({ strict: true }) to support only Item bind values. #43828

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by peachscript, 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 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 3.26.18 to 5.8.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@3.26.18...5.8.3)

---
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 Aug 14, 2023
@netlify
Copy link

netlify bot commented Aug 14, 2023

Deploy Preview for eclipsefdn-adoptium-dash failed.

Name Link
🔨 Latest commit bad4d3f
🔍 Latest deploy log https://app.netlify.com/sites/eclipsefdn-adoptium-dash/deploys/64d9aafdc143ae0008107a55

@karianna karianna closed this Aug 14, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 14, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.8.3 branch August 14, 2023 05:00
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.

1 participant