web-onefx-boilerplate
web-onefx-boilerplate copied to clipboard
Update dependency antd to v4
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
antd (source) | dependencies | major | 3.14.0 -> 4.0.1 |
Release Notes
ant-design/ant-design
v4.0.1
- Form
- 🐞 Fix Form help control will get
[email protected]
warning. #21800 #21702 - 🐞 Fix Form.Item exceed Form width when content is too long. #21682
- 🐞 Fix Form help control will get
- Input
- 🐞 Fix TextArea style get warning in
[email protected]
. #21703 - 🐞 Fix Input.Search extra border when has
prefix
. #21753
- 🐞 Fix TextArea style get warning in
- Table
- 🐞 Fix Dropdown menu arrow position. #21768 @xrkffgg
- 🐞 Fix List
bordered
andsplit
props conflict. #21784 @MXWXZ - 🐞 Fix Menu.Item
a
tag hidden bug. #21699 @shaodahong - 🐞 Fix
message.open
crash whenicon
is not passed. #21747 @AshoneA - 🐞 Fix Result
status
cannot assigned to string or number type. #21691 - 🐞 Fix Descriptions warning for duplicate key. #21688
- 💄 Optimize Calendar header style in small screen. #21813
- 💄 Radio.Group not wrapping now. #21813
- 🛠 Refactor icons import code to reduce webpack disabled tree shaking bundle size. #21752
- Typescript
- 🐞 Fix Radio.Button type error. #21807 @jhoneybee
- 🐞 fix
TreeSelect.SHOW_*
type. #21791 @TennyZhuang - 🐞 Fix TreeSelect missing
suffix
define. #21714 - 🐞 Fix Drawer
forceRender
TypeScript definite. #21774 - 🐞 Fix Tree
treeData
define. #21756 - 🐞 Fix Form.Item
renderProps
return type define. #21716
- Form
- 🐞 修复 Form help 受控时会导致
[email protected]
报警告的问题。#21800 #21702 - 🐞 修复 Form.Item 宽度在内容过长时会超出 Form 的样式问题。#21682
- 🐞 修复 Form help 受控时会导致
- Input
- 🐞 修复 TextArea 样式在
[email protected]
下会报警告的问题。#21703 - 🐞 修复 Input.Search 有
prefix
时的右边框样式问题。#21753
- 🐞 修复 TextArea 样式在
- Table
- 🐞 修复 Dropdown 菜单里箭头图标的位置。#21768 @xrkffgg
- 🐞 修复 List 组件
bordered
和split
属性冲突的问题。#21784 @MXWXZ - 🐞 修复 Menu.Item 中
a
标签换行无法显示的问题。#21699 @shaodahong - 🐞 修复
message.open
中icon
为空时报错的问题。#21747 @AshoneA - 🐞 修复 Result
status
属性不能赋值 string 或者 number 类型的问题。#21691 - 🐞 修复 Descriptions 报
key
重复的警告信息。#21688 - 💄 优化 Calendar 在窄屏幕下的标题样式。#21813
- 💄 Radio.Group 不再折行。#21813
- 🛠 重构 icons 导入代码以降低没有开启 tree shaking 的打包尺寸。#21752
- Typescript
- 🐞 修复 Radio.Button 的类型定义。#21807 @jhoneybee
- 🐞 修复了
TreeSelect.SHOW_*
的类型问题。#21791 @TennyZhuang - 🐞 修复 TreeSelect 缺失
suffix
定义。#21714 - 🐞 修复 Drawer
forceRender
的 TypeScript 定义。#21774 - 🐞 修复 Tree
treeData
定义。#21756 - 🐞 修复 Form.Item
renderProps
的类型定义。#21716
v4.0.0
- 🏆 Ant Design v4 is out! Check here for more info.
- 🐞 Breadcrumb use
path
as default key to fixname
key conflict. #21583 @douxc - 🌟 Timeline.Item support
label
. #21560 @shaodahong - 🐞 Fix Table filter menu max height style with many items. #21602
- 💄 Add the Calendar component's custom default font color for display content. #21598 @xrkffgg
- 🚮 Remove DatePicker legacy cell className for custom cell style. #21589
- 🐞 Fix RangePicker style render bug in IE11. #21587
- 🛠 Progress
strokeColor
now will ignore incorrect percent. #21564 @AshoneA - 🐞 Fix Progress
trailColor
not working whentype=line
. #21552 @AshoneA - 🐞 Fix the background of the components in the pop-up components in the dark theme. #21299
- 💄 Optimization under the dark theme color swatches transparency.
- 🌟 new less variable
@popover-customize-border-color
,@list-customize-card-bg
,@table-expand-icon-bg
,@steps-background
,@pagination-item-input-bg
for theme customization.
- 🏆 Ant Design v4 发布!点击此处查看更多信息。
- 🐞 Breadcrumb 使用
path
作为默认 key 以修复name
作为 key 重名的冲突问题。#21583 @douxc - 🌟 Timeline.Item 支持
label
。#21560 @shaodahong - 🐞 修复 Table 筛选菜单高度溢出屏幕的问题。#21602
- 💄 增加 Calendar 组件自定义显示内容的默认字体颜色。#21598 @xrkffgg
- 🚮 移除 DatePicker 针对自定义单元格的 3.x 的兼容类名。#21589
- 🐞 修复 RangePicker 在 IE11 下的样式渲染问题。#21587
- 🛠 Progress 中
strokeColor
属性现在会忽略错误的百分比参数。#21564 @AshoneA - 🐞 修复 Progress
trailColor
属性在type=line
时无效果的问题。#21552 @AshoneA - 🐞 修复暗色主题下,组件在弹出层组件下的背景样式问题。#21299
- 💄 优化暗色主题下色板透明度。
- 🌟 新增 less 变量
@popover-customize-border-color
、@list-customize-card-bg
、@table-expand-icon-bg
、@steps-background
、@pagination-item-input-bg
用于主题定制。
v3.26.12
- 🐞 Fix Input with
readOnly
still clearable byallowClear
. #21492 - 🐞 Fix Upload won't showing download icon defaultly. #21496
- ⚡️ Improve Button render performance. #21217
- 🐞 修复 Input 在设置
readOnly
时allowClear
仍然可以清除的问题。#21492 - 🐞 修复 Upload 列表默认情况下不展现下载按钮。#21496
- ⚡️ 提升 Button 渲染性能。#21217
v3.26.11
- 🐞 Rollback misc
clearfix
style to breaks flex layout (mainly affect Row, Form, Layout style). #21406
- 🐞 回滚原子样式
clearfix
以修复破坏 flex 布局的问题(主要影响 Row、Form、Layout 等布局问题)。#21406
v3.26.10
- 🐞 Fix Input.Group inside
<Form layout="vertical" >
1px bug. #20685 - 🐞 Fix Badge
color
not working when contains children. #21333 - 🐞 Fix Alert close button extra
padding
. #21325 - 🐞 Fix Affix throws
Cannot read property getBoundingClientRect in mobile device
. #21350 - 💄 Tweak Steps 1px align issue. #21306
- 💄 Fix Row component affect next element style issue. #21310
- Typescript
- 🐞 修复
<Form layout="vertical" >
内 Input.Group 偏上一像素的问题。#20685 - 🐞 修复 Badge 包裹模式下
color
属性失效的问题。#21333 - 🐞 修复 Alert 关闭按钮额外的
padding
。#21325 - 🐞 修复 Affix 在移动设备下抛错
Cannot read property getBoundingClientRect
的问题。#21350 - 💄 微调 Steps 文本 1px 使其居中对齐。#21306
- 💄 修复 Row 组件影响下一个元素样式问题。#21310
- Typescript
v3.26.9
- 🐞 Fix Badge that count is not align when wrapped by Typography. #21237
- 🐞 Fix Steps that icon is not align when
size="small"
andlabelPlacement="vertical"
. #21258 - 🐞 Fix Typography not focus at the end of textarea when
editable
is true. #21268 - TypeScript
- 💄 Improve type definition of validation rule's type for Form. #21250 @hansololai
- 🐞 Fix type definition of
event
for Tree. #21200 @Jirka-Lhotka
- 🐞 修复 Badge 在 Typography 下数字错位的问题。#21237
- 🐞 修复 Steps 在
size="small"
和labelPlacement="vertical"
时图标没有对齐的问题。#21258 - 🐞 修复 Typography 在可编辑状态时光标没有在输入框末位的问题。#21268
- TypeScript
- 💄 完善 Form 中校验规则类型的类型定义。#21250 @hansololai
- 🐞 修复 Tree 中事件类型定义不正确的问题。#21200 @Jirka-Lhotka
v3.26.8
- 🐞 Fix Tooltip hidden when
title
is0
. #20894 - 🐞 Fix List
actions
inconsistent position. #20897 - 🐞 Fix Card
font-size
ofactions
not in less theme variables. #21106 - 🐞 Fix Layout components
displayName
. #21124 - 🐞 Fix Modal.confirm
okButtonProps
andcancelButtonProps
interface. #21165
- 🐞 修复 Tooltip
title
为0
时没有显示的问题。#20894 - 🐞 修复 List
actions
位置不在右边的问题。#20897 - 🐞 修复 Card
actions
字体大小不受 less 变量影响的问题。#21106 - 🐞 修正 Layout 各组件的
displayName
。#21124 - 🐞 优化 Modal.confirm 的
okButtonProps
和cancelButtonProps
的 TypeScript 类型。#21165
v3.26.7
- 💄 Optimize Table fixed columns blank problem in some case. #20821 @AshoneA
- 🐞 Fix Tree
switcherIcon
shown in leaf node problem. #20753 - 🐞 Fix Badge
z-index
higher than Table fixed columns. #20751 - 🐞 Fix Cascader search bug when
fieldNames
is existed and label/value share same name. #20720 - 🐞 Fix Collapse background color with wrong less variable. #20718 @kuitos
- 🐞 Fix Input.Group inside
<Form layout="vertical" >
1px bug. #20685
- 💄 优化 Table 固定列在某些情况下出现空白间隔的问题。#20821 @AshoneA
- 🐞 修复 Tree
switcherIcon
在叶子节点上展示的问题。#20753 - 🐞 修复 Badge 在 Table 固定列中穿透的问题。#20751
- 🐞 修复 Cascader
fieldNames
中 label 和 value 共用一个值时搜索功能失效的问题。#20720 - 🐞 修复 Collapse 背景使用错误的 less 变量。#20718 @kuitos
- 🐞 修复
<Form layout="vertical" >
内 Input.Group 偏上一像素的问题。#20685
v3.26.6
- 📢 v3 branch changes from
master
to3.x-stable
and v4 merge intomaster
. - 💄 Improve Steps
type="navigation"
UI in small screen. #20545 - 🐞 Fix
message.xxx
passnull
will failed. #20546 - 🐞 Remove Input.Password
value
attribute from dom. #20544
- 📢 v3 分支由
master
进入3.x-stable
,v4 合入master
。 - 💄 优化 Steps
type="navigation"
在小屏幕下的样式。#20545 - 🐞 修复
message.xxx
传入null
会报错的问题。#20546 - 🐞 优化 Input.Password 在 dom 中明文显示
value
属性的问题。#20544
v3.26.5
- Table
- 🐞 Fix Tabs ink bar disappearing when
animated
prop is false. #20417 @xrkffgg - 🐞 Fix Tree wrong indent. #20456
v3.26.4
- 💄 Optimize Steps
subTitle
UI whenlabelPlacement="vertical"
. #20325 - 🐞 Fix upload preview not support ico file type issue. #20375 @Rustin-Liu
- 🐞 Fix Form feedback icon combine Input
suffix
display not correct. #20363 - 🐞 Fix Tag
onClick
been triggered when close it. #20355 - 🐞 Fix Cascader component form check color trigger issue. #20347 @xrkffgg
- 🐞 Disallow auto focus input after triggering
onSearch
event in mobile and tablet devices. #20332 @YaoKaiLun - 🐞 Fix Tabs ink bar missing transition animation. #20283
- 🐞 Fix TreeNode without
icon
show white block inshowIcon
mode. #20274 - TypeScript
- 💄 优化 Steps
subTitle
在labelPlacement="vertical"
下的展现方式。#20325 - 🐞 修复 Upload 组件预览不支持
.ico
文件问题。#20375 @Rustin-Liu - 🐞 修复 Form feedback 图标结合 Input
suffix
显示不正确。#20363 - 🐞 修复 Tag 关闭时
onClick
被触发的问题。#20355 - 🐞 修复 Cascader 组件 Form 校验触发时,鼠标悬浮显示颜色问题。#20347 @xrkffgg
- 🐞 修复移动端点击搜索后,自动聚焦输入框,导致弹出键盘的问题。#20332 @YaoKaiLun
- 🐞 修复 Tabs 高亮条宽度的
transition
过度动画失效的问题。#20283 - 🐞 修复 TreeNode 不设置
icon
时会展示一个空白占位的问题。#20274 - TypeScript
v3.26.3
- 🛠 support
unpkg
field inpackage.json
. #20193 - 🐞 Fix Tree
showLine
andshowIcon
missing icon. #20196 - 🐞 Fix Modal combine Drawer cause invalid scroll problem. #20242
- 🐞 Fix Drawer
switchScrollingEffect prop on a DOM element
warning. #20175 - 🐞 Fix Select Option
label
definition. #20190 @ZhechenLi - 💄 Optimize Form feedback icon padding. #20164 @Satloff
- 💄 Add less variables for Select/Cascader to optimize dropdown padding and border radius. #20156 @Satloff
- 🛠 antd
package.json
中补充unpkg
字段。#20193 - 🐞 修复 Tree
showLine
和showIcon
同时开启时[+]
[-]
图标丢失的问题。#20196 - 🐞 修复 Modal 和 Drawer 结合使用时导致滚动失效的问题。#20242
- 🐞 修复 Drawer
switchScrollingEffect prop on a DOM element
警告。#20175 - 🐞 修复 Select Option 的
label
属性定义。#20190 @ZhechenLi - 💄 优化 Form 反馈图标的间距样式。#20164 @Satloff
- 💄 Select/Cascader 新增和优化边距 padding 和圆角的相关 less 变量。#20156 @Satloff
v3.26.2
- 🐞 Fix DatePicker
disabledTime
TypeScript definition to be optional. #20153 @khaledkhalil94 - 🐞 Fix Transfer's
title
ofdataSource
TypeScript definition to be optional. #20144 @mraiguo
- 🐞 修正 DatePicker
disabledTime
属性 TypeScript 定义为可选。#20153 @khaledkhalil94 - 🐞 修正 Transfer
dataSource
的title
属性 TypeScript 定义为可选。#20144 @mraiguo
v3.26.1
- 🐞 Fix List pagination options text align. #20037
- 🐞 Fix Button text not align well in Chrome. #20059
- 🐞 Fix DescriptionItem
className
error applied to label. #20067 @Liu-Ya - 🐞 Fix Tree duplicated icons when
showLine
is true. #20090 - 🐞 Fix Editable Typography flush in Firefox. #20118
- 🐞 Improve Icon
component
definition to be compatible with create-react-app svg component. #20142 - Table
- 🐞 修复 List 下分页选项文本对齐问题。#20037
- 🐞 修复 Chrome 下 Button 文字没有垂直居中的问题。#20059
- 🐞 修复 DescriptionItem 的
className
错误应用于 label。#20067 @Liu-Ya - 🐞 修复 Tree
showLine
为 true 时展示多余图标的问题。#20090 - 🐞 修复 Typography 可编辑组件在 Firefox 下闪动的问题。#20118
- 🐞 修复 Icon
component
的定义,使其兼容于 create-react-app 的 svg 组件定义。#20142 - Table
v3.26.0
- 🏆
3.26.0
will be the last minor version of antd v3. And v4 beta is coming! - 🌟 Notification support
closeIcon
props. #19618 @liuchao233 - 🌟 Typography support
pt_BR
locale. #19651 @liuchao233 - 🌟 Table support
defaultFilteredValues
props. #18925 @mgcrea - 🇲🇰 Locale add Macedonian support. #19647 @sradevski
- 🐞 Fix Input.Group compat mode has wrong border radius for Input Addon. #19926
- 🐞 Fix Spin render default indicator when
indicator
isnull
. #19943 - 🐞 Fix Button component
disabled
withloading
not prevent pointer-events. #19958 - 🐞 Fix message can not cancel when
key
is provided. #19967 - 🐞 Fix image in Upload with
picture-card
mode exceeds the border. #20008 @qq645381995 - 🐞 Fix Input clear icon overlap with feedback icon. #20017
- 🐞 Fix Slider tooltip text not align center. #20016
- 🐞 Fix Descriptions items not working with React.Fragment. #20019
- 🛠 Upload under drag mode moves
className
andstyle
to the real effect dom.#19987 - 💄Add less variable
@table-header-bg-sm
and fix small Table footer style. #19939
- 🏆
3.26.0
将为 antd v3 最后一个 minor 版本,v4 beta 版即将发布! - 🌟 Notification 支持
closeIcon
属性。#19618 @liuchao233 - 🌟 Typography 添加
pt_BR
国际化支持。#19651 @liuchao233 - 🌟 Table 支持
defaultFilteredValues
属性。#18925 @mgcrea - 🇲🇰 国际化添加北马其顿支持。#19647 @sradevski
- 🐞 修复 Input.Group 紧凑模式下使用 Input Addon 圆角不对的问题。#19926
- 🐞 修复 Spin 在
indicator
属性为null
时,渲染默认的旋转图标。#19943 - 🐞 修复 Button 组件
disabled
和loading
状态下没有阻止鼠标事件。#19958 - 🐞 修复 message 组件使用
key
时无法手动取消的问题。#19967 - 🐞 修复 Upload 在
picture-card
模式下,图片过长会超出边界的问题。#20008 @qq645381995 - 🐞 修复 Input 清除图标和反馈图标重合的问题。#20017
- 🐞 修复 Slider 的 tooltip 内容没有居中的问题。#20016
- 🐞 修复 Descriptions 内使用 React.Fragment 的渲染问题。#20019
- 🛠 Upload 拖拽模式下的
className
和style
将会作用到真正的 dom 上。#19987 - 💄 新增 less 变量
@table-header-bg-sm
并修复小号 Table 的 footer 样式。#19939
v3.25.3
- 🐞 Fix TimePicker disabled item style when focussed. #19812 @yoyo837
- 🐞 Fix Menu.Item link style inside Badge. #19810
- 🐞 Fix Upload
picture-card
type, for crashed style when list item is removing. #19783 @qq645381995 - 🇳🇱 Update
sk-SK
locales. #19787 @Kamahl19 - TypeScript
- ⚡️ Export interface types in Tooltip. 19846 @kachkaev
- 🐞 修复 TimePicker 禁用项 focus 时的样式问题。#19812 @yoyo837
- 🐞 修复 Menu.Item 链接在 Badge 内时,始终处于 active 状态的问题。#19810
- 🐞 修复 Upload 类型为
picture-card
时,列表删除时的样式问题。#19783 @qq645381995 - 🇳🇱 更新
sk-SK
国际化。#19787 @Kamahl19 - TypeScript
- ⚡️ 导出 Tooltip 类型定义。19846 @kachkaev
v3.25.2
- 🐞 Fix Upload List do not have tooltip when upload failed. #19689 @qq645381995
- 💄 Fix Transfer search style to avoid text overlap with clear icon. #19693 @Abdullah700
- 🇳🇱 Update
NL-nl
locales. #19734 @hoest - TypeScript
- 🐞 Fix Table FilterDropdownProps definition. #19701 @DeanVanNiekerk
- 🛠 Slider add
reverse
definition. #19713 @jacklee814 - 🐞 Update Table
filteredValue
definition. #19722 @andelf
- 🐞 修复 Upload List 上传错误时没有鼠标悬浮提示的问题。#19689 @qq645381995
- 💄 修复 Transfer 输入框内容会与清除按钮重叠的问题。#19693 @Abdullah700
- 🇳🇱 更新
NL-nl
国际化。#19734 @hoest - TypeScript
- 🐞 修复 Table FilterDropdownProps 定义。#19701 @DeanVanNiekerk
- 🛠 Slider 添加
reverse
定义。#19713 @jacklee814 - 🐞 更新 Table
filteredValue
定义。#19722 @andelf
v3.25.1
- 🐞 Fix less variables of
@menu-icon-size
and@menu-icon-size-lg
not working. #19553 @yoyo837 - 🐞 Fix DirectoryTree
defaultExpandedAll
not working withtreeData
. #19646 - 🐞 Fix Drawer content overflow when
placement
prop is top or bottom. #19506 @shaodahong - 🐞 Fix broken Menu.ItemGroup style inside Dropdown again. #19578
- 🐞 Fix Dropdown that menu icon
margin-right
style is missing. #19635 - 🐞 Fix Form.Item custom props not working. #19599 @yoyo837
- 🐞 Fix Icon
extraCommonProps
not working properly. #19572 @yoyo837 - 🐞 Fix Modal.method() scrollbar not disabled. #19233 @emersonlaurentino
- Table
- TypeScript
- 🐞 Fix type definition of
ListStyle
for Transfer. #19568 @lxnxbnq - 🐞 Fix type definition of multiple props for RangePicker. #19421 @JennieJi
- 🐞 Fix type definition of
- 🐞 修复定制
@menu-icon-size
和@menu-icon-size-lg
less 变量不生效的问题。#19553 @yoyo837 - 🐞 修复 DirectoryTree 中
defaultExpandedAll
在使用treeData
时不生效的问题。#19646 - 🐞 修复 Drawer 中
placement
属性为 top 或 bottom 时内容溢出的问题。#19506 @shaodahong - 🐞 修复 Dropdown 下 Menu.ItemGroup 样式错乱的问题。 #19578
- 🐞 修复 Dropdown 中菜单图标丢失右边距的问题。#19635
- 🐞 修复 Form.Item 中自定义属性无法生效的问题。#19599 @yoyo837
- 🐞 修复 Icon 中
extraCommonProps
属性不生效的问题。 #19572 @yoyo837 - 🐞 修复 Modal.method() 中浏览器滚动条没有禁用的问题。#19233 @emersonlaurentino
- Table
- TypeScript
- 🐞 修复 Transfer 中
ListStyle
的类型定义。#19568 @lxnxbnq - 🐞 修复 RangePicker 中多个属性的类型定义缺失的问题。#19421 @JennieJi
- 🐞 修复 Transfer 中
v3.25.0
- 🌟 Transfer
listStyle
support function callback. #19330 @lxnxbnq - 🌟
icon
of Avatar support ReactNode. #19368 - 🌟 TextArea support
allowClear
. #19310 @Rustin-Liu - 🌟 Upload support to custom
method
for request. #19533 - 🌟 Upload
onChange
addXMLHttpRequest
as additional param. #19539 @hahmadia - 🐞 Fix WeekPicker
defaultPickerValue
not works. #19141 @NightFox7 - 🐞 Fix DatePicker
onEsc is not a function
TypeError. #19474 - 🐞 Fix table does not automatically scroll to the top when change page size. #19474 @MrHeer
- 💄 Fix Icon Button not aligned well in Button.Group. #19453
- 💄 Fix Checkbox not aligned center of some cases in Chrome. #19452
- 💄 Fix Menu
margin
collapsed issue. #19476 @wangweijun0418 - 💄 Remove useless style in Select. #19510 @jacklee814
- 💄 Added less variables
@input-number-hover-border-color
,@select-background
. #19546 - 🌍 Add
downloadFile
in all locale files. #19361 @DemetriusHR - 🇹🇭 Add missing translations in Thai (th_TH) locale. #19378 @anawinwz
- Typescript
- 🐞 Add Upload missing
preview
type. #19496 @chnliquan
- 🐞 Add Upload missing
- 🌟 Transfer
listStyle
支持回调函数。#19330 @lxnxbnq - 🌟 Avatar 的
icon
属性支持传递 ReactNode。#19368 - 🌟 TextArea 支持
allowClear
。#19310 @Rustin-Liu - 🌟 Upload 新增
method
属性用于修改请求方式。#19533 - 🌟 Upload
onChange
新增XMLHttpRequest
作为额外参数。#19539 @hahmadia - 🐞 修复 WeekPicker 中
defaultPickerValue
不生效的问题。#19141 @NightFox7 - 🐞 修复 DatePicker 抛出
onEsc is not a function
错误。#19474 - 🐞 修复 Table 改变每页大小时不滚动到第一行的问题。#19474 @MrHeer
- 💄 修复 Button.Group 下图标按钮没有对齐的问题。#19453
- 💄 修复 Checkbox 对勾在 Chrome 下有时没有居中的问题。#19452
- 💄 修复 Menu
margin
样式重合的问题。#19476 @wangweijun0418 - 💄 移除 Select 中没有必要的样式。#19510 @jacklee814
- 💄 新增 less 变量
@input-number-hover-border-color
,@select-background
。#19546 - 🌍 国际化添加缺失的
downloadFile
支持。#19361 @DemetriusHR - 🇹🇭 添加丢失的泰文国际化 (th_TH)。#19378 @anawinwz
- Typescript
- 🐞 修复 Upload 丢失的
preview
定义。#19496 @chnliquan
- 🐞 修复 Upload 丢失的
v3.24.3
- 🐞 Fix Table sort not working when
columns
inside render. #19404 - 🐞 Fix Grid responsive
gutter
not working. #19308 - 🐞 Fix small Table border style. #19312 #19342
- 🐞 Fix the problem that Menu in Dropdown is not highlighted when SubMenu is selected. #19313
- 🐞 Fix the problem that moment.js in Typography & Drawer & Statistic can't be tree-shaking. #19317
- 🐞 Fix Input.Search react warnings of
non-boolean attribute
andunique key
. #19357 - 🐞 Fix Modal icon position when not use title. #19419
- 💄 Fix a problem with the mouse pointer error when Checkbox is disabled. #19403
- 💄 Add
@modal-header-color
variable. #19385 - 🛠 Improved some TypeScript definitions. #19377 #19343 #19333
- 🐞 修复 Table
columns
在 render 中会导致排序失效的问题。#19404 - 🐞 修复 Grid 响应式
gutter
失效的问题。#19308 - 🐞 修复小号 Table 边框样式问题。#19312 #19342
- 🐞 修复 Dropdown 中的 Menu 在 SubMenu 选中后父级菜单未高亮的问题。#19313
- 🐞 修复 Typography & Drawer & Statistic 中的 moment.js 无法被 tree-shaking 的问题。#19317
- 🐞 修复 Input.Search 出现
non-boolean attribute
和unique key
警告信息。#19357 - 🐞 修复 Modal 没有标题时,图标没能对齐的问题。#19419
- 💄 修复 Checkbox 在被禁用时,光标仍为可选状态的问题。#19403
- 💄 新增
@modal-header-color
变量。#19385 - 🛠 多处 TypeScript 的定义更新。#19377 #19343 #19333
v3.24.2
- 🐞 修复 Table
scroll.x
设置max-content
无效导致横向滚动消失的问题。#19284 - 🐞 修复 Table 将
column.filterDropdown
作为新属性设置时报错的问题。#19302 - 🐞 Fix Upload 点击下载按钮会触发预览的问题。#19268 @qq645381995
- 🐞 修复 Comment 长作者名在小屏幕上破坏布局的问题。#19272 @rayronvictor
- Typescript
- 🐞 Fix Table scroll={{ x: 'max-content' }} rendered without scrollbar problem in Chrome. #19284
- 🐞 Fix Table crash when passing
column.filterDropdown
as new prop. #19302 - 🐞 Fix Upload
download
button trigger preview unexpectedly. #19268 @qq645381995 - 🐞 Fix Comment long author name breaks on small screen. #19272 @rayronvictor
- Typescript
v3.24.1
- 🐞 Fix Table throw
React.createRef is not a function error
in old version of React . #19262 - 🐞 Fix Table TypeScript definition missing Column and ColumnGroup. #19251
- 🐞 修复 Table 在旧版 React 会报
React.createRef is not a function
的错误信息。#19262 - 🐞 修复 Table TypeScript 定义丢失 Column 和 ColumnGroup 的问题。#19251
v3.24.0
- 🔥 Promote Yuque on home page.
- Table
- 🌟 Added
tableLayout
property fortable-layout
attribute. And usingtableLayout="fixed"
by default in scroll table to resolve align issue caused by cell content. #17284 - 🌟 Added
column.ellipsis
to ellipsize cell content. - 🌟 Added the
scroll.scrollToFirstRowOnChange
property to set whether to scroll to the top of the table after page changing. #18726 - 🌟
filterDropdown
added avisible
parameter to get the display state of the dropdown box. #17614 @sedx - 🌟
title
added asortColumn
parameter to get the currently sorted column. #19012 @swillis12 - 🌟 The
sorter
parameter ofonChange
will always containcolumn
information when sorting. #19226 - 🐞 Fix Table filter submenu checkbox margin. #e1a4f28
- 🌟 Added
- 🌟 Anchor added a
onChange
attribute to listen for changes to anchor links. #18715 - Upload
- 🌟 Added
showDownloadIcon
attribute to display download icon. #18664 @qq645381995 - 🌟 Support for
onRemove
control of upload interrupts. #18937 @ladjzero
- 🌟 Added
- 🌟 Input.Search added a
loading
property to show the state in the load. #18771 - 🌟 Grid's
gutter
property added support for vertical spacing. Now you can set an array forgutter
and the second value of the array for vertical spacing. #18979 - 🌟 message added support for updating content with a unique key. #18678
- 🌟 Layout added a
zeroWidthTriggerStyle
property to control the style of the specialtrigger
that appears whencollapsedWidth
is0
. #19079 - 🌟 Drawer added the
drawerStyle
andheaderStyle
properties. #19109 - PageHeader
- ConfigProvider
- 🐞 Fixed the issue that the
removeIcon
andclearIcon
properties of TreeSelect didn't work. #18949 - 🐞 Fixed the issue that the
switcherIcon
does not take effect after the Tree settingshowLine
. #18829 @MrHeer - 🐞 Fixed the issue that the Slider component set the handle size and positioned incorrectly. #19120
- Collapse
- 🐞 Fix icon styles under IE 11. #19135 @GBcrimson
- 🐞 Keep
className
given toexpandIcon
. #19160 @gpetrioli
- 🐞 Fixed the issue that
defaultExpandAll
does not take effect when Tree.DirectoryTree component passedtreeData
. #19148 - 🐞 Fixed the issue with some of the Menu styles under Dropdown. #19150
- 🐞 Fixed Cascader's
placeholder
internationalization error. #19227 @kagawagao - 🌟 Added less variables
@typography-title-margin-top
,@typography-title-margin-bottom
. #18746 - 🗑 Discard the
autosize
property of Input.TextArea, useautoSize
instead. #19177
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.