All Versions
63
Latest Version
Avg Release Cycle
6 days
Latest Release
1380 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v4.2.1 Changes
May 11, 2020- Form
- Table
- DatePicker
- Switch
- 🍱 🐞 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 wheninlineCollapsed
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
- 🌐 Add Farsi
- 📦 📦 Reduce bundle size
- 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
- Table
- DatePicker
- Switch
- 🍱 🐞 修复 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
- 🍱 🌎 国际化
- 🌐 增加波斯语
fa_IR
国际化默认提示模板。#23926 @NarimanMov - 🌐 增加 Form
en
国际化默认提示模板#23859 @mjfwebb
- 🌐 增加波斯语
- 📦 📦 包体积优化
- RTL
- TypeScript
-
v4.2.0 Changes
April 29, 2020- ConfigProvider
- Table
- 🍱 🐞 Fix RangePicker
ranges
tag color to primary color. #23705 - 💅 🐞 Fix Transfer with custom empty style issue. #23694 @hengkx
- Input
- 🐞 Fix Password caret position. #23633 @huntdream
- 💄 Adjust Input.Search icon style. #23406
- Button
- 🍱 🆕 List
grid
support all column count like 5. #23630 - Menu
- 🍱 🐞 Fix Tag cannot be directly called by
react-dnd
. #23632 @hengkx - Anchor
- 🍱 💄 Select arrow won't rotate when open. #23468
- 💅 🆕 Divider add
plain
prop which allows a non-heading style divider text. #23405 - 🍱 🆕 Typography
ellipsis
supportonEllipsis
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
andgetValueProps
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
- ConfigProvider
- Table
- 🍱 🐞 修正 RangePicker 范围标签的颜色为主色。#23705
- 🍱 🐞 修复 Transfer 为空自定义图片样式问题。#23694 @hengkx
- Input
- 🐞 修复 Password 组件输入光标位置。#23633 @huntdream
- 💄 调整 Input.Search 的搜索图标样式。#23406
- Button
- 🍱 🆕 List
grid
支持所有分栏数字,比如分为 5 栏。#23630 - Menu
- 🍱 🐞 解决 Tag 无法直接被
react-dnd
调用的问题。#23632 @hengkx - Anchor
- 🍱 💄 Select 箭头打开时不再翻转。#23468
- 🍱 🆕 Divider 新增
plain
属性,可用于设置一个非标题样式的分割文字。#23405 - 🍱 🆕 Typography
ellipsis
支持onEllipsis
事件。#23414 - 🍱 💄 新增 Rate 的
direction
支持优化。#23321 - 🍱 🆕 Space 支持
align
属性。#23306 - 🍱 🆕 Upload 添加
isImageUrl
属性以强制将文件作为图标文件。#23248 @onjuju - 🍱 🆕 Form.Item 支持
initialValue
和getValueProps
属性。#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
-
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
andreact key
warning. #23527 - 🍱 🐞 Fix Menu behavior when hover on submenu gap. #23511
- 🍱 🐞 Fix Tree custom icon missing when node is loading data. #23494
- RTL
- TypeScript
- 🐞 Fix type definition of
selections
for Table. #23462 @xiaoxintang
- 🐞 Fix type definition of
- 🍱 🐞 修复 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
- TypeScript
- 🐞 修复 Table 的
selections
类型定义。#23462 @xiaoxintang
- 🐞 修复 Table 的
-
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 whenchildrenColumnName
configured. #23205 - Input
- Select
- Globalization
- TypeScript
- RTL
- 🍱 🐞 修复暗黑主题和紧凑主题不生效的问题。#23243
- 🍱 🐞 修复 Modal.info 等方法的
onOk
函数有参数时只触发一次的问题。#23360 - 🍱 🐞 修复 Dropdown 弹出菜单背景样式问题。#23296
- 🍱 💄 优化 PageHeader 的响应式表现。#23277
- 🍱 🐞 修复紧凑模式下树选择出现空白。#23231
- 🍱 🛎 修改 Checkbox 和 Switch 中控制台输出的错别字 (validate -> a valid)。#23240 @evancharlton
- 🍱 🐞 修复 Table
rowSelection
在设置childrenColumnName
时事件参数不正确的问题。#23205 - Input
- Select
- 国际化
- TypeScript
- RTL
-
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 agetThemeVariables
methold for getting theme variables easily. #23171 - 💅 🐞 Fix PageHeader style breaks when
title
is too long and improve it's responsive design. #23133 - Tabs
- Table
- 🐞 Fix Table fixed columns cannot pin in Safari 12. #23161
- 🐞 Fix Table
summary
padding in small size. #23140 @someyoungideas
- 💅 🐞 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
- Table
- 🐞 修复 Table 固定列在 Safari 12 中不能固定的问题。#23161
- 🐞 修复 Table
summary
在小尺寸下的内边距样式。#23140 @someyoungideas
- 🍱 🐞 修复 Select 不同尺寸下的对齐样式问题。#23160
- 🍱 🐞 修复 RangePicker 在 Input.Group 内的样式问题。#23149
- 🍱 🐞 修复 Pagination 缺少
showTitle
TypeScript 定义的问题。#23144 @DongchengWang
- 💅 💄 Adjust Form.Item
-
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 Statistic show
-0
when value is-
. @22950 - 🍱 🐞 Fix Modal.confirm
onOk
should not be triggered multiple times. #22963 - Input
- 💅 🐞 Fix Form.Item not correct reset error style when dynamic switch Form.Item. #23041
- 💅 💄 Adjust RangePicker arrow & suffix color style. #23025
- Table
- Select
- 💅 🐞 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
- 🍱 🐞 修复紧凑模式和暗黑模式无法同时开启的问题。#22934 @AshoneA
- 🍱 🐞 修复 Notification 非法的
padding-top
值。#22941 - Button
- 🍱 🐞 修复 Statistic 在值为
-
时会展示成-0
的问题。@22950 - 🍱 🐞 修复 Modal.confirm
onOk
可以被触发多次的问题。#22963 - Input
- 🍱 🐞 修复 Form.Item 在动态切换时没有正确重置错误样式的问题。#23041
- 🍱 💄 微调 RangePicker 箭头和后缀的颜色样式。#23025
- Table
- Select
- 💅 🐞 修复 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 whensorter
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
isundefined
. #22832 - 🐞 Fix Table still show filter icon when
filters
isundefined
. #22833 - 🐞 Fix Table unchanged
filters
should not triggeronChange
. #22829 - 🐞 Fix Table loading compatibility. #22739
- 🐞 Fix Table scroll shadow style in Safari. #22794
- 🆕 Table row selection dropdown support
- 💅 💄 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"
andsize="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
additionalmargin
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
- 🐞 Fix Table
FilterDropdownProps
TypeScript definition. #22895 @zhangyu1818 - 🐞 Fix Form
Store
andStoreValue
TypeScript definition. #22755 @shaodahong
- 🐞 Fix Table
- 🍱 🐞 移除 Tabs 的内容区域的 focus 蓝色轮廓线。#22752 @MrHeer
- 🍱 🐞 修复 Input 前后缀添加弹出元素不能点击获得焦点的问题。#22887
- Table
- 🐞 修复 Table 行选择下拉菜单不支持
getPopupContainer
。#22787 @mikeyshing88 - 🐞 修复 Table 配
size
时,使用过滤和排序的表头尺寸问题。#22872 - 💄 调整嵌套 Table 样式,只有一个子 Table 时才移除边距。#22868
- 🐞 修复 Table 列
align
在sorter
开启时标题不居中的问题。#22858 - 🐞 修复 Table 过滤设置在 jsx 结构下无效的问题。#22888
- 🐞 调整 Table 在无固定列滚动时,展开行将跟随表格一同滚动。#22832
- 🐞 修复当
column.children
为undefined
时整列未显示的问题。#22832 - 🐞 修复 Table 在
filters
为undefined
时仍然展示过滤按钮的问题。#22833 - 🐞 修复 Table
filters
未变化时触发onChange
事件的问题。#22829 - 🐞 修复 Table
loading
兼容性。#22739 - 🐞 修复 Table 在 Safari 下滚动阴影的样式。#22794
- 🐞 修复 Table 行选择下拉菜单不支持
- 🍱 💄 调整 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 中
tooltipPlacement
与vertical
配置在顺序上问题。#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
- 🐞 修复 Table
FilterDropdownProps
类型定义。#22895 @zhangyu1818 - 🐞 修复 Form
Store
和StoreValue
类型定义。#22755 @shaodahong
- 🐞 修复 Table
-
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
.
- Pagination will show size changer when
- Table
- 🍱 🆕 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 passclassName
. #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.
- Add Tabs
- 🛠 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
whenvalue
isnull
. #21955 - 💅 🐞 Adjust Drawer close button without
title
style to avoid overlap with scroll bar. #22710 - 💅 🐞 Fix Calendar style details. #22676
- Table
- 💅 🐞 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
- 💄 Optimize Checkbox
- Typescript
- 🛠 replace deprecated
React.SFC
withReact.FC
. #22691 @Rustin-Liu - 🐞 Fix Form.Item
children
definition. #22662
- 🛠 replace deprecated
- 🍱 🔥 支持紧凑模式主题。#22126 @AshoneA
- 🍱 🔥 新的 Space 组件以支持内联组件的间距样式。#22363
- 🍱 🔥 DatePicker 支持季度选择器。#22468
- 🍱 🆕 Tree/TreeSelect/Select 支持
virtual
属性以关闭虚拟滚动。#21955 - 🍱 🆕 改进 Pagination 使用体验。#22711
- Pagination 当
total > 50
时默认显示切换页数选择器。 - 统一 Pagination 十页以内的页码个数使其宽度更统一。
- Pagination 调整默认页数选项为
10, 20, 50, 100
。
- Pagination 当
- Table
- 🍱 🆕 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
value
为null
时,值展示null
的问题。#21955 - 🍱 🐞 调整 Drawer 无
title
时关闭按钮样式以避免遮挡滚动条。#22710 - 🍱 🐞 修复 Calendar 的一些样式细节问题。#22676
- Table
- 🍱 🐞 修复 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
- 💄 优化 CheckBox
- Typescript
- 🛠 替换废弃的
React.SFC
为React.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
- 🍱 🐞 Fix Progress Dashboard won't allow
gapDeg
to be0
. #22462 @thisrabbit - 🛠 Adjust Radio.Group logic that
value
isundefined
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
supportboolean
value. #22277 @xudongdev - 🐞 Fix Table filter no working when only set
onFilter
. #22317
- 🐞 Fix Table ColumnGroup with controlled
- 🍱 🐞 Fix TreeSelect
treeIcon
not working. #22437 - 🔨 🐞 Refactor DirectoryTree to fix deprecated warning. #22318
- 💅 🐞 Fix Typography nest list style issue. #22284
- 🍱 🐞 Adjust Upload
onChange
returnfileList
is immutable data to avoid render issue. #22322 - 🍱 🌎 Localization
- 🇩🇪 Updated German locale. #22270 @iChebbi
- 🇫🇷 Update French locale. #22238 @abenhamdine
- Typescript
- 🐞 Omit Table
getCheckboxProps
typeofchecked
. #22391 @geekrainy
- 🐞 Omit Table
- 🍱 🐞 修复 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
- 🍱 🐞 修复 Progress 仪表盘状进度条传入
gapDeg
为0
时仍然有缺口的问题。#22462 @thisrabbit - 🛠 调整 Radio.Group 逻辑,
value
为undefined
时为非受控状态。#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
- 🐞 修复 Table ColumnGroup 使用受控
- 🍱 🐞 重构 DirectoryTree 以修复废弃 API 警告信息。#22318
- 🍱 🐞 修复 TreeSelect
treeIcon
无效的问题。#22437 - 🍱 🐞 修复 Typography 嵌套列表的样式问题。#22284
- 🍱 🐞 调整 Upload
onChange
返回参数fileList
为不可变数据以解决渲染问题。#22322 - 🍱 🌎 国际化
- 🇩🇪 更新德语国际化。#22270 @iChebbi
- 🇫🇷 更新法语国际化。#22238 @abenhamdine
- Typescript
- 🐞 移除 Table
getCheckboxProps
的checked
类型定义。#22391 @geekrainy
- 🐞 移除 Table
-
v4.0.3 Changes
March 15, 2020- Menu
- 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
- 💄 Optimize the responsive and box model performance of The Form. #21907 @shaodahong
- 🐞 Fix FormItem hooks render error. #22053 @kagawagao
- 🍱 🐞 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
- 🔷 Update the
- Menu
- Slider
- 🐞 修复 Slider 垂直情况下拖动节点的位置错误的问题。#22135 @wendellhu95
- 💄 修复 Slider 丢失的
focus
样式。#22161
- Table
- Form
- 💄 优化 Form 的响应式和盒模型表现。#21907 @shaodahong
- 🐞 修复 FormItem 在 hooks 中报错的问题。#22053 @kagawagao
- 🍱 🐞 修复 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
- 🔷 更新 FormList 的
operation
类型定义。#22058 @kagawagao - 🔷 更新 Tooltip 等组件的
trigger
参数的定义。#22043 @wendellhu95
- 🔷 更新 FormList 的