Skip to content
- 🐞 Fix Menu auto overflow with
horizontal mod breaks by float element. #30879
- Typography
- 🐞 Fix the problem that Typography.Paragraph
copyable will treat React.Fragment as an array. #30869 @crazyair
- 🐞 Fix Typography incorrect ellipsis width when customize
font-size. #30840
- 🐞 Fix Progress
type="circle" throws error Rendered more hooks than during the previous render sometimes. #30855
- 💄 Optimize Tooltip content width. #30822 @donysukardi
- Table
- 🛠 Optimize state display logic of select all checkbox in Table. #30811 @kerm1it
- 🐞 Fix Table column which contains filters or sorters cannot work with
onClick and ellipsis property. #30799
- 💄 Fix Dropdown Item with link color style and click icon can also trigger link effect now. #30802
- 💄 Remove duplicated css reset styles for render performance. #30660 @renzhao1113
- TypeScript
- 🤖 Adjust Form, Input, Locale, PageHeader component definition. #30776 @qqabcv520
- 🐞 修复 Menu
horizontal 模式下的自动省略布局会被 float 破坏的问题。#30879
- Typography
- 🐞 修复 Typography.Paragraph 的
copyable 会将 React.Fragment 当做数组处理的问题。#30869 @crazyair
- 🐞 修复 Typography 自定义
font-size 时省略宽度不正确的问题。#30840
- 🐞 修复 Progress
type="circle" 有时会报错 Rendered more hooks than during the previous render 的问题。#30855
- 💄 优化 Tooltip 内容的宽度。#30822 @donysukardi
- Table
- 🛠 优化 Table 中全选复选框的状态显示逻辑。#30811 @kerm1it
- 🐞 修复 Table 列筛选和排序时
column.title 设置 onClick 和 ellipsis 无效的问题。#30799
- 💄 修复 Dropdown 条目包含超链接时的颜色样式,另外现在点击图标也能触发超链接效果。#30802
- 💄 移除重复的通配符 reset 样式以优化样式渲染性能。#30660 @renzhao1113
- TypeScript