Skip to content
- 🐞 Fix Popover that should shift automaticly when overflowed. #45015 @MadCcc
- Tooltip
- 🛠 Tooltip delete the logic of wrap
span on disabled element. It can always work as expect on disabled element now. #44895 @Yuiai01
- 🐞 Fix Tooltip / Popover position jump when content height changed. #44976
- 🛠 ComponentToken remove
radiusBase must less than 16 limitation. #44980
- 🐞 Fix Dropdown can not give
ref for the root children rendered by dropdownRender. #44971
- 🐞 Fix Table
cellPaddingBlock not working. #45040
- 🐞 Fix Input wrong height with small
controlHeight. #45048
- TypeScript
- 🤖 MISC: Fix
@types/react@18.2.22 React.Key type errors. #44938
- 🐞 修复 Popover 超出屏幕时不会自动调整偏移的问题。#45015 @MadCcc
- Tooltip
- 🛠 Tooltip 删除对
disabled 子元素额外包括 span 的逻辑,现在始终能够正确触发。#44895 @Yuiai01
- 🐞 修复 Tooltip / Popover 在内容高度变化时,位置会闪动的问题。#44976
- 🛠 ComponentToken 移除
radiusBase 必须小于 16 的限制。#44980
- 🐞 修复 Dropdown 通过
dropdownRender 渲染的子节点配置 ref 不生效的问题。#44971
- 🐞 修复 Table
cellPaddingBlock 不生效的问题。#45040
- 🐞 修复 Input 组件在小尺寸
controlHeight 下高度不正确的问题。#45048
- TypeScript
- 🤖 MISC: 修复
@types/react@18.2.22 React.Key 定义更新引发的问题。#44938