- 🐞 Fix
message.config
withprefixCls
missing animation style. #29574 - 🐞 Fix Tooltip is not interactive when
visible
istrue
under some situation. #29555 - 🐞 Fix ConfigProvider within multiple page switch will lose locale issue. #29570
- 🐞 Fix Modal with hooks cannot call
update
ordestroy
before render. #29584 - 🐞 Fix Grid throw error when client support flexGap but ssr not support. #29586
- 🐞 Fix Select caret position when
mode="tags"
andsize="small"
. #29561 - 🐞 Fix Carousel
dotPosition
makespauseOnHover
not working. #29587 @zgoby - 🐞 Fix Steps
responsive
prop warning. #29599 - 🐞 Fix Upload
onChange
param offile.originFileObj
return nest Proxy object. #29614 - 🐞 Fix Descriptions under Table will not have 100% width. #29630
- TypeScript
- 🤖 Fix Drawer type declaration of
contentWrapperStyle
. #29571
- 🤖 Fix Drawer type declaration of
- 🐞 修复
message.config
配置prefixCls
时丢失淡入淡出动画的问题。#29574 - 🐞 修复 Tooltip 在某些情况下设置
visible
为true
却无法交互的问题。#29555 - 🐞 修复多页面使用 ConfigProvider 切换时
locale
会丢失的问题。#29570 - 🐞 修复 Modal 的 hooks 在渲染前调用
update
与destroy
无效的问题。#29584 - 🐞 修复 Grid ssr 时报错
Prop style did not match
。#29586 - 🐞 修复小号 Select
tags
模式的光标错位问题。#29561 - 🐞 修复 Carousel
dotPosition
导致pauseOnHover
失效的问题。#29587 @zgoby - 🐞 修复 Steps 使用
responsive
时控制台抛出警告的问题。#29599 - 🐞 修复 Upload
onChange
参数file.originFileObj
返回嵌套 Proxy 对象的问题。#29614 - 🐞 修复 Descriptions 在 Table 下没有 100% 宽度的问题。#29630
- TypeScript
- 🤖 修复 Drawer
contentWrapperStyle
属性类型声明。#29571
- 🤖 修复 Drawer