All Versions
63
Latest Version
Avg Release Cycle
6 days
Latest Release
1028 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.9.2 Changes
December 07, 2020- Table
- ⬇️ Dropdown
- 💅 🐞 Fix
overlayInnerStyle
not work in Tooltip. #27682 @jasepellerin - 💅 💄 Fix Layout overflow style for Table
sticky
. #28176 - 💅 💄 Fix Steps
progressDot
broken style of first step. #28126 @ZeroTo0ne - 🐎 💄 Optimize Modal
useModal
performance by isolating elements render to avoid the component to rerender. #28122 @TotooriaHyperion - 💅 💄 Fix TextArea showCount style while using with Form. #28130 @AlanCutFlim
- 💅 💄 Fix Tag cursor style in Tree node. #28219
- 🛠 Remove
@ant-design/css-animation
for better bundle size. #28201 - RTL
- 💄 Fix the style of Alert. #28108 @jesse3mh9a
- 🐞 Fix Tree
dropIndicator
style of defaultltr
direction. #28150 @kagawagao
- TypeScript
- Table
- ⬇️ Dropdown
- 💅 🐞 修复 Tooltip
overlayInnerStyle
属性无效。#27682 @jasepellerin - 🍱 💄 修复 Layout 内部使用 Table
sticky
属性失效的问题。#28176 - 🍱 💄 修复 Steps
progressDot
第一个步骤点错位的问题。#28126 @ZeroTo0ne - 🍱 💄 优化 Modal
useModal
性能,避免元素渲染导致组件渲染。#28122 @TotooriaHyperion - 🍱 💄 修复 TextArea 结合 Form 使用时的字数提示样式问题。#28130 @AlanCutFlim
- 🍱 💄 修复 Tree 里使用 Tag 时鼠标手型样式问题。#28219
- 🛠 移除对
@ant-design/css-animation
的依赖以优化包体积。#28201 - RTL
- 💄 修复 Alert rtl 样式。#28108 @jesse3mh9a
- 🐞 修复 Tree
dropIndicator
默认 ltr 方向下的样式问题。#28150 @kagawagao
- TypeScript
-
v4.9.1 Changes
December 01, 2020 -
v4.9.0 Changes
December 01, 2020- Modal
- 🆕 Modal support
focusTriggerAfterClose
to disable auto focus back. #27985 @molokovev - 🐞 Fix Modal hooks not trigger
onCancel
. #28063 @JuniorTour - 🐞 Fix Modal sometime not popup from the click position. #28037
- 🆕 Support
closable
andcloseIcon
api for Modal.method. #27909 @MrHeer
- 🆕 Modal support
- 🍱 💄 Reduce Table selection column width to
32px
. #28073 - Image
- Collapse
- 🍱 🐞 Fix Cascader bug that empty data can be selected. #28062 @n0ruSh
- 🍱 🆕 Alert support
action
prop. #25892 @jesse3mh9a - 🔨 🔥 Tree refactor drag behavior. Add
dropIndicatorRender
andallowDrop
prop. #26462 @07akioni - 🍱 🆕 Space support
wrap
for auto break line. #27910 - 💅 🆕 Descriptions.Item support
labelStyle
&contentStyle
props. #27897 - 🍱 🆕 Form.List support
initialValue
. #27872 - 💅 🆕 Menu supports
expandIcon
, and optimize default expand icon style. #27565 - 🍱 🆕 Input and TextArea add
setSelectionRange
ofref
. #27584 @appleshell - 🍱 🆕 Select support
filterSort
to order the filtered options. #27523 @n0ruSh - 🍱 🇰🇿 Add Kazakh locale. #27589 @nodkz
- Modal
- 🆕 Modal 支持
focusTriggerAfterClose
以关闭自动恢复焦点的功能。#27985 @molokovev - 🐞 修复 Modal hooks 没有触发
onCancel
的问题。#28063 @JuniorTour - 🐞 修复 Modal 有时不在点击位置弹出的问题。#28037
- 🆕 Modal.method 支持
closable
和closeIcon
。#27909 @MrHeer
- 🆕 Modal 支持
- 🍱 💄 减少 Table 选中列宽度至
32px
。#28073 - Image
- Collapse
- 🍱 🐞 修复 Cascader 空数据可以被选择的问题。#28062 @n0ruSh
- 🍱 🆕 Alert 支持
action
属性。#25892 @jesse3mh9a - 🍱 🔥 Tree 重构拖拽行为,增加
dropIndicatorRender
和allowDrop
属性。#26462 @07akioni - 🍱 🆕 Space 增加
wrap
属性以配置自动换行。#27910 - 💅 🆕 Descriptions.Item 支持
labelStyle
和contentStyle
属性。#27897 - 🍱 🆕 Form.List 支持
initialValue
。#27872 - 🍱 🆕 Menu 新增
expandIcon
属性以支持自定义展开图标,同时优化了默认图标的样式。#27565 - 🍱 🆕 Input 和 TextArea 组件的
ref
属性增加setSelectionRange
方法。#27584 @appleshell - 🍱 🆕 Select 组件新增
filterSort
属性以支持筛选模式下选项排序功能。#27523 @n0ruSh - 🍱 🇰🇿 新增哈萨克语。#27589 @nodkz
- Modal
-
v4.8.6 Changes
November 27, 2020- 💅 🐞 Fix Badge style blink when mounted. #28003
- 💅 💄 Reduce Modal style size. #27998
- 🍱 🐞 Fix Layout.Sider can not collapse when
width='0'
. #28000 - 💅 🐞 Fix Menu style when using none Ant Design icons. #27983
- Input
- 🍱 🐞 Fix Typography.Link clicking copy button will redirect. #27982
- 🍱 🐞 Fix Carousel throws error
Unable to preventDefault inside passive event listener
. #27957 - 🌐 Improve data picker locale for
en_GB
andzh_TW
. #28016 @abz53378 - RTL
- TypeScript
- 🤖 Fix Upload
beforeUpload
definition. #27946 @bingling0084 - 🤖 Provided a separate type definition for Carousel reference. #27935 @ocassio
- 🤖 Fix Upload
- 🍱 🐞 修复 Badge 在初始化时样式抖动的问题。#28003
- 🍱 💄 优化 Modal 相关样式的冗余。#27998
- 🍱 🐞 修复 Layout.Sider 在
width='0'
时不能展开的问题。#28000 - 🍱 🐞 修复 Menu 使用非 Ant Design 图标时的样式问题。#27983
- Input
- 🍱 🐞 修复 Typography.Link 点击复制按钮会触发链接跳转的问题。#27982
- 🍱 🐞 修复 Carousel
Unable to preventDefault inside passive event listener
报错问题。#27957 - 🌐 改进 DatePicker 的
en_GB
与zh_TW
本地化支持。#28016 @abz53378 - RTL
- TypeScript
- 🤖 修复 Upload 的
beforeUpload
定义问题。#27946 @bingling0084 - 🤖 为 Carousel 提供单独的 ref 定义。#27935 @ocassio
- 🤖 修复 Upload 的
-
v4.8.5 Changes
November 22, 2020- 🍱 🐞 Fix that Spin can't render children
0
. #27839 @liuchao233 - 💅 💄 Fix the RangePicker panel interaction style. #27894
- 💅 💄 Fix Switch
loading
style. #27860 - ⚡️ 💄 Optimize Skeleton color to fit dark background. #27836
- 🍱 💄 Adjust Statistic
deciaml
font size. #27884 - 🛠 Refactor Checkbox、Layout.Sider and TextArea with React hooks. #27739 #27719 #27693
- 🛠 Refactor BackTop、Badge、UploadList with
rc-motion
instead ofrc-animate
. #27840 #27848 #27923 - RTL
- 💄 Fix the style of the Tree switch icon in RTL mode. #27876
- TypeScript
- 🍱 🐞 修复 Spin 组件不能渲染
0
的问题。#27839 @liuchao233 - 🍱 💄 修复 RangePicker 面板的交互样式。#27894
- 🍱 💄 修复 Switch
loading
的样式问题。#27860 - 🍱 💄 优化 Skeleton 默认色彩使其能放置在暗色背景中。#27836
- 🍱 💄 调整 Statistic 小数的字体大小。#27884
- 🛠 使用 React hooks 重构 Checkbox、Layout.Sider 和 TextArea。#27739 #27719 #27693
- 🛠 使用
rc-motion
动画库代替rc-animate
重构 BackTop、Badge、UploadList。#27840 #27848 #27923 - RTL
- 💄 修复 Tree 切换按钮在 RTL 模式下的样式问题。#27876
- TypeScript
- 🍱 🐞 Fix that Spin can't render children
-
v4.8.4 Changes
November 16, 2020- 💅 💄 Fix Button and Form loading style. #27794
- 🍱 🐞 Fix Modal.confirm locale missing after close it. #27797
- 🍱 🐞 Fix Button/Anchor throws
findDOMNode is deprecated
in React 17. #27755 @hosseinmd
- 🍱 💄 修复 Button 和 Form 校验 loading 样式错误的问题。#27794
- 🍱 🐞 修复 Modal.confirm 关闭时国际化丢失的问题。#27797
- 🍱 🐞 修复 Button 和 Anchor 等组件在 React 17 下
findDOMNode is deprecated
的警告。#27755 @hosseinmd
-
v4.8.3 Changes
November 16, 2020- 🍱 🐞 Fixed the problem that form behaves abnormally when namepath is an array.. #27664
- 🍱 💄 Fix DateRangePicker hover effect position when hover over start or end cell of in range row. #27731 @AlanCutFlim
- 🍱 🐞 Fix Select
mode=tags
cannot input whitespace normally. #27726 @baxtergu - 💅 💄 Fix the mouse style when Typography.Link is
disabled
. #27734 - 🍱 🐞 Fix Menu dropdown animation start twice when appear. #27663
- 💅 💄 Fix Avatar style when
src
is Image component. #27691 - 🍱 💄 Fix Select multiple cursor position. #27689
- 🍱 🐞 Fix TextArea emoji been cut when enable
maxLength
. #27679 @372623460jh - 🍱 🐞 Fix small size RangePicker active bar align issue. #27673 @Ifeinstein
- 🍱 💄 Add
@radio-border-width
. #27703 - 🛠 Refactor Carousel with React hooks. #27694
- 🛠 Refactor
<Typography editable />
with React hooks. #27655
- 🍱 🐞 修复 Form 在 namePath 为数组的时候表现异常的问题。#27664
- 🍱 💄 修复 DateRangePicker 选择已选范围内一行的首尾日期时的悬浮样式位置异常问题。#27731 @AlanCutFlim
- 🍱 🐞 修复 Select
tags
模式下无法输入空格的问题。#27726 @baxtergu - 🍱 💄 修复 Typography.Link 禁用时鼠标样式问题。#27734
- 🍱 🐞 修复 Menu 下拉框显示时动画会播放两次的问题。#27663
- 🍱 💄 修复 Avatar src 为 Image 时的样式问题。#27691
- 🍱 💄 修复 Select
mode="multiple"
的光标位置偏左的问题。#27689 - 🍱 🐞 修复 TextArea 使用 emoji 时被裁切的问题。#27679 @372623460jh
- 🍱 🐞 修复 RangePicker
size="small"
时高亮线没有对齐的问题。#27673 @Ifeinstein - 🍱 💄 新增
@radio-border-width
less 变量。#27703 - 🛠 使用 React hooks 重构 Carousel。#27694
- 🛠 使用 React hooks 重构
<Typography editable />
。#27655
-
v4.8.2 Changes
November 09, 2020 -
v4.8.1 Changes
November 09, 2020- 🛠 Refactor TreeSelect with React hooks. #27593
- 🛠 Refactor Layout with React hooks. #27595
- 💅 🐞 Fix Select abnormal outline style in Form validation. #27607
- 🍱 🐞 Fix Pagination extra
margin-right
when enable size changer. #27610 - 🍱 🐞 Fix Input.Search
enterButton={null}
throw error. #27591 @davidebianchi - 🍱 🐞 fix Avatar.Group
size
not working. #27531 - 🍱 🐞 Fix vertical Tabs long title cause tab width changes. #27569
- 🍱 🐞 Fix Table filters didn't display in
column.children
. #27435 @JhonXY - 💅 💄 Fix Steps style that inside another Steps. #27514
- TypeScript
- RTL
- 💄 Fix Progress.Line
strokeColor
direction error in RTL mode. #27515
- 💄 Fix Progress.Line
- 🛠 使用 React hooks 重构 TreeSelect。#27593
- 🛠 使用 React hooks 重构 Layout。#27595
- 🍱 🐞 再次修复 Select 组件在 Form 中触发校验时外边框样式异常的问题。#27607
- 🍱 🐞 修复 Pagination 开启页码切换器时右侧多余的
margin
。#27610 - 🍱 🐞 修复 Input.Search
enterButton={null}
报错的问题。#27591 @davidebianchi - 🍱 🐞 修复 Avatar.Group
size
不生效的问题。#27531 - 🍱 🐞 修复垂直 Tabs 标题文字很长时导致页签宽度跳动的问题。#27569
- 🍱 🐞 修复 Table
column.children
内的筛选功能不展示的问题。#27435 @JhonXY - 🍱 💄 修复 Steps 内嵌 Steps 时的样式。#27514
- TypeScript
- RTL
- 💄 修复 Progress.Line
strokeColor
在 RTL 模式下方向错误。#27515
- 💄 修复 Progress.Line
-
v4.8.0 Changes
November 02, 2020- Image
- 🍱 🆕 ConfigProvider support
form.requiredMark
. #27322 - 🍱 🆕 Statistic support
loading
prop. #26811 @appleshell - Avatar
- 🍱 🆕 Row support
noWrap
to make Col in line. #27469 - Tree
- Modal
- Input
- Table
- Typography
- Steps
- 🍱 🐞 Fix PageHeader that empty dom will be displayed when
title
is empty. #27485 - 🍱 🐞 Fix Slider keep tooltip align with handle when dragging. #27489
- 💅 🐞 Fix RangePicker selected range border style. #27438
- 🍱 💄 Adjust Collapse arrow position align with first line. #27363
- 💅 💄 Fix Descriptions style when
label
use block element. #27375 - 💅 💄 Fix Select abnormal border style in Form validation. #27378
- Image
- 🍱 🆕 ConfigProvider 增加
form.requiredMark
配置。#27322 - 🍱 🆕 Statistic 组件增加
loading
属性。#26811 @appleshell - Avatar
- 🍱 🆕 Row 支持
noWrap
属性以使 Col 不错行。#27469 - Tree
- Modal
- Input
- Table
- Typography
- Steps
- 🍱 🐞 修复 PageHeader
title
为空时,会展示空 DOM 的问题。#27485 - 🍱 🐞 修复 Slider 拖拽时提示内容对齐问题。#27489
- 🍱 🐞 修复 RangePicker 选择同一时间后再次选择时边框样式异常的问题。#27438
- 🍱 💄 调整 Collapse 折叠箭头的位置与第一行文字对齐。#27363
- 🍱 💄 修复 Descriptions 在
label
自定义为块状元素时的样式问题。#27375 - 🍱 💄 修复 Select 组件在 Form 中触发校验时边框样式异常的问题。#27378