Skip to content
- 💄 Fix Descriptions item long text ellipsis issue. #26820
- 🐞 Fix Menu unexpected scrollbar when show and hide. #26817
- 🐞 Fix
@layout-sider-background cannot set to linear gradient color. #26810
- 🐞 Fix Select compositing status lost when input first letter in Chinese. #26796
- 🐞 Fix Table
@table-sticky-zindex less compile error issue. #26800 @chimp1nski
- Button
- 💄 Fix Button align issue when has icon only. #26785
- 🐞 Fix Button warning
Invalid value for prop navigate when using with react-router. #26740 @knobo
- 💄 Fix TimePicker column align issue, add
@picker-time-panel-column-width and @picker-time-panel-column-height less variables. #26784
- 🐞 Fix AutoComplete warning when using
placeholder and allowClear. #26765
- 🐞 Fix Space show items when it's render empty dom. #26721 @knobo
- 🛠 Dedupe
rc-trigger version to reduce package size. #26803
- TypeScript
- 💄 修复 Descriptions 长文本溢出的样式问题。#26820
- 🐞 修复 Menu 子菜单展开/收起时会出现滚动条的问题。#26817
- 🐞 修复
@layout-sider-background 变量不能设置为渐变色的问题。#26810
- 🐞 修复 Select 搜索时输入第一个字符后中文输入法状态丢失的问题。#26796
- 🐞 修复 Table
@table-sticky-zindex less 报错问题。#26800 @chimp1nski
- Button
- 💄 修复 Button 只有图标时的对齐问题。#26785
- 🐞 修复 Button 和 react-router 一起使用时抛出
Invalid value for prop navigate 的问题。#26740 @knobo
- 💄 修复 TimePicker 选择框 hover 时文字内容左移的问题,并新增
@picker-time-panel-column-width 和 @picker-time-panel-column-height less 变量。#26784
- 🐞 修复 AutoComplete 使用
placeholder 和 allowClear 时抛出警告的问题。#26765
- 🐞 修复 Space 空条目会占据一格的样式问题。#26721 @knobo
- 🛠 去重多版本
rc-trigger 以降低打包尺寸。#26803
- TypeScript