Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Bump antd from 5.8.4 to 5.8.6 #429

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps antd from 5.8.4 to 5.8.6.

Release notes

Sourced from antd's releases.

5.8.6

  • 🛠 Optimize some styles size in document.head by extracting unused styles.
    • 🛠 Notification and Message only generate styles when displayed. #44488
    • 🛠 Extract Tag status & preset color style which will only generate by needed. #44512
    • 🛠 Extract Button compact style, now only the corresponding style will be generated when Space.Compact is used. #44475
  • 📦 Remove lodash/camelCase from @ant-design/icons dependencies to reduce bundle size. ant-design-icons#595
  • Form
    • 🐞 Fix Form.Item children not hidden when wrapperCol.span is 0. #44485 #44472 @​crazyair
    • 🐞 Fix Form wrapperCol to be 24 not working when labelCol is set to 24. #44541
  • 🐞 Fix Watermark that would crash if content is empty string. #44501
  • 🐞 Fix ColorPicker popup still working when disabled is true. #44466 @​RedJue
  • 🐞 Fix Transfer trigger onSelectChange twice sometimes when click checkbox. #44471 @​kovsu
  • 🐞 Fix Typography scrollbar flush problem when enable ellipsis. #43058 @​bbb169
  • Slider
  • 🐞 Fix Steps type="nav" last item did not hide arrow properly. #44582 @​ohhoney1
  • TypeScript
    • 🤖 Fix Upload file status definition to remove unused success status. #44468

  • 🛠 针对 CSSInJS 加载 styles 大小进行了优化。
    • 🛠 Notification 和 Message 组件只有在展示时才会插入对应样式。#44488
    • 🛠 剥离 Tag 状态与预设颜色样式,现在只有当使用的时候才会生成它们。#44512
    • 🛠 剥离 Button 紧凑模式样式,现在只有当使用了 Space.Compact 的时候才会生成它们。#44475
  • 📦 移除 @ant-design/icons 依赖 lodash/camelCase 以优化 bundle size。ant-design-icons#595
  • Form
    • 🐞 修复 Form.Item 设置 wrapperCol.span0 时,子元素不隐藏的问题。#44485 #44472 @​crazyair
    • 🐞 修复 Form labelCol 设置为 24 时,会使 wrapperCol 设置 24 失效的问题。#44541
  • 🐞 修复 Watermark 组件在 content 是空字符串时报错的问题。#44501
  • 🐞 修复 ColorPicker 禁用时依然能弹出选择窗口的问题。#44466 @​RedJue
  • 🐞 修复 Transfer 点击 Checkbox 时有时会触发两次选择行为的问题。#44471 @​kovsu
  • 🐞 修复 Typography 使用 ellipsis 时滚动条闪动的问题。#43058 @​bbb169
  • Slider
  • 🐞 修复 Steps type="nav" 垂直导航步骤条的最后一项箭头没隐藏的问题。#44582 @​ohhoney1
  • TypeScript
    • 🤖 修复 Upload 文件状态定义,移除未使用过的 success 状态。#44468

5.8.5

  • 🛠 Refactor Badge style logic and take Ribbon style out to reduce SSR inline style size. #44451
  • 🐞 Fix the issue of abnormal icon styling when using `@ant-design/icons`` within App. #41208 @​Wxh16144
  • 🐞 Fix the issue of vertical dragging malfunction in Carousel. #44460 @​RedJue
  • 🐞 Fix Tour panel use wrong design token. #44428
  • 🐞 Fix Form wrapperCol with responsive xs config not working. #44388
  • 🐞 Fix ColorPicker duplicate key issue. #44370 @​xr0master
  • 🐞 Fix Radio that not work in Tree title. #44380 @​MadCcc
  • 🐞 Fix Table that would crash when filterDropdown does not support ref. #44357 @​MadCcc
  • 🐞 Fix Form inline layout show extra bottom margin when validation failed. #44360
  • 🐞 Fix DatePicker showTime working error when format is Array. #44306 @​Zian502

... (truncated)

Changelog

Sourced from antd's changelog.

5.8.6

2023-09-02

  • 🛠 Optimize some styles size in document.head by extracting unused styles.
    • 🛠 Notification and Message only generate styles when displayed. #44488
    • 🛠 Extract Tag status & preset color style which will only generate by needed. #44512
    • 🛠 Extract Button compact style, now only the corresponding style will be generated when Space.Compact is used. #44475
  • 📦 Remove lodash/camelCase from @ant-design/icons dependencies to reduce bundle size. ant-design-icons#595
  • Form
    • 🐞 Fix Form.Item children not hidden when wrapperCol.span is 0. #44485 #44472 @​crazyair
    • 🐞 Fix Form wrapperCol to be 24 not working when labelCol is set to 24. #44541
  • 🐞 Fix Watermark that would crash if content is empty string. #44501
  • 🐞 Fix ColorPicker popup still working when disabled is true. #44466 @​RedJue
  • 🐞 Fix Transfer trigger onSelectChange twice sometimes when click checkbox. #44471 @​kovsu
  • 🐞 Fix Typography scrollbar flush problem when enable ellipsis. #43058 @​bbb169
  • Slider
  • 🐞 Fix Steps type="nav" last item did not hide arrow properly. #44582 @​ohhoney1
  • TypeScript
    • 🤖 Fix Upload file status definition to remove unused success status. #44468

5.8.5

2023-08-28

  • 🛠 Refactor Badge style logic and take Ribbon style out to reduce SSR inline style size. #44451
  • 🐞 Fix the issue of abnormal icon styling when using @ant-design/icons within App. #41208 @​Wxh16144
  • 🐞 Fix the issue of vertical dragging malfunction in Carousel. #44460 @​RedJue
  • 🐞 Fix Tour panel use wrong design token. #44428
  • 🐞 Fix Form wrapperCol with responsive xs config not working. #44388
  • 🐞 Fix ColorPicker duplicate key issue. #44370 @​xr0master
  • 🐞 Fix Radio that not work in Tree title. #44380 @​MadCcc
  • 🐞 Fix Table that would crash when filterDropdown does not support ref. #44357 @​MadCcc
  • 🐞 Fix Form inline layout show extra bottom margin when validation failed. #44360
  • 🐞 Fix DatePicker showTime working error when format is Array. #44306 @​Zian502
  • 🐞 Fix Watermark can not be fully shown when content is too long. #44321
  • TypeScript
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 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 5.8.4 to 5.8.6.
- [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.8.4...5.8.6)

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

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

derogab commented Sep 4, 2023

@dependabot merge

@dependabot dependabot bot merged commit 4194e9b into dev Sep 4, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev/antd-5.8.6 branch September 4, 2023 07:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant