All Versions
63
Latest Version
Avg Release Cycle
6 days
Latest Release
790 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v4.7.3 Changes
October 24, 2020- Form
- Typography
- Input
- 🍱 🐞 Fix Upload.List preview image fit size issue. #27312 @JuniorTour
- 🍱 🐞 Fix Notification no wrap with long text. #27285 @littleee
- 🍱 🐞 Fix Menu inside flexable container will not shrink properly. #27253
- 🌐 Fix en_US, en_GB and ga_IE gramma. #27259 @yasikovsky
- 🍱 🐞 Fix Tag with customize
closeIcon
breaks line issue. #27226 @handycode
- Form
- Typography
- Input
- 🍱 🐞 修复 Upload.List 图片预览显示不全的问题。#27312 @JuniorTour
- 🍱 🐞 修复 Notification 长文本不换行的问题。#27285 @littleee
- 🍱 🐞 修复 Menu 在 flex 容器内不会正常收缩省略的问题。#27253
- 🌐 修复 en_US、en_GB、ga_IE 国际化语法问题。#27259 @yasikovsky
- 🍱 🐞 修复 Tag 标签自定义关闭图标会导致换行的问题。#27226 @handycode
-
v4.7.2 Changes
October 19, 2020- 💅 💄 Fix Layout.Sider
light
theme lost styles. #27227 @lingjieee - 💅 💄 Fix TextArea wrapped with additional div when
showCount
isfalse
, and passclassName
andstyle
to outer wrapper whenshowCount
istrue
. #27216 - 🍱 🐞 Fix Checkbox.Group TS2559 error. #27231
- 🍱 💄 修复 Layout.Sider
light
主题失效问题。#27227 @lingjieee - 💅 💄 修复 TextArea 没有设置
showCount
时仍然会包裹 div 的问题,同时解决showCount
下className
和style
没有传递给最外层节点的问题。#27216 - 🍱 🐞 修复 Checkbox.Group TS2559 错误。#27231
- 💅 💄 Fix Layout.Sider
-
v4.7.1 Changes
October 19, 2020- DatePicker
- Typography
- 💅 💄 Fix Descriptions
ant-descriptions-item-content
and add styleword-break:break-word;
. #27195 @WLyKan - 🍱 🐞 Fix clear Password value attribute in controlled mode. #27191
- ⚡️ 🐞 Optimize Notification width in small screen. #27189
- 🍱 🐞 Fix Cascader className duplicate. #27187 @huntdream
- 🍱 🐞 Fix the issue that the Drawer will trigger form submit. #27175
- 🍱 🐞 Fix Dropdown icon missing margin. #27165
- 🍱 💄 Fix Layout.Sider
collapsedWidth
cannot work without modifying@menu-collapsed-width
. #27154 - 🍱 🐞 Fix Tabs
animated={true}
not working for panels. #27145 - 🍱 🐞 Fix Divider color when contains text. #27134
- 💅 💄 Fix the cursor style when the Radio option is selected and disabled. #27125
- 🌐 🇪🇸 Add missing translations in es_ES. #27079 @gersongams
- RTL
- 💄 Optimize the style of Input.TextArea character count in RTL mode. #27098
- TypeScript
- 🤖 Button shape remove undeclared doc type. #27159
- 🤖 Add optional
rules
property intoFormListProps
. #27164 @huntdream
- DatePicker
- Typography
- 🍱 💄 修复 Descriptions 组件的内容含有超长数字时无法换行的问题。#27195 @WLyKan
- 🍱 🐞 修复 Password 在受控模式下未清除
value
属性的问题。#27191 - 🍱 🐞 修复 Notification 在小尺寸屏幕下的宽度问题。#27189
- 🍱 🐞 修复 Cascader 类名重复的问题。#27187 @huntdream
- 🍱 🐞 修复 Drawer 会触发 Form 提交事件的问题。#27175
- 🍱 🐞 修复 Dropdown 下拉菜单图标间距丢失的问题。#27165
- 🍱 💄 修复 Layout.Sider 指定
collapsedWidth
后侧边菜单部分宽度不对的问题。#27154 - 🍱 🐞 修复 Tabs
animated
属性为true
时未开启内容切换动画的问题。#27145 - 🍱 🐞 修复 Divider 带标题时的分割线颜色。#27134
- 🍱 💄 修复 Radio 选项选中并禁用时的鼠标样式。#27125
- 🍱 🇪🇸 为西班牙语 es_ES 中添加缺少的翻译。#27079 @gerongams
- RTL
- 💄 优化 Input.TextArea 字数提示在 RTL 模式下的样式。#27098
- TypeScript
- 🤖 Button
shape
移除文档中未声明的类型。#27159 - 🤖 修复 Form.List
rules
属性缺失的问题。#27164 @huntdream
- 🤖 Button
-
v4.7.0 Changes
October 10, 2020- 🍱 🔥 Input.TextArea support word count. #26952 @zhangchen915
- 🍱 🔥 DatePicker support custom
format
by passing a function. #26845 - Form
- Upload
- Table
- 🆕 Table
sticky
now supportgetContainer
. #26973 - 🐞 Fix Table should not render dropdown filter icon when filterDropdown is
undefined
. #27002 @shangyilim
- 🆕 Table
- Modal
- 🛠 Refactor Modal animation code so that it will remove all dom element when closed. #26940
- 🆕 Modal add
modalRender
prop which can be used for draggable dialog. #26507 @jhoneybee
- 🍱 🆕 Space add
split
prop. #26948 - 🍱 🆕 Image
preview
prop now supportvisible
andonVisibleChange
. #26915 - 🍱 🆕 InputNumber will trigger
onStep
prop when click up/down buttons. #27075 - 🍱 🆕 Avatar
size
support responsive config. #26244 @willamesoares - 🍱 🐞 Fix Radio.Button children cannot apply Tooltip. #27050
- RTL
- ⬅️ Fix List action button position in RTL mode. #26964
- ⬅️ Fix Transfer pagination style in RTL mode. #26960
- ⬅️ Fix Upload style in RTL mode. #26961
- ⬅️ Optimize Tag style to avoid the interaction between theme and RTL mode. #26955
- ⬅️ Optimize Cascader and Tree style of the data expansion loading icon in RTL mode. #27010
- TypeScript
- 🤖 Fix typo
TimeLineItemProps
toTimelineItemProps
. #27001 @mgcrea - 🤖 Fix Slider missing
autoFocus
prop. #26995 @shangyilim - 🤖 Fix Slider
step
prop not acceptingnull
value. #26984 @shangyilim - 🤖 Fix Slider.Range
trackStyle
andhandleStyle
should be array. #27033 - 🤖 Optimize Tag
onClose
TypeScript definition. #26932 - 🤖 Improve Form TypeScript definition to support
getFieldsValue
return generic type withoutnamePath
argument. #26791
- 🤖 Fix typo
- Locale
- 🇧🇾 Add Belarusian locale. #27028 @StIvan8
- 🇯🇵 Fix Japanese locale. #27043 @iorikingdom
- 🇹🇭 Add Thai locale for Pickers. #26993 @anawinwz
- 🇹🇷 Add Turkish locale of Form optional text. #27017 @alperTunca
- 🇵🇱 Add Polish locale of Table. #26913 @daczczcz1
- 🍱 🔥 Input.TextArea 支持字数统计功能。#26952 @zhangchen915
- 🍱 🔥 DatePicker
format
支持传入一个函数以自定义显示内容。#26845 - Form
- Upload
- Table
- 🆕 Table
sticky
支持getContainer
以指定滚动容器。#26973 - 🐞 修复 Table
column.filterDropdown
为undefined
时依旧会展示筛选菜单的问题。#27002 @shangyilim
- 🆕 Table
- Modal
- 🛠 重构 Modal 组件动画,现在关闭时将完全清理相关 Dom 节点。#26940
- 🆕 Modal 新增
modalRender
属性,支持可拖拽的对话框。#26507 @jhoneybee
- 🍱 🆕 Space 增加
split
属性以支持分隔符间隔。#26948 - 🍱 🆕 Image
preview
属性扩展支持visible
和onVisibleChange
。#26915 - 🍱 🆕 InputNumber 点击上下按钮时将触发
onStep
。#27075 - 🍱 🆕 Avatar
size
可以进行响应式的大小配置。#26244 @willamesoares - 🍱 🐞 修复 Radio.Button 内无法使用 Tooltip 的问题。#27050
- RTL
- TypeScript
- 🤖 修复
TimeLineItemProps
为TimelineItemProps
。#27001 @mgcrea - 🤖 修复 Slider
autoFocus
属性定义。#26995 @shangyilim - 🤖 修复 Slider
step
属性不接收null
的问题。#26984 @shangyilim - 🤖 修复 Slider.Range
trackStyle
和handleStyle
应该接受数组的问题。#27033 - 🤖 优化 Tag
onClose
TypeScript 定义。#26932 - 🤖 调整 Form 定义,现在当
getFieldsValue
不配置namePath
时返回类型为 FormValue 的泛型定义。#26791
- 🤖 修复
- 国际化
- 🇧🇾 新增白俄罗斯语支持。#27028 @StIvan8
- 🇯🇵 调整日语国际化文案。#27043 @iorikingdom
- 🇵🇱 补充 Table 波兰语国际化文案。#26913 @daczczcz1
- 🇹🇷 补充土耳其语可选文案。#27017 @alperTunca
- 🇹🇭 补充 DatePicker 的泰语国际化文案。#26993 @anawinwz
-
v4.6.6 Changes
September 27, 2020- 🍱 🐞 Fix Steps first item shifts in small screen. #26894
- 💅 💄 Fix Divider border style not work when text is provided. #26863
- 🍱 🐞 Fix Radio.Button validation error highlight. #26849 @dhorelik
- 💅 💄 Fix Typography link-decoration style. #26854 @vineetvk01
- Locale
- TypeScript
-
v4.6.5 Changes
September 20, 2020- 🍱 💄 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 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
andallowClear
. #26765 - 🍱 🐞 Fix Space show items when it's render empty dom. #26721 @knobo
- 🛠 Dedupe
rc-trigger
version to reduce package size. #26803 - TypeScript
- 🤖 Cascader add
name
andid
props definition. #26660 @alwaysloseall
- 🤖 Cascader add
- 🍱 💄 修复 Descriptions 长文本溢出的样式问题。#26820
- 🍱 🐞 修复 Menu 子菜单展开/收起时会出现滚动条的问题。#26817
- 🍱 🐞 修复
@layout-sider-background
变量不能设置为渐变色的问题。#26810 - 🍱 🐞 修复 Select 搜索时输入第一个字符后中文输入法状态丢失的问题。#26796
- 🍱 🐞 修复 Table
@table-sticky-zindex
less 报错问题。#26800 @chimp1nski - Button
- 🍱 💄 修复 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
- 🤖 Cascader 增加
name
和id
属性。#26660 @alwaysloseall
- 🤖 Cascader 增加
-
v4.6.4 Changes
September 13, 2020- 💅 💄 style: Card card image has extra 1px border. #26659
- 🍱 💄 Fix Select
placeholder
color not same as Input. #26651 @wangcch - 🍱 🐞 Fix Menu not support React.Fragment inside. #26656
- 🍱 🐞 Fix TextArea different behavior with Input when set
value
toundefined
. #26652 - 🍱 🐞 Fix Motion related issue like Upload align flash and Form.Item with
help
ssr issue. #26628 - 🍱 🐞 Fix Typography.Link warning
Invalid value for prop navigate
when using with react-router. #26623 - 🍱 🐞 Fix Table pagination missing when is above table. #26618
- 🍱 🐞 Fix Upload in control miss file when upload multiple file in same time. #26612
- TypeScript
- 🤖 Fix Table that sorter
compare
andmultiple
should be optional. #26686
- 🤖 Fix Table that sorter
- 🍱 💄 修复 Card 封面图片上有 1px 白边的问题。#26659
- 🍱 💄 修复 Select 的
placeholder
颜色与 Input 不一致的问题。#26651 @wangcch - 🍱 🐞 修复 Menu 不支持 React.Fragment 的问题。#26656
- 🍱 🐞 修复 TextArea 设置
value
为undefined
时和 Input 行为不一致的问题。#26652 - 🍱 🐞 修复 Motion 相关问题例如 Upload 对齐闪烁与 Form.Item 配置
help
的 ssr 问题。#26628 - 🍱 🐞 修复 Typography.Link 和 react-router 一起使用时抛出
Invalid value for prop navigate
的问题。#26623 - 🍱 🐞 修复 Table 分页器在表格上方消失的问题。#26618
- 🍱 🐞 修复 Upload 受控时同时上传多份文件会丢失部分文件的问题。#26612
- TypeScript
- 🤖 修复 Table sorter 的
compare
和multiple
不是可选的问题。#26686
- 🤖 修复 Table sorter 的
-
v4.6.3 Changes
September 07, 2020- 🍱 🛎 Sort props
className
to the end. #26602 - Table
- 🍱 🐞 Fix Modal closing cause scroll position jump up. #26538
- 🍱 🐞 Fix the type declaration of onError in
customRequest
options of Upload. #26601 @yingpengsha - 🍱 🐞 Shutdown Select/TreeSelect autocomplete list in Chrome. #26590
- 🍱 🐞 Fix Cascader value overwritten when filtering. #26569 @lich-yoo
- 🍱 🐞 Fix Modal jump out of screen in some situations. #25765 @tanmoyopenroot
- 🍱 🐞 Fix Radio.Group not working properly, when is used in legacy Form. #26555 @willc001
- 🏁 🐞 Fix Pagination align issue in windows. #26549
- 🔀 🐞 Fix Form with
help
make ssr un-sync issue. #26542 - 🍱 🐞 Fix Avatar doesn't scale fallback text well when display is none. #26522 @zhangyu1818
- TypeScript
- 🍱 🛎 移动 props 中的
className
到最后。#26602 - Table
- 🍱 🐞 修复 Modal 关闭时导致滚动条向上跳动的问题。#26538
- 🍱 🐞 修复 Upload 组件中
customRequest
的onError
的类型定义。#26601 @yingpengsha - 🍱 🐞 修复 Select/TreeSelect 在 Chrome 下出现原生自动完成列表的问题。#26590
- 🍱 🐞 修复 Cascader 搜索时 value 被覆盖的情况。#26569 @lich-yoo
- 🍱 🐞 修复 Modal 在某些情况下溢出视窗的问题。#25765 @tanmoyopenroot
- 🍱 🐞 修复 Radio.Group 在 legacy Form 中,不能正常工作的问题。#26555 @willc001
- 🏁 🐞 修复 Pagination 切换按钮在 windows 下的对齐问题。#26549
- 🍱 🐞 修复 Form 使用
help
时出现的同构问题。#26542 - 🍱 🐞 修复 Avatar 在
display: none
时不会正确缩放 fallback 文字的问题。#26522 @zhangyu1818 - TypeScript
- 🍱 🛎 Sort props
-
v4.6.2 Changes
August 31, 2020- Upload
- 💅 💄 Fix Select focus shadow style. #26465 @Rainy
- Table
- 🐞 Fix Table Pagination not hide with empty data when show on top position. #26143 @zhangchen915
- 💄 Fix Table expand icon size issue when
@font-size-base
is12px
. #26409
- Space
- 🍱 🐞 Fix Badge not work when
status
orcolor
is empty. #26375 @zhangchen915 - 💅 💄 Fix Tree draggable transition style. #26387
- 🍱 🐞 Fix
colorPalette is not defined
when customize theme in some situation. #26395 - TypeScript
- 🐞 Fix TimePicker.RangePicker typescript need
picker
issue. #26446 - 🐞 Upload extended
showUploadList
of Upload withremoveIcon
anddownloadIcon
properties. #26406 @bencallaway
- 🐞 Fix TimePicker.RangePicker typescript need
- RTL
- 🐞 Fix the rtl style of Col. #26479 #26482 @TrueMoein
- Upload
- 🍱 💄 修复 Select focus 状态样式无阴影。#26465 @Rainy
- Table
- 🐞 修复 Table Pagination 展示于上侧且没有数据时不消失的问题。#26143 @zhangchen915
- 💄 修复 Table 展开图标在
@font-size-base
为12px
时样式错位的问题。#26409
- Space
- 🍱 🐞 修复 Badge 在
status
或color
为空时不展示。#26375 @zhangchen915 - 🍱 💄 修复 Tree
draggable
切换时样式 transition 变化的问题。#26387 - 🍱 🐞 修复使用主题有时会报
colorPalette is not defined
的问题。#26395 - TypeScript
- 🐞 修复 TimePicker.RangePicker 定义需要
picker
的问题。#26446 - 🐞 Upload 组件
showUploadList
类型添加removeIcon
和downloadIcon
属性声明。#26406 @bencallaway
- 🐞 修复 TimePicker.RangePicker 定义需要
- RTL
- 🐞 修复 Col RTL 样式。#26479 #26482 @TrueMoein
-
v4.6.1 Changes
August 24, 2020