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

Changelog History
Page 3

  • v4.6.0 Changes

    August 23, 2020
    • 🍱 🔥 New Image component. #26296
    • 🍱 🔥 Table support sticky prop to sticky header and scroll bar. #25939
    • Form
      • 🆕 Form support style of required mark with requiredMark and deprecate hideRequiredMark prop. #26309
      • 🆕 Form.List support the second index param in add. #26081
    • 🍱 🆕 VirtualList support no blink jump and fix Select blank dropdown issue. #26306
    • Typography
      • 🆕 Support Typography.Text success type. #26145 @llwslc
      • 🆕 Typography copyable support hide tooltip and editable support config icon and tooltip. #25953 @llwslc
      • 🆕 Add Typography.Title level 5. #25861
      • 🆕 Typography add maxLength & autoSize with editable config #25373 @CornerSkyless
    • 🍱 🐞 Fix Transfer filterOption not trigger when search spaces. #26335
    • Progress
      • 🐞 Fix Progress steps don't support trailColor. #26323
      • 🐞 Fix Progress success.percent not working when type="circle". #26307
    • 🍱 🐞 Fix Textarea don't display defaultValue when value is undefined. #26327
    • Cascader
      • 🐞 Fix Cascader options not open with search after ESC pressing. #26271 @flyerH
      • 💄 Optimize Cascader clear animation. #26186
    • 🍱 🗑 Remove deprecated Button.Group and please use Space component instead. #26260
    • Select
      • 🆕 Select support onClear prop. #25907
      • 🐞 Fix Select mode="tags" showing duplicated items when search. #25907
      • 🐞 Fixed the style exception that was disabled when Select focused. #26255
      • 🐞 Fix Select icon overlap with selections when showArrow enabled. #26168 @zhangchen915
    • DatePicker
      • 🐞 Fix panel not correct when picker changed. #26093
      • 🐞 Fix RangePicker do not close panel when click clear icon. #26188
    • 💅 🐞 Fix Pagination font family style. #26230 @albertms10
    • 🍱 🐞 Fix Space children remount in some case. #26219
    • Badge
    • 🍱 🆕 Tabs tabBarExtraSlot support extra position. #25138 @jesse3mh9a
    • ⚡️ 💄 Optimize the display effect of Descriptions when there is more content. #25903
    • 🍱 🆕 message could be detroied by message.desctroy(key). #26052 @lihqi
    • 🍱 💄 Adjust InputNumber handler bar to be hidden when readOnly. #25998
    • 🍱 💄 Lighten @text-color color in dark theme. #25923
    • 🍱 💄 Darken @text-color color in default theme. #25630
    • Locale
    • RTL
      • 💄 Optimize the connection line style in Tree RTL mode. #26205
      • 💄 Optimize Dropdown RTL writing to avoid dark mode style overlays. #26206
    • TypeScript

    • 🍱 🔥 新增图片组件 Image。#26296
    • 🍱 🔥 Table 新增 sticky 属性以支持固定表头和滚动条。#25939
    • Form
      • 🆕 Form 添加 requiredMark 属性以支持设置必选样式,废弃原 hideRequiredMark#26309
      • 🆕 Form.List 中的 add 方法支持第二个 index 参数。#26081
    • 🍱 🆕 虚拟滚动支持无闪动滚动,修复 Select/TreeSelect 滚动时列表空白的问题。#26306
    • Typography
      • 🆕 新增 Typography.Text success 类型。#26145 @llwslc
      • 🆕 Typography copyable 支持隐藏提示,editable 支持设置图标与提示。#25953 @llwslc
      • 🆕 新增 Typography.Title 5 级标题。#25861
      • 🆕 Typography 的 editable 配置中增加了 maxLength & autoSize 支持。#25373 @CornerSkyless
    • 🍱 🐞 修复 Transfer 搜索空格时 filterOption 没有触发的问题。#26335
    • Progress
      • 🐞 修复 Progress steps 属性对于 trailColor 不生效的问题。#26323
      • 🐞 修复 Progress 当 type="circle"success.percent 不生效的问题。#26307
    • 🍱 🐞 修复 Textarea 当 valueundefined 时未显示 defaultValue 问题。#26327
    • Cascader
      • 🐞 修复 Cascader 在按下 ESC 键,然后通过输入进行搜索时 options 不展开的问题。#26271 @flyerH
      • 💄 优化 Cascader 清除动画效果。#26186
    • 🍱 🗑 移除遗留的 Button.Group 支持,请使用 Space 代替。#26260
    • Select
      • 🆕 Select 支持 onClear 属性。#25907
      • 🐞 修复 Select mode="tags" 搜索显示两条重复条目的问题。#25907
      • 🐞 修复 Select 聚焦时被禁用的样式异常问题。#26255
      • 🐞 修复多选模式的 Select 在 showArrow 时图标重叠问题。#26168 @zhangchen915
    • DatePicker
      • 🐞 修复 picker 属性改变时渲染面板不会改变的问题。#26093
      • 🐞 修复 RangePicker 点击清除按钮面板不会关闭的问题。#26188
    • 🍱 🐞 修复 Pagination 字体相关样式问题。#26230 @albertms10
    • 🍱 🐞 修复 Space children 有时会重新渲染的问题。#26219
    • Badge
    • 🍱 🆕 Tabs 可自定义tabBarExtraContent 的渲染位置。#25138 @jesse3mh9a
    • 🍱 💄 优化 Descriptions 在内容比较多时的显示效果。#25903
    • 🍱 🆕 message 支持通过 message.desctroy(key) 销毁。#26052 @lihqi
    • 🍱 💄 调整 InputNumber 操作栏在 readOnly 时为隐藏。#25998
    • 🍱 💄 加深暗色主题下 @text-color 颜色。#25923
    • 🍱 💄 加深默认主题下 @text-color 颜色。#25630
    • 国际化
    • RTL
      • 💄 优化 Tree RTL 模式下连接线的样式。#26205
      • 💄 优化 Dropdown RTL 写法避免暗黑模式样式覆盖。#26206
    • TypeScript
  • v4.5.4 Changes

    August 12, 2020
    • 🍱 🐞 Fix Form.Item hidden not working in less. #26152
    • 🍱 🐞 Fix Dropdown render issue when overlay is string. #26135
    • 🍱 🐞 Fix Table pagination disappear when last record in last page is deleted. #26133 @QoVoQ
    • Tree
      • 🐞 Fix Tree.DirectoryTree can not use scrollTo with ref. #26129
      • 🐞 Fix Tree lost line between top level nodes when enable showLine. #25991 @zhangchen915
    • 🍱 💄 Add @badge-color less variable. #26159
    • RTL
      • 🐞 Fixed Input.Search border style in RTL mode. #26156
      • 🐞 Fix the style of Input when addonBefore in RTL mode. #26153
      • 🐞 Fix multiple style issues for DatePicker in RTL mode. #26149 #26157 #26158
    • TypeScript
      • 🐞 Fix Slider handleStyle and trackStyle TypeScript definitions. #26160

    • 🍱 🐞 修复 Form.Item 在 hidden 时引用 less 样式时失效的问题。#26152
    • 🍱 🐞 修复 Dropdown overlay 为 string 时渲染错误的问题。#26135
    • 🍱 🐞 修复 Table 删除最后一页的最后一条记录时分页消失的问题。#26133 @QoVoQ
    • Tree
      • 🐞 修复 Tree.DirectoryTree 不能通过 ref 调用 scrollTo 的问题。#26129
      • 🐞 修复 Tree 开启 showLine 时顶级节点间缺少连接线的问题。#25991 @zhangchen915
    • 🍱 💄 新增 @badge-color less 变量。#26159
    • RTL
      • 🐞 修复 Input.Search 在 RTL 模式下的边框样式。#26156
      • 🐞 修复 Input 在 RTL 模式下 addonBefore 的样式问题。#26153
      • 🐞 修复 DatePicker 在 RTL 模式下的多个样式问题。#26149 #26157 #26158
    • TypeScript
      • 🐞 修复 Slider handleStyletrackStyle 属性的类型定义。#26160
  • v4.5.3 Changes

    August 09, 2020
    • Menu
      • 🐞 Fix horizontal Menu dark theme style under dark theme. #26062
      • 🐞 Fix the position of the horizontal Menu in dark theme and RTL mode. #26032
    • Table
      • 🐞 Fix Table crash when dataSource contains number. #26042
      • 🐞 Fix Table empty filters throw warning. #26001
    • Form
      • 🐞 Fix Form.Item hidden not work with noStyle. #26020
      • 💄 Fix Form.Item margin is uncorrect in compact mode. #26069
    • Transfer
      • 🐞 Fix the mouse style of the head dropDown when Transfer is disabled. #26005
      • 🐞 Fix the problem that Pagination is not disabled when Transfer is disabled. #26009
    • Cascader
      • 💄 Cascader selector down arrow doesn't rotate. #26078 @07akioni
      • 🐞 Fix Cascader text overflow bug in Firefox. #26011
      • 🐞 Fix the problem that the color of mouse hover border is abnormal when Cascader is disabled. #25970
    • Select
      • 💄 Optimize the disabled style of Select multiple mode. #25980
      • 🐞 Fix the mouse style of custom icon when Select is disabled. #26002
    • 🍱 🐞 Fix Breadcrumb.Item lost separator after wrapping in component. #25984 @flyerH
    • 🍱 🐞 Fix InputNumber dark theme handler background color. #26072
    • 🍱 🐞 Fix the missing key of Avatar.Group. #26098
    • 💅 💄 Adjusts Mentions readOnly mouse style to native style. #25977
    • 🍱 💄 Add @btn-line-height. #26014
    • 💅 💄 Optimize Pagination style when simple type and disabled. #26008
    • 💅 🐞 Fix Modal useModal missing style issue. #25967
    • 💅 🐞 Fix Steps RTL style when use progress. #26075
    • 🌐 Improve Arabic locale. #26094 @Mohelm97
    • 🌐 Improve fr_FR localization. #26034 @Thanaen

    • Menu
      • 🐞 修复水平 Menu 黑暗 theme 在暗黑主题下的样式。#26062
      • 🐞 修复水平方向 Menu 在暗黑主题 RTL 模式下的位置。#26032
    • Table
      • 🐞 修复 Table dataSource 中含有非法数值时会报错的问题。#26042
      • 🐞 修复 Table 空筛选项在控制台抛出 warning 的问题。#26001
    • Form
      • 🐞 修复 Form.Item hidden 不能和 noStyle 一同使用的问题。#26020
      • 💄 修复 Form 紧凑模式下表单项 margin 计算错误。#26069
    • Transfer
      • 🐞 修复 Transfer 禁用时分页未禁用的问题。#26009
      • 🐞 修复 Transfer 禁用时头部下拉按钮的鼠标样式。#26005
    • Cascader
      • 🐞 修复 Cascader 在 Firefox 下文本和箭头重叠的问题。#26011
      • 💄 Cascader 的选择器箭头不再旋转。#26078 @07akioni
      • 🐞 修复 Cascader 禁用时鼠标悬浮边框颜色异常的问题。#25970
    • Select
      • 💄 优化 Select 多选模式 disabled 样式。#25980
      • 🐞 修复 Select 禁用时自定义图标的鼠标样式。#26002
    • 🍱 🐞 修复 Breadcrumb.Item 封装后丢失分隔符的问题。#25984 @flyerH
    • 🍱 🐞 修复 Avatar.Group key 缺失的问题。#26098
    • 🍱 💄 调整 Mentions readOnly 鼠标样式为原生样式。#25977
    • 🍱 💄 新增 @btn-line-height 变量。#26014
    • 🍱 💄 优化 Pagination 简洁分页禁用样式。#26008
    • 🍱 🐞 修复 Modal useModal 丢失样式的问题。#25967
    • 🍱 🐞 修复 InputNumber 暗黑主题下操作栏背景色。#26072
    • 🍱 🐞 修复 Steps 使用 progress 时的 RTL 样式问题。#26075
    • 🌐 改进阿拉伯语 Arabic 的国际化。#26094 @Mohelm97
    • 🌐 改进法语 fr_FR 国际化。#26034 @Thanaen
  • v4.5.2 Changes

    August 02, 2020
    • 🍱 🐞 Fix Slider tooltip abnormal visibility. #25945 @lihqi
    • 🍱 🐞 Fix Divider color in dark mode. #25922
    • 🍱 🐞 Fix Radio.Button text color when disabled and checked. #25911
    • 🍱 🐞 Fix Carousel children height smaller then parent node issue. #25906
    • 🍱 🐞 Fix Table indentSize couldn't be zero value. #25890 @OmriGM
    • 🍱 🐞 Fix List actions show cursor outside clickable area. #25961
    • 🍱 🇷🇺 Improve Russian locale. #25958 @addictional
    • RTL
      • 🐞 Fixed vertical Slider default tooltipPlacement in RTL mode. #25909
      • 🐞 Fix Tabs RTL style of card type. #25936
      • 🐞 Fix nested Table RTL style under dark theme. #25938

    • 🍱 🐞 修复 Slider tooltip 显隐异常的问题。#25945 @lihqi
    • 🍱 🐞 修复 Divider 暗黑模式下分割线颜色。#25922
    • 🍱 🐞 修正 Radio.Button 在 disabledchecked 状态下的文字颜色。#25911
    • 🍱 🐞 修复 Carousel 内子节点高度和容器相差几个像素的问题。#25906
    • 🍱 🐞 修复 Table indentSize 设置为 0 无效的问题。#25890 @OmriGM
    • 🍱 🐞 修复 List actions 不必要的 cursor: pointer 样式。#25961
    • 🍱 🇷🇺 补充俄罗斯语本地化文案。#25958 @addictional
    • RTL
      • 🐞 修复嵌套 Table 在其他主题下的 RTL 样式。#25938
      • 🐞 修复 Tabs card 类型的 RTL 样式。#25936
      • 🐞 修复垂直方向 Slider 在 RTL 模式下默认的 tooltipPlacement#25909
  • v4.5.1 Changes

    July 28, 2020
    • 💅 🐞 Fix Badge style causing build error. #25863
    • 💅 🐞 Fix Menu in horizontal dark status Menu.Item background style glitch. #25850
    • ⚡️ 💄 Optimize Divider color in none-white background. #25855
    • 🍱 💄 Remove multiple Select choice animation of item. #25852
    • TypeScript
      • Export Form FormList interface. #25849

    • 🍱 🐞 修复 Badge 样式导致构建出错的问题。#25863
    • 🍱 🐞 修复 Menu 在 horizontal dark 状态下 Menu.Item 背景样式出错。#25850
    • 🍱 💄 优化 Divider 颜色在非白底背景上的表现。#25855
    • 🍱 💄 移除多选 Select 选项的动画效果使交互更流畅。#25852
    • TypeScript
      • 导出 Form FormList 接口。#25849
  • v4.5.0 Changes

    July 27, 2020
    • 🍱 🆕 Input and Input.TextArea support bordered prop. #25617
    • 🍱 🆕 Add useMessage hook for Message to support context access. #25422
    • 🍱 🆕 Tree support titleRender to customize all nodes' content. #25624
    • 🍱 🆕 Descriptions add extra prop. #25512 @zzz111
    • 🍱 🆕 Add Modal.config to set rootPrefixCls for Modal statis methods. #25613
    • 🍱 🆕 Drawer support push prop for multi-Drawer linkage. #25445 @jinxin0112
    • 🍱 🆕 Add Badge.Ribbon component. #25456
    • 🍱 🆕 Steps support percent prop to show step icon progress. #25839
    • 💄 Menu.Item's blue indicator line and dropdown width are the same as its content's width in horizontal mode. #25622
    • Avatar
      • 🆕 Add Avatar.Group for showing a set of avatars. #25192
      • 🐞 Fix Avatar not fallback correctly when src is invalid. #25806
    • DatePicker
      • 🆕 DatePicker support date-fns. #25822 @fireairforce
      • 🆕 Improve DatePicker hovering experience, the placeholder will change to format value of target-date when hovering a date cell. (#25050). #25784 @Kermit-Xuan
      • 🆕 RangePicker onCalendarChange add range param to indicate currently activated pane. #25568 @Kim-Wing-Fung
      • 🆕 DatePicker support panelRender to customize panel. #25488
      • 🐞 Fix QuarterPicker not working, remove DatePicker.XxxPicker and recommend picker='xxx' usage instead. #25768
    • Form
      • 🆕 Form.List support array in remove method. #25638 @fireairforce
      • 🆕 Form.Item supports dependencies to control updating logic with render props children. #25408
      • 🆕 Adjust Form.Item validateFist to validate in order. Origin logic use parallel to validate. #25321
      • 🐞 Fix Form.Item sometime not clean up prev error message. #25737
      • 🐞 Fix Form.Item not collect validateStatus when children Form.Item with noStyle has an error. #25734
      • 🐞 Fix Form.Item setting labelCol={{ offset: number }} doesn't work if layout is vertical. #25713 @zhangchen915
      • ⌨️ Form add role="alert" attribute on validation message node to import accessibility. #25735 @AlbertAZ1992
    • Calendar
    • 🍱 🐞 Fix Table indeterminate returned by getCheckboxProps not working. #25649
    • 🍱 🐞 Fix Select clear icon position in Form.Item. #25728
    • 💅 🐞 Fix Pagination mouse style of the page turning button. #25772
    • 🍱 🐞 Fix TreeSelect treeNodeLabelProp affect tree node render result. #25755
    • 🍱 🐞 Fix Carousel findDOMNode warning in strict mode. #25744
    • 🏗 🐞 Fix Radio causing SSR build errors with [email protected]. 25821 @Kermit-Xuan
    • 🍱 🐞 Fix Tabs focus & active state color when disabled. 25827 hsuanxyz
    • 🍱 💄 Card action pane color is unified with body color. #25722
    • 🍱 ⌨️ Improve Alert/message/notification accessibility by adding role attribute. #25774
    • 🍱 🇭🇰 Add zh_HK localization. #25731 @wuchu
    • 🍱 🇩🇪 Improve de_DE localization. #25823 @LukeTimeWalker

    • 🍱 🆕 Input 和 Input.TextArea 支持 bordered 属性。#25617
    • 🍱 🆕 Message 新增 useMessage hook,以支持 context 访问。#25422
    • 🍱 🆕 Tree 添加 titleRender 以支持定制所有节点内容。#25624
    • 🍱 🆕 Descriptions 新增 extra 属性。#25512 @zzz111
    • 🍱 🆕 新增 Modal.config 用于全局配置 Modal 静态方法的 rootPrefixCls#25613
    • 🍱 🆕 Drawer 增加 push 属性用于自定义多层级 Drawer 之间的联动。#25445 @jinxin0112
    • 🍱 🆕 新增 Badge.Ribbon 缎带组件。#25456
    • 🍱 🆕 Steps 新增 percent 属性来展示步骤图标的进度。#25839
    • 💄 Menu.Item 水平模式的蓝色指示线和下拉菜单宽度现在和其文字内容宽度一致。 #25622
    • Avatar
      • 🆕 新增 Avatar.Group 用于展现一组头像集合。#25192
      • 🐞 修复 Avatar src 图片地址失效时没有正确 fallback 的问题。#25806
    • DatePicker
      • 🆕 DatePicker 支持 date-fns 日期库。#25822 @fireairforce
      • 🆕 提升日期组件悬停体验,当悬停在某个日期上时占位符将变为对应的日期格式化后的值。(#25050)。#25784 @Kermit-Xuan
      • 🆕 RangePicker onCalendarChange 参数中增加 range 用于指示当前触发面板。#25568 @Kim-Wing-Fung
      • 🆕 DatePicker 支持 panelRender 以自定义渲染面板。#25488
      • 🐞 修复 QuarterPicker 无法使用的问题,同时更新官网示例将 XxxPicker 调整为 picker='xxx',这是 v4 更推荐的写法。#25768
    • Form
      • 🆕 Form.List 中的 remove 方法支持数组类型。#25638 @fireairforce
      • 🆕 Form.Item 在 children 形为 render props 时支持使用 dependencies 控制更新逻辑。#25408
      • 🆕 调整 Form.Item validateFirst 属性为依次执行校验,原并行逻辑改由配置 parallel 开启。#25321
      • 🐞 修复 Form.Item 有时候没有清理之前的错误信息的问题。#25737
      • 🐞 修复 Form.Item 在子 Form.Item 设置 noStyle 并校验失败时没有更新 validateStatus 的问题。#25734
      • 🐞 修复 Form 垂直布局时 Form.Item 设置 labelCol={{ offset: number }} 不生效的问题。#25713 @zhangchen915
      • ⌨️ Form 错误信息节点增加属性 role="alert" 以增强可访问性。#25735 @AlbertAZ1992
    • Calendar
      • 🐞 修复 Calendar 组件的 validRange 导致 disabledDate 不生效 。#25626 @zhangchen915
      • 🐞 修复 Calendar validRange 对月份下拉菜单不生效的问题。#25626 @zhangchen915
    • 🍱 🐞 修复 Table getCheckboxProps 返回的 indeterminate 不生效。#25649
    • 🍱 🐞 修复 Select 清除按钮在 Form.Item 下位置不对的问题。#25728
    • 🍱 🐞 修复 Pagination 翻页按钮的鼠标样式。#25772
    • 🍱 🐞 修复 TreeSelect treeNodeLabelProp 会影响树节点展示内容的问题。#25755
    • 🍱 🐞 修复 Carousel 在 React 严格模式下的 findDOMNode 废弃警告。#25744
    • 🍱 🐞 修复 Radio 在 [email protected] SSR 构建出错的问题。25821 @Kermit-Xuan
    • 🍱 🐞 修复 Tabs 禁用时 focus & active 状态的颜色。25827 hsuanxyz
    • 🍱 💄 Card 操作面板颜色与主体颜色统一。#25722
    • 🍱 ⌨️ 提升 Alert/message/notification 组件的可访问性。#25774
    • 🍱 🇭🇰 新增 zh_HK 本地化。#25731 @wuchu
    • 🍱 🇩🇪 改进 de_DE 本地化。#25823 @LukeTimeWalker
  • v4.4.3 Changes

    July 20, 2020
    • 🍱 🐞 Fix Layout trigger cannot customize zero width to trigger. #25653
    • 💅 🐞 Fix Form.Item help style when verification fails. #25582 @zhangchen915
    • 💅 🐞 Fix Descriptions abnormal style inside Table expandedRowRender. #25593
    • 🍱 💄 Add @zindex-popconfirm: 1060 less variable, and life up @zindex-tooltip to 1070. #25693
    • 🛠 Upgrade react-slick to reduce bundle size. #25599
    • 🌐 Improve Catalan ca_ES localization. #25583 @albertms10
    • 🍱 🇸🇦 Improve ar_EG localization. #25587 @amir5000
    • TypeScript

    • 🍱 🐞 修复 Layout trigger 属性无法定制零宽触发器的问题。#25653
    • 🍱 🐞 修复 Form.Item help 在校验失败时的样式。#25582 @zhangchen915
    • 🍱 🐞 修复 Descriptions 在 Table expandedRowRender 样式异常的问题。#25593
    • 🍱 💄 新增 @zindex-popconfirm: 1060 less 变量,并将 @zindex-tooltip 提升为 1070#25693
    • 🛠 更新 react-slick 依赖优化包大小。#25599
    • 🌐 改进加泰罗尼亚语 ca_ES 国际化。#25583 @albertms10
    • 🍱 🇸🇦 改进阿拉伯语 ar_EG 国际化。#25587 @amir5000
    • TypeScript
  • v4.4.2 Changes

    July 11, 2020
    • 🛠 Adjust Alert animation to remove directly dom operation. #dd8e9f8 @Yunfly
    • Select
      • 🐞 Fix Select shifts vertically when searching. #25536 @07akioni
      • 💄 Add @select-item-select-color to control the color when Select item is selected. #25476
    • 🍱 🐞 Fix Form.Item warning for preserve as invalidate dom prop. #25518
    • 🍱 🐞 Fix Card cover margin bug when bordered is false. #25515 @yutingzhao1991
    • 💅 💄 Adjust Typography style to set overflow-wrap: break-word as default. #25516
    • 🍱 🐞 Fix Table expandedRowRender nested Table cell background color. #25498
    • 🍱 🐞 Fix Popover wrong positioning on Radio.Button. #25449 @zgoby
    • 🍱 🐞 Fix RangePicker clear icon position issue when size=small. #25458
    • 🔧 🆕 Upload supports to show thumbnail for non-image files as thumbUrl configured in onChange event. #25432 @AlbertAZ1992
    • 🍱 🐞 Fix Table onChange triggered multiple times when change page size. #25520 @zhangchen915
    • 🛠 Remove babel-runtime and add @babel/runtime in dependencies, reduce gzipped bundle size 18.6KB. #25530
    • 🍱 🇪🇸 Improve es_ES localization. #25460 @gersongams

    • 🛠 调整 Alert 组件关闭动画实现移除直接的 dom 操作。#dd8e9f8 @Yunfly
    • Select
      • 🐞 修正了 Select 在搜索时纵向位移的问题。#25536 @07akioni
      • 💄 增加 @select-item-selected-color 以控制 Select 选项选中时的颜色。#25476
    • 🍱 🐞 修复 Form.Item 警告 preserve 是无效 dom 属性的问题。#25518
    • 🍱 🐞 修复当 Card 组件无边框时封面图边距的问题。#25515 @yutingzhao1991
    • 🍱 💄 调整 Typography 样式添加 overflow-wrap: break-word 默认样式。#25516
    • 🍱 🐞 修复 Table expandedRowRender 内嵌 Table 时单元格背景丢失的问题。#25498
    • 🍱 🐞 修复 Radio.Button 上使用 Popover 时的位置异常问题。#25449 @zgoby
    • 🍱 🐞 修复 RangePicker 在 size=small 时清除按钮的位置问题。#25458
    • 🍱 🆕 Upload 支持上传非图片文件时在 onChange 事件中设置 thumbUrl 来展示缩略图。#25432 @AlbertAZ1992
    • 🍱 🐞 修复 Table 切换页条目数时 onChange 触发多次的问题。#25520 @zhangchen915
    • 🛠 移除 babel-runtime 并添加 @babel/runtime 依赖,减少 gzipped 包体积 18.6KB#25530
    • 🍱 🇪🇸 改进 es_ES 国际化。#25460 @gersongams
  • v4.4.1 Changes

    July 06, 2020
    • Menu
      • 🐞 Fix Menu.Item use a tag color style issue. #25414 @kaysonwu
      • 🐞 Fix Menu inline animation not correct issue. #25341
      • 💄 Optimize Menu collapse animation. #25301
    • 🍱 🐞 Fix Input disabled backgroundColor is override when inside a error or warning Form.Item. #25385
    • 🍱 🐞 Fix Table header extra border of right side column. #25378
    • 🍱 🐞 Fix Grid ResponsiveObserve not been unsubscribed correctly. #25319 @zhangchen915
    • 🍱 🐞 Fix Progress successPercent warning message and correct success.progress to success.percent. #25356 @fireairforce
    • 🍱 🐞 Fix PageHeader Tabs unnecessary margin-bottom. #25340 @dickeylth
    • Form
      • 🐞 Fix Form.Item hidden no working. #25336
      • 🐞 Fix Form.Item help message may not disappear in a display:none container. #25297
    • Radio
      • 🐞 Fix Radio.Group throw Function components cannot be given refs warning message. #25328
      • 🐞 Fix Radio.Group style with extra spaces in children. #25304 @ElderJames
    • 🍱 🐞 Fix Drawer click mask will trigger close event multiple times. #25313
    • 🍱 🐞 Fix Skeleton Button/Avatar/Input/Image default width to auto. #25303
    • ⚡️ 🇺🇦 Update uk_UA localization. #25402 @kitsoRik
    • ⚡️ 🇳🇴 Update nb_NO localization. #25374 @Johannes-Andersen
    • TypeScript

    • Menu
      • 🐞 修复 Menu.Item 中内嵌的 a 标签颜色样式问题。#25414 @kaysonwu
      • 🐞 修复 Menu 内嵌菜单动画不正确问题。#25341
      • 💄 优化 Menu 菜单收缩动画。#25301
    • 🍱 🐞 修复 Input 在禁用状态下背景颜色被 errorwarning 的 Form.Item 覆盖的问题。#25385
    • 🍱 🐞 修复 Table 固定列头最右侧的多余边框样式。#25378
    • 🍱 🐞 修复 Grid 响应式监听函数没有正确销毁的问题。#25319 @zhangchen915
    • 🍱 🐞 修复 Progress successPercent 警告信息修复 Progress success.progresssuccess.percent#25356 @fireairforce
    • 🍱 🐞 修复 PageHeader 内 Tabs 不必要的 margin-bottom#25340 @dickeylth
    • Form
      • 🐞 修复 Form.Item hidden 属性不生效的问题。#25336
      • 🐞 修复 Form.Item 在 display: none 的容器中提示信息可能不会消失的问题。#25297
    • Radio
      • 🐞 修复 Radio.Group 报错 Function components cannot be given refs 的问题。#25328
      • 🐞 修复 Radio.Group 中 children 使用空格出现的样式异常问题。#25304 @ElderJames
    • 🍱 🐞 修复 Drawer 点击遮罩可能会触发多次关闭事件的问题。#25313
    • 🍱 🐞 修复 Skeleton 中 Button/Avatar/Input/Image 默认宽度为 auto。#25303
    • 🍱 🇺🇦 更新 uk_UA 国际化。#25402 @kitsoRik
    • 🍱 🇳🇴 更新 nb_NO 国际化。#25374 @Johannes-Andersen
    • TypeScript
  • v4.4.0 Changes

    June 29, 2020
    • ⚡️ 🔥 Optimize RangePicker interaction that any picker selection will popup another picker panel. #25135
    • 🍱 🔥 Add Skeleton.Image. #24805 @fireairforce
    • Form
      • 🆕 Form.Item support preserve to disable value preserve. #25186
      • 🆕 Form.Item add hidden prop. #25108
      • 🆕 Form instance support getFieldInstance. #24711
    • Table
      • 🆕 Table onChange add action in extra argument. #24697
      • 🆕 Table support rowSelection.dirty to enable cache key with ajax. #24718
      • 🐞 Table supports rowSelection.checkStrictly. #24931
      • 🐞 Fix Table onSelectAll's changeRows parameter is incorrect. #24931
      • 🐞 Fix Table expand buttons of leaf rows in tree data can still be clicked. #24931
      • 🐞 Fix Table expand icon still interative when hidden. #25170
    • TimePicker
      • 🐞 Fix TimePicker display 12 AM as 0 AM. #25174
      • 🐞 Fix TimePicker not using 0 ~ 23 to disable hours. #25174
      • 🐞 Fix TimePicker AM | PM are not related with hour disabled status. #25174
      • 🐞 Fix TimePicker "Now" button's behavior doesn't conform hour, minute, second step. #25174
    • Cascader
      • 🆕 Cascader add expandIcon to customize the current item expand icon. #24865
      • 🆕 Cascader support dropdownRender prop for customizing menu. #24812
    • Menu
      • 🆕 Menu support triggerSubMenuAction (hover or click). #25127 @hydRAnger
      • 🐞 Fix Menu.SubMenu background color in dark theme. #25205
    • Tabs
      • 🆕 Pagination support onChange called when pageSize change. #24964 @fireairforce
      • 🆕 Tabs support addIcon to customize add icon node. #25006
      • 🐞 Fix Tabs can not close in IE11. #25200
    • Pagination
      • 🐞 Improve Pagination accessibility by fixing a W3C error. #25119
    • DatePicker
      • 🆕 Fix month and quarter picker's toggle button size of DatePicker component. #25035 @fireairforce
      • 🆕 DatePicker support showNow. TimePicker support showNow. #25032
    • Drawer
      • 🆕 Dropdown component support arrow prop. #23869 @wendellhu95
      • 🐞 Fix Drawer getContainer={false} cause scrollbar missing in some situation. #25273
    • 🍱 🆕 Fix Rate render unexpectedly when value is 1.6 or 2.6. #24993
    • 🍱 🆕 Menution support autoSize prop. #24961 @Kermit-Xuan
    • 🍱 🆕 Remove the 140px width limit on vertical dot Steps.Step. #24907
    • 🍱 🆕 Move Result children to end of component. #24945
    • 🍱 🆕 Add Rate character support (RateProps)=> ReactNode customization. #24903
    • 🍱 🆕 Add optionType api to set Radio type in Radio.Group when use options. #24809
    • 🍱 🆕 Add closeIcon to customize Tag close icon. #24885
    • 🍱 🆕 Drawer support closeIcon. #24842
    • 🍱 🆕 Add ghost prop for collapse to set a transparent background. #24734
    • 🍱 🆕 Progress support customise filled Progress color. #24655 @fireairforce
    • 🍱 🆕 Typography copyable support icon and tooltips for customization. #25274 @israelKusayev
    • 🍱 🆕 Add showLeafIcon for Tree Component when set showLine prop. #25271
    • 🍱 🆕 Add BackTop duration used to set the time required to return to the top. #25254
    • 🍱 🐞 Fix Select suffix icon can not focus input. #25212
    • 🍱 🐞 Fix the issue that Notification modification width is not aligned with the edge of the screen. #25168
    • 🍱 💄 Make Switch animation more smooth and quicker. #25160
    • 🛠 Modal add more less parameters. #24773 @hicrystal
    • 💅 🐞 Fix PageHeader tabs unexpected border style. #25159
    • 🍱 🐞 Fix InputNumber max prop has no default value. #25243
    • 🌐 Add missing translation keys to table locale in German, Italian and Czech. #25233 @karelsoupaEMZ
    • 🍱 🇯🇵 Add ja_JP globalization for Form. #25244 @kentaro84207
    • RTL
      • 🐞 Fix Table nested style in RTL. #25156
      • 🐞 Fix Table title style in RTL when use filter and sorter. #25152
      • 🐞 Fix InputNumber input inner in RTL. #25146

    • 🍱 🔥 优化 RangePicker 交互,现在任意面板选择完毕后,另一个面板会自动弹出。#25135
    • 🍱 🔥 新增 Skeleton.Image 组件。#24805 @fireairforce
    • Form
      • 🆕 Form 实例支持 getFieldInstance#24711
      • 🆕 Form.Item 新增 hidden 属性用于隐藏表单项。#25108
      • 🆕 Form.Item 添加 preserve 属性以支持字段值清理。#25186
    • Table
      • 🆕 Table 添加 rowSelection.dirty 以支持异步数据下保留 key#24718
      • 🆕 Table onChange 添加 action 参数用于标示操作类型。#24697
      • 🐞 Table 支持 rowSelection.checkStrictly 来完全受控节点。#24931
      • 🐞 修复 Table onSelectAllchangeRows 参数不正确的问题。#24931
      • 🐞 修复 Table 树形数据叶节点行的展开按钮仍能被点击的问题。#24931
      • 🐞 修复 Table 展开图标隐藏时仍然有鼠标手型的问题。#25170
      • 🐞 修复 Table 展开图标隐藏时仍然有鼠标手型的问题。#25170
    • TimePicker
      • 🐞 修复 TimePicker 面板 12 AM 显示为 0 AM 的问题。#25174
      • 🐞 修复 TimePicker 在 use12Hours 时没有用 0 ~ 23 来禁用小时的问题。#25174
      • 🐞 修复 TimePicker 没有根据小时禁用情况禁用 AM PM 的问题。#25174
      • 🐞 修复 TimePicker Now 按钮没有和 hour|minute|second|step 保持一致的问题。#25174
    • Cascader
      • 🆕 Cascader 新增 expandIcon 来自定义次级菜单展开图标。#24865
      • 🆕 Cascader 增加 dropdownRender 属性用于扩展菜单。#24812
    • Menu
      • 🆕 Menu 增加 triggerSubMenuAction 属性以支持配置菜单弹出的交互方式。#25127 @hydRAnger
      • 🐞 修复 Menu theme="dark" 时子菜单背景色为白色的问题。#25205
    • Tabs
      • 🆕 Tabs 支持 addIcon 以自定义添加图标。#25006
      • 🐞 修复 Tabs 在 IE11 下无法关闭的问题。#25200
    • Pagination
      • 🆕 Pagination 支持当 pageSize 改变时,onChange 的调用。#24964 @fireairforce
      • 🐞 优化 Pagination 可访问性,修复一个 W3C 属性错误。#25119
    • DatePicker
      • 🐞 修复 DatePicker 组件的月份和季度前后选择器 icon 的大小。#25035 @fireairforce
      • 🆕 TimePicker 支持 showNow 属性。#25032
    • Drawer
      • 🆕 Drawer 支持 closeIcon 属性。#24842
      • 🐞 修复 Drawer 使用 getContainer={false} 时可能导致页面滚动条消失的问题。#25273
    • 🍱 🆕 Rate character 支持通过 (RateProps) => ReactNode 自定义。#24903
    • 🍱 💄 移除了垂直点状 Steps.Step 的 140px 宽度限制。#24907
    • 🍱 🆕 Menution 新增 autoSize 属性以支持高度自适应。#24961 @Kermit-Xuan
    • 🍱 🆕 调整 Result children 显示位置到组件尾部。#24945
    • 🍱 🆕 Radio.Group 新增 optionType 来设置 options 的 Radio 类型。#24809
    • 🍱 🆕 Tag 新增 closeIcon 用以自定义关闭按钮。#24885
    • 🍱 🆕 Dropdown 组件支持下拉框箭头。#23869 @wendellhu95
    • 🍱 🆕 Collapse 增加了 ghost 属性来设置透明背景。#24734
    • 🍱 🆕 Progress 组件支持自定义已完成进度条颜色。#24655 @fireairforce
    • 🍱 🆕 Typography copyable 属性支持 icontooltips 用于自定义图标和提示文案。#25274 @israelKusayev
    • 🍱 🆕 Tree showLine 属性支持配置隐藏叶节点图标。#25271
    • 🍱 🆕 BackTop 支持 duration 来设置回到顶部所需时间。#25254
    • 🍱 🐞 修复 Select 点击下拉箭头时输入框不能获得焦点的问题。#25212
    • 🍱 🐞 修复 Rate 半选时 value 被四舍五入的问题。#24993
    • 🍱 🐞 修复 Notification 修改 width 时没有相对屏幕边缘对齐的问题。#25168
    • 🍱 🐞 修正 InputNumber max 属性没有默认值的问题。#25243
    • 🛠 给 Modal 组件增加了更多的 less 变量。#24773 @hicrystal
    • 🍱 💄 更快的 Switch 动画切换效果。#25160
    • 🍱 🐞 修复 PageHeader 内 Tabs 多余的边框样式。#25159
    • 🌐 增加了德语,意大利语和捷克语缺失的翻译。#25233 @karelsoupaEMZ
    • 🍱 🇯🇵 增加了 Form 的日语国际化。#25244 @kentaro84207
    • RTL
      • 🐞 修复 Table RTL 模式下的嵌套表格样式。#25156
      • 🐞 修复 Table RTL 模式下,筛选和排序的头部样式。#25152
      • 🐞 修复 InputNumber RTL 模式下输入框内显示。#25146