Skip to content

2.62.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 10:29

💎 Enhancement

  • Optimize Select component focus control(#2657)

🆕 Feature

  • Message.config supports closable parameter(#2659)
  • Select supports responsive Tag number(#2656)
  • InputTag supports responsive Tag number(#2656)
  • ColorPicker component adds onChangeComplete and renderFooter properties(#2633)

🐛 BugFix

  • Fix the problem that Typography.Ellipsis is not displayed in safari. Due to environmental differences, compatibility is displayed under safari.(#2662)
  • Fixed the issue where entering a minus sign in the Slider component triggered an onChange value of NaN.(#2660)
  • Fixed the issue where the ref reference in the Tabs component could be null.(#2660)
  • Fixed the issue where the disabled configuration of the internal Radio is invalid after Radio.Group is set to disabled.(#2653)

💎 功能优化

  • 优化 Select 组件焦点控制(#2657)

🆕 功能升级

  • Message.config 支持 closable 参数(#2659)
  • Select 支持响应式 Tag 数(#2656)
  • InputTag 支持响应式 Tag 数(#2656)
  • ColorPicker 组件增加 onChangeCompleterenderFooter 属性(#2633)

🐛 问题修复

  • 修复 Typography.Ellipsis 在 safari 下不显示的问题。因环境差异, safari 下为兼容显示(#2662)
  • 修复Slider组件输入负号触发onChange的值为NaN的问题。(#2660)
  • 修复Tabs组件的ref引用可能为null的问题。(#2660)
  • 修复 Radio.Group 设置 disabled 后,内部 Radio 的 disabled 配置无效的问题 。(#2653)