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.13.2 to 5.13.3 #12

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps antd from 5.13.2 to 5.13.3.

Release notes

Sourced from antd's releases.

5.13.3

  • Input
    • 🐞 Fix Input.Search width 1px smaller than Input. #47193
    • 🐞 Fix Input inside Space.Compact display incorrectly when showCount is true. #47112 @​huiliangShen
  • 🐞 Fix Descriptions lost border style when item's children is falsy. #47191
  • 🐞 Fix Table column.onFilter don't work on tree table data. #47170 @​Mumujianguang
  • 🐞 Fix Affix placeholder height anomaly when browser zoom is 80%. #46823 @​zhipenglin
  • 🐞 Fix QRCode background color in dark mode. #47128 @​kampiu
  • 🐞 Fix Statistic component don't support html role and data-* and aria-* attributes. #47149
  • 🐞 Fix Transfer inverting current page incorrectly. #47125 @​linxianxi
  • 💄 Lower the priority of Button size styles. #47074 @​crazyair
  • 🐞 Fix Modal conflicting props bettween classNames.wrapper and centered. #47076 @​sunsunmonkey
  • 🐞 Fix false positive console warning for Spin with tip and fullscreen used together. #47015 @​xsjcTony
  • 🗑 Remove unused PageHeader locale text and ConfigProvider pageHeader property. #47163 @​li-jia-nan
  • 🛠 Refactor Drawer motion style code. #47194
  • Locales

  • Input
    • 🐞 修复 Input.Search 宽度比 Input 少 1px 的问题。#47193
    • 🐞 修复 Input 启用 showCount 时在 Space.Compact 下的样式错误。#47112 @​huiliangShen
  • 🐞 修复 Descriptions 当 itemchildrennull 时丢失单元格右边框样式的问题。#47191
  • 🐞 修复 Table column.onFilter 方法未过滤树形数据的问题。#47170 @​Mumujianguang
  • 🐞 修复 Affix 在 Chrome 缩放 80% 的情况下占位高度异常的问题。#46823 @​zhipenglin
  • 🐞 修复 QRCode 在暗黑模式下的背景色。#47128 @​kampiu
  • 🐞 修复 Statistic 组件不支持 HTML roledata-*aria-* 等属性的问题。#47149
  • 🐞 修复 Transfer 反选当页错误的问题#47125 @​linxianxi
  • 💄 降低 Button size 样式权重以方便覆盖。#47074 @​crazyair
  • 🐞 修复 Modal 自定义 classNames.wrappercentered 属性不生效的问题。#47076 @​sunsunmonkey
  • 🐞 修复 Spin 组件在 tipfullscreen 同时使用时的控制台误报。#47015 @​xsjcTony
  • 🗑 移除了早已失效的 PageHeader 组件相关的多语言文案和 ConfigProvider 的 pageHeader 属性。#47163 @​li-jia-nan
  • 🛠 重构简化 Drawer 的动画代码。#47194
  • 国际化
Changelog

Sourced from antd's changelog.

5.13.3

2024-01-28

  • Input
    • 🐞 Fix Input.Search width 1px smaller than Input. #47193
    • 🐞 Fix Input inside Space.Compact display incorrectly when showCount is true. #47112 @​huiliangShen
  • 🐞 Fix Descriptions lost border style when item's children is falsy. #47191
  • 🐞 Fix Table column.onFilter don't work on tree table data. #47170 @​Mumujianguang
  • 🐞 Fix Affix placeholder height anomaly when browser zoom is 80%. #46823 @​zhipenglin
  • 🐞 Fix QRCode background color in dark mode. #47128 @​kampiu
  • 🐞 Fix Statistic component don't support html role and data-* and aria-* attributes. #47149
  • 🐞 Fix Transfer inverting current page incorrectly. #47125 @​linxianxi
  • 💄 Lower the priority of Button size styles. #47074 @​crazyair
  • 🐞 Fix Modal conflicting props bettween classNames.wrapper and centered. #47076 @​sunsunmonkey
  • 🐞 Fix false positive console warning for Spin with tip and fullscreen used together. #47015 @​xsjcTony
  • 🗑 Remove unused PageHeader locale text and ConfigProvider pageHeader property. #47163 @​li-jia-nan
  • 🛠 Refactor Drawer motion style code. #47194
  • Locales
Commits
  • 3365a84 docs(:sparkles:): release 5.13.3 (#47195)
  • 8eab513 refactor: Drawer motion style (#47194)
  • 201f1fc fix: Input.Search 1px smaller then Input (#47193)
  • 57d8ae8 fix: Select and AutoComplete notFoundContent style missing (#47192)
  • c9d53f7 fix: Descriptions lost border style when children is falsy (#47191)
  • 25eda83 fix(Table): the onFilter methods of column adds ability to filter children (#...
  • f613db0 fix: fix Affix placeholder height anomaly when browser zoom is 80%
  • 62df041 fix(Input): props show-count param display incorrect in space compact mode (#...
  • 33b1aa0 demo: fix the scroll area is scrolled to the bottom (#47186)
  • 601d4db fix(Site): Fix the issue of font color not synchronizing with theme changes i...
  • 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 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)

@vin0401
Copy link
Collaborator

vin0401 commented Jan 29, 2024

@dependabot recreate

Bumps [antd](https://github.com/ant-design/ant-design) from 5.13.2 to 5.13.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.13.2...5.13.3)

---
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 force-pushed the dependabot/npm_and_yarn/antd-5.13.3 branch from cff9e8c to 98316c5 Compare January 29, 2024 09:13
@vin0401 vin0401 merged commit c165abb into 1.x Jan 29, 2024
4 of 11 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.13.3 branch January 29, 2024 09:16
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant