- 🐞 Fix Button with
color
to beprimary
andvariant
to betext
orlink
will not use correct color. #52812 @zombieJ - 💄 Fix Input.Group & Input.OTP style issues caused by undefined CSS variables. #52799 @afc163
- 🐞 Fix DatePicker with long content
prefix
breaks the layout. #52776 @guoyunhe - 🐞 Fix Table title missing
aria-label
when sorting. #52772 @mellis481 - 🐞 Fix Alert.ErrorBoundary type error when used as a JSX component with
@types/react@18.x
. #52766 @afc163 - 💄 Fix Segmented
shape
not working withsize
. #52757 @yellowryan
- 🐞 修复 Button 配置
color
为primary
并且variant
为text
或link
时,没有取用正确的色板的问题。#52812 @zombieJ - 💄 修复 Input.Group 与 Input.OTP 由于 css 变量未定义导致样式异常的问题。#52799 @afc163
- 🐞 修复 DatePicker 的
prefix
内容多时会换行的问题。#52776 @guoyunhe - 🐞 修复 Table 列标题在排序时丢失
aria-label
的问题。#52772 @mellis481 - 🐞 修复 Alert.ErrorBoundary 在
@types/react@18.x
中无法作为 JSX 组件使用的类型错误问题。#52766 @afc163 - 💄 修复 Segmented 设置
size
时,shape
不生效的问题。#52757 @yellowryan