Skip to content

5.17.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 08:04
· 14 commits to master since this release
cace256
  • 🐞 Fix Modal with confirm would not close correctly when returning true in onOk or onCancel. #49054 @wanpan11
  • 🐞 Fix Carousel was warned about having non-standard DOM attributes by React. #49031
  • 🐞 Fix Form prop of scrollToFirstError not working for InputNumber. #48989 @Wxh16144
  • TypeScript
    • 🤖 Fix Modal missing styles.wrapper type. #49055
    • 🤖 Enhance Spin component TypeScript definitions and documentation. #49036 @arvinxx
    • 🤖 Enhance Checkbox.Group TypeScript generic limitation. #49073

  • 🐞 修复 Modal 的 confirmonOkonCancel 中返回 true 时,窗体不会正确关闭的问题。#49054 @wanpan11
  • 🐞 修复 Carousel 会被提示存在非标准 dom 属性的问题。#49031
  • 🐞 修复 Form 的 scrollToFirstError 对 InputNumber 无效的问题。#48989 @Wxh16144
  • TypeScript
    • 🤖 修复 Modal styles.wrapper TS 定义丢失的问题。#49055
    • 🤖 优化 Spin 的 TypeScript 定义并提供更详细的描述信息。#49036 @arvinxx
    • 🤖 优化 Checkbox.Group 的 TypeScript 类型约束。#49073