Skip to content

2.61.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 10:43
· 50 commits to main since this release

🆕 Feature

  • Typography.Ellipsis to support the display of single-line expand buttons(#2596)
  • The onChange callback of the InputNumber component adds a reason parameter to notify the component of the reason for the value change.(#2595)
  • Slider supports multi-point selection within a range(#2594)
  • Image supports resetTranslateproperty(#2593)
  • Input supports onCompositionStartonCompositionUpdateonCompositionEnd property(#2589)
  • ConfigProvider component adds effectGlobalModal attribute(#2562)

🐛 BugFix

  • Fix Table console warning due to missing ReactKey.(#2592)
  • Fixed the bug of internal method call error caused by Form.useFormContext not being used under Form component.(#2590)
  • Fix the problem that the image is always in the loading state when the Image component image link triggers the memory cache.(#2587)

🆕 功能升级

  • Typography.Ellipsis 支持单行展开按钮的展示(#2596)
  • InputNumber 组件 onChange 回调新增 reason 参数用于通知组件值改变的原因。(#2595)
  • Slider 支持范围内多点选择(#2594)
  • Image 新增 resetTranslate 属性(#2593)
  • Input 组件支持 onCompositionStartonCompositionUpdateonCompositionEnd 事件(#2589)
  • ConfigProvider 组件增加 effectGlobalModal 属性(#2562)

🐛 问题修复

  • 修复 Table 由于 ReactKey 缺失导致的控制台警告。(#2592)
  • 修复 Form.useFormContext 未在 Form 组件下使用导致的内部方法调用报错的 bug。(#2590)
  • 修复 Image 组件图片链接触发内存缓存时图片一直处于loading状态的问题(#2587)