jsun969 / react-hook-form-antd

📋🐜 Master your Ant Design form with React Hook Form! 用 React Hook Form 拿捏你的 Ant Design 表单!
https://npm.im/react-hook-form-antd
MIT License
61 stars 10 forks source link

chore(deps-dev): bump antd from 5.11.1 to 5.11.2 #50

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps antd from 5.11.1 to 5.11.2.

Release notes

Sourced from antd's releases.

5.11.2

  • 🆕 Table with virtual can now customize components except the components.body. #45857
  • 🐞 Fix Button with href and disabled that could be focused. #45910 @​MadCcc
  • 🐞 Fix zIndex logic problem that message and notification are covered when multiple Modal are opened. #45911 #45864 @​kiner-tang
  • 💄 Fix QRCode style.padding is not working. #45815
  • 💄 Optimize Carousel dots border radius style. #45817
  • TypeScript

  • 🆕 放开 Table virtualcomponents 的限制,现在除了 components.body 都可以自定义。#45857
  • 🐞 修复 Button 带有链接且禁用时可以被聚焦到的问题。#45910 @​MadCcc
  • 🐞 修复 zIndex 逻辑,解决多层 Modal 打开时,message 与 notification 被遮盖的问题。#45911 #45864 @​kiner-tang
  • 💄 修复 QRCode 设置 style.padding 时无效的问题。#45815
  • 💄 优化 Carousel 切换条圆角样式。#45817
  • TypeScript
Changelog

Sourced from antd's changelog.

5.11.2

2023-11-17

  • 🆕 Table with virtual can now customize components except the components.body. #45857
  • 🐞 Fix Button with href and disabled that could be focused. #45910 @​MadCcc
  • 🐞 Fix zIndex logic problem that message and notification are covered when multiple Modal are opened. #45911 #45864 @​kiner-tang
  • 💄 Fix QRCode style.padding is not working. #45815
  • 💄 Optimize Carousel dots border radius style. #45817
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 11 months ago

Superseded by #53.