Skip to content

fix(deps): update dependency antd to v5.21.1

RenovateBot requested to merge renovate/antd-5.x into main

This MR contains the following updates:

Package Type Update Change
antd (source) dependencies minor 5.15.2 -> 5.21.1

Release Notes

ant-design/ant-design (antd)

v5.21.1

Compare Source


v5.21.0

Compare Source


v5.20.6

Compare Source


v5.20.5

Compare Source

  • 🛠 Adjust Tree & TreeSelect defaultExpandAll logic to only add internal expandedKeys which treeNode has children instead to avoid perf issue when with large data or loadData case. #​50689 @​zombieJ
  • 🐞 Fix Cascader not show parent option in search when using multiple. #​50689
  • 🐞 Fix Typography ellipsis.tooltip.title with ReactNode will cause dead loop. #​50688 @​zombieJ

  • 🛠 调整 Tree 与 TreeSelect 的 defaultExpandAll 的行为,仅将有子节点的 treeNode 加入 expandedKeys 以防止在大数据与 loadData 异步的情况下引发的性能问题。#​50689 @​zombieJ
  • 🐞 修复 Cascader 在 multiple 下搜索不会显示父节点作为选项的问题。#​50689
  • 🐞 修复 Typography ellipsis.tooltip.title 配置 ReactNode 会导致死循环的问题。#​50688 @​zombieJ

v5.20.4

Compare Source


v5.20.3

Compare Source

  • 🐞 Refactor Typography native css ellipsis measure logic to handle precision edge case. #​50514 @​zombieJ
  • 🐞 Fix ColorPicker onChangeComplete not correct when click directly without move on the picker panel. #​50501 @​zombieJ
  • 🐞 Fix FloatButton.Group with controlled mode warning for nest updating issue. #​50500 @​zombieJ

  • 🐞 重构 Typography 在使用 css 原生省略时的检查逻辑,以解决屏幕缩放等情况下的精度问题。#​50514 @​zombieJ
  • 🐞 修复 ColorPicker 组件在面板上不拖拽直接点击的时候,onChangeComplete 返回值不正确的问题。#​50501 @​zombieJ
  • 🐞 修复 FloatButton.Group 在受控模式下 React 会警告递归更新的问题。#​50500 @​zombieJ

v5.20.2

Compare Source

  • 💄 Fix the suffix style problem of InputNumber without control. #​50450 @​coding-ice
  • 🆕 Form rule.message supports skipping variable substitution through \\${}. #​50412 @​zombieJ
  • 🐞 Fixed the issue where the rounded corners of the trigger element are missing when the FloatButton component has shape="square" and in menu mode when the menu pops up. #​50408 @​li-jia-nan
  • 🐞 Fixed the problem that Upload.Dragger does not work when dragging and dropping upload folders. #​50394 @​huiliangShen
  • 🐞 Fixed the issue where the arrow icon disappears after hovering when Select specifies getPopcontainer={node=node.parentNode}. #​50382 @​afc163
  • 🐞 Fixed the arrow misalignment error when Popover sets the arrow.pointAtCenter property. #​50260 @​Wxh16144
  • 📖 Transfer adds Russian and Ukrainian localization copy. #​50429 @​alexlag
  • TypeScript

v5.20.1

Compare Source


v5.20.0

Compare Source


  • 🛠 替换 ColorPicker 内部使用的 @ctrl/tiny-color@ant-design/fast-color#​49846
  • 🆕 ConfigProvider 支持配置 Spin 的 indicator 属性。#​50183 @​coding-ice
  • 🆕 Upload showUploadList 添加 extra 以支持渲染额外信息。#​50098 @​guoyunhe
  • 🆕 Tree 新增 switcherLoadingIcon 属性以支持自定义树节点的加载图标#​49716 @​coding-ice
  • 🆕 Slider 支持 range.editable 以动态添加/删除节点。#​49923
  • 🆕 Slider range.editable 支持 minCountmaxCount 以配置可编辑节点树。#​49987
  • 🆕 在 QRCode 中支持自定义状态渲染。#​49563 @​kiner-tang
  • 🆕 Table 组件支持自定义过滤器下拉框空状态。 #​49613 @​Wxh16144
  • 🆕 Divider 支持添加 dashed(虚线)、dotted(点线)或 solid(实线)的样式。#​49654 @​pinaki-08
  • 🆕 InputNumber 支持 suffix 属性。#​49674 @​coding-ice
  • 🆕 ColorPicker 支持渐变色选择,并修复受控模式不生效的问题。#​50050
  • 🆕 Input/TextArea/Mentions 组件支持 onClear 回调,便于区分点击 x 清除和手动清除这两个行为。#​49905 @​li-jia-nan
  • ️ 优化 Input 下长按回车会不断触发变更的问题。rc-input#72 @​crazyair
  • 🐞 修复 ColorPicker 在 cssinjs 模式下 line-height 失效的问题。#​50220 @​vagusX
  • 🐞 修复 ColorPicker 在 disabled 状态下的光标问题. #​50217 @​coding-ice
  • 🐞 修复 Table 中列存在分组时,排序不生效的问题。#​50086 @​Zyf665
  • 🐞 修复 Popover/PopConfirm/Tooltip 在目标元素宽度过大时,使用 topLeft, topRight, bottomLeft, bottomRight 的弹出动画起始缩放中心有所偏移的问题。#​50134
  • 💄 修复 Tree 组件 filter-node 节点高亮样式丢失。#​49773 @​wanpan11
  • 💄 优化 ColorPicker 当从 transparent 状态进行颜色选取时,默认使用亮色以代替原本的纯黑色以提升用户交互体验。#​50148
  • TypeScript
  • 🌐 Locales

v5.19.4

Compare Source


v5.19.3

Compare Source


v5.19.2

Compare Source


  • 🐞 修复 List actions 为空数组时会渲染 0 的问题。#​49842 @​int64ago
  • 🐞 修复 Upload 拖拽上传文件夹时,beforeUpload fileList 不完整的问题。#​49832 @​coderz-w
  • Descriptions
  • 🐞 修复 Spin percentsize 一同使用时,样式不正确的问题。#​49876
  • 🇮🇳 补充 DatePicker 的 kn_IN 本地化文案。#​49860 @​neerajap-01
  • Typescript
    • 🐞 修复 Tree iconswitcherIcon 参数类型未能正确推导的问题。#​49821
    • 🐞 回滚 Cascader multiple 定义更新导致 value 定义丢失的问题。#​49741 @​YangZhi1

v5.19.1

Compare Source


v5.19.0

Compare Source

  • 🆕 ConfigProvider now supports global configuration for variant. #​49535 @​MadCcc
  • QRCode
  • 🆕 Select component's filterSort property now includes searchValue parameter. #​49352 @​MadCcc
  • 🆕 Pagination adds simple property, supports read-only mode, and introduces align property. #​49562 @​coding-ice
  • 🐞 Enhanced Anchor's affix property for more configuration options. #​49295 @​gin-lsl
  • DatePicker
    • 🐞 Fixed missing arrow in DatePicker/TimePicker RangePicker with placement set to topRight or bottomRight.#​49333
    • 🐞 Fixed missing accessible text for DatePicker switch button, style issue in RTL mode for DatePicker.RangePicker, and crash when entering wrong end value in year selection of DatePicker.RangePicker.#​49333
    • 🐞 Fixed DatePicker.RangePicker resetting selected dates when entering dates via keyboard. #​49333
  • 🐞 Button fixed disabled property not working when used as Dropdown trigger. #​47363
  • 🐞 InputNumber now warns when using type=number with changeOnWheel. #​49648 @​wanpan11
  • Table
    • 🐞 Table fixed issue with locale.emptyText showing default value when set to a non-undefined value. #​49599 @​照明胧
    • 🐞 Fixed Table filter panel not working after customizing global Empty style. #​49548 @​duqigit
  • 🐞 Upload fixed rendering performance issue when listing many files in list mode. #​49598 @​tlkv
  • 💄 Added initial styles for SubMenu node in Menu. #​49643 @​wanpan11
  • 💄 Improved active style for Slider handle. #​49630
  • 💄 Optimized variant=borderless style for DatePicker, TimePicker, Select, TreeSelect, Input, InputNumber, Mentions, now distinguishable when setting status property. #​49608
  • 🐞 Fixed Typography ellipsis not working when parent has nowrap style. #​49667
  • TypeScript:
  • 🌐 Locales

  • 🆕 ConfigProvider 现支持全局配置 variant#​49535 @​MadCcc
  • 🆕 QRCode
  • 🆕 Select 组件的 filterSort 属性现新增获取 searchValue 的参数。#​49352 @​MadCcc
  • 🆕 Pagination 支持 simple={{ readOnly }} 属性和 align 属性。#​49562 @​coding-ice
  • 💄 优化了 Slider 滑块的激活样式。#​49630
  • 🐞 增强了 Anchor 的 affix 属性,支持更多配置项。#​49295 @​gin-lsl
  • DatePicker
    • 🐞 修复了 DatePicker/TimePicker 的 RangePicker 在 placement 设置为 topRightbottomRight 时箭头丢失的问题。#​49333
    • 🐞 修复了 DatePicker 切换按钮缺失可访问性文本的问题,修复了 DatePicker.RangePicker 在 RTL 模式下的样式问题。#​49333
    • 🐞 修复了 DatePicker.RangePicker 年选择器输入结束值错误导致报错的问题。#​49333
    • 🐞 修复了 DatePicker.RangePicker 键盘输入日期时已选日期重置的问题。#​49333
  • 🐞 Button 修复了用作 Dropdown triggerdisabled 属性不生效的问题。#​47363
  • 🐞 InputNumber 在同时使用 type=numberchangeOnWheel 时现在会给出警告提示。#​49648 @​wanpan11
  • 🐞 修复 Dropdown 次级菜单 reset 样式丢失的问题。#​49643 @​wanpan11
  • 💄 优化了 DatePicker、TimePicker、Select、TreeSelect、Input、InputNumber、Mentions 的 variant="borderless" 样式,现在在设置 status 属性时也能够被区分。#​49608
  • Table
    • 🐞 Table 修复了 locale.emptyText 设置为非 undefined 值时仍会显示默认值的问题。#​49599 @​照明胧
    • 🐞 Table 自定义全局组件的 Empty 样式后,Table的过滤面板没生效的问题。#​49548 @​duqigit
  • 🐞 Upload 修复了在列表模式下文件过多时出现的渲染性能问题。#​49598 @​tlkv
  • 🐞 Typography 修复在父元素存在 nowrap 样式时,ellipsis 不生效的问题。#​49667
  • TypeScript:
  • 🌐 国际化

v5.18.3

Compare Source


v5.18.2

Compare Source

  • 🐞 Fix the bug where the icon and the text aren't strictly centered in message. #​49429 @​nova1751
  • 🐞 Fix Table sorter argument of onChange with unexpected value for #​49134. #​49289 @​Zyf665
  • 🐞 Add aria-label for expand icon in Collapse. #​49395 @​wanpan11
  • 🐞 Fix token inputFontSizeSM and inputFontSizeLG not working in InputNumber. #​49369
  • 💄 Fix Empty sometimes doesn't take colorTextDescription as description text color. #​49408
  • 💄 Resolve Badge processing status style conflict with Tailwind CSS. #​49379
  • 🌐 Locales

  • 🐞 修复了 message 图标与文本内容没有严格居中对齐的问题。#​49429 @​nova1751
  • 🐞 修复 #​49134 #​49289 中提到的 Table 组件的 onChange 事件中排序器参数的问题。@​Zyf665
  • 🐞 为 Collapse 组件中展开/折叠图标 添加具有语义的 aria-label 属性值。#​49395 @​wanpan11
  • 🐞 修复 InputNumber 组件中 token inputFontSizeSMinputFontSizeLG 不生效的问题。#​49369
  • 💄 修复 Empty 部分样式下,描述的 colorTextDescription 不生效的问题。#​49408
  • 💄 解决 Badge processing 与 Tailwind CSS 样式冲突的问题。#​49379
  • 🌐 国际化

v5.18.1

Compare Source


  • Typography
    • 🐞 修复 Typography 组件的 ellipsispre 标签中没有正常工作的问题。#​49168 @​nova1751
    • 🐞 修复 Typography ellipsis 在 Safari 中有时不生效的问题。#​49221
  • 🐞 修复 Space size 设置 0 不生效的问题。#​49192 @​coding-ice
  • 🐞 修复 Progress 文本的 padding 在 cssinjs 下单位失效问题。#​49250 @​vagusX
  • 🐞 修复 Modal 关闭按钮的 zIndexcssVar 模式下不正确的问题。#​49238
  • 🐞 修复 Image width height 被应用到预览图片上的问题。#​49259 @​nova1751
  • 🐞 修复 Pagination 页码切换器 hover 时图标消失的问题。#​49262
  • 🐞 修复 Mentions 当 loading=true 时不响应 Enter 事件的问题。#​49292 @​wanpan11
  • 🐞 修复 Notification 没有继承 App config 属性的问题。#​49339 @​hemengke1997
  • 💄 修复 Drawer 在暗黑模式下,文本颜色不正确的问题。#​49217
  • 💄 修复 Spin 自定义 indicator 时,样式不可见以及 percent 进度没有传递的问题。#​49211 @​wanpan11
  • DatePicker
    • 🐞 修复 DatePicker/TimePicker placement 属性失效的问题。#​49303
    • 💄 修复 DatePicker 头部区域内容不居中对齐的问题。#​49332
  • TypeScript
  • 🌐 国际化

v5.18.0

Compare Source


v5.17.4

Compare Source

  • 🐞 Fix Modal with confirm would not close correctly when returning true in onOk or onCancel. #​49054 @​wanpan11
  • 🐞 Fix Carousel was warned about having non-standard DOM attributes by React. #​49031
  • 🐞 Fix Form prop of scrollToFirstError not working for InputNumber. #​48989 @​Wxh16144
  • TypeScript
    • 🤖 Fix Modal missing styles.wrapper type. #​49055
    • 🤖 Enhance Spin component TypeScript definitions and documentation. #​49036 @​arvinxx
    • 🤖 Enhance Checkbox.Group TypeScript generic limitation. #​49073

  • 🐞 修复 Modal 的 confirmonOkonCancel 中返回 true 时,窗体不会正确关闭的问题。#​49054 @​wanpan11
  • 🐞 修复 Carousel 会被提示存在非标准 dom 属性的问题。#​49031
  • 🐞 修复 Form 的 scrollToFirstError 对 InputNumber 无效的问题。#​48989 @​Wxh16144
  • TypeScript
    • 🤖 修复 Modal styles.wrapper TS 定义丢失的问题。#​49055
    • 🤖 优化 Spin 的 TypeScript 定义并提供更详细的描述信息。#​49036 @​arvinxx
    • 🤖 优化 Checkbox.Group 的 TypeScript 类型约束。#​49073

v5.17.3

Compare Source


  • 🐞 杂项:修复部分组件在 React 18.3.0 下警告 findDOMNode 的问题。#​48958
  • 🐞 修复 Button 字体大小 token 无效的问题。#​48893 @​wanpan11
  • 💄 修复 Pagination 组件跳转选择元素样式问题。#​48931 @​wanpan11

v5.17.2

Compare Source

  • 🐞 MISC: Fix lib bundle mistake deps on the es module which break the build progress. #​48914

  • 🐞 MISC: 修复 lib 产物错误引入 es 依赖导致构建错误的问题。#​48914

v5.17.1

Compare Source

  • 🐞 Optimize the internal logic of the Form, fix the problem that antd takes too long time to build in Next.js. react-component/async-validator#9
  • 🐞 Fix visually not centered when Tooltip content is only one character. #​48890 @​kiner-tang
  • Button
    • 🐞 Fix hover and active styles not differentiating when Button type="text"and type="danger" are used together. #​48876 @​LonelySnowman
  • Fix issue where some components throw findDOMNode warnings
  • 💄 Add className to internal component Spin given by Drawer to prevent internal Spin styles from overriding user-passed Spin styles. #​48857 @​li-jia-nan
  • 💄 Fix missing bottom border when Card size="small". #​48787 @​wanpan11
  • 🐞 Fix AutoComplete tagRender not working for maxTag and clicking on an edge triggering unexpected closure of the layer. #​48798
  • RTL
    • 💄 Fix Button's missing icon order and margins under RTL. #​48821
  • TypeScript

  • 🐞 优化 Form 组件底层逻辑,修复了 antd 在 Next.js 中构建时间太长的问题。react-component/async-validator#9
  • 🐞 修复 Tooltip 内容只有一个字符时视觉不居中的问题。#​48890 @​kiner-tang
  • Button
    • 🐞 修复 Button type="text"type="danger" 同时使用时 hover 和 active 样式没有区分的问题。#​48876 @​LonelySnowman
  • 修复部分组件抛出 findDOMNode 警告的问题
  • 💄 给 Drawer 的内部组件 Spin 添加 className,防止内部 Spin 样式覆盖用户传入的 Spin 样式。#​48857 @​li-jia-nan
  • 💄 修复 Card size="small" 时下边框丢失的问题。#​48787 @​wanpan11
  • 🐞 AutoComplete 修复 tagRender 对 maxTag 无效的问题和点击边缘会触发弹层意外关闭的问题。#​48798
  • RTL
    • 💄 修复 Button 在 RTL 下的图标顺序和边距缺失问题。#​48821
  • TypeScript

v5.17.0

Compare Source


  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider 支持配置 layer 统一降级 默认 CSS 优先级。经过降权后,antd 的样式将始终低于默认的 CSS 选择器优先级,以便于用户进行样式覆盖(请务必注意检查 @​layer 浏览器兼容性),详情可见文档#​48229
  • 🆕 Carousel 现在支持 arrows 来开启箭头切换功能。#​48542
  • Form
    • 🛠 Form 依赖的 async-validator 替换为 @rc-component/async-validator,并修复 transform 没有自动检测返回值类型的问题。#​48486 @​crazyair
    • 🆕 Form 新增 inlineMargin token。#​48362 @​CooperHash
    • 🐞 修复 Form 下出现错误时无法滚动到 Upload 组件的问题。#​48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph 的编辑、复制按钮允许修改 tableIndex#​48567 @​nova1751
    • 🐞 修复 Typography 开启 editable 时会意外触发 focus 行为的问题。#​48741
  • DatePicker
    • 🆕 DatePicker.RangePicker showTime.disabledTime 支持 info.from 以供时间维度的自定义限制能力。#​48625
    • 🐞 修复 DatePicker 关闭时回填 hover 值闪烁的问题。#​48734
  • Drawer
  • Slider
    • 🐞 修复 Slider tooltip={{ open: false }} 时提示框未正确隐藏的问题。#​48708
    • 🐞 修复 Slider tooltip={{ formatter: null }} 无法隐藏 Tooltip 的问题。#​48673 @​wanpan11
  • Button
  • 🆕 ConfigProvider 组件支持 button.autoInsertSpace 属性并废弃 autoInsertSpaceInButton 属性。#​48348 @​li-jia-nan
  • 🆕 TreeSelect 支持 onPopScroll 属性。#​48636 @​wanpan11
  • 🆕 Tabs 新增 more={{ ... }} 属性以支持自定义下拉菜单的属性。#​48321 @​CooperHash
  • 🆕 Flex 组件 wrap 参数支持 boolean 类型。#​48391 @​li-jia-nan
  • 🆕 Input.OTP 组件支持 mask 属性,以自定义遮罩字符。#​48257 @​li-jia-nan
  • 🆕 Alert 组件支持 idref 属性。#​48336 @​li-jia-nan
  • 🆕 Upload 组件 ref.nativeElenent 以支持访问原生元素。#​48210 @​Wxh16144
  • 🐞 修复 List grid 属性值更新后组件未重新渲染的问题。#​48683 @​coderz-w
  • 🐞 修复 Progress tooltip 提示距离太近的问题。#​48686
  • 🐞 修复 QRCode 无法自适应容器大小的问题并移除 bordered={false} 时的默认边距。#​48194 @​thinkasany
  • 🐞 修复 Table 组件设置 fixed={false} 时的某些特殊情况下未正常显示投影的问题。#​1113 @​linxianxi
  • 📖 添加 Table 表格列拖拽排序演示。#​48434 @​GeorgeHcc
  • TypeScript
  • 本地化

v5.16.5

Compare Source


v5.16.4

Compare Source

  • 🐞 Fix Select with multiple and paddingXXS=0 will break the height align of controlHeight token. #​48574
  • 🐞 Fix Upload miss style when enable CSS Variable. #​48569 @​nova1751
  • 🐞 Fix Slider in range tooltip blink when drag the handle over another one. #​48536
  • Input
    • 🐞 Fix the text of the button is not the large size when Input.Search is set to a large size. #​48527
    • 🐞 Fix abnormal text display in Input.TextArea. #​48489 @​korkt-kim
  • 🐞 Fix the stuck animation effect of the Upload component image. #​48522 @​nova1751
  • 🐞 Fix the issue where the Switch component using checkedChildren and unCheckedChildren did not add a default height. #​48513 @​wanpan11
  • 🐞 Fix the warning reminder when Form.Item uses noStyle with no value. #​48508
  • 🐞 Fix Popover defaultOpen setting failed. #​48481 @​linhf123
  • 🐞 Fix where placeholder is not displayed when DatePicker is configured with multiple. #​48387 @​nova1751
  • 🐞 Fix where ColorPicker clear color could not be changed when controlled in strict mode. #​48450
  • 💄 Fix the arrow style issue when Collapse uses third-party icons. #​48417 @​guoyunhe
  • 💄 Optimize the animation effect of the embedded Menu Sider when it is expanded. #​48127 @​metouch
  • 💄 Optimize Steps process style. #​48464
  • Locales

  • 🐞 修复 Select 配置 paddingXXS=0 时,多选下超出设定的 controlHeight token 的问题。#​48574
  • 🐞 修复 Upload 在开启 CSS Variable 时样式丢失的问题。#​48569 @​nova1751
  • 🐞 修复 Slider 在范围选择下,拖动滑块越过另一个滑块时提示框闪动的问题。#​48536
  • Input
    • 🐞 修复 Input.Search 设置大尺寸时,按钮的文字不是大尺寸的问题。#​48527
    • 🐞 修复 Input.TextArea 的文字显示异常问题。#​48489 @​korkt-kim
  • 🐞 修复 Upload 组件图片卡顿的动画效果。#​48522 @​nova1751
  • 🐞 修复 Switch 组件使用 checkedChildren unCheckedChildren 未添加默认高度的问题。#​48513 @​wanpan11
  • 🐞 修复 Form.Item 使用 noStyle 无值时的警告提醒。#​48508
  • 🐞 修复 Popover defaultOpen 设置失效的问题。#​48481 @​linhf123
  • 🐞 修复 DatePicker 配置 multipleplaceholder 不展示的问题。#​48387 @​nova1751
  • 🐞 修复 ColorPicker 在严格模式下受控时清除颜色无法改变的问题。#​48450
  • 💄 修复 Collapse 使用第三方图标时的 arrow 样式问题。#​48417 @​guoyunhe
  • 💄 优化内嵌 Menu 的 Sider 在展开时的动画效果。#​48127 @​metouch
  • 💄 优化 Steps process 样式。#​48464
  • 国际化

v5.16.3

Compare Source

  • 🛠 Script failed to publish an empty package. Do not use this version.

  • 🛠 脚本错误发布空包,请勿使用。

v5.16.2

Compare Source

  • 🐞 Fix Input.OTP controlled value to '' not work as expect. #​48399
  • 🐞 Fix DatePicker of multiple with week picker not show the selection on the panel. #​48355
  • 🐞 Fix Upload listType with picture-card or picture-circle has additional space on top. #​48370
  • Typography
    • 🐞 Fix Typography dynamic set copyable or editable will not show the operation button. #​48350
    • 🐞 Fix Typography dynamic update copyable.text not working. #​48347
    • 🐞 Fix Typography using ellipsis config with expandable="collapsible" and row={1} at both time will make ellipsis not working as expect. #​48340
  • 💄 Fix Steps in compact theme not show the correct progress style. #​48251
  • 💄 Refactor Tabs and wave-related components CSS duration values with motionDurationSlow Component Token. #​48311 #​48312 @​li-jia-nan
  • 🇯🇵 Add Transfer missing ja_JP translations. #​48411 @​Inshiku-Han
  • 🌐 Fix Picker ja-JP and ko-KR translations. #​48382 @​li-jia-nan
  • 🛠 Use constant instead of enumeration to reduce package size. #​48406 @​kiner-tang

  • 🐞 修复 Input.OTP 组件受控设置 value'' 时不生效的问题。#​48399
  • 🐞 修复 DatePicker 对周选择器配置 multiple 多选时,弹出面板不会正确高亮选中项的问题。#​48355
  • 🐞 修复 Upload 配置 listTypepicture-cardpicture-circle 时,上方有额外空隙的问题。#​48370
  • Typography
    • 🐞 修复 Typography 动态配置 copyableeditable 时不会显示操作按钮的问题。#​48350
    • 🐞 修复 Typography 动态调整 copyable.text 不生效的问题。#​48347
    • 🐞 修复 Typography 的 ellipsis 同时配置 expandable="collapsible"row={1} 时,不会正确省略的问题。#​48340
  • 💄 修复 Steps 的进度样式在紧凑模式下不正确的问题。#​48251
  • 💄 重构 Tabs 和波纹样式相关组件的 CSS 过渡时间值,替换为 motionDurationSlow Component Token。#​48311 #​48312 @​li-jia-nan
  • 🇯🇵 补充 Transfer 的 ja_JP 本地化文案。#​48411 @​Inshiku-Han
  • 🌐 修复 Picker 的 ja_JP 和 ko_KR 本地化文案。#​48382 @​li-jia-nan
  • 🛠 使用常量替代枚举减小包体积。#​48406 @​kiner-tang

v5.16.1

Compare Source

  • 🛠 Adjust Typography ellipsis logic to use CSS ellipsis in SSR to enhance user experience. #​48205
  • 🐞 Fix FloatButton config tooltip and badge at same time will make badge customize background not working. #​48198 @​LonelySnowman

  • 🛠 调整 Typography 的 ellipsis 使其在 SSR 阶段使用 CSS 省略以优化用户体验。#​48205
  • 🐞 修复 FloatButton 中同时配置 tooltipbadge 时, badge 的自定义背景色会失效的问题。#​48198 @​LonelySnowman

v5.16.0

Compare Source


v5.15.4

Compare Source


  • 💄 修复 QRCode 组件自定义样式会被内部样式覆盖的问题。#​48053 @​li-jia-nan
  • 💄 修复 Radio 禁用状态 hover 样式。#​47972 @​madocto
  • 🐞 修复 Watermark 在特定屏幕缩放下会不断重复渲染的问题。#​47895
  • TypeScript
    • 🤖 Affix 导出 AffixRef 类型。#​47982 @​li-jia-nan
    • 🤖 MISC: 修复 GetRef 工具类型不能正确获得某些组件 ref 类型的问题。#​47983

v5.15.3

Compare Source

  • 💄 Unify Modal, Drawer, notification and Tour close button style. #​47909
  • 🐞 Fix Badge and text node align style under Space. #​47908
  • 💄 Fix Upload file list actions wrap style. #​47898
  • 🐞 Fix Typography config the ellipsis.symbol exceed the single line height will make ellipsis rows not correct issue. #​47889
  • 🐞 Fix DatePicker component height not correct when customize controlHeight. #​47874
  • 🐞 Fix DatePicker with multiple selector collapse for cross the line. #​47821
  • 🐞 TimePicker revert and add warning for onSelect API which is already removed in v4 but not update in English documentation. #​47878
  • 💄 Darken the Empty text color to make it readable. #​47268 @​evgmol

  • 💄 统一 Modal、Drawer、notification 和 Tour 关闭按钮的样式,并增大 Modal 和 Drawer 关闭按钮的交互区域使其更容易点击。#​47909
  • 🐞 修复 Badge 和文本元素在 Space 下排版不对齐的问题。#​47908
  • 💄 修复 Upload 列表行动点换行的问题。#​47898
  • 🐞 修复 Typography 配置的 ellipsis.symbol 超出单行高度时,省略行数不正确的问题。#​47889
  • 🐞 修复 DatePicker 配置自定义 controlHeight 时展示高度不正确的问题。#​47874
  • 🐞 修复 DatePicker 设置 multiple 多选换行时行与行之间没有间隙的问题。#​47821
  • 💄 调深 Empty 文本色彩使其更清晰可读一些。#​47268 @​evgmol

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by RenovateBot

Merge request reports