Skip to content
- 🐞 Fix Drawer broken style caused by title width. #33205
- 🐞 Fix Badge flash style when switch from
display:none. #33083 @songlinn
- 💄 Change Anchor className form
.fixed to .ant-anchor-fixed. #33085 @tangjinzhou
- 💄 Fix Button loading style missing in Firefox. #33199
- Select
- 🐞 Fix Select width became small when searching. #32988
- 🐞 Fix Select throw
Object.values not defined in low version browser. #33124
- Radio
- 💄 Revert Collapse header
position: relative style to ensure some user depends on this style. #33070
- 🐞 Fix Input.TextArea height bug when has
showCount. #33055
- TypeScript
- 🌐 Add missing zh-TW translation. #33108 @dengfuping
- 🐞 修复 Drawer
title 未能填满一行造成的样式问题。#33205
- 🐞 修复 Badge 从
display:none 时切换到显示时闪动的问题。#33083 @songlinn
- 💄 Anchor 固定样式类从
.fixed 修改成 .ant-anchor-fixed#33085 @tangjinzhou
- 💄 修复 Button
loading 样式在 Firefox 下丢失的问题。#33199
- Select
- 🐞 修复 Select 单选搜索时宽度收缩的问题。#32988
- 🐞 修复 Select 在低版本浏览器报出
Object.values not defined 错误的问题。#33124
- Radio
- 💄 Collapse header 添加
position: relative 样式以兼容过去某些场景用户依赖了该样式。#33070
- 🐞 修复 Input.TextArea 当有
showCount 时设置高度失效。#33055
- TypeScript
- 🌐 补充
zh-TW 语言包。#33108 @dengfuping