Skip to content
- ⚡️ Optimize CSS-in-JS Design Token cache matching. #45302
- 🆕 Checkbox.Group & Radio.Group
options add missing id props. #45287
- 🐞 Fix Affix that
target not work. #45314 @mingming-ma
- 🐞 MISC: Add
csp attribute for icon style. #45334 @AlexeyTeterin
- 🐞 Fix Button that does not display loading status when
loading property is set to { delay: 0 }. #45282 @YDFlame13
- 🐞 Fix Segmented text jump issue in Safari. #45310
- 🐞 Fix Watermark that can be hidden via "Hide Element" feature in browser. #45290 @Yuiai01
- 🐞 Fix Input that background should not be transparent when hovered or focused. #45297 @MadCcc
- 🐞 Fix Form call
resetFields will still keep Form.List field when its initialValue is set. #45284
- 🐞 Fix Tree.DirectoryTree
selectedNodes in onSelect method could not get a value when configuring fieldNames. #45036 @Zian502
- 💄 Revert outline style of Input, InputNumber, Select, Cascader, TreeSelect, DatePicker, TimePicker, ColorPicker. #45286 @MadCcc
- 💄 Fix Card style with small size Tabs. #45272 @MadCcc
- ⚡️ 优化 CSS-in-JS Design Token 缓存命中性能。#45302
- 🆕 为 Checkbox.Group 与 Radio.Group 的
options 添加 id 属性支持。#45287
- 🐞 修复 Affix 组件设置
target 失效的问题。#45314 @mingming-ma
- 🐞 MISC: 为图标样式设置
csp 属性。#45334 @AlexeyTeterin
- 🐞 修复 Button 组件
loading 属性设置为 { delay: 0 } 时不显示加载状态。#45282 @YDFlame13
- 🐞 修复 Segmented 在 Safari 下切换时的样式跳动问题。#45310
- 🐞 修复 Watermark可以使用浏览器的
Hide Element 来隐藏水印。#45290 @Yuiai01
- 🐞 修复 Input 组件 hover 或者 focus 状态时背景色变为透明的问题。#45297 @MadCcc
- 🐞 修复 Form 在调用
resetFields 时,无法重置配置了 initialValue 的 Form.List 的问题。#45284
- 🐞 修复 Tree.DirectoryTree 在配置
fieldNames 时,onSelect 方法中的 selectedNodes 无法获取值。#45036 @Zian502
- 💄 回滚 Input、InputNumber、Select、Cascader、TreeSelect、DatePicker、TimePicker、ColorPicker 的描边样式。#45286 @MadCcc
- 💄 修复 Card 搭配小尺寸 Tabs 时的样式问题。#45272 @MadCcc