All Versions
63
Latest Version
Avg Release Cycle
6 days
Latest Release
1380 days ago

Changelog History
Page 5

  • v4.2.1 Changes

    May 11, 2020
    • Form
      • 🐞 Fix Form.Item get React warning for getValueProps. #23875
      • 🐞 Fix Form.Item help style issue when validateStatus is not error. #23945
    • Table
      • 🐞 Fix selection column width issue when fix header. #23806
      • 💄 Adjust selection column css selector priority to enable customize width. #23914
    • DatePicker
      • 🐞 Fix miss placeholder when placeholder is undefined. #23818
      • 🐞 Fix clear icon color style. #23811
    • Switch
      • 🐞 Fix loading style for the dark theme. #23766 @vsn4ik
      • 🐞 Fix unCheckedChildren not showing. #23791
    • 🍱 🐞 Fix Upload error message location to scroll in the float layer. #24001 @mraiguo
    • 💅 💄 Tweak Comment render unnecessary div style when avatar is empty. #23994 @Xuhao
    • 💅 🐞 Fix Select focus border style in Input.Group. #23985
    • 🍱 🐞 Fix Steps subTitle showing [object Object] title. #23989
    • 🍱 💄 Tweak Select close icon position. #23963
    • 🍱 🐞 Fix Drawer width="50%" hidden problem when no mask. #23925
    • 💅 🐞 Fix Textarea with allowClear has error height style. #23835
    • 🍱 💄 Adjust Modal.xxx function async to avoid block React events. #23826
    • 🍱 🐞 Fix Menu with controlled openKeys abnormal behavior when inlineCollapsed changed. #23822
    • 🍱 🐞 Fix Button loading animation. #23783
    • 🍱 🐞 Fix Slider marks selected problem when dragging. #23773
    • 🛠 Timeline refactors with React Hooks. #23631 @hengkx
    • 🍱 🌎 Localization
      • 🌐 Add Farsi fa_IR default locale template localisations. #23926 @NarimanMov
      • 🌐 Add default en default locale template localisations for Form. #23859 @mjfwebb
    • 📦 📦 Reduce bundle size
      • 🗑 Reduce bundle size via removing react-lifecycles-compat. #23969
      • 🛠 Reduce bundle size via excluding package.json from source code. #23957
      • 🛠 Upgrade rc-animate to 3.x to reduce bundle size. #23937
    • RTL
      • 🐞 Fix Input clear icon style in RTL. #23999
      • 🐞 Fix DatePicker panel style in RTL. #24028 @xrkffgg
      • 💄 Optimize DatePicker active bar style in RTL. #23981
      • 🐞 Fix Transfer search padding style in RTL. #23962
      • 💄 Optimize Layout style of RTL. #23921
      • 💄 Optimize Button loading style in RT. #23776
      • 💄 Optimize Input.Search style in RTL. #23797
    • TypeScript

    • Form
      • 🐞 修复 Form.Item 使用 getValueProps React 会报警的问题。#23875
      • 🐞 修复 Form.Item helpvalidateStatus 不是 error 时的样式问题。#23945
    • Table
      • 🐞 修复 Table 固定表头时选择列的宽度问题。#23806
      • 💄 调整 Table 选择列 css 选择器优先级以支持自定义宽度。#23914
    • DatePicker
      • 🐞 修复在 placeholderundefined 时不展示的问题。#23818
      • 🐞 修复清除图标的颜色。#23811
    • Switch
      • 🐞 修复暗色主题下的加载样式。#23766 @vsn4ik
      • 🐞 修复 unCheckedChildren 不显示的问题。#23791
    • 🍱 🐞 修复 Upload 在浮层中错误提示滚动定位问题。#24001 @mraiguo
    • 🍱 💄 调整 Comment 中 avatar 为空时不必要的 div 样式#23994 @Xuhao
    • 🍱 🐞 修复 Input.Group 中 Select 选项 focus 边框样式#23985
    • 🍱 🐞 修复 Steps subTitle 上会显示 [object Object] 提示的问题。#23989
    • 🍱 💄 微调 Select 移除图标的位置。#23963
    • 🍱 🐞 修复无遮罩的 Drawer 设置 50% 宽度时不显示的问题。#23925
    • 🍱 🐞 修复 Textarea 开启 allowClear 时高度错误的问题。#23835
    • 🍱 💄 调整 Modal.xxx 方法为异步以防止其影响 React 事件响应。#23826
    • 🍱 🐞 修复受控模式 Menu inlineCollapsed 折叠时的表现。#23822
    • 🍱 🐞 修复 Button loading 动画切换不平滑的问题。#23783
    • 🍱 🐞 修复 Slider 拖拽中选中 marks 文本的问题。#23773
    • 🛠 Timeline 使用 React Hooks 重构。#23631 @hengkx
    • 🍱 🌎 国际化
    • 📦 📦 包体积优化
      • 🗑 移除 react-lifecycles-compat 依赖以优化包体积。#23969
      • 🛠 源码中不再引用 package.json 从而优化了一点包体积。#23957
      • 🛠 更新 rc-animate 到 3.x 以优化包体积。#23937
    • RTL
      • 🐞 修复 Input 在 RTL 模式下清空按钮的样式。#23999
      • 🐞 修复 DatePicker 下拉框在 RTL 模式下样式。#24028 @xrkffgg
      • 💄 优化 DatePick 在 RTL 模式下的激活条样式。#23981
      • 🐞 修复 Transfer 查询框在 RTL 模式下的边距样式。#23962
      • 💄 优化 Layout RTL 样式。#23921
      • 💄 优化 Button loading 状态在 RTL 下样式。#23776
      • 💄 优化 Input.Search RTL 样式。#23797
    • TypeScript
  • v4.2.0 Changes

    April 29, 2020
    • ConfigProvider
      • 🆕 ConfigProvider support getTargetContainer to config Affix target props. #23751
      • 🆕 ConfigProvider support input prop to config Input autoComplete. #23455
      • 🐞 Fix ConfigProvider getPopupContainer not working on DatePicker and Slider. #23594 @hengkx
    • Table
      • 🆕 Table summary support fixed columns. #23647
      • 🆕 Table support responsive columns. #23298 @vbudovski
      • 🐞 Fix Table pagination default position in RTL. #23747
      • 🐞 Fix Table crash when pageSize is undefined. #23724
      • 🐞 fix Table nested margin when size is small or middle. #23602 @hengkx
    • 🍱 🐞 Fix RangePicker ranges tag color to primary color. #23705
    • 💅 🐞 Fix Transfer with custom empty style issue. #23694 @hengkx
    • Input
    • Button
      • 🐞 Fix Button align problem of icon only. #23671
      • 🐞 Fix Button of icon only wrong loading style. #23614
      • 🐞 fix Button cannot be directly called by react-dnd. #23571 @hengkx
    • 🍱 🆕 List grid support all column count like 5. #23630
    • Menu
      • 🆕 Menu Item and SubMenu support icon prop. #23629
      • 🐞 Fix Menu duplicated shadow style. #23664
    • 🍱 🐞 Fix Tag cannot be directly called by react-dnd. #23632 @hengkx
    • Anchor
      • 🐞 Fix Anchor Link with multiple # can not jump correctly. #23595 @wuzekang
      • 🐞 Fix Input with suffix align problem. #23606
    • 🍱 💄 Select arrow won't rotate when open. #23468
    • 💅 🆕 Divider add plain prop which allows a non-heading style divider text. #23405
    • 🍱 🆕 Typography ellipsis support onEllipsis event handler. #23414
    • 🍱 💄 Rate support direction. #23321
    • 🍱 🆕 Space support align prop. #23306
    • 🍱 🆕 Upload support isImageUrl to force trade file as image. #23248 @onjuju
    • 🍱 🆕 Form.Item support initialValue and getValueProps props. #22993
    • 🍱 💄 Adjust font-size in compact mode. #23135
    • RTL
      • 💄 Optimize Result button style in RTL. #23733
      • 💄 Add Divider RTL support. #23734
      • 💄 Fix Alert style in RTL when no-icon. #23714
      • 💄 Optimize Table expand animation in RTL; Fix Table pagination setting in RTL. #23706
      • 💄 Fix Table filter dropdown position in RTL. #23695
      • 💄 Fix Table rowSelect icon style in RTL. #23690
      • 💄 Optimize List style in RTL. #23676
      • 💄 Add Calendar RTL. #23394
      • 💄 Optimize Input.Search style in RTL. #23424
      • 💄 Add Notification RTL config. #23185
    • TypeScript
      • Fix PageHeader tag definition. #23712 @hengkx
      • Remove Button deprecated type="danger" TypeScript definition and warn it. #23709
      • Fix Table pagination position definition. #23681 @hengkx

    • ConfigProvider
      • 🆕 ConfigProvider 支持 getTargetContainer 以配置 Affix target 属性。#23751
      • 🆕 ConfigProvider 添加 input 属性以支持全局化配置 Input autoComplete 的默认值。#23455
      • 🐞 修复 ConfigProvider getPopupContainer 对 DatePicker 和 Slider 不生效的问题。#23594 @hengkx
    • Table
      • 🆕 Table summary 支持固定列。#23647
      • 🆕 Table 支持响应式展现列。#23298 @vbudovski
      • 🐞 修复 Table pagination 在 RTL 下默认位置。#23747
      • 🐞 修复 Table 在 pageSizeundefined 时崩溃的问题。#23724
      • 🐞 修复 Table 大小为 smallmiddle 时嵌套表格错位的问题。#23602 @hengkx
    • 🍱 🐞 修正 RangePicker 范围标签的颜色为主色。#23705
    • 🍱 🐞 修复 Transfer 为空自定义图片样式问题。#23694 @hengkx
    • Input
      • 🐞 修复 Password 组件输入光标位置。#23633 @huntdream
      • 💄 调整 Input.Search 的搜索图标样式。#23406
    • Button
      • 🐞 修复 Button 图标类型按钮的对齐问题。#23671
      • 🐞 修复 Button 图标按钮 loading 样式错误的问题。#23614
      • 🐞 解决 Button 无法直接被 react-dnd 调用的问题。#23571 @hengkx
    • 🍱 🆕 List grid 支持所有分栏数字,比如分为 5 栏。#23630
    • Menu
      • 🆕 Menu Item 和 SubMenu 新增 icon 属性。#23629
      • 🐞 修复 Menu 菜单重复阴影的问题。#23664
    • 🍱 🐞 解决 Tag 无法直接被 react-dnd 调用的问题。#23632 @hengkx
    • Anchor
      • 🐞 修复 Anchor Link 包含多个 # 时无法跳转的问题。#23595 @wuzekang
      • 🐞 修复 Input 带 suffix 时的元素对齐问题。#23606
    • 🍱 💄 Select 箭头打开时不再翻转。#23468
    • 🍱 🆕 Divider 新增 plain 属性,可用于设置一个非标题样式的分割文字。#23405
    • 🍱 🆕 Typography ellipsis 支持 onEllipsis事件。#23414
    • 🍱 💄 新增 Rate 的 direction 支持优化。#23321
    • 🍱 🆕 Space 支持 align 属性。#23306
    • 🍱 🆕 Upload 添加 isImageUrl 属性以强制将文件作为图标文件。#23248 @onjuju
    • 🍱 🆕 Form.Item 支持 initialValuegetValueProps 属性。#22993
    • 🍱 💄 调整紧凑模式下默认的字体大小。#23135
    • RTL
      • 💄 优化 Result RTL 下 按钮样式。#23733
      • 💄 新增 Divider RTL 支持。#23734
      • 💄 修复 Alert 在 RTL 下无 icon 的 间隔问题。#23714
      • 💄 优化 Table RTL 模式下 扩展按钮动画;修复 Table RTL 模式下分页设置。#23706
      • 💄 修复 Table filter 下拉框在 RTL 下的位置。#23695
      • 💄 修复 Table rowSelect 按钮 RTL 样式。#23690
      • 💄 优化 List RLT 样式。#23676
      • 💄 新增 Calendar RTL 支持。#23394
      • 💄 优化 Input.Search RTL 样式。#23424
      • 💄 增加 Notification RTL 设置。#23185
    • TypeScript
      • 修复 PageHeader tag 属性定义错误。#23712 @hengkx
      • 移除已废弃的 Button type="danger" TypeScript 定义并增加警告信息。#23709
      • 修复 Table pagination position Typescript 定义错误。#23681 @hengkx
  • v4.1.5 Changes

    April 25, 2020
    • 💅 🐞 Fix Button.Group align style. #23590
    • 🍱 🐞 Fix Select cannot trigger open by clicking arrow icon. #23448
    • 🍱 🐞 Fix Form fields shake when @form-item-margin-bottom is customize and switching the validing info. #23436 @yoyo837
    • 🍱 🐞 Fix the first Divider render differently with others. #23438
    • 🍱 🐞 Fix nest ConfigProvider missing prefixCls value. #23423
    • 🍱 🐞 Fix Carousel tabbed Radio/Checkbox to non-active slide. #23380
    • 🍱 🐞 Fix Tree with virtual scroll frozen by quick loadData. #23581
    • 💅 🐞 Fix Steps style in IE11 when direction is vertical. #23561 @AdrianoRuberto
    • 🍱 🐞 Fix Input.Search height affected by suffix and react key warning. #23527
    • 🍱 🐞 Fix Menu behavior when hover on submenu gap. #23511
    • 🍱 🐞 Fix Tree custom icon missing when node is loading data. #23494
    • RTL
      • 🐞 Fix Alert RTL style when set both showIcon and closable. #23526
      • 🐞 Fix Button RTL style when loading. #23399
      • 🐞 Fix Collapse that icon position is incorrect in RTL. #23445
      • 🐞 Fix Select group label style in RTL. #23404
      • 🐞 Fix Statistic RTL style. #23397
    • TypeScript

    • 🍱 🐞 修复 Button.Group 中按钮没有对齐的问题。#23590
    • 🍱 🐞 修复 Select 箭头图标点击无法触发下拉的问题。#23448
    • 🍱 🐞 修复 Form 自定义 @form-item-margin-bottom 变量时表单校验抖动的问题。#23436 @yoyo837
    • 🍱 🐞 修复第一个 Divider 渲染时样式不一致的问题。#23438
    • 🍱 🐞 修复嵌套 ConfigProvider 会丢失 prefixCls 值的问题。#23423
    • 🍱 🐞 修复 Carousel 键盘切换到非活跃 slide 上的 Radio/Checkbox 的问题。#23380
    • 🍱 🐞 修复 Tree 使用虚拟滚动时会因为 loadData 更新过快而锁死的问题。#23581
    • 🍱 🐞 修复 Steps 组件竖直展示时在 IE11 下样式错误的问题#23561 @AdrianoRuberto
    • 🍱 🐞 修复 Input.Search 高度被 suffix 撑高的问题和报 react key 重复警告的问题。#23527
    • 🍱 🐞 修复 Menu 鼠标移到缝隙处子菜单会消失的问题。#23511
    • 🍱 🐞 修复 Tree 自定义图标在加载状态下消失的问题。#23494
    • RTL
      • 🐞 修复 Alert 在 showIconclosable 都存在时的 RTL 样式问题#23526
      • 🐞 修复 Button 在 RTL 下 loading 样式不正确的问题。#23399
      • 🐞 修复 Collapse 在 RTL 下切换图标位置不正确的问题。#23445
      • 🐞 修复 Select 分组名称的 RTL 样式问题。#23404
      • 🐞 修复 Statistic 的 RTL 样式不正确的问题。#23397
    • TypeScript
  • v4.1.4 Changes

    April 18, 2020
    • 🍱 🐞 Fix dark theme and compact theme not working. #23243
    • 🍱 🐞 Fix Modal.info executed only once when has argument. #23360
    • 🍱 🐞 Fix Dropdown submenu background missing. #23296
    • ⚡️ 💄 Optimize PageHeader responsive behavior. #23277
    • 🍱 🐞 Fix TreeSelect render blank in compact mode. #23231
    • 🍱 🛎 Fix Checkbox and Switch console warning typo (validate -> a valid). #23240 @evancharlton
    • 🔧 🐞 Fix Table rowSelection params issue when childrenColumnName configured. #23205
    • Input
      • 🐞 Fix Input type="color" height issue. #23351
      • 🐞 Fix Input width shaking when trigger clear icon. #23259
      • 🐞 Fix Input.Search size not affected by ConfigProvider componentSize. #23331
    • Select
      • 🐞 Fix multiple Select show remove icon when disabled. #23295
      • 🐞 Fix Select custom suffixIcon cannot be access. #23274
      • 🐞 Fix Select search input caret missing in Collapse. #23250
    • Globalization
    • TypeScript
    • RTL
      • 💄 Fix Select RTL style. #23235
      • 💄 Fix Menu RTL style. #23319

    • 🍱 🐞 修复暗黑主题和紧凑主题不生效的问题。#23243
    • 🍱 🐞 修复 Modal.info 等方法的 onOk 函数有参数时只触发一次的问题。#23360
    • 🍱 🐞 修复 Dropdown 弹出菜单背景样式问题。#23296
    • 🍱 💄 优化 PageHeader 的响应式表现。#23277
    • 🍱 🐞 修复紧凑模式下树选择出现空白。#23231
    • 🍱 🛎 修改 Checkbox 和 Switch 中控制台输出的错别字 (validate -> a valid)。#23240 @evancharlton
    • 🍱 🐞 修复 Table rowSelection 在设置 childrenColumnName 时事件参数不正确的问题。#23205
    • Input
      • 🐞 修复 Input type="color" 的高度问题。#23351
      • 🐞 修复 Input 设置 allowClear 内联展示时,触发清除按钮样式抖动的问题。#23259
      • 🐞 修复 Input.Search 全局设置 size 不生效问题。#23331
    • Select
      • 🐞 修复 Select 多选时设置 disabled 选项仍然会展示移除按钮的问题。#23295
      • 🐞 修复 Select 自定义 suffixIcon 无法交互的问题。#23274
      • 🐞 修复 Select 输入光标在 Collapse 内不显示的问题。#23250
    • 国际化
    • TypeScript
    • RTL
      • 🐞 修复 Menu RTL 样式。#23319
      • 💄 修复 Select 的 RTL 样式。#23235
  • v4.1.3 Changes

    April 13, 2020
    • 💅 💄 Adjust Form.Item label height style in vertical layout. #23192
    • 🍱 🐞 Fix Variable is undefined when importing dark or compact theme and provide a getThemeVariables methold for getting theme variables easily. #23171
    • 💅 🐞 Fix PageHeader style breaks when title is too long and improve it's responsive design. #23133
    • Tabs
      • 🐞 Fix Tabs @tabs-card-height less variable not working. #23168
      • 🐞 Fix Tabs cannot be displayed in Safari 13. #23151 @imhxc
    • Table
    • 💅 🐞 Fix Select align style with different size. #23160
    • 💅 🐞 Fix RangePicker under Input.Group style issue. #23149
    • 🍱 🐞 Fix Pagination missing TypeScript definition of showTitle. #23144 @DongchengWang

    • 🍱 💄 调整 Form.Item label 在垂直布局下的高度样式。#23192
    • 🍱 🐞 修复引用暗黑或紧凑主题时提示 Variable is undefined 的问题,并提供 getThemeVariables 方便获取对应主题变量。#23171
    • 🍱 🐞 修复 PageHeader title 超长时布局被破坏的问题并优化响应式表现。#23133
    • Tabs
      • 🐞 修复 Tabs @tabs-card-height less 变量无效的问题。#23168
      • 🐞 修复 Tabs 在 Safair 浏览器下无法显示的问题。#23151 @imhxc
    • Table
      • 🐞 修复 Table 固定列在 Safari 12 中不能固定的问题。#23161
      • 🐞 修复 Table summary 在小尺寸下的内边距样式。#23140 @someyoungideas
    • 🍱 🐞 修复 Select 不同尺寸下的对齐样式问题。#23160
    • 🍱 🐞 修复 RangePicker 在 Input.Group 内的样式问题。#23149
    • 🍱 🐞 修复 Pagination 缺少 showTitle TypeScript 定义的问题。#23144 @DongchengWang
  • v4.1.2 Changes

    April 10, 2020
    • Menu
    • 🍱 🐞 Fix dark and compact theme cannot work together. #22934 @AshoneA
    • 🍱 🐞 Fix Notification invalid paddig-top value. #22941
    • Button
      • 🐞 Fix Button loading animation with icon. #23102
      • ⚠️ Improve Button invalid type warning. #22933 @fa93hws
    • 🍱 🐞 Fix Statistic show -0 when value is -. @22950
    • 🍱 🐞 Fix Modal.confirm onOk should not be triggered multiple times. #22963
    • Input
      • 🐞 Fix Input.Group Button style not aligned center. #22975
      • 🐞 Fix Input with affix background style in dark theme. #23115
    • 💅 🐞 Fix Form.Item not correct reset error style when dynamic switch Form.Item. #23041
    • 💅 💄 Adjust RangePicker arrow & suffix color style. #23025
    • Table
      • 🐞 Fix Table selection row with hover background style. #23110
      • 💄 Tweak Table hover background color. #23113
      • ⚠️ Table add warning info when async mode dataSource length not match with pageSize. #23118
    • Select
      • 💄 Match mulitiple Select cursor position to single Select. #22978
      • 🐞 Fix borderless Select still show border when Form.Item set validateStatus. #23004
      • 🐞 Fix Select style in IE11. #23020
    • 💅 🐞 Fix Calendar missing style prop support. #23081
    • 💅 🐞 Fix Tabs bottom card active tab wrong height style. #23087
    • 🍱 🐞 Fix RTL support of Anchor, Select, DatePicker, Grid, Mentions. @xrkffgg
    • TypeScript

    • Menu
      • 🐞 修复暗色 Menu 弹出菜单背景色为白色的问题。#22981 @AshoneA
      • 🐞 修复 SubMenu 标题过长而导致被箭头图标部分覆盖的问题。#23028 @wwyx778
    • 🍱 🐞 修复紧凑模式和暗黑模式无法同时开启的问题。#22934 @AshoneA
    • 🍱 🐞 修复 Notification 非法的 padding-top 值。#22941
    • Button
      • 🐞 修复带图标 Button 的 loading 动画效果。 #23102
      • ⚠️ 优化 Button 非法 type 的控制台提示。#22933
    • 🍱 🐞 修复 Statistic 在值为 - 时会展示成 -0 的问题。@22950
    • 🍱 🐞 修复 Modal.confirm onOk 可以被触发多次的问题。#22963
    • Input
      • 🐞 修复 Input.Group 中 Button 不能对齐的问题。#22975
      • 🐞 修复 Input 在暗黑模式下使用 affix 的背景样式问题。#23115
    • 🍱 🐞 修复 Form.Item 在动态切换时没有正确重置错误样式的问题。#23041
    • 🍱 💄 微调 RangePicker 箭头和后缀的颜色样式。#23025
    • Table
      • 🐞 修复 Table 选择行在 hover 时的背景样式问题。#23110
      • 💄 微调 Table 行 hover 时的背景色。#23113
      • ⚠️ Table 在异步数据下 dataSource 长度与 pageSize 不匹配时,添加警告信息。#23118
    • Select
      • 💄 微调多选 Select 的光标位置使其与单选 Select 统一。#22978
      • 🐞 修复 无边框 Select 在 Form.Item 设置 validateStatus 时会出现边框的问题。#23004
      • 🐞 修复 Select 在 IE11 下的展示问题。#23020
    • 💅 🐞 修复 Calendar 不支持 style 属性的问题。#23081
    • 🍱 🐞 修复 Tabs 下方卡片布局激活标签的高度问题。#23087
    • 🍱 🐞 修复 Anchor、Select、DatePicker、Grid、Mentions 组件的 RTL 支持。@xrkffgg
    • TypeScript
  • v4.1.1 Changes

    April 05, 2020
    • 💅 🐞 Fix Tabs panel focus outline style. #22752 @MrHeer
    • 🍱 🐞 Fix Input affix with popup element can not get click focus. #22887
    • Table
      • 🆕 Table row selection dropdown support getPopupContainer. #22787 @mikeyshing88
      • 🐞 Fix Table header size with filter or sorter when size is configured. #22872
      • 💄 Adjust nest Table style, compact only when just one table element. #22868
      • 🐞 Fix Table column align not working on head when sorter configured. #22858
      • 🐞 Fix Table filter config not work on jsx structure. #22888
      • 🐞 Adjust Table expanded row not fix width when scroll only. #22832
      • 🐞 Fix the column can't show when the column.children is undefined. #22832
      • 🐞 Fix Table still show filter icon when filters is undefined. #22833
      • 🐞 Fix Table unchanged filters should not trigger onChange. #22829
      • 🐞 Fix Table loading compatibility. #22739
      • 🐞 Fix Table scroll shadow style in Safari. #22794
    • 💅 💄 Adjust RangePicker arrow style. #22847
    • 🍱 🐞 Fix Text with ellipsis align issue. #22836
    • 🍱 💄 Tweak @info-color should be @primary-color defaultly. #22723
    • 🍱 🐞 Fix BackTop not working in iframe and improve it's perfermance. #22788
    • 🍱 🐞 Fix Select inconsistent height when mode="multiple" and size="large" />. #22904
    • 🍱 🐞 Fix Radio less variable. #22803 @yoyo837
    • 🍱 🐞 Fix Card Tabs do not support small size. #22666 @MrHeer
    • ⚡️ 🐞 Fix Affix throws React warning of state update on unmounted component. #22790
    • 🍱 🐞 Fix Textarea with clearIcon additional margin in Form.Item. #22793
    • 🍱 🐞 Fix List footer missing border when data is empty. #22771
    • 🍱 🐞 Fix Slider tooltipPlacement option API is changed to be correct again. #22772 @phoenixeliot
    • 🛠 Refactor LocaleReceiver with new context api to avoid React strict mode warning. #22762
    • 🍱 🐞 Fix Radio and Checkbox required prop not passing to input. #22761
    • 🍱 🐞 Fix variable --scroll-bar is undefined. #22754 @mikeyshing88
    • 💅 🐞 Fix Menu and Spin style in compact mode. #22908 @AshoneA
    • 🍱 🐞 Fix Space item duplicate key. #22745
    • 💅 🐞 Fix Select cursor style. #22743
    • ⚡️ 🇫🇷 DatePicker and TimePicker update French locale. #22769 @PaulJln
    • RTL
    • TypeScript

    • 🍱 🐞 移除 Tabs 的内容区域的 focus 蓝色轮廓线。#22752 @MrHeer
    • 🍱 🐞 修复 Input 前后缀添加弹出元素不能点击获得焦点的问题。#22887
    • Table
      • 🐞 修复 Table 行选择下拉菜单不支持 getPopupContainer#22787 @mikeyshing88
      • 🐞 修复 Table 配 size 时,使用过滤和排序的表头尺寸问题。#22872
      • 💄 调整嵌套 Table 样式,只有一个子 Table 时才移除边距。#22868
      • 🐞 修复 Table 列 alignsorter 开启时标题不居中的问题。#22858
      • 🐞 修复 Table 过滤设置在 jsx 结构下无效的问题。#22888
      • 🐞 调整 Table 在无固定列滚动时,展开行将跟随表格一同滚动。#22832
      • 🐞 修复当 column.childrenundefined 时整列未显示的问题。#22832
      • 🐞 修复 Table 在 filtersundefined 时仍然展示过滤按钮的问题。#22833
      • 🐞 修复 Table filters 未变化时触发 onChange 事件的问题。#22829
      • 🐞 修复 Table loading 兼容性。#22739
      • 🐞 修复 Table 在 Safari 下滚动阴影的样式。#22794
    • 🍱 💄 调整 RangePicker 箭头样式。#22847
    • 🍱 🐞 修复 Text 使用 ellipsis 的对齐问题。#22836
    • 🍱 💄 优化 @info-color less 变量,默认为 @primary-color#22723
    • 🍱 🐞 修复大号多选 Select 未选择时的高度问题。#22904
    • 🍱 🐞 修复 BackTop 在 iframe 里不生效并提升了组件性能。#22788
    • 🍱 🐞 修复 Radio less 变量名错误。#22803 @yoyo837
    • 🍱 🐞 修复 Card Tabs 不支持小尺寸的问题。#22666 @MrHeer
    • ⚡️ 🐞 修复 Affix 抛出 React state update on unmounted component 警告的问题。#22790
    • 🍱 🐞 修复 Textarea 配置 clearIcon 在 Form.Item 下会有额外的 margin 的问题。#22793
    • 🍱 🐞 修复 List 空数据时 footer 上分割线缺失的问题。#22771
    • 🍱 🐞 修复 Slider 中 tooltipPlacementvertical 配置在顺序上问题。#22772 @phoenixeliot
    • 🛠 用新的 React context 重构 LocaleReceiver 以避免严格模式下的警告信息。#22762
    • 🍱 🐞 修复 Radio 和 Checkbox 上 required 属性没有传给原生 input 的问题。#22761
    • 🍱 🐞 修复 CSS 变量 --scroll-bar 未定义的问题。#22754 @mikeyshing88
    • 🍱 🐞 修复 Menu 和 Spin 在紧凑模式下样式。#22908 @AshoneA
    • 🍱 🐞 修复 Space 子项重复的 key#22745
    • 🍱 🐞 修复 Select 鼠标手型样式。#22743
    • 🍱 🇫🇷 DatePicker 和 TimePicker 法语国际化。#22769 @PaulJln
    • RTL
    • TypeScript
  • v4.1.0 Changes

    March 29, 2020
    • 🍱 🔥 Support compact mode theme. #22126 @AshoneA
    • 💅 🔥 New Space component to resolve inline component margin style. #22363
    • 🍱 🔥 DatePicker support quarter picker. #22468
    • 🍱 🆕 Tree/TreeSelect/Select support virtual prop to disable virtual scroll. #21955
    • 🍱 🆕 Improve Pagination switch experience. #22711
      • Pagination will show size changer when total > 50.
      • Unify Pagination items to fixed length.
      • Change default size options to 10, 20, 50, 100.
    • Table
      • 🆕 Table pagination position add more option. #22647 @hengkx
      • 🆕 Table selection column support renderCell. #21711
      • 🆕 Table sorter adding hint tooltip and a new prop showSorterTooltip. #21631 @AshoneA
    • 🍱 🆕 Tag component support icon prop. #22418 @vtsybulin
    • 🍱 🆕 Grid add useBreakpoint hook. #22226
    • 🍱 🆕 Card support tabProps. #22207
    • 🍱 🆕 Pagination add autoResize prop. #21959 @wendellhu95
    • 🍱 🆕 Add render props support for Popover/Popconfirm. #22034 @nossbigg
    • 🍱 🆕 TimePicker.RangePicker support order prop. #21948
    • 🍱 🆕 Carousel dots support object to pass className. #21848
    • 🍱 🆕 Form validateMessages support ${label} variable. #21835
    • 🍱 🆕 Expose all Dropdown props in Breadcrumb.Item. #20763 @paranoidjk
    • 🍱 ⌨️ Improve Tabs Accessibility. #22287
      • Add Tabs keyboard prop.
      • Tabs extraContent don't trigger keyboard navigation now.
    • 🛠 Warning Form.Item with defaultValue when it's controlled. #22571
    • 🛠 Menu.Item Tooltip could be hidden by falsy title prop. #22202
    • 🛠 Typography onExpand function support event parameter. #22092 @BlazPocrnja
    • 🛠 Simplify Popconfirm and Popover dom structure. #22052
    • 🍱 🐞 Fix Autocomplete display null when value is null. #21955
    • 💅 🐞 Adjust Drawer close button without title style to avoid overlap with scroll bar. #22710
    • 💅 🐞 Fix Calendar style details. #22676
    • Table
      • 🐞 Fix Table fixed column shadow style in Safari. #22680
      • 🐞 Fix Table style affect nest table element. #22643
      • 🐞 Fix Table emptyText is not centered and show pagination when empty data. #22548 @hengkx
      • 🐞 Fix Table rowSelection event bubbling with onRow. #22566 @hengkx
    • 💅 🐞 Fix Input with suffix only align style issue. #22603
    • 🍱 🐞 Fix Alert cannot work with Tooltip/Popover. #22594
    • ⚡️ 🐞 Fix nest dynamic Form.Item get react unmounted update warning. #22575
    • 🍱 💄 Adjust Tag processing status color. #22303
    • 💅 💄 Remove Select dropdown group title mouse click style. #22581
    • 💅 💄 Redesign Table filter menu buttons and fix Dropdown edge padding style. #22072
    • 💅 💄 Move @form-item-label-height from form styles to theme variables. #22600 @slavakam
    • 🍱 💄 Add less variables @link-focus-decoration and @link-focus-outline. #22511
    • 🍱 💄 add separator cursor disabled of DatePicker. #22563
    • RTL
      • 💄 Optimize Checkbox inner RTL style issue. #22627
      • 🐞 Optimize Upload picture-card RTL style issue. #22630
      • 🐞 Fix Badge RTL number style issue. #22665
      • 🐞 Fix Select RTL style issue when select multiple options can be cleared. #22596
      • 🐞 Fix Progress RTL style issue. #22558
      • 🐞 Fix Badge RTL style issue. #22551
      • 🐞 Fix Input RTL style issue. #22525
      • 🐞 Fix Steps RTL style issue. #22523
      • 💄 Optimize Tabs RTL icon style issue. #22653
      • 💄 Optimize Input.Group RTL style issue. #22624
      • 💄 Optimize Timeline label mode RTL style issue. #22652
      • 💄 Optimization Select dropdown group RTL style issue. #22584
      • 💄 Optimization Dropdown.Button RTL style issue. #22519
    • Typescript
      • 🛠 replace deprecated React.SFC with React.FC. #22691 @Rustin-Liu
      • 🐞 Fix Form.Item children definition. #22662

    • 🍱 🔥 支持紧凑模式主题。#22126 @AshoneA
    • 🍱 🔥 新的 Space 组件以支持内联组件的间距样式。#22363
    • 🍱 🔥 DatePicker 支持季度选择器。#22468
    • 🍱 🆕 Tree/TreeSelect/Select 支持 virtual 属性以关闭虚拟滚动。#21955
    • 🍱 🆕 改进 Pagination 使用体验。#22711
      • Pagination 当 total > 50 时默认显示切换页数选择器。
      • 统一 Pagination 十页以内的页码个数使其宽度更统一。
      • Pagination 调整默认页数选项为 10, 20, 50, 100
    • Table
      • 🆕 Table 分页位置增加更多选项。#22647 @hengkx
      • 🆕 Table 选择列支持 renderCell#21711
      • 🆕 Table 排序增加下次排序的提示,并增加 showSorterTooltip 属性开关。#21631 @AshoneA
    • 🍱 🆕 Tag 支持 icon 属性。#22418 @vtsybulin
    • 🍱 🆕 Grid 添加 useBreakpoint hook. #22226
    • 🍱 🆕 Card 支持 tabProps#22207
    • 🍱 🆕 Menu.Item 上的 Tooltip 现在可以使用 title={null} 来禁用。#22202
    • 🍱 🆕 Pagination supports autoResize prop。#21959 @wendellhu95
    • 🍱 🆕 Popover/Popconfirm 添加 render props 支持。#22034 @nossbigg
    • 🍱 🆕 TimePicker.RangePicker 支持 order 属性用于设置排序行为。#21948
    • 🍱 🆕 Carousel dots 支持对象传递 className#21848
    • 🍱 🆕 Form validateMessages 支持 ${label} 变量。#21835
    • 🍱 🆕 暴露 Breadcrumb.Item 组件的所有 Dropdown 的可配置属性。#20763 @paranoidjk
    • 🍱 ⌨️ 增强 Tabs 可访问性。#22287
      • 新增 Tabs keyboard 属性用于开关键盘切换功能。
      • Tabs extraContent 里的元素不再触发键盘切换功能。
    • 🛠 添加 Form.Item 在受控时使用 defaultValue 的警告信息。#22571
    • 🛠 Typography onExpand 添加事件参数。#22092 @BlazPocrnja
    • 🛠 简化 Popconfirm 和 Popover 的 dom 结构。#22052
    • 🍱 🐞 修复 Autocomplete valuenull 时,值展示 null 的问题。#21955
    • 🍱 🐞 调整 Drawer 无 title 时关闭按钮样式以避免遮挡滚动条。#22710
    • 🍱 🐞 修复 Calendar 的一些样式细节问题。#22676
    • Table
      • 🐞 修复 Table 在 Safari 下固定列的阴影样式问题。#22680
      • 🐞 修复 Table 样式影响内嵌 table 的问题。#22643
      • 🐞 修复 Table 同时设置 rowSelectiononRow 事件冒泡问题。#22566 @hengkx
      • 🐞 修复 Table 空文本没有居中的问题与空数据依然展示了分页的问题。#22548 @hengkx
    • 🍱 🐞 修复 Input 只配置 suffix 时的样式对齐问题。#22603
    • 🍱 🐞 修复 Alert 无法和 Tooltip/Popover 一起使用的问题。#22594
    • 🍱 🐞 修复嵌套动态 Form.Item 会被 react 警告更新移除节点的信息。#22575
    • 🍱 💄 调整 Tag processing 状态颜色。#22303
    • 🍱 💄 移除 Select 下拉组标题的鼠标可点击样式。#22581
    • 🍱 💄 迁移 @form-item-label-height less 变量到主题变量中。#22600 @slavakam
    • 🍱 💄 优化 Table 筛选菜单按钮的样式并修复 Dropdown 二级菜单的上下边距。#22072
    • 🍱 💄 新增 less 变量 @link-focus-decoration@link-focus-outline#22511
    • 🍱 💄 新增 DatePicker disabled 时,分隔符鼠标禁用样式。#22563
    • RTL
      • 💄 优化 CheckBox inner RTL 样式问题。#22627
      • 🐞 优化 Upload picture-card RTL 样式问题。#22630
      • 🐞 修复 Badge RTL 数字显示样式问题。#22665
      • 🐞 修复 Select RTL 多选可清空时,选项样式问题。#22596
      • 🐞 修复 Progress RTL 样式问题。#22558
      • 🐞 修复 Badge RTL 样式问题。#22551
      • 🐞 修复 Input RTL 样式问题。#22525
      • 🐞 修复 Steps RTL 样式问题。#22523
      • 💄 优化 Tabs RTL 按钮样式问题。#22653
      • 💄 优化 Input.Group RTL 样式问题。#22624
      • 💄 优化 Timeline label RTL 样式问题。#22652
      • 💄 优化 Select group RTL 样式问题。#22584
      • 💄 优化 Dropdown.Button RTL 样式问题。#22519
    • Typescript
      • 🛠 替换废弃的 React.SFCReact.FC#22691 @Rustin-Liu
      • 🐞 修复 Form.Item children 的类型定义。#22662
  • v4.0.4 Changes

    March 23, 2020
    • 🍱 🐞 Fix AutoComplete clear icon overlap issue on search icon. #22310
    • 🍱 🐞 Fix Button align issue when is disabled and wrapped by Tooltip. #22461
    • 🍱 🐞 Fix Cascader search need to press down arrow twice to select item. #22216 @Kermit-Xuan
    • 🍱 🐞 Fix Carousel cannot works on Snowpack. #22507
    • 🍱 🐞 Fix ConfigProvider componentSize not works on DatePicker.RangePicker. #22486
    • 🍱 🐞 Fix Descriptions cannot fit to small container width. #22407
    • 🐎 ⚡️ Optimization Form.Item with multiple noStyle children Form.Item message collection performance. #22410
    • 💅 🐞 Fix Grid broken style using Col without span. #22455
    • 💅 💄 Add InputNumber RTL style. #22434
    • Menu
      • 🛠 Menu inherit line-height from header. #16142 @sheerun
      • 🐞 Fix Menu unexpected scrollbar when show and hide. #22248
    • 🍱 🐞 Fix Progress Dashboard won't allow gapDeg to be 0. #22462 @thisrabbit
    • 🛠 Adjust Radio.Group logic that value is undefined should be uncontrolled mode. #22245
    • 🍱 ⚡️ Reduce Row unnecessary render when gutter is array. #22475 @dolfje
    • 💅 💄 Tweak RangePicker arrow shadow style. #22406
    • 🍱 🐞 Fix Select dropdown menu vertical padding. #22251
    • 🍱 🐞 Fix Slider tooltip crash when with nullable value. #22482
    • Table
      • 🐞 Fix Table ColumnGroup with controlled sorterOrder not working issue. #22450
      • 🐞 Fix Table border radius style. #22413 @akshatmittal
      • 🐞 Fix Table fixed column height issue. #22367
      • 🐞Fix Table row expand icon show error in ipad. #22334 @BugHiding
      • 🛠 Table column.filter support boolean value. #22277 @xudongdev
      • 🐞 Fix Table filter no working when only set onFilter. #22317
    • 🍱 🐞 Fix TreeSelect treeIcon not working. #22437
    • 🔨 🐞 Refactor DirectoryTree to fix deprecated warning. #22318
    • 💅 🐞 Fix Typography nest list style issue. #22284
    • 🍱 🐞 Adjust Upload onChange return fileList is immutable data to avoid render issue. #22322
    • 🍱 🌎 Localization
    • Typescript

    • 🍱 🐞 修复 AutoComplete 下使用 Search 时清除图标和搜索图标重叠样式异常的问题。#22310
    • 🍱 🐞 修复 Button 为 disabled 时被 Tooltip 包裹时的对齐问题。#22461
    • 🍱 🐞 修复 Cascader 搜索时需要按两次向下箭头才能选中问题。#22216 @Kermit-Xuan
    • 🍱 🐞 修复 Carousel 无法使用 Snowpack 构建的问题。#22507
    • 🍱 🐞 修复 ConfigProvider componentSize 对 DatePicker.RangePicker 无效的问题。#22486
    • 🍱 🐞 修复 Descriptions 在小尺寸下无法自适应的问题。#22407
    • 🍱 🐞 修复 Grid 下使用不带 span 的 Col 时样式错乱的问题。#22455
    • 💅 ⚡️ 优化 Form.Item 有多个 noStyle 子 Form.Item 时信息收集性能。#22410
    • 🍱 💄 增加 InputNumber RTL 模式样式。#22434
    • Menu
      • 🛠 Menu 继承标题的 line-height#16142 @sheerun
      • 🐞 修复 Menu 子菜单展开/收起时会出现滚动条的问题。#22248
    • 🍱 🐞 修复 Progress 仪表盘状进度条传入 gapDeg0 时仍然有缺口的问题。#22462 @thisrabbit
    • 🛠 调整 Radio.Group 逻辑,valueundefined 时为非受控状态。#22245
    • 🍱 💄 微调 RangePicker 箭头阴影样式。#22406
    • 🍱 ⚡️ 减少 Row 在 gutter 是数组时非必要的额外渲染。#22475 @dolfje
    • 🍱 🐞 修复 Select 下拉菜单的上下 padding。#22251
    • 🍱 🐞 修复 Slider 使用 nullable 值时弹出提示会崩溃的问题。#22482
    • Table
      • 🐞 修复 Table ColumnGroup 使用受控 sorterOrder 无效的问题。#22450
      • 🐞 修复 Table 边框圆角样式问题。#22413 @akshatmittal
      • 🐞 修复 Table 固定列高度样式问题。#22367
      • 🐞 修复 Table 展开行按钮在 ipad 下的样式问题。#22334 @BugHiding
      • 🐞 修复 Table 在只设置 onFilter 时过滤无效的问题。#22317
      • 🛠 Table column.filter 的 value 定义可以支持 boolean#22277 @xudongdev
    • 🍱 🐞 重构 DirectoryTree 以修复废弃 API 警告信息。#22318
    • 🍱 🐞 修复 TreeSelect treeIcon 无效的问题。#22437
    • 🍱 🐞 修复 Typography 嵌套列表的样式问题。#22284
    • 🍱 🐞 调整 Upload onChange 返回参数 fileList 为不可变数据以解决渲染问题。#22322
    • 🍱 🌎 国际化
    • Typescript
      • 🐞 移除 Table getCheckboxPropschecked 类型定义。#22391 @geekrainy
  • v4.0.3 Changes

    March 15, 2020
    • Menu
      • 🐞 Fix Menu horizontal Item with nest Icon miss margin style. #22021
      • 🐞 Fix Menu item wrong title when setting getPopupContainer. #22182
      • 💄 Optimize the style of Icon in Menu. #22090 @x1mrdonut1x
      • 🐞 Fix Avatar in horizontal Menu margin issue. #22038 #22033
    • Slider
      • 🐞 Fix an issue where the position of 'slider handle' is incorrect in the vertical case of Slider. #22135 @wendellhu95
      • 💄 Fix Slider missing focus style. #22161
    • Table
      • 🐞 Fix ConfigProvider not work on Table filter dropdown. #22133
      • 🐞 Fix Table nest tree column expandable style issue with fixed column. #22131
      • 🐞 Fix an issue where Table filtering throws cannot read property 'map' of undefined. #22096 @yoyo837
      • 🐞 Fix Table expandable column not fixed when selection column is fixed. #22087
      • 🐞 Fix Table filter menu reset not working. #22079 @shaodahong
      • 🐞 Fix Table filter sub menu max height with many items. #22230
    • Form
    • 🍱 🐞 Fixed the problem of using custom icons to wrap in Input.Group. #22197 @xrkffgg
    • 💅 💄 Adjust Select single padding style to avoid tweak with dropdown. #22167
    • 🍱 💄 Fix Calendar header select ellipsis bug. #22148
    • 🍱 💄 Fixed Dropdown content and icons overlapping. #22098 @xrkffgg
    • 🍱 🐞 Fix Select ellipsis bug in Firefox. #22101
    • 💅 🐞 Remove PageHeader unnecessary overflow: hidden style,Optimize PageHeader extra buttons responsive design. #22030
    • 🍱 🐞 Fix TextArea autoSize don't scroll bottom in Firefox. #22014
    • 🍱 🇫🇷 The full fr_FR internationalized text. #22122 @PaulJln
    • RTL
      • 💄 Optimize the style of Pagination in RTL mode. #22155 @xrkffgg
      • 💄 Fixed the icon style with Cascader RTL. #22191 @xrkffgg
      • 💄 Optimize the Checkbox.Group style in RTL mode. #22186 @xrkffgg
      • 💄 Optimize Radio.Button style issues in RTL mode. #22066 @xrkffgg
      • 🐞 Optimize table-pinned style issues that are listed under RTL. #21914 @saeedrahimi
      • 💄 Adjust the direction of the Dropdown icon in RTL mode. #22104 @xrkffgg
      • 💄 Optimize the Breadcrumb style in RTL mode. #22159 @xrkffgg
      • 💄 Optimize the style of the Steps component in RTL mode. #22175 @xrkffgg
      • 💄 Optimize styles in RTL mode with form feedback. #22222
    • TypeScript
      • 🔷 Update the operation type definition of FormList. #22058 @kagawagao
      • 🔷 Update the definition of the trigger parameter for components such as Tooltip. #22043 @wendellhu95

    • Menu
      • 🐞 修复 Menu 水平 Item 使用嵌套结构 Icon 会丢失 margin 的问题。#22021
      • 💄 优化 Menu 中 Icon 的样式。#22090 @x1mrdonut1x
      • 🐞 修复 Menu 收起模式下设置 getPopupContainer 时标题显示错误的问题。#22182
      • 🐞 修复 Avatar 在水平 Menu 中的 margin 样式问题。#22038 #22033
    • Slider
      • 🐞 修复 Slider 垂直情况下拖动节点的位置错误的问题。#22135 @wendellhu95
      • 💄 修复 Slider 丢失的 focus 样式。#22161
    • Table
      • 🐞 修复 Table 筛选功能抛出 Cannot read property 'map' of undefined 的问题。#22096 @yoyo837
      • 🐞 修复 ConfigProvider 没有作用在 Table 过滤弹框上的问题。#22133
      • 🐞 修复 Table 树形结构下展开与固定列配合的样式问题。#22131
      • 🐞 修复 Table 选择列固定时展开列不固定的问题。#22087
      • 🐞 修复 Table 过滤菜单重置失效的问题。#22079 @shaodahong
      • 🐞 修复 Table 筛选子菜单高度溢出屏幕的问题。#22230
    • Form
    • 🍱 🐞 修复 Input.Group 中使用 自定义图标换行的问题。#22197 @xrkffgg
    • 🍱 💄 修复 Calendar 年月选择菜单内容被省略的问题。#22148
    • 🍱 💄 调整 Select 单选框 padding 样式以防止下拉框内容的抖动。#22167
    • 🍱 💄 修复 Dropdown 内容和图标重叠问题。#22098 @xrkffgg
    • 🍱 🐞 修复 Select 在 Firefox 下异常省略的问题。#22101
    • 🍱 🐞 移除 PageHeader 中不必要的 overflow: hidden 样式以修复弹层隐藏问题,优化 PageHeader 右侧按钮的响应式表现。#22030
    • 🍱 🐞 修复 Radio 组无法正确换行的问题。#22229
    • 🍱 🐞 修复 TextArea autoSize 时在 Firefox 下不会自动滚动到底的问题。#22014
    • 🍱 🇫🇷 补全的 fr_FR 国际化文本。#22122 @PaulJln
    • RTL
      • 💄 优化 Pagination 在 RTL 模式下的样式。#22155 @xrkffgg
      • 💄 修复 Cascader RTL 模式下 icon 样式的错误的问题。#22191 @xrkffgg
      • 💄 优化 Checkbox.Group 在 RTL 模式下样式。#22186 @xrkffgg
      • 💄 优化 Radio.Button 在 RTL 模式下样式问题。#22066 @xrkffgg
      • 🐞 优化 Table 固定列在 RTL 下的样式问题。#21914 @saeedrahimi
      • 💄 调整 Dropdown 在 RTL 模式的下拉图标方向。#22104 @xrkffgg
      • 💄 优化 Breadcrumb 在 RTL 模式下样式。#22159 @xrkffgg
      • 💄 优化 Steps 组件在 RTL 模式下的样式。#22175 @xrkffgg
      • 💄 优化表单反馈下在 RTL 模式下的样式。#22222
    • TypeScript