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 4.17.2 to 4.23.6 #530

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps antd from 4.17.2 to 4.23.6.

Release notes

Sourced from antd's releases.

4.23.6

  • Table
    • 🐞 Fix Table with sticky header shadow style issue. #38023 @​liuycy
    • 🐞 Fix Table with ellipsis missing title attribute. 416c61f
  • 🐞 Fix Breadcrumb not support number 0. #38006 @​li-jia-nan
  • Input
    • 🐞 Fix Input.TextArea render extra input node when enable autoSize. #38050
    • 🐞 Fix Input.Password that should not have value prop on input after click toggle icon. #37900 @​linxianxi
    • 💄 Fix border style issues for Input.Search in RTL. #37980 @​foryuki
  • 🐞 Fix AutoComplete warning for unused dropdownClassName. #37974 @​heiyu4585
  • 🐞 Fix Typography with ellipsis that the computed fontSize style be calculated as empty string in some case. #37928 @​zheeeng
  • 🐞 Fix editable Tabs add button missing in edge case. #37937
  • 🐞 Fix RangePicker panel blink in some case. #439
  • 🛠 Refactor Spin with Function Component. #37969 @​li-jia-nan
  • 🛠 Refactor Statistic.Countdown with Function Component. #37938 @​li-jia-nan

  • Table
    • 🐞 修复 Table 配置固定表头时的阴影样式问题。#38023 @​liuycy
    • 🐞 修复 Table 配置省略时丢失 title 属性问题。416c61f
  • 🐞 修复 Breadcrumb 不支持数字 0 的问题。#38006 @​li-jia-nan
  • Input
    • 🐞 修复 Input.TextArea 配置 autoSize 时会额外渲染 input 节点的问题。#38050
    • 🐞 修复 Input.Password 在点击隐藏按钮后 input 上会有 value 属性的问题。#37900 @​linxianxi
    • 💄 修复 RTL 下 Input.Search 边框样式问题。#37980 @​foryuki
  • 🐞 修复 AutoComplete 会报未使用的废弃属性 dropdownClassName 的问题。#37974 @​heiyu4585
  • 🐞 修复 Typography 省略算法在计算一些元素 fontSize 时为空字符串的情况#37928 @​zheeeng
  • 🐞 Fix Tabs 添加按钮在某些边界情况下无法展示的问题。#37937
  • 🐞 修复 RangePicker 在某些情况下面板会闪烁的问题。#439
  • 🛠 重构 Spin 为 Function Component。#37969 @​li-jia-nan
  • 🛠 重构 Statistic.Countdown 为 Function Component.#37938 @​li-jia-nan

4.23.5

  • 🐞 Fix Textarea with autoSize blink on the fist mount. #37847
  • 💄 Fix Input.Password style={{ fontSize }}not working. #37898
  • 💄 Fix Input.Textarea style={{ resize: 'none' }} is not working when showCount is applied. #37855 @​kiner-tang
  • 💄 Fix Input.Search border style in RTL. #37865 @​foryuki
  • 🇷🇺 Fix Russian translation for Transfer.selectInvert. #37858 @​svtslav
  • 🇵🇹 Add missing Portuguese translations. #37857 @​ernestfolch
  • ⚡️ Update Table and Tree for improve state performance. #37875 @​sunteago
  • TypeScript

  • 🐞 修复 Textarea 配置 autoSize 在第一次渲染时闪烁的问题。#37847
  • 💄 修复 Input.Password 不支持 style={{ fontSize }} 的问题。#37898
  • 💄 修复 Input.Textarea 当指定 showCountstyle={{ resize: 'none' }} 样式设定失效的问题。#37855 @​kiner-tang
  • 💄 修复 RTL 排版中 Input.Search 边框样式问题。#37865 @​foryuki
  • 🇷🇺 修复 Transfer.selectInvert 的俄语翻译。#37858 @​svtslav
  • 🇵🇹 添加缺失的葡萄牙语翻译。#37857 @​ernestfolch
  • ⚡️ 提升 Table 及 Tree 的 State 性能。#37875 @​sunteago
  • TypeScript

... (truncated)

Changelog

Sourced from antd's changelog.

4.23.6

2022-10-17

  • Table
    • 🐞 Fix Table with sticky header shadow style issue. #38023 @​liuycy
    • 🐞 Fix Table with ellipsis missing title attribute. 416c61f
  • 🐞 Fix Breadcrumb not support number 0. #38006 @​li-jia-nan
  • Input
    • 🐞 Fix Input.TextArea render extra input node when enable autoSize. #38050
    • 🐞 Fix Input.Password that should not have value prop on input after click toggle icon. #37900 @​linxianxi
    • 💄 Fix border style issues for Input.Search in RTL. #37980 @​foryuki
  • 🐞 Fix AutoComplete warning for unused dropdownClassName. #37974 @​heiyu4585
  • 🐞 Fix Typography with ellipsis that the computed fontSize style be calculated as empty string in some case. #37928 @​zheeeng
  • 🐞 Fix editable Tabs add button missing in edge case. #37937
  • 🐞 Fix RangePicker panel blink in some case. #439
  • 🛠 Refactor Spin with Function Component. #37969 @​li-jia-nan
  • 🛠 Refactor Statistic.Countdown with Function Component. #37938 @​li-jia-nan

4.23.5

2022-10-10

  • 🐞 Fix Textarea with autoSize blink on the fist mount. #37847
  • 💄 Fix Input.Password style={{ fontSize }}not working. #37898
  • 💄 Fix Input.Textarea style={{ resize: 'none' }} is not working when showCount is applied. #37855 @​kiner-tang
  • 💄 Fix Input.Search border style in RTL. #37865 @​foryuki
  • 🇷🇺 Fix Russian translation for Transfer.selectInvert. #37858 @​svtslav
  • 🇵🇹 Add missing Portuguese translations. #37857 @​ernestfolch
  • ⚡️ Update Table and Tree for improve state performance. #37875 @​sunteago
  • TypeScript

4.23.4

2022-10-01

4.23.3

2022-09-27

  • 🆕 Tree showLeafIcon could accept ReactNode for a custom leaf icon.#37144 @​xWiiLLz
  • 🆕 Uploader support Apple image format: heic, heif. #37651 @​Johnny-young
  • 🐞 Fix Typography copyable.tooltip=false still shows the copied tooltip. #37754
  • 🐞 Fix Typography ellipsis not working correctly in some cases. #37700 @​zheeeng
  • 🐞 Fix Divider shows children when in vertical mode. #37697
  • 🐞 Fix Anchor getCurrentAnchor not updated. #37644

... (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.17.2 to 4.23.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@4.17.2...4.23.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2022
@coveralls
Copy link

coveralls commented Oct 17, 2022

Pull Request Test Coverage Report for Build 3266225945

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 88.889%

Totals Coverage Status
Change from base Build 2911937322: 0.0%
Covered Lines: 8
Relevant Lines: 9

💛 - Coveralls

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2022

Superseded by #534.

@dependabot dependabot bot closed this Nov 2, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-4.23.6 branch November 2, 2022 14:57
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.

None yet

1 participant