- Input
- 🐞 Fix Input.OTP masked value being visible when selected on Windows. #57689 @QDyanbing
- ⌨️ Improve Input accessibility for the clear button. #57432 @cyphercodes
- 🐞 Fix Card rendering an empty body wrapper when no content was provided. #57735 @QDyanbing
- 🐞 Fix InputNumber selection highlight radius. #57705 @QDyanbing
- 🐞 Fix Tooltip semantic configs such as
className,styles, etc. leaking into Popover and Popconfirm from ConfigProvider. #57731 @pikanohup - 🐞 Fix Typography.Link cannot trigger action buttons such as copy, edit, etc. when disabled. #57762 @aviu16
- 🐞 Fix ConfigProvider language packs export from ESM/CJS dist files. #57318 @ug-hero
- 💄 Fix Alert focus styles for the close button. #57695 @KittyGiraudel
- Input
- 🐞 修复 Input.OTP 在 Windows 下选中文本时可能显示真实值的问题。#57689 @QDyanbing
- ⌨️ 优化 Input 清除按钮的可访问性。#57432 @cyphercodes
- 🐞 修复 Card 在未传入内容时仍渲染空 body 容器的问题。#57735 @QDyanbing
- 🐞 修复 InputNumber 选中文本时的高亮圆角问题。#57705 @QDyanbing
- 🐞 修复 Tooltip 的 ConfigProvider 语义化配置比如
className、styles等泄漏到 Popover 和 Popconfirm 的问题。#57731 @pikanohup - 🐞 修复 Typography.Link 在 disabled 状态下无法触发复制、编辑等操作按钮的问题。#57762 @aviu16
- 🐞 修复 ESM/CJS 默认导出 ConfigProvider 语言包失效的问题。#57318 @ug-hero
- 💄 修复 Alert 的关闭按钮没有焦点样式的问题。#57695 @KittyGiraudel