Skip to content

3.18.2

Compare
Choose a tag to compare
@ant-design-bot ant-design-bot released this 20 May 05:02
· 12781 commits to master since this release
  • 🐞 Fix space missing for Button with mixed content. #15342
  • 🐞 Fix active status missing for Carousel when children is changed. #16583
  • 🐞 Fix panel not close when DatePicker is blur by upgrading rc-calendar requirement to version 9.13.3. #16588
  • 🐞 Fix style disorder for Form.Item with help prop and margin-bottom is negative. #16584 @sbusch
  • 🐞 Fix Spin not align when set font-size style. #15206
  • 🐞 Fix selectedRows missing when there is childrenColumnName in Table. #16614
  • TypeScript
    • ⚡️ Improve the definition of children prop for Breadcrumb. #16550 @Gin-X
    • ⚡️ Improve the definition of onFieldsChange params for Form. #16577 @SylvanasGone
    • ⚡️ Improve the definition of dataSource and renderItem for List. #16587
    • ⚡️ Improve the definition of onDragEnter params for Tree. #16638 @eruca
    • ⚡️ Improve the definition of event for Tree。#16624 @ztplz

  • 🐞 修复 Button 组件中插入文本时空格丢失的问题。#15342
  • 🐞 修复 Carousel 组件的 children 数量变化时,面板指示点的选中状态不正常的问题。#16583
  • 🐞 升级 rc-calendar 依赖到 9.13.3 版本,以修复 DatePicker 组件在失去焦点时面板不会关闭的问题。#16588
  • 🐞 修复 Form.Item 组件带有 help 信息,并且 margin-bottom 为负数时,导致之后的元素样式错乱的问题。#16584 @sbusch
  • 🐞 修复 Spin 组件在设置 font-size 样式时没有水平居中的问题。#15206
  • 🐞 修复 Table 组件指定 childrenColumnName 时,selectedRows 参数为空的问题。#16614
  • TypeScript
    • ⚡️ 完善 Breadcrumb 中 children 属性的定义。#16550 @Gin-X
    • ⚡️ 完善 Form 中 onFieldsChange 函数的参数定义。#16577 @SylvanasGone
    • ⚡️ 完善 List 中 dataSourcerenderItem 属性的定义。#16587
    • ⚡️ 完善 Tree 中 onDragEnter 函数的参数定义。#16638 @eruca
    • ⚡️ 完善 Tree 中 event 属性的定义。#16624 @ztplz