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

chore(deps-dev): bump antd from 5.2.2 to 5.2.3 #625

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps antd from 5.2.2 to 5.2.3.

Release notes

Sourced from antd's releases.

5.2.3

  • 🐞 Fix for setting percent and success.percent at the same time for Progress, the progress text does not change as percent changes. #40922
  • 🐞 Fixed Image preview icon was misaligned.#40911
  • 🐞 Fix ConfigProvider validation message template override Form configure template sometime. #40533 @​Wxh16144
  • 🐞 Fixed Confirm Modal onOk event could be triggered twice when close. #40719 @​Rafael-Martins
  • 🛠 Rewrote the useLocale method and exposed localeCode to the public. #40884 @​li-jia-nan
  • 🐞 Fixed Segmented component items were unresponsive to mouse events. #40894 @​MadCcc
  • 🛠 Refactored: replaced the LocaleReceiver component with useLocale and removed the LocaleReceiver component. #40870 @​li-jia-nan
  • 🐞 Fixed getPopupContainer property injected by ConfigProvider did not work. #40871 @​RedJue
  • 🐞 Fixed where Descriptions did not accept data-_ and aria-_ attributes. #40859 @​goveo
  • 🛠 Changed the Separator's DOM element from span to li. #40867 @​heiyu4585
  • 🐞 Fix token of Layout.colorBgHeader not work when single use Layout.Header directly. #40933
  • 💄 Changed the component's focus outline to the default 4px.#40839 @​MadCcc
  • 🐞 Fixed the Badge color was displayed abnormally. #40848 @​kiner-tang
  • 🐞 Fixed an issue with the Timeline item's className. #40835 @​Yuiai01
  • 💄 Fixed the interaction style of the Rate component in the disabled state.#40836 @​Yuiai01
  • 🇮🇷 Added Iranian localization. #40895 @​majidsadr

  • 🐞 修复 Progress 同时设置 percent 和 success.percent 时,进度文本不会随着 percent 改变而改变。#40922
  • 🐞 修复 Image 预览图标不对齐的问题。#40911
  • 🐞 修复 ConfigProvider 组件表单校验消息生效顺序。#40533 @​Wxh16144
  • 🐞 修复 Confirm Modal onOk 可能触发两次的问题。#40719 @​Rafael-Martins
  • 🛠 重写 useLocale 方法,对外暴露 localeCode#40884 @​li-jia-nan
  • 🐞 修复 Segemented 组件子项不响应鼠标事件的问题。#40894 @​MadCcc
  • 🛠 重构:使用 useLocale 替换 LocaleReceiver 组件,并删除 LocaleReceiver 组件。#40870 @​li-jia-nan
  • 🐞 修复 ConfigProvider 注入的 getPopupContainer 属性 不生效的问题。#40871 @​RedJue
  • 🐞 修复 Descriptions 不接受 data-*aria-* 等属性的问题。#40859 @​goveo
  • 🛠 修改 Separator 的 dom 由 span 改为 li#40867 @​heiyu4585
  • 💄 修改组件聚焦下的 outline 为默认 4px#40839 @​MadCcc
  • 🐞 修复 Layout.Header 单独使用时,Layout.colorBgHeader token 配置不生效的问题。#40933
  • 🐞 修复 Badge 颜色显示异常问题。#40848 @​kiner-tang
  • 🐞 修复 Timeline 的子项的 className 错误。#40835 @​Yuiai01
  • 💄 修复 Rate 在禁用状态下的交互样式。#40836 @​Yuiai01
  • 🇮🇷 增加了伊朗本地化。#40895 @​majidsadr
Changelog

Sourced from antd's changelog.

5.2.3

2023-02-27

  • 🐞 Fix for setting percent and success.percent at the same time for Progress, the progress text does not change as percent changes. #40922
  • 🐞 Fixed Image preview icon was misaligned.#40911
  • 🐞 Fix ConfigProvider validation message template override Form configure template sometime. #40533 @​Wxh16144
  • 🐞 Fixed Confirm Modal onOk event could be triggered twice when close. #40719 @​Rafael-Martins
  • 🛠 Rewrote the useLocale method and exposed localeCode to the public. #40884 @​li-jia-nan
  • 🐞 Fixed Segmented component items were unresponsive to mouse events. #40894 @​MadCcc
  • 🛠 Refactored: replaced the LocaleReceiver component with useLocale and removed the LocaleReceiver component. #40870 @​li-jia-nan
  • 🐞 Fixed getPopupContainer property injected by ConfigProvider did not work. #40871 @​RedJue
  • 🐞 Fixed where Descriptions did not accept data-_ and aria-_ attributes. #40859 @​goveo
  • 🛠 Changed the Separator's DOM element from span to li. #40867 @​heiyu4585
  • 🐞 Fix token of Layout.colorBgHeader not work when single use Layout.Header directly. #40933
  • 💄 Changed the component's focus outline to the default 4px.#40839 @​MadCcc
  • 🐞 Fixed the Badge color was displayed abnormally. #40848 @​kiner-tang
  • 🐞 Fixed an issue with the Timeline item's className. #40835 @​Yuiai01
  • 💄 Fixed the interaction style of the Rate component in the disabled state.#40836 @​Yuiai01
  • 🇮🇷 Added Iranian localization. #40895 @​majidsadr
Commits
  • c89640d type: TimePicker added hourStep type (#40947)
  • c4273ec fix: remove Cascader warning when use displayRender and multiple together (#4...
  • e4b8593 test: Modify the location of the declaration component (#40948)
  • c3f7783 docs: add 5.2.3 changelog (#40931)
  • 8a25a92 fix: 修复 #40288 带来的 draggable track 失效 (#40938)
  • ab83c1b fix: Fix token of Layout.colorBgHeader not work when single use Layout.Hea...
  • 7b05173 Merge pull request #40922 from Yuiai01/fix-progress
  • 623f449 Merge branch 'master' of github.com:ant-design/ant-design into progress
  • 567ce98 chore: update AutoComplete demo (#40926)
  • 11011ba fix: Fix document link jump 404 problem (#40928)
  • Additional commits viewable in compare view

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.2.2 to 5.2.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@5.2.2...5.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2023

Superseded by #635.

@dependabot dependabot bot closed this Mar 6, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.2.3 branch March 6, 2023 22:12
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

0 participants