Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2024

Bumps antd from 5.12.8 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
  • 国际化

5.13.2

  • 🐞 Fix that the inline rendering does not take effect when the preview.getContainer value for Image is false. #47034 @​FEyudong
  • 🐞 Fix Modal static function with prefixCls breaks children other component prefixCls and thus bring the motion miss. #47010
  • 🐞 Fix ok button of the DatePicker becomes compacted when used with Space.Compact. #46769 @​Fatpandac
  • 💄 Optimize Tree draggable node cursor style and collaspe icon hover style. #46974

  • 🐞 修复 Image 组件 preview.getContainer 值为 false 时,内联渲染不生效的问题。#47034 @​FEyudong
  • 🐞 修复 Modal 静态方法配置 prefixCls 时,会改变所有子元素的 prefixCls 并导致动画丢失的问题。#47010
  • 🐞 修复 Space.Compact 与 DatePicker 一起使用导致 DatePicker 的确认按钮样式错误。#46769 @​Fatpandac
  • 💄 优化 Tree 拖拽节点和展开收起按钮的鼠标 hover 样式。#46974

5.13.1

... (truncated)

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

5.13.2

2024-01-19

  • 🐞 Fix that the inline rendering does not take effect when the preview.getContainer value for Image is false. #47034 @​FEyudong
  • 🐞 Fix Modal static function with prefixCls breaks children other component prefixCls and thus bring the motion miss. #47010
  • 🐞 Fix ok button of the DatePicker becomes compacted when used with Space.Compact. #46769 @​Fatpandac
  • 💄 Optimize Tree draggable node cursor style and collaspe icon hover style. #46974

5.13.1

2024-01-15

5.13.0

2024-01-13

  • 🔥 Form support variant to control components variant inside. #46573
  • 🆕 QRCode support status adds a new scanned option. #46704
  • 🆕 Table support hidden to set hidden columns. #46957 @​madocto
  • 🆕 Select support the maxCount, which is used to set the maximum selectable value. #46667
  • 🆕 Mentions support allowClear for setting the clearing function. #46396 @​yociduo
  • 🆕 ColorPicker support displaying cleared status. #45993
  • 🆕 Drawer adds styles.wrapper and discards the contentWrapperStyle drawerStyle maskStyle attributes, and simplifies the dom structure. #46858
  • Tour

... (truncated)

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)

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

---
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 Feb 3, 2024
@vercel
Copy link

vercel bot commented Feb 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
binarytree-rssfeed-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 3, 2024 2:51am

@netlify
Copy link

netlify bot commented Feb 3, 2024

Deploy Preview for binarytree-dev ready!

Name Link
🔨 Latest commit 2d2ac93
🔍 Latest deploy log https://app.netlify.com/sites/binarytree-dev/deploys/65bdaa17d1adf500085adb14
😎 Deploy Preview https://deploy-preview-422--binarytree-dev.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 51
Accessibility: 98
Best Practices: 100
SEO: 93
PWA: 80
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@lifeparticle lifeparticle merged commit 8e962d0 into main Feb 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/antd-5.13.3 branch February 3, 2024 02:52
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.

2 participants