Skip to content
- 🎉 New component Statistic. #14154
- Button
- 🌟 Button support
round shape. #14236
- Collapse
- 🌟 Add
expandIcon to allow customization of Collapse icon. #14060
- ConfigProvider
- 🌟 Support Content Security Policy (CSP) config. #14222
- 🌟 Support
autoInsertSpaceInButton to remove space between 2 chinese characters on Button. #14230
- DatePicker
- 🌟 Will read format as default format in locale if provided. #14340
- Tabs
- 🌟 Support customize bar node. #14368
- Icon
- 🌟 Icon component add
aria-label prop to enhance accessibility. #14258
- 🌟 Add
rotate to allow icon rotate as specified degrees. #14060
- Badge
- 🐞 Fix changing the count with
border-color will raises an property readonly error. #14525
- Modal
- 🌟 Add
mask property support for Modal method. #14197
- 🌟 Add
transitionName and maskTransitionName property support for Modal method. #14273 @thomasJang
- Input
- 🐞 Fix Input.Search style issue. Move
className from inner input to top wrapper when with addon. #14461
- TimePicker
- 🌟 Deprecated
allowEmpty prop and use allowClear instead. Sync style with DatePicker. #14490
- Radio
- 🐞 Fix RadioButton trigger onChange twice in RadioGroup. #14523
- Spin
- 🐞 Fix Table cannot click with loading when IE <= 10. #14511
- Switch
- 🌟 Switch support
event as onChange, onClick argument. #14560
- Table
- 🐞 Fix style issue when use fixed column in Safari. #14550
- Progress
- 🌟 All types support
successPercent prop. #14412
- Pagination
- 🐞 Fix wave style issue in Edge. #14469
- 🎉 新增 Statistic 统计/倒计时组件。#14154
- Button
- Collapse
- 🌟 新增
expandIcon 属性,允许用户自定义 Collapse 折叠图标。#14060
- ConfigProvider
- 🌟 支持 Content Security Policy (CSP) 配置。#14222
- 🌟 提供
autoInsertSpaceInButton 属性以移除按钮中 2 个汉字时字间的空格。#14230
- DatePicker
- Tabs
- Icon
- 🌟 Icon 组件添加
aria-label 属性以提升无障碍体验。#14258
- 🌟 新增
rotate 属性,允许用户修改图标旋转角度。#14060
- Badge
- 🐞 修复带
border-color 时改变数值报错的问题。#14525
- Modal
- Input
- 🐞 修复 Input.Search 样式问题。在
addon 下,将 className 从 input 改到最顶层元素上。#14461
- TimePicker
- 🌟 废弃
allowEmpty 属性,改用 allowClear 替代。并与 DatePicker 统一样式。#14490
- Radio
- 🐞 修复 RadioButton 在 RadioGroup 下会触发 2 次 onChange 的问题。#14523
- Spin
- 🐞 修复 Table 在低版本 IE 中 spinning 会遮挡操作的问题。#14511
- Switch
- 🌟 Switch 为
onChange,onClick 添加 event 参数。#14560
- Table
- Progress
- 🌟 所有类型都支持
successPercent 属性。#14412
- Pagination
- 🐞 修复水波纹在 Edge 下的样式问题。#14469