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): bump antd from 5.10.3 to 5.11.0 in /example #31

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps antd from 5.10.3 to 5.11.0.

Release notes

Sourced from antd's releases.

5.11.0

  • Slider
    • 🆕 Slider will show tooltip when focus handler. #45653
    • 💄 Slider handler should be movable after click tracker. #45651
  • InputNumber
    • 🆕 InputNumber support changeOnBlur prop to disable trigger onChange event when blur. #45395
    • 🐞 Fix InputNumber in Form with hasFeedback that will lose focus when feedback icon appear. #45632 @​MadCcc
    • 🐞 Fix InputNumber dynamic modify formatter not working. #45325
  • Table
    • 🆕 Table columnTitle support render function. #41937 @​Zhou-Bill
    • 🛠 Refactor Table ref to support scrollTo to scroll to target key or index or top. #45245
  • Tabs
    • 🆕 Tabs items support tab pane level destroyInactiveTabPane. #45359
    • 🐞 Fix Tabs overflow blinking when Tab bar has decimal width. #45370
  • ConfigProvider
  • 🆕 ColorPicker preset prop support defaultOpen to control whether preset colors is open by default. #45607 @​Wxh16144
  • 🆕 Select support optionRender prop. #45529 @​RedJue
  • 🆕 Pagination support combine simple and showSizeChanger. #45538
  • 🆕 Spin support fullscreen to display as backdrop. #44986 @​Rafael-Martins #45436 @​li-jia-nan
  • 🆕 Form validateFields support dirty for validating touched and validated fields. #45389
  • 🆕 Watermark support inherit prop to disable watermark pass to Drawer and Modal. #45319
  • 🆕 App support component for customization. #45292
  • 🆕 Input and Input.TextArea support count custom character count (for example, fix emoji character length to 1); count.max supports out-of-range styles; restore emoji to native count to solve the problem of maxLength and value mismatch. #45140
  • 🐞 Fix Dropdown not trigger onOpenChange when click menu item to close the popup. #45378
  • 💄 Modal static function support styles. #45558 @​KotoriK
  • 💄 Optimize z-index logic of popup components, and make them don't block each other by default. #45512 #45490 @​kiner-tang

  • Slider
    • 🆕 Slider 聚焦滑块时现在会显示 Tooltip。#45653
    • 💄 优化 Slider 交互体验,点击轨道后可直接拖拽滑块。#45651
  • InputNumber
    • 🆕 InputNumber 添加 changeOnBlur 属性以支持在失去焦点时不触发 onChange 事件。#45395
    • 🐞 修复 InputNumber 组件在 Form 组件中使用并且启用 hasFeedback 时,反馈图标出现会使 InputNumber 失去焦点的问题。#45632 @​MadCcc
    • 🐞 修复 InputNumber 动态改变 formatter 不生效的问题。#45325
  • Table
    • 🆕 Table 组件 columnTitle 支持传入 render 方法。#41937 @​Zhou-Bill
    • 🛠 重构 Table ref 支持 scrollTo 以滚动到目标 keyindextop#45245
  • Tabs

... (truncated)

Changelog

Sourced from antd's changelog.

5.11.0

2023-11-03

  • Slider
    • 🆕 Slider will show tooltip when focus handler. #45653
    • 💄 Slider handler should be movable after click tracker. #45651
  • InputNumber
    • 🆕 InputNumber support changeOnBlur prop to disable trigger onChange event when blur. #45395
    • 🐞 Fix InputNumber in Form with hasFeedback that will lose focus when feedback icon appear. #45632 @​MadCcc
    • 🐞 Fix InputNumber dynamic modify formatter not working. #45325
  • Table
    • 🆕 Table columnTitle support render function. #41937 @​Zhou-Bill
    • 🛠 Refactor Table ref to support scrollTo to scroll to target key or index or top. #45245
  • Tabs
    • 🆕 Tabs items support tab pane level destroyInactiveTabPane. #45359
    • 🐞 Fix Tabs overflow blinking when Tab bar has decimal width. #45370
  • ConfigProvider
  • 🆕 ColorPicker preset prop support defaultOpen to control whether preset colors is open by default. #45607 @​Wxh16144
  • 🆕 Select support optionRender prop. #45529 @​RedJue
  • 🆕 Pagination support combine simple and showSizeChanger. #45538
  • 🆕 Spin support fullscreen to display as backdrop. #44986 @​Rafael-Martins #45436 @​li-jia-nan
  • 🆕 Form validateFields support dirty for validating touched and validated fields. #45389
  • 🆕 Watermark support inherit prop to disable watermark pass to Drawer and Modal. #45319
  • 🆕 App support component for customization. #45292
  • 🆕 Input and Input.TextArea support count custom character count (for example, fix emoji character length to 1); count.max supports out-of-range styles; restore emoji to native count to solve the problem of maxLength and value mismatch. #45140
  • 🐞 Fix Dropdown not trigger onOpenChange when click menu item to close the popup. #45378
  • 💄 Modal static function support styles. #45558 @​KotoriK
  • 💄 Optimize z-index logic of popup components, and make them don't block each other by default. #45512 #45490 @​kiner-tang
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 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)
dependabot[bot] commented 1 year ago

Superseded by #41.