antd
4.5/5979

antd

npm i antd

741 Versions

5.3.2

latest
6 days ago
  • Anchor
    • 💄 Fix Anchor redundant border style when it is set to horizontal direction. #41336 @gooyoung
    • 💄 Fix Anchor ink square style in vertical mode. #41317 @acyza
  • 🐞 Fix Grid offset can not be overwritten problem under different device screen sizes. #41309 @Yuiai01
  • 🐞 Fix Breadcrumb onClick not working bug. #41283 @acyza
  • 🐞 Fix Upload trigger Progress warning after upload. #41234 @kiner-tang
  • 🐞 Fix Table unexpected layout problem when dragging element to the right. #41139 @hoho2017
  • 💄 Fix Tabs more icon color in dark mode. #41313 @PhosphorusP
  • 💄 Fix Button focus outline style be covered by Dropdown.Button. #41282 @Yuiai01
  • 💄 Fix Input.TextArea style problem when focusing. #41228 @MuxinFeng
  • RTL
  • TypeScript

  • Anchor
    • 💄 修复 Anchor 组件设置为水平方向时多余的 border 样式。#41336 @gooyoung
    • 💄 修复 Anchor 处于 vertical 方向时 ink 小方块的样式。#41317 @acyza
  • 🐞 修复 Grid 在不同设备屏幕下的 offset 设置不会被覆盖的问题。#41309 @Yuiai01
  • 🐞 修复 Breadcrumb onClick 不工作的问题。#41283 @acyza
  • 🐞 修复 Upload 在上传完毕后 Progress 组件抛出警告的问题。#41234 @kiner-tang
  • 🐞 修复 Table 在拖动元素一直右移时布局错误的问题。#41139 @hoho2017
  • 💄 修复 Tabs 在深色模式下更多图标的色值。#41313 @PhosphorusP
  • 💄 修复 Button 下拉时聚焦轮廓被其他元素遮挡的问题。#41282 @Yuiai01
  • 💄 修复 Input.TextArea 在 focus 状态下的样式问题。#41228 @MuxinFeng
  • RTL
    • 💄 修复 Input.TextArea 在启用 showCount 时 RTL 模式下位置不正确的问题。#41319 @ds1371dani
  • TypeScript

5.3.1

13 days ago
  • 🐞 Update DatePicker deps to fix laggy in Safari and support align with transform scale. #41090
  • 🐞 Fix Menu collapse, Tooltip sometime show with unexpected. #41081
  • 🐞 Fix Modal.confirm has additional node which makes height not correct. #41173 @Svudec
  • 🐞 Fixed InputNumber disabled text color not correct. #41167 @Yuiai01
  • 🐞 Fix Anchor highlighting not working when dynamically updating items. #40743 @zqran
  • 🛠 Update Mentions deps to support align with transform scale. #41160 @MuxinFeng
  • 🐞 Fix Form with manually called validateFields not show success status when hasFeedback is on. #41116 @kiner-tang
  • 🐞 Fix Cascader sub panel not close when hover to leaf node. #41134
  • 🐞 Fix Popconfirm using Promise to close will not exist loading state even when open again. #41121
  • 🐞 Fix Upload onChange sometime not sync when in React 18. #41082 @li-jia-nan
  • 🛎 Update demo with Space.Compact instead of legacy one and patch warning info. #41080 @Yuiai01
  • 🌐 Update ko_KR、Added Amharic Language. #41103 @li-jia-nan

  • 🐞 更新 DatePicker 底层依赖,修复 Safari 下卡顿,支持 transform scale 下对齐。#41090
  • 🐞 修复 Menu 收缩时,Tooltip 有时会弹出的问题。#41081
  • 🐞 修复 Modal.confirm 窗体有额外节点导致高度不正确的问题。#41173 @Svudec
  • 🐞 修复 InputNumber disabled 时字体高亮不正确的问题。#41167 @Yuiai01
  • 🐞 修复 Anchor 动态添加 items 后高亮失效问题。#40743 @zqran
  • 🛠 更新 Mentions 底层依赖,支持 transform scale 下对齐。#41160 @MuxinFeng
  • 🐞 修复 Form 手工调用 validateFields 时,hasFeedback 对成功态不生效的问题。#41116 @kiner-tang
  • 🐞 修复 Cascader 在悬浮至叶子节点时,展开面板没有关闭的问题。#41134
  • 🐞 修复 Popconfirm 使用 Promise 关闭时再次打开仍然是 loading 状态的问题。#41121
  • 🐞 修复 Upload 在 React 18 下 onChange 有时数据不正确的问题。#41082 @li-jia-nan
  • 🛎 补充官网中没有切换到 Space.Compact 的遗留示例,并且添加相应警告。#41080 @Yuiai01
  • 🌐 更新韩语国际化,添加国际化阿姆哈拉语。#41103 @li-jia-nan

5.3.0

21 days ago
  • 🆕 Tooltip support arrow.pointAtCenter and deprecate arrow.arrowPointAtCenter. #40989 @MadCcc
  • 🆕 Progress support custom size. #40903 @kiner-tang
  • 🆕 Tour support custom zIndex. #40982 @kiner-tang
  • 🆕 Table onHeaderCell support customize colSpan and rowSpan. #40885
  • 🆕 Image.Group support onChange callback. #40857 @kiner-tang
  • App
  • 🆕 ConfigProvider support useConfig hook to get size and disabled in context. #40215 @xliez
  • 🆕 Breadcrumb support items prop. #40543 @heiyu4585
  • 🛠 Breadcrumb separators are unified into li elements. #40887 @heiyu4585
  • 🛠 Tooltip support auto arrow position & adjust position if possible. destroyTooltipOnHide.keepParent is deprecated since it will be always auto destroy unnecessary container now. #40632
  • 🛠 Rename preset colors in token, .e.g blue-1 to blue1, and deprecate tokens before. #41071
  • 💄 Message use colorText in style. #41047 @Yuiai01
  • 💄 Fix Select, TreeSelect, Cascader popup align position not correct when parent has transform: scale style. #41013
  • 💄 Optimize rowScope style for Table. #40304 @Yuiai01
  • 💄 Provide new AliasToken lineWidthFocus for outline-width of focused component. #40840 @MadCcc
  • 💄 WeekPicker support hover style. #40772
  • 💄 Adjust Select, TreeSelect, Cascader always show the arrow by default when multiple. #41028
  • 🐞 Fix Form Form.Item.useStatus problem with sever-side-rendering. #40977 @AndyBoat
  • 🐞 Fix arrow shape in some components. #40971 @MadCcc
  • 🐞 Fix Layout throw React does not recognize the suffixCls prop on a DOM element warning. #40969
  • 🐞 Fix Watermark that text will be displayed when the picture loads abnormally. #40770 @OriginRing
  • 🐞 Image support flip function in preview mode. Fix Image fallback when used in ssr. #40660
  • 🐞 Fix Typography component is not centered in the Select component. #40422 @Yuiai01
  • 🌐 Update locale vi_VN adding Vietnamese translation for Form component validation. #40992 @lamvananh
  • RTL
  • TypeScript
    • 🤖 Fix Cascader that generics should not be necessary. #40961 @crazyair

  • 🆕 Tooltip 组件新增 arrow.pointAtCenter, 废弃 arrow.arrowPointAtCenter#40989 @MadCcc
  • 🆕 Progress 组件支持自定义 size#40903 @kiner-tang
  • 🆕 Tour 组件支持自定义 zIndex#40982 @kiner-tang
  • 🆕 Table onHeaderCell 支持自定义 colSpanrowSpan#40885
  • 🆕 Image.Group 支持 onChange 回调。#40857 @kiner-tang
  • App
  • 🆕 ConfigProvider 新增 useConfig 以获取上下文中的 sizedisabled#40215 @xliez
  • 🆕 Breadcrumb 支持 items 数据驱动。#40543 @heiyu4585
  • 🛠 Breadcrumb 分隔符统一为 li 元素。#40887 @heiyu4585
  • 🛠 Tooltip 现在自动调整自身以及箭头位置以更好的展示。同时废弃 destroyTooltipOnHide.keepParent,现在总是会自动销毁不需要的容器。#40632
  • 🛠 重命名 token 中的预设颜色,如 blue-1 变为 blue1,废弃原有的 token。#41071
  • 💄 Message 组件使用 colorText 优化样式。#41047 @Yuiai01
  • 💄 修复 Select, TreeSelect, Cascader 父元素存在 transform: scale 样式时的对齐问题。#41013
  • 💄 优化 Table 中 rowScope 的样式。#40304 @Yuiai01
  • 💄 为组件聚焦时的 outline 提供新的 AliasToken lineWidthFocus#40840 @MadCcc
  • 💄 WeekPicker 支持鼠标悬浮样式。#40772
  • 💄 调整 Select, TreeSelect, Cascader 在多选时总是默认显示下拉箭头。#41028
  • 🐞 修复 Form 组件 Form.Item.useStatus 导致的服务端渲染问题。#40977 @AndyBoat
  • 🐞 修复部分组件箭头形状问题。#40971 @MadCcc
  • 🐞 修复 Layout 报错 React does not recognize the suffixCls prop on a DOM element 的问题。#40969
  • 🐞 修复 Watermark 组件图片加载异常时的问题,默认展示文字。#40770 @OriginRing
  • 🐞 Image 预览新增图片翻转功能。并修复 Image fallback 在 ssr 下失效的问题。#40660
  • 🐞 修复 Select 中使用 Typography 不居中的问题。#40422 @Yuiai01
  • 🌐 完善 Form 的 vi_VN 语言包。#40992 @lamvananh
  • RTL
  • TypeScript

5.2.3

1 month ago
  • 🐞 Fix for setting percent and success.percent at the same time for Progress, the progress text does not change as percent changes. #40922
  • 🐞 Fixed Image preview icon was misaligned.#40911
  • 🐞 Fix ConfigProvider validation message template override Form configure template sometime. #40533 @Wxh16144
  • 🐞 Fixed Confirm Modal onOk event could be triggered twice when close. #40719 @Rafael-Martins
  • 🛠 Rewrote the useLocale method and exposed localeCode to the public. #40884 @li-jia-nan
  • 🐞 Fixed Segmented component items were unresponsive to mouse events. #40894 @MadCcc
  • 🛠 Refactored: replaced the LocaleReceiver component with useLocale and removed the LocaleReceiver component. #40870 @li-jia-nan
  • 🐞 Fixed getPopupContainer property injected by ConfigProvider did not work. #40871 @RedJue
  • 🐞 Fixed where Descriptions did not accept data-_ and aria-_ attributes. #40859 @goveo
  • 🛠 Changed the Separator's DOM element from span to li. #40867 @heiyu4585
  • 🐞 Fix token of Layout.colorBgHeader not work when single use Layout.Header directly. #40933
  • 💄 Changed the component's focus outline to the default 4px.#40839 @MadCcc
  • 🐞 Fixed the Badge color was displayed abnormally. #40848 @kiner-tang
  • 🐞 Fixed an issue with the Timeline item's className. #40835 @Yuiai01
  • 💄 Fixed the interaction style of the Rate component in the disabled state.#40836 @Yuiai01
  • 🇮🇷 Added Iranian localization. #40895 @majidsadr

  • 🐞 修复 Progress 同时设置 percent 和 success.percent 时,进度文本不会随着 percent 改变而改变。#40922
  • 🐞 修复 Image 预览图标不对齐的问题。#40911
  • 🐞 修复 ConfigProvider 组件表单校验消息生效顺序。#40533 @Wxh16144
  • 🐞 修复 Confirm Modal onOk 可能触发两次的问题。#40719 @Rafael-Martins
  • 🛠 重写 useLocale 方法,对外暴露 localeCode#40884 @li-jia-nan
  • 🐞 修复 Segemented 组件子项不响应鼠标事件的问题。#40894 @MadCcc
  • 🛠 重构:使用 useLocale 替换 LocaleReceiver 组件,并删除 LocaleReceiver 组件。#40870 @li-jia-nan
  • 🐞 修复 ConfigProvider 注入的 getPopupContainer 属性 不生效的问题。#40871 @RedJue
  • 🐞 修复 Descriptions 不接受 data-*aria-* 等属性的问题。#40859 @goveo
  • 🛠 修改 Separator 的 dom 由 span 改为 li#40867 @heiyu4585
  • 💄 修改组件聚焦下的 outline 为默认 4px#40839 @MadCcc
  • 🐞 修复 Layout.Header 单独使用时,Layout.colorBgHeader token 配置不生效的问题。#40933
  • 🐞 修复 Badge 颜色显示异常问题。#40848 @kiner-tang
  • 🐞 修复 Timeline 的子项的 className 错误。#40835 @Yuiai01
  • 💄 修复 Rate 在禁用状态下的交互样式。#40836 @Yuiai01
  • 🇮🇷 增加了伊朗本地化。#40895 @majidsadr

5.2.2

conch-v5
1 month ago
  • DatePicker
    • 💄 Optimize DatePicker date panel style. #40768
    • 🐞 Fix RangePicker hover style on wrong date. #40785 @Yuiai01
  • Form
    • 🐞 Fixed inconsistency between Checkbox and Radio in table when Form is disabled. #40728 @Yuiai01
    • 🐞 Fix Radio/Checkbox under Form disabled property don't works correctly. #40741 @Yuiai01
  • 🐞 Fix List extra padding when enable grid property. #40806
  • 🐞 Fix Upload actions icon alignment issue. #40805
  • 💄 Tweak Table filter dropdown radius style. #40802
  • 🐞 Fix Button loading.delay not delay at first time. #40759 @RedJue
  • 🐞 Fix Input status style when using addonAfter and addonBefore. #40744 @carla-cn
  • 🐞 Fix Skeleton active flicky animation in Safari. #40692 @slotDumpling
  • Locales

  • DatePicker
    • 💄 调整 DatePicker 组件日期面板的间距样式。#40768
    • 🐞 修复 RangePicker hover 日期错位的问题。#40785 @Yuiai01
  • Form
    • 🐞 修复 Form 下 Radio/Checkbox 的 disabled 优先级问题。#40741 @Yuiai01
    • 🐞 修复 Form 为 disabled 时 Checkbox 和 Radio 表现不一致的问题。#40728 @Yuiai01
  • 🐞 修复 List 启用 grid 时下额外 padding 样式。#40806
  • 🐞 修复 Upload 操作图标不对齐的问题。#40805
  • 💄 调整 Table 筛选菜单的底部圆角样式。#40802
  • 🐞 修复 Button 组件 loading.delay 第一次不生效的问题。#40759 @RedJue
  • 🐞 修复 Input addonAfteraddonBefore 的各种状态样式。#40744 @carla-cn
  • 🐞 修复 Skeleton 在 Safari 下 active 效果闪烁的问题。#40692 @slotDumpling
  • 国际化

5.2.1

1 month ago


4.24.8

latest-4
1 month ago


5.2.0

2 months ago
  • 🔥 Add picture-circle to Upload's listType prop. #40134 @ds1371dani
  • 🔥 Anchor component add direction, which supports vertical. #39372 @foryuki
  • 🆕 Tooltip support arrow to change arrow's visible state and whether the arrow is pointed at the center of target. #40234 @kiner-tang
  • 🆕 Added list pagination align option. #39858 @Yuiai01
  • 🆕 Timeline added items to support option configuration. #40424
  • Collapse
  • Slider
    • 🆕 Slider add railStyle for custom style. #40579 @david-cord
    • 🆕 Slider add support for disable keyboard events. #40526
    • 🐞 Fix Slider missing Tooltip appear motion. #39857
  • Dropdown
    • 🆕 Dropdown support autoAdjustOverflow option. #39735
    • 💄 Fix Dropdown component dange and disabled style priority issue. #39904 @Wxh16144
  • Tour
    • 🆕 Tour added indicatorsRender to support custom indicators. #40613
    • 🆕 Tour support scrollIntoViewOptions to change scrollIntoView options. #39980 @kiner-tang
    • 🆕 Tour masks support passing custom styles and fill colors. #39919 @kiner-tang
    • 🐞 Fixed findDomNode method warning thrown by the tour component when called in strict mode. #40160 @kiner-tang
    • 💄 Deleted margin of the last indicator. #40624
  • 🆕 Adds Design token fontFamilyCode and apply to Typography code kbd pre elements. #39823
  • 🆕 ConfigProvider add Form scrollToFirstError#39509 @linxianxi
  • 🐞 Fill rest rootClassName for all components. #40217
  • 🐞 Fix Empty descriptions text color in default theme and dark theme. #40584 @MuxinFeng
  • Table
    • 🐞 Fix aria-label and role="presentation" cannot be used together in Table row. #40413 @Ke1sy
    • 🐞 Fix uncontrolled filtered update not working. #39883
    • 🐞 Fix the problem that the header filter is invalid in the case of group headers. #40463 @roman40a
    • 🐞 Fix selection column cover by other cell when fixed. #39940 @kiner-tang
    • 🐞 Fix Sorted/Filtered table fixed column transparent background unreadable. #39012 @kiner-tang
    • 💄 Optimize Table hover style to fix problems with border. #40469
  • DatePicker
    • 🐞 Fix DatePicker that have status style when disabled. #40608
    • 💄 Optimize the DatePicker input box style. #40549 @Wxh16144
    • 💄 Optimize DatePicker Dropdown arrow style. #40521
  • 🐞 Fix Space ant-space-item selector bug. #40554 @cncolder
  • 🐞 Fix not close Spin immediately when using delay. #40475 @3Alan
  • 🐞 Fix Modal useModal default confirm button text logic. #39884 @BoyYangzai
  • 🛠 Refactored the water ripple visual effect to trigger multiple water ripples at the same time. #39705 @li-jia-nan
  • 🛠 Refactor Input.TextArea and Mentions. #40045
  • 🛠 Refactor Affix Calendar to use React.createRef instead of function. #40538 @li-jia-nan
  • 💄 Fix Tabs more button unexpected height. #40488
  • 💄 Resolve Image preview style conflict with TailwindCSS. #39914
  • 💄 Fix Progress that transition of success bar is missing. #40487
  • 💄 Fix the misalignment of Input.Group when zooming the screen under windows. #39842 @heiyu4585
  • 💄 Fix Select placeholder style issue. #40477 @Wxh16144
  • 💄 Adjust Descriptions label style for more readable. #40085
  • 💄 Optimize QRCode expiration display style. #39849
  • 💄 Optimize boxShadow tokens. #40516
  • TypeScript
    • 🤖 Optimize Badge Tag Tooltip color type definition. #39871
    • 🤖 Add Breakpoint ThmeConfig GlobalToken type export. #40508 @Kamahl19
    • 🤖 Update Upload fileList type. #40585
    • 🤖 Remove Tour ForwardRefRenderFunction. #39924
  • 🌐 Localization

  • 🔥 Upload 的 listType 属性添加 picture-circle 支持。#40134 @ds1371dani
  • 🔥 Anchor 组件新增 direction 属性,支持 vertical。#39372 @foryuki
  • 🆕 Tooltip 新增 arrow 属性用来改变箭头的显示状态和箭头是否指向目标元素的中心。#40234 @kiner-tang
  • 🆕 List 分页新增 align 配置。#39858 @Yuiai01
  • 🆕 Timeline 新增 items 支持选项配置。#40424
  • Collapse
  • Slider
    • 🆕 Slider 新增 railStyle 属性用于自定义样式。#40579 @david-cord
    • 🆕 Slider 新增 keyboard 属性以支持禁用键盘事件。#40526
    • 🐞 修复 Slider 展示 Tooltip 时动画丢失的问题。#39857
  • Dropdown
    • 🆕 Dropdown 组件支持 autoAdjustOverflow 属性。#39735
    • 💄 修复 Dropdown dangedisable 属性同时使用样式问题。#39904 @Wxh16144
  • Tour
    • 🆕 Tour 新增 indicatorsRender 支持自定义指示器。#40613
    • 🆕 Tour 支持通过 scrollIntoViewOptions 改变scrollIntoView 的选项。#39980 @kiner-tang
    • 🆕 Tour 遮罩支持传递自定义样式和填充颜色。#39919 @kiner-tang
    • 🐞 修复 Tour 在严格模式下调用 findDomNode 抛出警告问题。#40160 @kiner-tang
    • 💄 删除了最后一个指示器的 margin。#40624
  • 🆕 新增 Design token fontFamilyCode 并应用到 Typography 的 code kbd pre 等元素上。#39823
  • 🆕 ConfigProvider 新增 Form scrollToFirstError#39509 @linxianxi
  • 🐞 为全部组件补足 rootClassName 属性。#40217
  • 🐞 修复 Empty 在默认主题和暗黑主题下的描述文字颜色。#40584 @MuxinFeng
  • Table
    • 🐞 修复 Table 行 aria-labelrole="presentation" 无法一起使用的问题。#40413 @Ke1sy
    • 🐞 修改非受控 filtered 修改不生效的问题。#39883
    • 🐞 修表头过滤器在分组标题情况下失效的问题。#40463 @roman40a
    • 🐞 修复选择列固定时滚动会被其他单元格遮盖的问题。#39940 @kiner-tang
    • 🐞 修复排序/筛选的表格的固定列背景色透明导致显示异常问题。#39012 @kiner-tang
    • 💄 优化 Table 组件 hover 样式,修复边框异常问题。#40469
  • DatePicker
    • 🐞 修复 DatePicker 组件禁用时状态样式生效的问题。#40608
    • 💄 优化 DatePicker 输入框样式。#40549 @Wxh16144
    • 💄 优化 DatePicker Dropdown 箭头样式。#40521
  • 🐞 修复 Space ant-space-item 选择器错误。#40554 @cncolder
  • 🐞 修复当设置 delay 时,Spin 没有立即关闭的问题。#40475 @3Alan
  • 🐞 修复 Modal useModal 默认确认按钮文本逻辑。#39884 @BoyYangzai
  • 🛠 重构水波纹视效,以支持多个水波纹同时触发了。#39705 @li-jia-nan
  • 🛠 重构 Input.TextArea 组件和 Mentions 组件。#40045
  • 🛠 重构 Affix Calendar 使用 React.createRef 代替函数。#40538 @li-jia-nan
  • 💄 修复 Tabs 更多按钮高度样式错误。#40488
  • 💄 修复 Image 预览样式会被 TailwindCSS 影响的问题。#39914
  • 💄 修复 Progress 成功进度条 transition 样式丢失问题。#40487
  • 💄 修复 Input.Group 在 windows 下缩放屏幕时的错位问题。#39842 @heiyu4585
  • 💄 修复 Select placeholder 样式问题。#40477 @Wxh16144
  • 💄 调整 Descriptions 标签样式使其更容易区分。#40085
  • 💄 优化 QRCode 过期显示样式。#39849
  • 💄 优化 boxShadow token 分级。#40516
  • TypeScript
    • 🤖 优化 Badge Tag Tooltip color 类型定义。#39871
    • 🤖 新增 Breakpoint ThmeConfig GlobalToken 类型导出。#40508 @Kamahl19
    • 🤖 更新 Upload fileList 类型。#40585
    • 🤖 移除 Tour ForwardRefRenderFunction。#39924
  • 🌐 国际化

5.1.7

2 months ago
  • Input
    • 🐞 Fix Input that unexpected cancel button is shown when type="search". #40457 @MadCcc
    • 🐞 Fix Input suffix color does not update bug when component status changed. #40344 @Yuiai01
  • 🐞 Fix Switch text layout problem in Safari and Chrome <= 84 with compatible mode. #40453 @Ifeinstein
  • 🐞 Fix Progress that throw error when percent is null. #40378 @li-jia-nan
  • 🐞 Fix List title and avatar be rendered in the wrong position. #40395 @li-jia-nan
  • 🐞 Fix Dropdown submenu wrong position. #40349
  • 🐞 Fix Badge throw findDOMNode warning in StrictMode when dot switch. #40347
  • 🐞 Fix Message wrong icon color problem. #40471 @Wxh16144
  • 💄 Adjust Empty component default style in dark theme. #40447
  • RTL
  • TypeScript

  • Input
    • 🐞 修复 Input 组件 type="search" 时未隐藏浏览器原生取消按钮的问题。#40457 @MadCcc
    • 🐞 修复 Input 的 suffix 颜色不随组件状态改变的问题。#40344 @Yuiai01
  • 🐞 修复 Switch 在 Safari 和 Chrome <= 84 兼容模式下文本的显示问题。#40453 @Ifeinstein
  • 🐞 修复 Progress 的 percent 属性设置为 null 时报错的问题。#40378 @li-jia-nan
  • 🐞 修复 List 中 title 和 avatar 渲染错位的问题。#40395 @li-jia-nan
  • 🐞 修复 Dropdown 子菜单位置不正确的问题。#40349
  • 🐞 修复 Badge 在 StrictMode 下切换 dot 时会报 findDOMNode 警告的问题。#40347
  • 🐞 修复 Message 图标颜色错误的问题。#40471 @Wxh16144
  • 💄 优化 Empty 在暗色主题下默认的颜色。#40447
  • RTL
  • TypeScript
    • 🤖 导出 ConfigProvider 组件的 ThemeConfig 类型。#40370 @Kamahl19

5.1.6

2 months ago
  • 🐞 Fix DatePicker animation timing function. #40133 @MadCcc
  • Menu
    • 🐞 Fix Tooltip incorrectly shown when Menu collapsed. #40328
    • 🐞 Fix Menu split line style error. #40268 @Wxh16144
  • 🐞 Fix the console warning of wave effect when bind component unmount before wave effect trigger. #40307 @luo3house
  • 🐞 Fix Breadcrumb throw wrong overlay deprecation warning when use menu prop. #40211 @candy4290
  • 🐞 Fix Modal.useModal hooks destroyAll not work as expect. #40281 @ds1371dani
  • 🐞 Fix message global static method config setting duration not working. #40232 @Yuiai01
  • 🐞 Fix Button text color when containing an a tag. #40269 @ds1371dani
  • 🐞 Fix Radio displaying wrong text color and cursor when disabled. #40273 @ds1371dani
  • 💄 Optimize the calculation logic of focus outline, replace lineWidth with lineWidthBold. #40291 @simonpfish
  • 💄 Rewrite part component style to compatible the browser that not support concat :not selector. #40264
  • 🌐 Fix missing translation for pt_BR. #40270 @rafaelncarvalho

  • 🐞 修复 DatePicker 等组件动画 timing function 错误的问题。#40133 @MadCcc
  • Menu
    • 🐞 修复 Menu 收缩时,Tooltip 偶尔会错误展示的问题。#40328
    • 🐞 修复 Menu 分割线样式错误。#40268 @Wxh16144
  • 🐞 修复带波纹效果的组件(如 Button)在波纹展示前移除时,控制台报错的问题。#40307 @luo3house
  • 🐞 修复 Breadcrumb 组件使用 menu 属性,但是出现 overlay deprecation 警告的问题。#40211 @candy4290
  • 🐞 修复 Modal.useModal destroyAll 不工作的问题。#40281 @ds1371dani
  • 🐞 修复 message 组件通过 config 设置 duration 无效问题。#40232 @Yuiai01
  • 🐞 修复 Button 包含 a 标签时的 文本颜色不正确的问题。#40269 @ds1371dani
  • 🐞 修复 Radio 在 disabled 时显示错误的文本颜色和光标。#40273 @ds1371dani
  • 💄 优化 focus outline 计算逻辑,替换 lineWidthlineWidthBold#40291 @simonpfish
  • 💄 重写部分组件样式以兼容部分对 :not 支持不完全的旧版浏览器。#40264
  • 🌐 修复 pt_BR 缺失的国际化。#40270 @rafaelncarvalho

5.1.5

2 months ago
  • 🐞 Fix Checkbox that label not aligned with checkbox. #40208
  • 🐞 Fix Button wave effect sometime makes layout shaking. #40192
  • 🐞 Fix Select crash problem. #40158 @helloqian12138
  • 🐞 Fix Timeline custom color displaying wrong classname & alignment overflow. #39394 @Wxh16144
  • 🐞 Fix Breadcrumb last item color. #40119 @messaooudi
  • 💄 Fix Table sticky table header shadow style. #40171 @Wxh16144
  • 💄 Fix Segmented item hover radius style. #40175 #40179
  • TypeScript
    • 🤖 Fix Tabs onEdit Callback parameter type problem. #39926 @RSS1102
  • RTL
    • 💄 Fix DatePicker's next & prev icons in RTL mode. #40238 @ds1371dani
    • 💄 Fix Badge RTL style when wrap a block element. #40125

  • 🐞 修复 Checkbox 组件 label 不对齐的问题。 #40208
  • 🐞 修复 Button 水波纹效果有时会使得布局抖动的问题。#40192
  • 🐞 修复 Select 组件会卡住的问题。#40158 @helloqian12138
  • 🐞 修复 Timeline 组件自定义颜色显示错误类名和对齐溢出的问题。#39394 @Wxh16144
  • 🐞 修复 Breadcrumb 最后一项颜色。#40119 @messaooudi
  • 💄 修复 Table 固定表头阴影样式错误。#40171 @Wxh16144
  • 💄 修复 Segmented hover 时圆角和选中圆角不一致的问题。#40175 #40179
  • TypeScript
  • RTL
    • 💄 优化 DatePicker 在 RTL 模式下 next 和 prev 图标。#40238 @ds1371dani
    • 💄 修复 Badge 作用在块级元素上时 RTL 样式不生效的问题。#40125

5.1.4

3 months ago


5.1.3

3 months ago
  • Table
    • 🛠 Optimize the Table shouldCellUpdate logic to increase the secondary rendering speed. #40063
    • 🐞 Fix Table columns.render not trigger re-render when render function use closure data. #40004
    • 🐞 Fix when Table filter, the border will be black. #39938 @JarvisArt
  • Button
    • 🐞 Fix Button wave effect not following screen scroll. #39954
    • 🐞 Fix Button block props not work. #39992 @li-jia-nan
  • 🐞 Fix Menu custom expand icon cannot be hidden. #40071 @Wxh16144
  • 💄 Fix circular Progress text not being displayed in rtl mode. #40103
  • 💄 Fix horizontal Menu style with theme="dark". #40105
  • 🐞 Fix Cascader notFoundContent cannot be clicked. #40067
  • 🐞 Fix Transfer Checkbox not disabled when itemsLits is empty. #40038 @li-jia-nan
  • 💄 Fix Checkbox style with disabled and indeterminate. #39974 @ds1371dani
  • 🐞 Fix Alert.ErrorBoundary description overflow bug. #40033
  • 💄 Fix Tag onClick as undefined, click the mouse to display the border style. #40023 @crazyair
  • 💄 Fix Avatar.Group item margin when item is wrapped by other elements. #39993
  • 🐞 Fix Submenu arrow transition. #39945 @JarvisArt
  • 🐞 Fix selection column cover by other cell when fixed. #39940 @kiner-tang
  • 🌐 Add missing ta_IN translations. #39936 @KIRUBASHANKAR26

  • Table
    • 🛠 优化 Table shouldCellUpdate 逻辑,提升二次渲染速度。#40063
    • 🐞 修复 Table columns.render 中如果使用闭包数据,更新闭包数据不会触发重新渲染的问题。#40004
    • 🐞 修复 Table filter 时,边框会有黑色的问题。#39938 @JarvisArt
  • Button
    • 🐞 修复 Button 水波纹效果不跟随屏幕滚动的问题。#39954
    • 🐞 修复 Button block 属性不生效的问题。#39992 @li-jia-nan
  • 🐞 修复 Menu 自定义展开图标无法隐藏的错误。#40071 @Wxh16144
  • 💄 修复横向 Menu 组件暗色模式样式。#40105
  • 💄 修复圆形 Progress 文本在 rtl 模式下不显示的问题。#40103
  • 🐞 修复 Cascader notFoundContent 内容无法交互的问题。#40067
  • 🐞 修复 Transfer 中 CheckBox 在列表为空的时候没有变成 disabled 状态的问题。#40038 @li-jia-nan
  • 💄 修复 Checkbox 同时开启 disabledindeterminate 时的样式问题。#39974 @ds1371dani
  • 🐞 修复 Alert.ErrorBoundary 内容溢出的问题。#40033
  • 💄 修复 Tag onClick 为 undefined,鼠标点击也会出现边框样式。#40023 @crazyair
  • 💄 修复 Avatar.Group 内 Avatar 外层包裹其他元素时间距样式失效问题。#39993
  • 🐞 修复 Submenu 箭头过渡动画不正确的问题。#39945 @JarvisArt
  • 🐞 修复选择列固定时滚动会被其他单元格遮盖的问题。#39940 @kiner-tang
  • 🌐 增加缺失的泰米尔语翻译。#39936 @KIRUBASHANKAR26

5.1.2

3 months ago
  • 🆕 Theme Editor supports uploading themes. #39621 @BoyYangzai
  • 💄 Refactor wave effect that can now trigger multiple times. #39705 @li-jia-nan
  • Table
    • 🐞 Fix Table column.filtered cannot be updated. #39883
    • 🐞 Fix Table fixed column which is sorted or filtered transparent background bug. #39012 @kiner-tang
  • 🐞 Fix Image preview style conflict with TailwindCSS. #39914
  • 🐞 Fix Dropdown danger and disabled style priority bug. #39904 @Wxh16144
  • 🐞 Fix App.useApp modal default okText. #39884 @BoyYangzai
  • 💄 Fix Input.Group misplace style when zoom up in windows. #39842 @heiyu4585
  • 🐞 Fix Slider missing Tooltip appear motion. #39857
  • 🐞 Fix QRCode missing expired style. #39849 @li-jia-nan
  • 🐞 Fix Tree switcher's background display unexpected in dark theme. #39838 @kiner-tang
  • 🐞 Fix Menu slide bar style issue when border is reset by preset. #39819 @MadCcc
  • 🐞 Fix Checkbox not support Tooltip or Popover when it is disabled. #39829

  • 🆕 官网主题编辑器添加主题上传功能。#39621 @BoyYangzai
  • 💄 重构水波纹视效,现在可以多个水波纹同时触发了。#39705 @li-jia-nan
  • Table
    • 🐞 修复 Table column.filtered 更新不生效的问题。#39883
    • 🐞 修复 Table 排序/筛选的固定列背景色透明的样式异常问题。#39012 @kiner-tang
  • 🐞 解决 Image 预览样式会被 TailwindCSS 影响的问题。#39914
  • 🐞 修复 Dropdown 组件 dangerdisabled 属性同时使用的样式问题。#39904 @Wxh16144
  • 🐞 修复 App useAppmodal 确认按钮文案。#39884 @BoyYangzai
  • 🐞 修复 Input.Group 在 windows 下缩放屏幕时的错位问题。#39842 @heiyu4585
  • 🐞 修复 Slider 展示 Tooltip 时动画丢失的问题。#39857
  • 🐞 修复 QRCode 过期文案在暗色模式下看不清的问题。#39849 @li-jia-nan
  • 🐞 修复 Tree 在暗黑模式下 switcher 背景显示异常问题。#39838 @kiner-tang
  • 🐞 修复 Menu 组件滑块在 border 被预设值重置时的样式问题。#39819
  • 🐞 修复 Checkbox 禁用时不支持 Tooltip 和 Popover 的问题。#39829

4.24.7

conch
3 months ago
  • 🐞 Fix Tabs slider that cannot resize. #39867
  • 🐞 Fix Input text is missing when suffix is applied in Safari. #39830 @ifujustayup

  • 🐞 修复 Tabs 组件滑块不能自动适应宽度的问题。#39867
  • 🐞 修复 Input 在 Safari 下使用 suffix 时文字内容丢失的问题。#39830 @ifujustayup

4.24.6

3 months ago
  • 🆕 Dropdown support autoAdjustOverflow. #39741
  • 🐞 Fix justify and align properties are not reactive for Row. #39706 @candy4290
  • 🐞 Fix Drawer that could not be close with open={false}. #39561
  • 🐞 Fix Divider horizontal align issue in flex layout. #39334
  • 💄 Fix Dropdown component dange and disabled style priority issue. #39434 @Wxh16144
  • ⌨️ Reset aria-label in Table column. #39747 @kiner-tang
  • 🌐 Localization

  • 🆕 Dropdown 组件支持 autoAdjustOverflow 属性。 (#39741)62cefca
  • 🐞 修复 Row 组件 justifyalign 属性,动态改变不生效的问题。#39706 @candy4290
  • 🐞 修复 Drawer 组件 open 为 false 时无法关闭的问题。#39561
  • 🐞 修复 Divider horizontal 在 flex 布局下的对齐问题。#39334
  • 💄 修复 Dropdown 组件 dangerdisabled 属性同时使用样式问题。#39434 @Wxh16144
  • ⌨️ 重置 Table 中列的 aria-label 属性值。#39747 @kiner-tang
  • 🌐 国际化

5.1.1

3 months ago
  • 📦 Remove IE and other legacy browsers from browserslist to reduce bundle size.#38779
  • ⚡️ Improve Transfer performance when selecting and moving nodes with large data.#39465 @wqs576222103
  • 🐞 Fix wrong font-family of components. #39806
  • 🐞 Fix Drawer default props not working when placement open width are undefined. #39782
  • 🐞 Fix Menu icon animation when collapse it. #39800 @JarvisArt
  • 🐞 Fix Image preview operation bar is covered during the animation. #39788 @JarvisArt
  • 🐞 Fix List crash when pagination.pageSize is undefined. #39681 @Wxh16144
  • 🐞 Fix Space align="baseline" not working. #39748 @candy4290
  • Table
    • 🐞 Fix Table expandable row header has no top left border radius. #39781 @chunsch
    • 🐞 Fix Table header radius missing when has fixed header and columns. #39723
    • 🐞 Fix Table missing border-bottom in merged cell and unexpected border color if overlapping。. #39729
    • ⌨️ Improve Table a11y by appling aria-props to table element. #39700
    • ⌨️ Reset aria-label in Table column. #39738 @kiner-tang
    • 💄 Adds transition animation for Table border. #39713 @JarvisArt
  • 🐞 Fix Tabs add button color invisible in dark mode. #39724
  • 🐞 Fix the problem that the height of the title bar is not enough when Card only has extra. #39646 @JarvisArt
  • 🐞 Fix justify and align properties are not reactive in Row. #39704 @candy4290
  • 🐞 Fix warning in App about two children with the same key. #39695 @Kamahl19, #39701 @li-jia-nan
  • 💄 Image preview interactive optimization. #39812 @JarvisArt
  • 💄 Fix Table filter dropdown wrong active background and dropdown shadow style. #39805
  • TypeScript
    • 🤖 Fix missing type defination for Design Token. #39754

  • 📦 在构建流程中去掉对 IE 等旧版本浏览器的支持以减少包体积。#38779
  • ⚡️ 提升 Transfer 在大数据量下勾选和移动节点时的性能。#39465 @wqs576222103
  • 🐞 修复组件字体错误问题。#39806
  • 🐞 修复 Drawer placement open width 等参数为 undefined 时默认值不生效的问题。#39782
  • 🐞 修复 Menu 切换时图标动画效果不流畅的问题。#39800 @JarvisArt
  • 🐞 修复 Image 预览操作条在动态过程中会被高 zIndex 的元素覆盖。#39788 @JarvisArt
  • 🐞 修复 List 组件分页器错误参数导致报错问题。#39681 @Wxh16144
  • 🐞 修复 Space align="baseline" 不生效的问题。#39748 @candy4290
  • Table
    • 🐞 修复 Table 可扩展行标题没有左上边框半径的问题。#39781 @chunsch
    • 🐞 修复 Table 列头的圆角丢失问题。#39723
    • 🐞 修复 Table 组件合并单元格后底部边框消失和边框重叠时颜色变深的问题。#39729
    • ⌨️ 修正 Table aria-* 属性到 table 元素上以支持更好的可访问性。#39700
    • ⌨️ 重置 Table 列的 aria-label 属性值。#39738 @kiner-tang
    • 💄 为 Table 边框添加过渡动画使其 hover 效果更顺滑。#39713 @JarvisArt
  • 🐞 修复 Tabs 添加按钮在暗色模式下不可见的问题。#39724
  • 🐞 修复 Card 只有 extra 时标题栏高度不足的问题。#39646 @JarvisArt
  • 🐞 修复 Row 组件 justifyalign 属性,动态改变不生效的问题。#39704 @candy4290
  • 🐞 修复 App 中 children 使用相同 key 的警告。#39695 @Kamahl19#39701 @li-jia-nan
  • 💄 Image 组件预览交互优化. #39812 @JarvisArt
  • 💄 修复 Table 筛选菜单选中背景色和菜单阴影样式。#39805
  • TypeScript
    • 🤖 修复部分 Design Token 缺少类型提示的问题。#39754

5.1.0

3 months ago
  • 🔥 New App Component which provide global style & static function replacement. #39046
  • 🔥 New QRCode Component. #38948
  • 🔥 New Watermark Component. #39064 @JarvisArt
  • 🆕 Mentions support options prop. #38630 @heiyu4585
  • 🆕 FloatButton support clickOutAutoClose. #39501 @BoyYangzai
  • 🆕 Popconfirm support description prop. #39250 @xhh0223
  • 🆕 Modal.confirm support footer prop. #39048 @owjs3901
  • 🆕 Table support rowScope to set the column range. #39571
  • 🆕 Anchor support items data configuration option content, which supports nesting through children. #39034 @foryuki
  • 🆕 Breakpoints can now follow theme token config. #39105 @azro352
  • 🆕 Tour prevButtonProps nextButtonProps support style classname prop. #38939 @ONLY-yours
  • 🆕 ConfigProvider support config select.showSearch. #39531 @YinDongFang
  • 🐞 Fix Tabs inkBar not show in StrictMode. #39653
  • 🐞 Fix Badge component width not being affected by parent element. #39605 @AydenGen
  • Select
    • 🐞 Fix wrong usage of icon color token in Select. #39644
    • 💄 Optimize Select a11y to bind real option element when virtual=false. #39550
  • 🐞 Fix Tour steps set type=‘primary’ not work. #39382 @heiyu4585
  • 🐞 Fix disabled style miss when has href on Button. #39456 @BoyYangzai
  • 🐞 Fix Segmented icon unexpected margin. #39575
  • 🐞 Fix Drawer unexpected warning about DefaultProps. #39562
  • Menu
    • 🐞 Fix Menu.Submenu will flicker when use createRoot to render. #38855 @JarvisArt
    • 🛠 Refactor MenuItem to Function Component. #38751
    • 💄 Optimize Menu item style when selected. #39439
  • 🛠 LocaleProvider has been deprecated in 4.x (use <ConfigProvider locale /> instead), we removed the related folder antd/es/locale-provider and antd/lib/locale-provider in 5.x. #39373
  • 🛠 Simplified lodash method introduction. #39599 #39602
  • TypeScript
    • 🤖 Optimize Button DropDown Modal Popconfirm Select Transfer mouse event type definition. #39533
    • 🤖 New export type FloatButtonGroupProps. #39553
  • 🌐 Localization

  • 🔥 新增 App 包裹组件,提供重置样式和提供消费上下文的默认环境。#39046
  • 🔥 新增 QRCode 二维码组件。#38948
  • 🔥 新增 Watermark 水印组件。#39064 @JarvisArt
  • 🆕 Mentions 新增 options 配置。#38630 @heiyu4585
  • 🆕 FloatButton 新增支持点击外侧自动关闭功能。#39501 @BoyYangzai
  • 🆕 Popconfirm 组件新增 description 属性。#39250 @xhh0223
  • 🆕 Modal.confirm 新增 footer 属性以自定义按钮列表。#39048 @owjs3901
  • 🆕 Table 新增 rowScope 以设置列范围。#39571
  • 🆕 Anchor 新增 items 数据化配置选项内容,支持通过 children 嵌套。#39034 @foryuki
  • 🆕 Grid 组件的响应式断点现在会消费主题 token 配置。#39105 @azro352
  • 🆕 Tour 的 prevButtonProps nextButtonProps 新增 styleclassname 设置。#38939 @ONLY-yours
  • 🆕 ConfigProvider 支持配置 select.showSearch#39531 @YinDongFang
  • 🐞 修复 Tabs inkBar 在 StrictMode 下不展示的问题。#39653
  • 🐞 修复 Badge 组件宽度不受父元素影响。#39605 @AydenGen
  • Select
    • 🐞 修复 Select 组件 icon 颜色使用的 token。#39644
    • 💄 优化 Select 无障碍体验,当 virtual=false 时,将会绑定无障碍访问到实际选项元素上。#39550
  • 🐞 修复 Tour steps 设置 type="primary" 无效的问题。#39382 @heiyu4585
  • 🐞 修复带有 href 的 Button 组件 disabled 时 style 不生效的问题。#39456 @BoyYangzai
  • 🐞 修复 Segmented 组件 icon 与文字间距消失的问题。#39575
  • 🐞 修复 Drawer 组件关于 DefaultProps 的警告。#39562
  • Menu
    • 🐞 修复 React18 中使用 createRoot 渲染 Menu.Submenu 会闪烁的问题。#38855 @JarvisArt
    • 🛠 重构 MenuItem 为 Function Component。#38751
    • 💄 优化 Menu 组件选中样式。#39439
  • 🛠 LocaleProvider 在 4.x 中已经废弃(使用 <ConfigProvider locale /> 替代),我们在 5.x 里彻底移除了相关目录 antd/es/locale-provider、antd/lib/locale-provider。#39373
  • 🛠 简化 lodash 方法引用。#39599 #39602
  • TypeScript
    • 🤖 优化 Button DropDown Modal Popconfirm Select Transfer 鼠标事件类型定义。#39533
    • 🤖 新增导出类型 FloatButtonGroupProps#39553
  • 🌐 国际化

5.0.7

3 months ago
  • 🐞 Fix Slider's Tooltip missing animation. #39463 @YinDongFang
  • 🐞 Fix Table unexpected horizontal scroll bar when empty and bordered. #39455 @zjfresh
  • 🐞 Fix Popover arrow background color with customized color. #39517
  • 🐞 Fix Modal hooks not pass ConfigProvider config correctly. #39513
  • 🐞 Fix Radio align issue with custom size. #39476

  • 🐞 修复 Slider 组件 Tooltip 动画丢失问题。#39463 @YinDongFang
  • 🐞 修复 Table 组件有边框且为空时出现横向滚动条的问题。#39455 @zjfresh
  • 🐞 修复 Popover 组件箭头背景色不随自定义颜色改变的问题。#39517
  • 🐞 修复 Modal hooks 没有完全传递 ConfigProvider 配置的问题。#39513
  • 🐞 修复 Radio 组件尺寸修改后不对齐的问题。#39476

5.0.6

3 months ago
  • 🐞 Fix FloatButton tooltip property is not support 0 value. #39425 @li-jia-nan
  • 🐞 Fix Space wrapped Select not display clear icon problem when mouse hover. #39468 @foryuki
  • 💄 Fix Cascader ul has unexpected margin value. #39436 @ZN1996
  • 💄 Fix Input has unexpected padding problem in compact mode. #39428
  • 💄 Optimize Message padding in compact mode. #39428
  • 💄 Fix Radio.Button has unexpected text color in dark mode. #39428
  • 💄 Fix Select has unexpected padding problem in compact mode. #39428
  • 💄 Fix Slider has unexpected size for marking dot. #39428
  • 💄 Optimize Switch color in dark mode. #39428

  • 🐞 修复 FloatButton 的 toolip 属性不支持设置为 0 的问题。#39425 @li-jia-nan
  • 🐞 修复 Space 组件包裹的 Select 系列组件在 hover 时清除图标不展示的问题。#39468 @foryuki
  • 💄 修复 Cascader 内部 ul 的 margin 值异常的问题。#39436 @ZN1996
  • 💄 修复 Input 组件在紧凑模式下内边距异常的问题。#39428
  • 💄 优化 Message 组件在紧凑模式下的内边距。#39428
  • 💄 修复 Radio.Button 组件在暗色模式下的文字颜色。#39428
  • 💄 修复 Select 组件在紧凑模式下内边距异常的问题。#39428
  • 💄 修复 Slider 组件标签原点样式问题。#39428
  • 💄 优化 Switch 组件暗色模式下的颜色。#39428

5.0.5

4 months ago
  • 🐞 Fix button hover style in Space.Compact. #39157 @foryuki
  • 🐞 Fix Tabs active bar missing sometimes in windows Chrome. #39352 @heiyu4585
  • 🐞 Fix Divider horizontal align issue in flex layout. #39339
  • 🐞 Fix Popover width in rtl mode. #39311
  • 🐞 Fix Popconfirm padding style issue when wireframe is true. #39313 @MadCcc
  • 💄 Fix Select search input with white space style issue. #39299 @MadCcc
  • 💄 Fix Tree missing selection style. #39292
  • 🐞 Fix FloatButton content not align when customize size. #39282 @li-jia-nan
  • 🐞 Fix RangePicker cell hover style. #39266
  • 💄 Optimize Button style under Space.Compact. #39241 @foryuki
  • 🌐 Fix vi_VN i18n mistake. #39279 @nghiepdev
  • 🌐 Fix he_IL i18n mistake. #39280 @Ran-Sagy
  • TypeScript

  • 🐞 修复 Space.Compact 下 Button hover 样式问题。#39157 @foryuki
  • 🐞 修复 Tabs 在 windows Chrome 下高亮条有时候会丢失的问题。#39352 @heiyu4585
  • 🐞 修复 Divider horizontal 在 flex 布局下的对齐问题。#39339
  • 🐞 修复 Popover 在 rtl 模式下宽度异常的问题。#39311
  • 🐞 修复 Popconfirm 组件 token 配置线框化后边框坍缩的样式问题。#39313 @MadCcc
  • 💄 修复 Select 组件搜索框会出现空白区域的样式问题。#39299 @MadCcc
  • 💄 修复 Tree 丢失选中样式的问题。#39292
  • 🐞 修复 FloatButton 自定义尺寸时,内容不居中的问题。#39282 @li-jia-nan
  • 🐞 修复 RangePicker 日期 hover 样式。#39266
  • 💄 优化 Button 在 Space.Compact 下的 Hover 样式。#39241 @foryuki
  • 🌐 修正 vi_VN 国际化描述。#39279 @nghiepdev
  • 🌐 修正 he_IL 国际化描述。#39280 @Ran-Sagy
  • TypeScript

4.24.5

4 months ago


5.0.4

4 months ago
  • Modal
  • 🐞 Fix Tree config checkable and blockNode not makes title stretch issue. #39209 @Wxh16144
  • 🐞 Fix Dropdown sub menu missing motion. #39235
  • 💄 Fix RangePicker time panel padding style. #39228
  • 🐞 Fix Card action button round style. #39210 @muxin
  • 🐞 Fix Badge wave effect color not follow color. #39182 @li-jia-nan
  • 🐞 Fix Radio disabled status check style. #39165 @Wxh16144
  • 🐞 Fixed TextArea count style when resize is not none. #39121 @51wangping
  • 🐞 Fix Transfer clicking the checkbox position cannot be unchecked and onSelectChange is triggered twice. #39078 @edc-hui
  • 🐞 Fix Steps set size="small" with progress not fully display. #39100 @Wxh16144
  • 🐞 Fix Form horizontal layout with xs responsive config not work. #39130
  • 🐞 Fix message position not correct in RTL. #39248 @Yuiai01
  • 🐞 Fix Switch only set with checkedChildren or unCheckedChildren content not display. #39262

  • Modal
    • 🐞 修复 Modal 文字内容过多会超出框体的样式问题。#39249 @MuxinFeng
    • 🐞 修复 Modal.info 没有图标时,内容宽度不正确的问题。#39047 @owjs3901
  • 🐞 修复 Tree checkableblockNode 配合时,title 元素不拉伸的问题。#39209 @Wxh16144
  • 🐞 修复 Dropdown 二级菜单丢失动画的问题。#39235
  • 💄 修复 RangePicker 内时间面板的 padding 样式。#39228
  • 🐞 修复 Card 的按钮组圆角样式。#39210 @muxin
  • 🐞 修复了 Badge 自定义颜色的时候,波纹的颜色不会跟着小圆点颜色发生变化的问题。#39182 @li-jia-nan
  • 🐞 修复 Radio 禁用状态选中样式。#39165 @Wxh16144
  • 🐞 修复 TextArea resize 不是 none 时计数文字的样式问题。#39121 @51wangping
  • 🐞 修复 Transfer 组件 点击复选框位置不可以取消选中,并触发了两次 onSelectChange 问题。#39078 @edc-hui
  • 🐞 修复 Steps size="small" 第一项带有进度时,进度条显示不全的问题。#39100 @Wxh16144
  • 🐞 修复 Form 水平布局下 xs 的响应式布局不生效的问题。#39130
  • 🐞 修复 message 在 RTL 下位置不正确的问题。#39248 @Yuiai01
  • 🐞 修复 Switch 在只设置 checkedChildrenunCheckedChildren 时,其内容不会显示的问题。#39262

5.0.3

4 months ago
  • 🐞 Fix Spin alignment when using tip. #38923 @sribich
  • Menu
    • 🐞 Fix Menu Submenu style when overflowed. #39093
    • 🐞 Fix Menu.Item hover area when trigger active color change. #39077 @Pulset
  • 🐞 Fix Input.TextArea resize behavior by adding reset style. aa92f02
  • 🐞 Fix Upload default icon color. #39114 @MARKX97
  • 🐞 Fix ssr warning in dev mode caused by dynamic hashId. #39069
  • 🐞 Fix FloatButton.Group flicking on closing. #39061
  • 🐞 Fix Card.Meta that width is not 100%. #39026 @justanotheranonymoususer

  • 🐞 修复 Spin 包裹模式时的样式偏移问题。#38923 @sribich
  • Menu
    • 🐞 修复 Menu 溢出时下拉菜单的样式问题。#39093
    • 🐞 修复 hover 在 Menu.Item 外面时颜色变蓝的问题。#39077 @Pulset
  • 🐞 修复 Input.TextArea 没有重置样式导致 resize 行为和 4.x 不一致的问题。aa92f02
  • 🐞 修复 Upload 默认图标颜色。#39114 @MARKX97
  • 🐞 修复 dev 下动态 hashId 导致的 ssr 注水失败的问题。#39069
  • 🐞 修复 FloatButton.Group 关闭时闪烁的问题。#39061
  • 🐞 修复 Card.Meta 宽度没有默认填满容器的问题。#39026 @justanotheranonymoususer

5.0.2

4 months ago
  • 💄 Fix Card radius style broken when customize bodyStyle background color. #38973 @Yukiniro
  • 💄 Optimize default algorithm for error color. #38933
  • 💄 Optimize the style issue in RTL mode. #38829 @Wxh16144
  • Space.Compact
    • 💄 Optimize Space.Compact style when wrapping a single child component. #38896 @foryuki
    • 💄 Fix Space.Compact component style problem when wrapping Modal, Dropdown, Drawer and other components. #38870 @foryuki
  • 🐞 Fix horizontal Menu that has wrong width when is overflow. #38989
  • 🐞 Fix Table that the old filter state still takes effect when the list filter column changes. #38982
  • 🐞 Fix Select and Pagination incorrect text color in dark theme. #38979 @Dunqing
  • 🐞 Fix that Mentions options props not working. #38968 @heiyu4585
  • 🐞 Fix that dist/reset.css may be dropped in production mode. #38956 @passerV
  • 🐞 Fix Badge that showZero can't be used with custom color. #38967 @Wxh16144
  • 🐞 Fix Form validation motion flick issue. #38962
  • 🐞 Fix Tabs dropdown motion not work. #38892
  • 🐞 Fix ConfigProvider that componentDisabled is not work. #38886 @lidianhao123
  • 🐞 Fix Button block prop is not working when shape="round". #38869 @jjlstruggle
  • 🐞 Fix Dropdown.Button that dropdownRender is not executed. #38862 @imoctopus

  • 💄 修复 Card 组件设置 bodyStyle 的背景颜色后圆角失效的问题。#38973 @Yukiniro
  • 💄 优化错误色的默认算法。#38933
  • 💄 修复 RTL 模式下的样式问题。#38829 @Wxh16144
  • Space.Compact
    • 💄 Space.Compact 包裹单个子组件时,展示该子组件本身的样式。#38896 @foryuki
    • 💄 修复 Space.Compact 组件嵌套 Modal,Dropdown,Drawer 等组件时的样式问题。#38870 @foryuki
  • 🐞 修复横向 Menu 组件有溢出时宽度问题。#38989
  • 🐞 修复 Table 组件过滤列被移除后过滤效果仍然影响列表数据的问题。#38982
  • 🐞 修复 Select 和 Pagination 在暗色主题下文字颜色不正确。#38979 @Dunqing
  • 🐞 修复 Mentions options 不生效的问题。#38968 @heiyu4585
  • 🐞 修复 reset.css 不会被打包的问题。#38956 @passerV
  • 🐞 修复 Badge 组件 showZerocolor 不能一起使用问题。#38967 @Wxh16144
  • 🐞 修复 Form 校验信息动效卡顿的问题。#38962
  • 🐞 修复 Tabs 下拉菜单动画消失的问题。#38892
  • 🐞 修复 ConfigProvider componentDisabled 失效问题。#38886 @lidianhao123
  • 🐞 修复 Button block 属性有时不生效的问题。#38869 @jjlstruggle
  • 🐞 修复 Dropdown.Button 的 dropdownRender 未执行的问题。#38862 @imoctopus

4.24.4

4 months ago
  • Space.Compact
    • 💄 Optimize Space.Compact style when wrapping a single child component. #38913 @foryuki
    • 💄 Optimize Space.Compact style when wrapping Modal, Dropdown, Drawer and other components. #38887 @foryuki
  • 🆕 Mentions support options prop. #38876 @heiyu4585
  • 🐞 Fix ConfigProvider that componentDisabled is not work. #38886 @lidianhao123
  • 🐞 Fix Message that onClose didn't triggered when duration is 0. #38669 @kiner-tang

  • Space.Compact
    • 💄 优化 Space.Compact 包裹单个子组件时子组件的样式。#38913 @foryuki
    • 💄 优化 Space.Compact 组件嵌套 Modal,Dropdown,Drawer 等组件时的样式。#38887 @foryuki
  • 🆕 Mentions 支持 options 数据驱动。#38876 @heiyu4585
  • 🐞 修复 ConfigProvider 组件 componentDisabled 失效问题。#38886 @lidianhao123
  • 🐞 修复 Message 组件 duration0 时手动关闭不触发 onClose 的问题。#38669 @kiner-tang

5.0.1

4 months ago

  • 💄 优化 Empty 组件的 svg 图片在暗色主题下的颜色。#38785
  • 💄 修复 Form, Input, Select, Tree 转换到 CSS-in-JS 丢失少量样式的问题。#38742
  • 💄 修复 Firefox 下拉菜单动画抖动的问题。#38729
  • Menu
  • 🐞 修复 Table 组件展开 icon 不对齐的问题。#38823 @turdiyev
  • 🐞 修复 FloatButton.BackTop 组件动画丢失的问题。#38770 @li-jia-nan
  • 🛠 清除残留 Moment.js 依赖。#38762
  • 🛠 修复外部暴露类 CompoundedComponent 的组建的类型报错。#38666 @wangcch
  • 🛠 重新添加 lib 产物。#38832 @chunsch

5.0.0

4 months ago

🏆 Ant Design 5.0.0 is out!

Read it before migration

🌟 If you want to migrate to Ant Design 5.0, please check V4 to V5.

Major Changes
  • 🔥 New Components
  • 🔥 New Component Variants
    • 🔥 DatePicker add presets to support preset ranges for quick selection. #38249
    • 🔥 Progress circle type support responsive format text for small size. #38231 @li-jia-nan
    • 🔥 Steps add inline type. #38311 @JarvisArt
  • 💄 New Design
    • 💄 Change primary color to #1677ff. #37254
    • 💄 Change basic border radius to 6px, and support gradient radius. #37146 #37369
    • 💄 Optimize transition duration. #37438
    • 💄 Optimize padding and remove border for some components. #37283
      • 💄 Pagination remove border. #37441
      • 💄 Optimize Timeline style. #37465
      • 💄 Optimize Steps style. #37473
    • 💄 Optimize focus style for some components. #37483
    • 💄 Optimize style with large border radius.
      • 💄 Optimize Table hover style. #37370
      • 💄 Optimize Segmented hover style. #37498
      • 💄 Optimize Dropdown hover style. #37491
      • 💄 Optimize close button style for some components like Modal. #37634
      • 💄 Optimize Menu style. #38009
      • 💄 Optimize hover style for some more components. #37433
    • 💄 Optimize Switch transition. #37658
    • 💄 Optimize Anchor ink ball style. #38616
  • 🆕 Export object theme which contains hooks and algorithms related with theme. #36302
    • 🆕 Add theme.useToken hook to get Design Token in context. #36267
    • 🆕 Preset algorithm
      • 🆕 Default algorithm theme.defaultAlgorithm. #36175
      • 🆕 Dark algorithm theme.darkAlgorithm. #36546 #36656
      • 🆕 Compact algorithm theme.compactAlgorithm. #38105
  • 🆕 ConfigProvider support theme prop to modify theme configuration. For more: Customize Theme.
    • 🆕 Support multiple algorithm pipeline. #37082
    • 🆕 Support switching wireframe style. #37507
    • 🆕 Support override Design Token for single component. #37568
  • 🆕 Add locale directory in package, which contains commonjs locale files. #38194 @chunsch
  • 🗑 Do not support IE browser anymore.
  • 🗑 Remove package antd/lib. #36362
    • 🛠 Change main in package.json to dist/antd.js. eb8835f
  • 🗑 Remove dist/antd.css, and add dist/reset.css to override common styles. #36224
  • 🗑 Deprecate visible and provide open instead in components below. @yykoypj
    • 🗑 Tag deprecate visible. #36671
    • 🗑 Table deprecate filterDropdownVisible and provide filterDropdownOpen. #36747
    • 🗑 Drawer deprecate visible and provide open instead. #36750
    • 🗑 Modal deprecate visible and provide open instead. #36774
    • 🗑 Dropdown deprecate visible and provide open instead. #36799
    • 🗑 Tooltip deprecate visible and provide open instead, Popover and Popconfirm. #36807
  • 🗑 Deprecate dropdownClassName and provide popupClassName instead in components below. @heiyu4585
    • 🗑 AutoComplete deprecate dropdownClassName and provide popupClassName instead. #37087
    • 🗑 Mentions deprecate dropdownClassName and provide popupClassName instead. #37122
    • 🗑 Cascader deprecate dropdownClassName and provide popupClassName instead. #37089
    • 🗑 Select deprecate dropdownClassName and provide popupClassName instead. #37091
    • 🗑 TreeSelect deprecate dropdownClassName and provide popupClassName instead. #37092
    • 🗑 DatePicker and TimePicker deprecate dropdownClassName and provide popupClassName instead. #37207
  • 🛠 Refactor styles with CSS-in-JS for all components.
    • 🗑 Remove less and css in package. #36244
  • 🛠 Change date library from Moment.js to Day.js, for more: Use custom date library. b22815d @iamkun
  • 🛠 React Notification to support React 18 concurrent mode and refactor useNotification hook,which is preferred instead of static function. #35423 #35568
  • 🛠 Slider props related with Tooltip are unified into tooltip. #37043 @yykoypj
  • 🛠 Migrate official site to dumi@2. #38328

  • 🏆 Ant Design 5.0.0 已发布!欢迎阅读我们的 发布文档升级必读
  • 🌟 如果你想升级到 Ant Design 5.0,请仔细查阅我们的迁移文档主要变化
  • 🔥 新增组件
  • 🔥 新增组件变体
    • 🔥 DatePicker 新增 presets 属性用于预设时间范围快捷选择。#38249
    • 🔥 Progress circle 类型支持小尺寸自适应。#38231 @li-jia-nan
    • 🔥 Steps 新增 inline 类型。#38311 @JarvisArt
  • 💄 设计变化
    • 💄 调整主色为 #1677ff#37254
    • 💄 基础圆角调整为 6px,并支持梯度圆角。#37146 #37369
    • 💄 优化组件整体动画速度,效果更简练。#37438
    • 💄 对部分组件进行了去线框化和间距上的调整,整体风格更加简洁。#37283
      • 💄 Pagination 组件去线框化。#37441
      • 💄 优化 Timeline 组件 UI 设计。#37465
      • 💄 优化 Steps 组件 UI 设计。#37473
    • 💄 优化部分组件 focus 样式。#37483
    • 💄 优化组件圆角较大时的部分样式。
      • 💄 优化 Table 组件 hover 样式。#37370
      • 💄 优化 Segmented 组件 hover 样式。#37498
      • 💄 优化 Dropdown 组件 hover 样式。#37491
      • 💄 优化 Modal 等组件关闭按钮样式。#37634
      • 💄 优化 Menu 组件样式。#38009
      • 💄 更多组件 hover 样式优化。#37433
    • 💄 优化 Switch 组件动画效果。#37658
    • 💄 优化 Anchor 组件样式 UI 设计。#38616
  • 🆕 新增导出对象 theme,用于获取主题相关属性。#36302
    • 🆕 新增 theme.useToken hook,用于获取当前上下文的主题变量。#36267
    • 🆕 新增内置算法。
      • 🆕 默认算法 theme.defaultAlgorithm#36175
      • 🆕 暗色算法 theme.darkAlgorithm#36546 #36656
      • 🆕 紧凑算法 theme.compactAlgorithm#38105
  • 🆕 ConfigProvider 新增 theme 属性,用于更改主题配置,详情:定制主题
    • 🆕 支持多个 algorithm#37082
    • 🆕 支持线框化切换。#37507
    • 🆕 支持覆盖单个组件的主题变量。#37568
  • 🆕 产物新增 locale 目录,内含 cjs 格式的语言文件。#38194 @chunsch
  • 🗑 移除对 IE 的支持。
  • 🗑 移除 lib 产物。#36362
    • 🛠 调整 package.jsonmaindist/antd.jseb8835f
  • 🗑 移除 dist/antd.css 产物。默认不再入侵全局样式,新增 dist/reset.css 用于重置部分常见样式。#36224
  • 🗑 废弃下列组件的 visible 属性,改用 open@yykoypj
    • 🗑 Tag 废弃 visible 属性。#36671
    • 🗑 Table filterDropdownVisible 调整为 filterDropdownOpen#36747
    • 🗑 Drawer 废弃 visible 属性,改用 open#36750
    • 🗑 Modal 废弃 visible 属性,改用 open#36774
    • 🗑 Dropdown 废弃 visible 属性,改用 open#36799
    • 🗑 Tooltip & Popover & Popconfirm 废弃 visible 属性,改用 open#36807
  • 🗑 废弃下列组件的 dropdownClassName,统一为 popupClassName@heiyu4585
    • 🗑 AutoComplete 废弃 dropdownClassName,改用 popupClassName#37087
    • 🗑 Mentions 废弃 dropdownClassName,改用 popupClassName#37122
    • 🗑 Cascader 废弃 dropdownClassName,改用 popupClassName#37089
    • 🗑 Select 废弃 dropdownClassName,改用 popupClassName#37091
    • 🗑 TreeSelect 废弃 dropdownClassName,改用 popupClassName#37092
    • 🗑 DatePicker 和 TimePicker 废弃 dropdownClassName,改用 popupClassName#37207
  • 🛠 所有组件使用 CSS-in-JS 重构样式。
    • 🗑 移除 less 及相关 less 和 css 产物。#36244
  • 🛠 内置时间库由 Moment.js 替换为 Day.js,详情:使用自定义日期库b22815d @iamkun
  • 🛠 重构 Notification 以支持 React 18 concurrent 模式,并重构 useNotification hook,推荐替代静态方法使用。#35423 #35568
  • 🛠 Slider 组件 Tooltip 相关 API 合并至 tooltip 属性中。#37043 @yykoypj
  • 🛠 文档站技术栈迁移 dumi@2#38328

5.0.0-rc.3

next
4 months ago

5.0.0-rc.2

4 months ago

4.24.3

4 months ago
  • 🐞 Fix Typography config prefixCls not working. #38586 @SavelevMatthew
  • 🐞 Fix Table should not trigger sorter when pressing Enter in filter dropdown. #38585
  • 🆕 Allow Modal pass mousePosition to control animation origin position. #38584 @kiner-tang
  • 🐞 Fix Input.Search should not trigger onSearch while loading. #38578 @JackLiR8
  • 🐞 Fix Breadcrumb throw wrong overlay deprecated warning. #38567 @li-jia-nan

  • 🐞 修复 Typography 设置 prefixCls 不生效的问题。#38586 @SavelevMatthew
  • 🐞 修复 Table 在筛选菜单里按回车时会触发排序的问题。#38585
  • 🆕 Modal 允许透传 mousePosition 来控制弹框动画原点。#38584 @kiner-tang
  • 🐞 修复 Input.Search loading 时触发 onSearch 的问题。#38578 @JackLiR8
  • 🐞 修复 Breadcrumb 报出错误的 overlay 警告信息的问题。#38567 @li-jia-nan

5.0.0-rc.1

4 months ago

5.0.0-rc.0

4 months ago

5.0.0-beta.2

4 months ago

5.0.0-beta.1

4 months ago

4.24.2

4 months ago
  • Image
    • 💄 Image preview controls enter animation should not be zooming out. #36456
    • 🐞 Fix Image preview not showing error images. #38112
  • Typography
    • 🐞 Fix Typography.Text tooltip do not display in List. #38431 @crazyair
    • 🐞 Fix Typography.Paragraph flash issue in some situations. #38439 @tinyfind
  • 🐞 Fix Menu SubMenu flick when collapse it. #36636 @JarvisArt
  • 🐞 Fix RangePicker that onBlur gets triggered when selecting dates. #38411 @kiner-tang
  • 🐞 Result should hide icon when it is falsy. #38488
  • 🐞 Fix Dropdown.Button throws overlay is deprecated warning. #38446 @li-jia-nan
  • 🛎 Improve error message about multiple Form.Item children. #38038 @cincodenada
  • 🛠 Resolve Tree circular import issue. #38421 @KotoriK
  • 🐞 Fix Affix shake issue when switching visible. #38410 @imoctopus
  • 🐞 Fix Pagination simple mode should support showTotal property. #38399
  • 🐞 Fix Modal.confirm buttons should not be interactive when modal is hiding. #38400
  • 🐞 Fix Radio.Group style problem using in Drawer extra. #38385
  • ⌨️ Fix Table aria-label contains [object Object]. #38389 @kiner-tang
  • ⌨️ Adds role progressbar to Progress component. #38447 @kpustakhod

  • Image
    • 💄 优化 Image 预览图片的工具栏显示动画的效果,现在工具条不再用缩放动画进场。#36456
    • 🐞 修复 Image 预览图片没有展现错误图片的问题。#38112
  • Typography
    • 🐞 修复 Typography.Paragraph 在宽度较短时可能出现闪动的问题。#38439 @tinyfind
    • 🐞 修复一个 Typography.Text 在 List 内 tooltip 不显示的问题。#38431 @crazyair
  • 🐞 修复 Menu 收起时 SubMenu 闪动的问题。#36636 @JarvisArt
  • 🐞 修复 RangePicker 选择日期过程中触发 onBlur 的问题。#38411 @kiner-tang
  • 🐞 修复 Result iconnull 时图标没有隐藏的问题。#38488
  • 🐞 修复 Dropdown.Button 出现 overlay is deprecated 警告的问题。#38446 @li-jia-nan
  • 🛎 优化 Form 的相关控制台提示的表述。#38038 @cincodenada
  • 🛠 修复 Tree 模块循环导入的问题。#38421 @KotoriK
  • 🐞 修复当 Affix 隐藏切换到显示时会出现抖动。#38410 @imoctopus
  • 🐞 修复 Pagination showTotal 属性在 simple 模式下不生效的问题。#38399
  • 🐞 修复 Modal.confirm 关闭中确认按钮依旧可能被触发的问题。#38400
  • 🐞 修复在 Drawer extra 中使用 Radio.Group 的样式问题。#38385
  • ⌨️ 修复 Table 组件 aria-label 出现 [object Object] 的问题。#38389 @kiner-tang
  • ⌨️ Progress 组件增加 role="progressbar"#38447 @kpustakhod

5.0.0-beta.0

5 months ago

4.24.1

5 months ago
  • 🐞 Revert #38160 to fix Table render column.title not as expect. #38383
  • 💄 Alert add @alert-padding-vertical & @alert-padding-horizontal less variables. #38369 @imoctopus
  • 🐞 Fix Steps with customize Step status not work. #38319 @heiyu4585
  • 🐞 Fix Popconfirm icon color get polluted. #38355
  • 🐞 Fix Anchor missing dot style. #38338 @li-jia-nan
  • 🐞 Fix DatePicker missing popupClassName definition. #38325 @Cedong.Lee

  • 🐞 回滚 #38160 以修复 Table 的 column.title 渲染不正确的问题。#38383
  • 💄 Alert 增加 @alert-padding-vertical@alert-padding-horizontal 变量。#38369 @imoctopus
  • 🐞 修复 Steps 中 用户配置的 Step status 优先级被覆盖的问题。#38319 @heiyu4585
  • 🐞 修复 Popconfirm 图标颜色会被污染的问题。#38355
  • 🐞 修复 Anchor 组件圆点样式丢失的问题。#38338 @li-jia-nan
  • 🐞 修复 DatePicker popupClassName 定义丢失的问题。#38325 @Cedong.Lee

5.0.0-alpha.34

5 months ago

4.24.0

5 months ago
  • 🔥 Add new component Space.Compact used to replace Input.Group and Button.Group. #37652 @foryuki
  • 🆕 The disabled property on components inside a Form will now take precedence over the disabled property of the Form. #37628 @kiner-tang
  • 🆕 Add text config for editable Typograph, support enabling ellipsis and editable at the same time. #37761 @zheeeng
  • 🆕 Row align and justify support reponsive value. #37860 @kiner-tang
  • 🆕 Image add preview.scaleStep prop to adjust the magnitude of zoom in and out and set the default scaleOffset to 0.5. #37340 @coldice945
  • 🆕 Steps support items. #37531 @heiyu4585
  • 🆕 Collapse supports collapsible="icon" to collapse by clicking icon. #37566 @Sheepeer
  • 🆕 Input.Password supports visibilityToggle={{ visible, onVisibleChange }} so that you can manually control password display and hide. #38216 @MrHeer
  • 🆕 Breadcrumb added the menu property. #37885 @JarvisArt
  • 🆕 Dropdown added the menu dropdownRender property, and deprecated the overlay property. #37885 @JarvisArt
  • Table
    • 🆕 Table filterDropdown add close in argument to close filter dropdown only. #37745 @kiner-tang
    • 🐞 Fix Table aria-label contains [object Object]. #38160 @kiner-tang
  • 🐞 Fix Tabs component not reading the getPopupContainer property of ConfigProvider. #38238 @ZH-seven
  • 🐞 Fix Tooltip is broken when used in a disabled Menu.Item. #38273
  • 🐞 Fix the issue of miscalculated transform-origin for Tooltip with placement values like topRight or bottomLeft. #38159 @strear
  • 🐞 TimePicker remove redundant warning about using popupClassName. #38190 @kiner-tang
  • 🐞 Fix nest Drawer with default open append document order issue. #37767 #37790
  • 🐞 Fix issue where numbers were not displayed when Badge set both color and count. #37609 @kiner-tang
  • 🐞 Fix Progress zoom behavior in Safari. #38301
  • Modal
    • 🐞 Fix Modal animation flush issue in React 18. #38275
    • 🐞 Fix Modal.method() not focus trigger after close. #38275
  • Transfer
  • 🛠 Refactor Anchor to Function Component, some methods of obtaining ref and calling internal instance methods will invalid.. #38265 #37957 @li-jia-nan @RexSkz
  • 🛠 The layout of the Dropdown.Button component is implemented using Space.Compact instead. #38090 @foryuki
  • 🛠 Optimize the internal implementation of DirectoryTree Typography component. #38184 #38181 @holazz #37716 @zheeeng
  • 💄 Fix TextArea custom border style not working when allowClear is enable. #38101
  • 💄 Fix Popconfirm style issue when icon={null}, now an additional span tag will be wrapped around the icon element. #37384 @edc-hui
  • 💄 Fix Menu highlight style in compact mode. #38223 @messaooudi
  • Carousel
    • 💄 Enlarge Carousel dots hover area for better experience. #38257
    • 💄 Fix Carousel dots margin style not being reset. #38100
  • TypeScript
  • 🌐 Localization

  • 🔥 新增组件 Space.Compact 用以替代 Input.Group 和 Button.Group 组件。#37652 @foryuki
  • 🆕 Form 内组件上的 disabled 属性现在将优先于 Form 的 disabled 属性。#37628 @kiner-tang
  • 🆕 Typograph 增加 text 配置,支持同时开启省略与编辑模式时的使用。#37761 @zheeeng
  • 🆕 Row 组件的 alignjustify 属性支持设置响应式的值。#37860 @kiner-tang
  • 🆕 Image 增加 preview.scaleStep 属性调整放大缩小的幅度,并将默认的 scaleOffset 设置为 0.5。#37340 @coldice945
  • 🆕 Steps 新增支持 items#37531 @heiyu4585
  • 🆕 Collapse 新增 collapsible="icon" 从而支持点击图标展开收起。#37566 @Sheepeer
  • 🆕 Input.Password 支持 visibilityToggle={{ visible, onVisibleChange }} 从而可以手动控制密码显隐。#38216 @MrHeer
  • 🆕 Breadcrumb 新增 menu 属性。#37885 @JarvisArt
  • 🆕 Dropdown 新增 menu dropdownRender 属性,并废弃了 overlay 属性。#37885 @JarvisArt
  • Table
    • 🆕 Table filterDropdown 新增一个 close 参数对象用于关闭筛选菜单。#37745 @kiner-tang
    • 🐞 修复 Table 组件 aria-label 出现 [object Object] 的问题。#38160 @kiner-tang
  • 🐞 修复 Tabs 组件没有读取 ConfigProvider 的 getPopupContainer 属性的问题。#38238 @ZH-seven
  • 🐞 修复一个在 Menu.Item disabled 内使用 Tooltip 不生效的问题。#38273
  • 🐞 修复 Tooltip 在 placement 值为 topRightbottomLeft 时动画原点计算错误的问题。#38159 @strear
  • 🐞 TimePicker 移除使用了 popupClassName 冗余警告。#38190 @kiner-tang
  • 🐞 修复嵌套 Drawer 在默认都设置 open 时,添加至 document 顺序出错的问题。#37767 #37790
  • 🐞 修复 Badge 同时设置 colorcount 时,数字不展示的问题。#37609 @kiner-tang
  • 🐞 修复 Progress 在 Safari 下缩放异常的问题。#38301
  • Modal
    • 🐞 修复在 React 18 下 Modal 动画闪烁的问题。#38275
    • 🐞 修复 Modal.method() 关闭时默认没有聚焦触发元素的问题。#38275
  • Transfer
  • 🛠 重构 Anchor 为 Function Component,之前一些获取 ref 并调用内部实例方法的写法都会失效。#38265 #37957 @li-jia-nan @RexSkz
  • 🛠 Dropdown.Button 改用 Space.Compact 实现。#38090 @foryuki
  • 🛠 优化 DirectoryTree Typography 组件的内部实现。#38184 #38181 @holazz #37716 @zheeeng
  • 💄 修复 TextArea 开启 allowClear 时自定义 border 样式无法生效的问题。#38101
  • 💄 修复 Popconfirm 设置 icon={null} 的时 title padding 仍然存在的问题,现在 icon 元素外会额外包裹一个 span 标签。#37384 @edc-hui
  • 💄 修复 Menu 在紧凑模式下的高亮条样式。#38223 @messaooudi
  • Carousel
    • 💄 扩大 Carousel 切换点的鼠标响应范围,优化切换体验。#38257
    • 💄 修复 Carousel dots 样式未被正确 reset 的问题。#38100
  • TypeScript
  • 🌐 国际化

5.0.0-alpha.33

5 months ago

5.0.0-alpha.32

5 months ago

5.0.0-alpha.31

5 months ago

5.0.0-alpha.4

5 months ago

5.0.0-alpha.3

5 months ago

4.23.6

5 months ago
  • Table
    • 🐞 Fix Table with sticky header shadow style issue. #38023 @liuycy
    • 🐞 Fix Table with ellipsis missing title attribute. 416c61f
  • 🐞 Fix Breadcrumb not support number 0. #38006 @li-jia-nan
  • Input
    • 🐞 Fix Input.TextArea render extra input node when enable autoSize. #38050
    • 🐞 Fix Input.Password that should not have value prop on input after click toggle icon. #37900 @linxianxi
    • 💄 Fix border style issues for Input.Search in RTL. #37980 @foryuki
  • 🐞 Fix AutoComplete warning for unused dropdownClassName. #37974 @heiyu4585
  • 🐞 Fix Typography with ellipsis that the computed fontSize style be calculated as empty string in some case. #37928 @zheeeng
  • 🐞 Fix editable Tabs add button missing in edge case. #37937
  • 🐞 Fix RangePicker panel blink in some case. #439
  • 🛠 Refactor Spin with Function Component. #37969 @li-jia-nan
  • 🛠 Refactor Statistic.Countdown with Function Component. #37938 @li-jia-nan

  • Table
    • 🐞 修复 Table 配置固定表头时的阴影样式问题。#38023 @liuycy
    • 🐞 修复 Table 配置省略时丢失 title 属性问题。416c61f
  • 🐞 修复 Breadcrumb 不支持数字 0 的问题。#38006 @li-jia-nan
  • Input
    • 🐞 修复 Input.TextArea 配置 autoSize 时会额外渲染 input 节点的问题。#38050
    • 🐞 修复 Input.Password 在点击隐藏按钮后 input 上会有 value 属性的问题。#37900 @linxianxi
    • 💄 修复 RTL 下 Input.Search 边框样式问题。#37980 @foryuki
  • 🐞 修复 AutoComplete 会报未使用的废弃属性 dropdownClassName 的问题。#37974 @heiyu4585
  • 🐞 修复 Typography 省略算法在计算一些元素 fontSize 时为空字符串的情况#37928 @zheeeng
  • 🐞 Fix Tabs 添加按钮在某些边界情况下无法展示的问题。#37937
  • 🐞 修复 RangePicker 在某些情况下面板会闪烁的问题。#439
  • 🛠 重构 Spin 为 Function Component。#37969 @li-jia-nan
  • 🛠 重构 Statistic.Countdown 为 Function Component.#37938 @li-jia-nan

5.0.0-alpha.2

5 months ago

4.23.5

6 months ago
  • 🐞 Fix Textarea with autoSize blink on the fist mount. #37847
  • 💄 Fix Input.Password style={{ fontSize }}not working. #37898
  • 💄 Fix Input.Textarea style={{ resize: 'none' }} is not working when showCount is applied. #37855 @kiner-tang
  • 💄 Fix Input.Search border style in RTL. #37865 @foryuki
  • 🇷🇺 Fix Russian translation for Transfer.selectInvert. #37858 @svtslav
  • 🇵🇹 Add missing Portuguese translations. #37857 @ernestfolch
  • ⚡️ Update Table and Tree for improve state performance. #37875 @sunteago
  • TypeScript
    • 🤖 Update type definition for a part of components. #37861 @zheeeng

  • 🐞 修复 Textarea 配置 autoSize 在第一次渲染时闪烁的问题。#37847
  • 💄 修复 Input.Password 不支持 style={{ fontSize }} 的问题。#37898
  • 💄 修复 Input.Textarea 当指定 showCountstyle={{ resize: 'none' }} 样式设定失效的问题。#37855 @kiner-tang
  • 💄 修复 RTL 排版中 Input.Search 边框样式问题。#37865 @foryuki
  • 🇷🇺 修复 Transfer.selectInvert 的俄语翻译。#37858 @svtslav
  • 🇵🇹 添加缺失的葡萄牙语翻译。#37857 @ernestfolch
  • ⚡️ 提升 Table 及 Tree 的 State 性能。#37875 @sunteago
  • TypeScript

5.0.0-alpha.1

6 months ago

4.23.4

6 months ago
  • 🐞 Fix Typography ellipsis percision bug. #37802 @zheeeng
  • 🐞 Fix Input.Password that should not have value prop on input when inputing. #37801 @MadCcc

  • 🐞 修复 Typography ellipsis 精度问题。#37802 @zheeeng
  • 🐞 修复 Input.Password 在输入时 input 上会有 value 属性的问题。#37801 @MadCcc

5.0.0-alpha.0

6 months ago

5.0.0-experimental.30

experimental
6 months ago

4.23.3

6 months ago
  • 🆕 Tree showLeafIcon could accept ReactNode for a custom leaf icon.#37144 @xWiiLLz
  • 🆕 Uploader support Apple image format: heic, heif. #37651 @Johnny-young
  • 🐞 Fix Typography copyable.tooltip=false still shows the copied tooltip. #37754
  • 🐞 Fix Typography ellipsis not working correctly in some cases. #37700 @zheeeng
  • 🐞 Fix Divider shows children when in vertical mode. #37697
  • 🐞 Fix Anchor getCurrentAnchor not updated. #37644
  • 🐞 Fix Tabs animated: true missing tabPane animation. #37642
  • 🐞 Fix Table column.title render function missing filters props. #37629
  • 🐞 Fix Modal.confirm instance ref legacy config visible: true back to show not work. #37613
  • 💄 Fix the problem of rendering an empty element with styles when Badge not pass text property. #37681 @Wxh16144
  • 💄 Fix Button wave style not work in shadow dom. #37677
  • 💄 Remove Tab.TabPane outline style when focused. #37638
  • TypeScript
  • 🌐 Localization

  • 🆕 Tree showLeafIcon 属性支持自定义图标。#37144 @xWiiLLz
  • 🆕 Uploader 支持支持 Apple 图片格式: heic、heif。#37651 @Johnny-young
  • 🐞 修复 Typography 在 copyable.tooltip=false 时,复制内容后仍然会展示提示的问题。#37754
  • 🐞 修复 Typography ellipsis 在某些情况下不精确的问题。#37700 @zheeeng
  • 🐞 修复 Divider 在 vertical 模式下仍然会错误展示 children 的问题。#37697
  • 🐞 修复 Anchor getCurrentAnchor 不会及时更新的问题。#37644
  • 🐞 修复 Tabs animated: true 时面板切换动画不生效的问题。#37642
  • 🐞 修复 Table column.title 渲染函数丢失 filters 属性的问题。#37629
  • 🐞 修复 Modal.confirm 实例引用配置废弃 visible: true 重新展示时不生效的问题。#37613
  • 💄 修复 Badge 未传入 text 属性时,渲染了一个带有样式的空元素问题。#37681 @Wxh16144
  • 💄 修复 Button 波纹样式在 shadow dom 下不生效的问题。#37677
  • 💄 移除 Tab.TabPane focus 时的 outline 样式。#37638
  • TypeScript
  • 🌐 国际化

5.0.0-experimental.29

6 months ago

5.0.0-experimental.28

6 months ago

5.0.0-experimental.27

6 months ago

5.0.0-experimental.26

6 months ago

5.0.0-experimental.25

6 months ago

4.23.2

6 months ago
  • 🐞 Fix Card console warning when using tabList prop. #37537 @edc-hui
  • 🐞 Fix Table filterSearch is not executed when filterMode="tree". #37587 @edc-hui
  • 🐞 Fix Tooltip should not replace children className when it's not a string type. #37598
  • 🐞 Fix Tree that TreeNodes not aligned when draggable and some node is disabled. #37534
  • TypeScript

  • 🐞 修复 Card 传入 tabList 属性时控制台出现废弃警告的问题。#37537 @edc-hui
  • 🐞 修复 Table filterMode="tree"filterSearch 函数未执行的问题。#37587 @edc-hui
  • 🐞 修复 Tooltip 的子元素 className 非 string 类型时会被覆盖的问题。#37598
  • 🐞 修复 Tree 组件 TreeNode 在可拖拽并且禁用状态下不对齐的问题。#37534
  • TypeScript

5.0.0-experimental.24

6 months ago

4.23.1

7 months ago
  • 🐞 Fix unable to close modal when using visible in Modal.confirm().update. #37471 @Aaron674092290
  • 🐞 Fix esbuild strict mode call No matching export theme error. #37462
  • 🐞 Fix Switch background flush issue by reverting #35103. #37458
  • TypeScript

  • 🐞 修复 Modal.confirm().update({visible: true}) 导致无法关闭 modal 的问题。#37471 @Aaron674092290
  • 🐞 兜底修复 esbuild 严格模式构建时报 No matching export theme 错误。#37462
  • 🐞 回滚 #35103 以修复 Switch 切换时背景闪烁的问题。#37458
  • TypeScript

5.0.0-experimental.23

7 months ago

4.23.0

7 months ago
  • 🆕 Tooltip support nested Fragment child nodes to display bubbles. #37045 @HQ-Lin
  • 🆕 Dropdown.Button support danger props. #36810 @nuintun
  • 🆕 Input.TextArea add value parameter to showCount.formatter. #36793 @JarvisArt
  • 🆕 Table support expandable.columnTitle now. #36794 @losgif
  • Deprecate visible in all components and change to open.
  • 🛠 Deprecate dropdownClassName prop of all components and change to popupClassName. #36880 @heiyu4585
  • 🛠 Tabs support items props and origin jsx usage will be depreacted. #36889
  • 🐞 Fix that some css variables are not consistent with less variables.
  • 🐞 Fix Menu disabled item focus style. #37332
  • 💄 @border-radius-sm should not follow @border-radius-base by default. #37309
  • 💄 add @slider-handle-margin-left to custom type. #37001 @alanhaledc
  • 💄 Replace Tabs with fade switch motion to import switch experience. #36943
  • ⌨️ Improve Form validation accessibility experience. #36762 @VladimirOtroshchenko
  • 🌐 Add missing translations for filterCheckall in ru_RU. #37311 @HelLuv
  • 🌐 Add missing translations in cs_CZ. #37388 @ZdenekKrcal

  • 🆕 Tooltip 支持 Fragment 子节点展示气泡。#37045 @HQ-Lin
  • 🆕 Dropdown.Button 支持 danger 样式。#36810 @nuintun
  • 🆕 Input.TextArea 组件 showCount.formatter API 添加 value 参数。#36793 @JarvisArt
  • 🆕 Table 新增 expandable.columnTitle 属性以支持自定义展开列表头。#36794 @losgif
  • 🛠 废弃所有弹窗组件的 visible 属性,统一为 open
    • 🛠 Dropdown 的 visible 改为 open#37232 @yykoypj
    • 🛠 Modal 组件的 visible 改为 open#37084 @yykoypj
    • 🛠 Drawer 的 visible 改为 open#37047 @yykoypj
    • 🛠 Table 组件 columns 中的 filterDropdownVisible 改为 filterDropdownOpen#37026 @yykoypj
    • 🛠 Tooltip, Popover 和 Popconfirm 中的 visible 改为 open#37241 @yykoypj
    • 🛠 Slider 的 tooltip 相关属性合并到 tooltip 属性中。#37000 @yykoypj
    • 🛠 废弃 Tag 组件的 visible 属性。#36934 @yykoypj
  • 🛠 废弃所有组件的 dropdownClassName,统一为 popupClassName#36880 @heiyu4585
  • 🛠 Tabs 支持 items 属性,并且废弃原 jsx 语法糖用法。#36889
  • 🐞 修复 css 变量与 less 变量不一致的问题。
  • 🐞 修复 Menu 禁用项依然有 focus 样式的问题。#37332
  • 💄 @border-radius-sm 变量默认值不与 @border-radius-base 关联,以修复 Checkbox 等组件圆角样式异常。#37309
  • 💄 支持使用 @slider-handle-margin-left 定制样式。#37001 @alanhaledc
  • 💄 替换 Tabs 切换样式为渐隐过渡,以提升在切换时的体验。#36943
  • ⌨️ 改进 Form 校验无障碍体验。#36762 @VladimirOtroshchenko
  • 🌐 补全 ru_RUfilterCheckall 的翻译。#37311 @HelLuv
  • 🌐 补全 cs_CZ 的翻译。#37388 @ZdenekKrcal

5.0.0-experimental.22

7 months ago

5.0.0-experimental.21

7 months ago

4.22.8

7 months ago


5.0.0-experimental.20

7 months ago

4.22.7

7 months ago
  • 🐞 Fix Typography visible change some time Tooltip not work with ellipsis. #37147
  • 🐞 Fix InputNumber that style cannot be customized with controls less variables. #37070 @coldice945

  • 🐞 修复 Typography 可见度切换时有时候省略不会显示 Tooltip 的问题。#37147
  • 🐞 修复 InputNumber 样式不跟随控件 less 变量改变的问题。#37070 @coldice945

5.0.0-experimental.19

7 months ago

5.0.0-experimental.18

7 months ago

5.0.0-experimental.17

7 months ago

4.22.6

7 months ago
  • 🐞 Revert #36710 to fix Table onChange argument sorter error in multiple columns sort.
  • 🐞 Fix Drawer can not close when config opacity on the maskStyle. #37100

  • 🐞 回滚 #36710 以修复 Table 多列排序时 onChangesorter 参数错误的问题。
  • 🐞 修复 Drawer 的 maskStyle 配置 opacity 样式时无法关闭的问题。#37100

5.0.0-experimental.16

7 months ago

4.22.5

7 months ago
  • 🇭🇺 Form add defaultValidateMessages.i18n az_AZ language #23369. #36967 @YMiemie-cy
  • 💄 Popover remove Popover incorrect box-shadow. #37030 @jerrykingxyz
  • 🐞 Fix Steps tail position bug when labelPlacement="vertical". #36996
  • 💄 Removed exception error border for Pagination. #36972 @hydraZty
  • 🐞 Fix Upload trigger mistake files status when upload multiple files at same time in React 18. #36968
  • TypeScript

  • 🇭🇺 Form defaultValidateMessages.i18n 增加匈牙利语。#36967 @YMiemie-cy
  • 💄 移除 Popover 中无效的 box-shadow 样式。#37030 @jerrykingxyz
  • 🐞 修复 Steps labelPlacement="vertical" 时连接线位置偏上的问题。#36996
  • 💄 去掉 Pagination 的异常错误边框。#36972 @hydraZty
  • 🐞 修复 Upload 在 React 18 下同时上传多份文件会出现上传状态不正确的问题。#36968
  • TypeScript

4.22.4

8 months ago
  • 🐞 Fix Drawer zIndex prop not working. #36958
  • 💄 Fix PageHeader focus style stay after clicking it. #36902
  • 💄 Fix Drawer nesting content-wrapper style. #36845 @yanm1ng
  • 🐞 Fix Mentions popup shift when contain scrollbar. #36898 @JarvisArt
  • TypeScript

  • 🐞 修复 Drawer zIndex 属性失效的问题。#36958
  • 💄 修复 PageHeader 返回按钮点击后依然有聚焦样式的问题。#36902
  • 💄 修复抽屉 Drawer 组件嵌套时,子抽屉的样式被父抽屉影响的问题。#36845 @yanm1ng
  • 🐞 修复 Mentions 内有滚动条时弹出层偏移的问题。#36898 @JarvisArt
  • TypeScript
    • 🤖 修复 Avatar onClick 属性定义丢失的问题。#36940 @kungege
    • 🤖 修复 Table onChange 参数 sorter 类型报错的问题。#36710 @kungege
    • 🤖 Input data-* 属性将不再是必传参数。#36858 @yifanwww

5.0.0-experimental.15

8 months ago

5.0.0-experimental.14

8 months ago

5.0.0-experimental.13

8 months ago

5.0.0-experimental.12

8 months ago

5.0.0-experimental.11

8 months ago

4.22.3

8 months ago
  • 🐞 Fixed flickering when fileList updating in Uploader with React 18. #36801 @zhengjitf
  • 🐞 Fix Form.Item with small size labelCol and wrapperCol not break line in vertical layout. #36800
  • 🐞 Fix Row in flex layout takes too wide space by default. #36770

  • 🐞 修复在 React 18 版本中 Uploader 的 fileList 发生更新后出现闪烁的情况。#36801 @zhengjitf
  • 🐞 修复 Form.Item 在垂直布局下使用小尺寸的 labelColwrapperCol 时不换行的问题。#36800
  • 🐞 修复 Row 在 flex 布局中占据过多空间的问题。#36770

4.22.2

8 months ago
  • 💄 Adjust Collapse title click region which will be fully width when collapsible=default now. #36761
  • Drawer
    • 🐞 Fix Drawer not work in 360 browser. #36748
    • 🐞 Revert back panel style into wrapper dom node in case developer use contentWrapperStyle for overwrite. #36748
    • 🐞 Fix for the string type as width/height value and warning which should use number type instead. #284

  • 💄 调整 Collapse 标题文本在 collapsible=default 时为完整宽度点击区域。#36761
  • Drawer
    • 🐞 修复 Drawer 在 360 浏览器不生效的问题。#36748
    • 🐞 回滚将样式恢复至包裹层以防止原本通过 contentWrapperStyle 覆盖样式的用法。#36748
    • 🐞 修复兼容以 string 类型作为 width/height 的用法,并且警告用户应当使用 number 类型。#284

5.0.0-experimental.10

8 months ago

4.22.1

8 months ago
  • 🐞 Fix Drawer with percentage width display issue. #36729

  • 🐞 修复 Drawer 使用百分比宽度时的展示问题。#36729

4.22.0

8 months ago
  • Form
    • 🔥 Form support Form.Item.useStatus for custom components to get Form.Item validate status. #36486
    • 🆕 Form support setFieldValue to simplify config array index value. #36058
    • 🐞 Fix Form.Item shaking when trigger validate so fast. #36575
  • 🆕 Radio.Group support onBlur and onFocus props. #36041
  • 🆕 Typography ellipsis.tooltip supports a object for Tooltip props. #36099
  • 🛠 Refactor Drawer to remove directly style control which helps more React way. #36672
  • 🛠 Refactor Sketelon.Button square shape style that its width is equal to height, and old become the default. #36123 @alanhaledc
  • 🐞 Fix Modal.confirm onCancel argument close is not a function sometimes. #36600 @Wxh16144
  • 🐞 Revert #36439 to fix the problem of incorrect status when uploading and deleting files, and fix the status color change when Upload removes files again change problem. #36706
  • Tree
    • 🛠 Tree/TreeSelect switcherIcon argument support more parameters from { expanded: boolean } to AntTreeNodeProps. #36651 @alanhaledc
    • 🐞 Fix Tree draggable Fn params type from AntTreeNode to DataNode. #36648 @tianyuan233
  • Table
    • 💄 Fix Table extra shadow and scrollbar when all columns are fixed. #36606 @dashaowang
    • 💄 Fix Table tree data ellipsis style problem. #36608
  • 🌐 Localization

  • Form
    • 🔥 Form 新增 Form.Item.useStatus 用于获取 Form.Item 的校验状态。#36486
    • 🆕 Form 支持 setFieldValue 以简化设置数字单个值的操作流程。#36058
    • 🐞 修复 Form.Item 在快速切换校验状态时高度抖动的问题。#36575
  • 🆕 Radio.Group 支持 onBluronFocus 属性。#36041
  • 🆕 Typography ellipsis.tooltip 属性支持传入一个对象。#36099
  • 🛠 重构 Drawer 移除直接的 dom 操作以使其更符合 React 运作方式。#36672
  • 🛠 重构 Sketelon.Button square shape 样式为宽高相等,之前的 square 改为默认样式。#36123 @alanhaledc
  • 🐞 修复 Modal.confirm 中 onCancel(close) 参数有时候不是 function 的问题。#36600 @Wxh16144
  • 🐞 回滚 #36439 以修复上传和删除文件时状态不对的问题,并再次修复 Upload 移除文件时状态色会变化的问题。#36706
  • Tree
    • 🛠 Tree/TreeSelect switcherIcon 参数现在支持完整 TreeNode 属性,从 { expanded: boolean } 变为 AntTreeNodeProps#36651 @alanhaledc
    • 🐞 修改 Tree draggable 函数的参数类型由 AntTreeNode 改为 DataNode。#36648 @tianyuan233
  • Table
    • 💄 修复 Table 固定列额外阴影和滚动条样式的问题。#36606 @dashaowang
    • 💄 修复 Table 树形数据固定列的省略样式错位的问题。#36608
  • 🌐 国际化

5.0.0-experimental.9

8 months ago

5.0.0-experimental.8

8 months ago

5.0.0-experimental.7

8 months ago

5.0.0-experimental.6

8 months ago

4.21.7

8 months ago
  • 🆕 Add Skeleton.Node sub-component, allow user customize content of Skeleton. #36441 @DawnLck
  • Form
    • 🐞 Fix Form with percentage width Select may leaves unexpected height. #36484
    • 🐞 Fix Form disabled but Upload component still uploadable in it. #36573 @cwjTerrace
  • 🐞 Fix Tree non-draggable element still render the draggable icon. #36511 @Wxh16144
  • 🐞 Fix Upload preview error on SVG with <foreignObject> and cross-origin links. #36402 @jonioni
  • 🐞 Fix that Tooltip cannot close automaticly on disabled Radio. #36483
  • 💄 Add Modal Less variable @modal-border-radius. #36527 @kkkisme
  • 💄 Fix Table expand icon wrap style when column is fixed and ellipsis. #36496

  • 🆕 新增 Skeleton.Node 子组件,允许用户自定义 Skeleton 的内容。#36441 @DawnLck
  • Form
    • 🐞 修复 Form 下设置 Select 百分比宽度时会有未预期空行问题。#36484
    • 🐞 修复 Form 设为禁用时、内部的 Upload 组件仍能上传文件的问题。#36573 @cwjTerrace
  • 🐞 修复 Tree 非 draggable 依然展示可拖拽图标的问题。#36511 @Wxh16144
  • 🐞 修复 Upload 在预览包含 <foreignObject> 及跨域链接的 SVG 文件时发生错误的问题。#36402 @jonioni
  • 🐞 修复 Tooltip 在被禁用的 Radio 上时无法自动关闭的问题。#36483
  • 💄 添加 Modal Less 变量 @modal-border-radius#36527 @kkkisme
  • 💄 修复 Table 开启固定和省略功能的列内的展开按钮换行样式。#36496

5.0.0-experimental.5

8 months ago

4.21.6

9 months ago
  • 🐞 Fix Skeleton active lost border-radius in Safari. #36445
  • 🐞 Fix Breadcrumb separators disappearing when used as last element in a List. #36448 @LeonKattendick
  • 🐞 Fixed Upload removing file status color is wrong. #36439
  • 🐞 Fix DatePicker style issue when using status. #35685 @simplejason
  • Table
  • 💄 Adjust Modal header close icon style. #36309 @cw1997
  • 🐞 Fix Form.ErrorList shaking when validating too fast. #36358
  • 💄 Radio shadow color should be transparency to fit none-white background. #36335
  • 🐞 Fix Table border style issue when title configured. #36384 @Unuuuuu

  • 🐞 修复 Skeleton 在 Safari 下开启 active 时圆角丢失的问题。#36445
  • 🐞 修复 Breadcrumb 作为 List 最后一个元素时,分割线丢失的问题。#36448 @LeonKattendick
  • 🐞 修复 Upload 移除文件时状态色会变化的问题。#36439
  • 🐞 修复 DatePicker 配置 status 时的样式问题。#35685 @simplejason
  • Table
    • 🐞 修复 Table 横向滚动的阴影样式问题。#36420 @shunyue1320
    • 🐞 修复 Table 鼠标悬浮时的性能问题。#36383
  • 💄 微调 Modal 标题上关闭按钮尺寸。#36309 @cw1997
  • 🐞 修复 Form.ErrorList 在校验状态很快的时候视觉抖动问题。#36358
  • 💄 修复 Radio 聚焦时的阴影样式在非白底背景下的问题。#36335
  • 🐞 修复 Table 配置有 title 时的圆角样式。#36384 @Unuuuuu

5.0.0-experimental.4

9 months ago

5.0.0-experimental.3

9 months ago

5.0.0-experimental.2

9 months ago

5.0.0-experimental.1

9 months ago

4.21.5

9 months ago
  • 🐞 Fix Checkbox cannot be disabled by Form disabled prop. #36345
  • 🐞 Fix Button loading prop with null value. #36288 @kejianfeng
  • 🐞 Fix popover arrow compatibility problem on some browsers. #36266
  • 🐞 Fix extra shadow in nested Table. #36277
  • 🐞 Fix that some class name in Divider cannot be customized. #36271 @alanhaledc
  • 🇧🇾 Update Belarusian locale. #36265

  • 🐞 修复 Checkbox 不会被 Form disabled 属性禁用的问题。#36345
  • 🐞 修复 Button loading 属性传入 null 时错误问题。#36288 @kejianfeng
  • 🐞 修复弹出框箭头在某些浏览器上的兼容性问题。#36266
  • 🐞 修复 Table 滚动阴影在内嵌表格内出现的问题。#36277
  • 🐞 修复 Divider 部分类名无法自定义的问题。#36271 @alanhaledc
  • 🇧🇾 调整白俄罗斯国际化语言。#36265

5.0.0-experimental.0

9 months ago

4.21.4

9 months ago
  • Table
    • 🐞 Fix Table expand icon not align center. #36215
    • 💄 Fix nested Table margin style. #36209
    • 🐞 Fix Table filter dropdown with multiple subMenu may not closed. #36132
    • 🐞 Table reset the last selection key when deselect or bulk operations. #34705 @Dunqing
  • 🐞 Fix Popover arrow color with custom color prop. #36241 @MadCcc
  • 🐞 Fix Upload listType="picture-card" select button not being hidden when children is empty. #36196
  • 🐞 Fix Menu deprecated warning when item={undefined}. #36190
  • 💄 Fix Button loading icon margin style lost. #36168
  • 🐞 Fix Dropdown using Menu with group item can not close by click. #36148
  • 💄 Enlarge dragable area for Slider handler. #36018 @slotDumpling
  • 🐞 Fix: repeat a css class in readOnly, which has been declared in rc-input-number. #36120 @RainyLiao
  • 💄 Fix Skeleton active background color in dark theme. #36116
  • TypeScript

  • Table
    • 🐞 修复 Table 展开图标未居中的问题。#36215
    • 💄 修复 Table 内嵌 Table 时的边距问题。#36209
    • 🐞 Table 取消选择或批量操作时重置上一次选择的 key。#34705 @Dunqing
    • 🐞 修复 Table 过滤列表在某些场景下多级展开无法关闭的问题。#36132
  • 🐞 修复 Upload listType="picture-card" 当 children 为空时上传文件按钮没有隐藏的问题。#36196
  • 🐞 修复 Popover 自定义 color 时箭头颜色问题。#36241 @MadCcc
  • 🐞 修复 Menu item={undefined} 时会有废弃警告的问题。#36190
  • 💄 修复 Button loading 图标的间距丢失的问题。#36168
  • 🐞 修复 Dropdown 中 Menu 分组下的 Item 点击不会关闭的问题。#36148
  • 💄 优化 Slider 拖拽手柄的可交互区域。#36018 @slotDumpling
  • 🐞 修复重复添加 readOnly 的 css 类名,它已在 rc-input-number 中被声明了。#36120 @RainyLiao
  • 💄 修复 Skeleton 在 active 时的背景色样式。#36116
  • TypeScript

4.21.3

9 months ago
  • 🐞 Fix Table customize filterDropdown with Menu should not break default selectable. #36098
  • 🐞 Fix Input.Textarea cannot focus after click clear icon in controlled mode. #34728 @Pulset
  • TypeScript

  • 🐞 修复 Table 自定义 filterDropdown 中使用 Menu 会被修改默认 selectable 的问题。#36098
  • 🐞 修复 Input.Textarea 受控时点击清除图标后无法聚焦的问题。#34728 @Pulset
  • TypeScript

741 Versions

TagPublished
5.3.2latest6d ago
5.3.113d ago
5.3.021d ago
5.2.31mo ago
5.2.2conch-v51mo ago
5.2.11mo ago
4.24.8latest-41mo ago
5.2.02mos ago
5.1.72mos ago
5.1.62mos ago
5.1.52mos ago
5.1.43mos ago
5.1.33mos ago
5.1.23mos ago
4.24.7conch3mos ago
4.24.63mos ago
5.1.13mos ago
5.1.03mos ago
5.0.73mos ago
5.0.63mos ago
5.0.54mos ago
4.24.54mos ago
5.0.44mos ago
5.0.34mos ago
5.0.24mos ago
4.24.44mos ago
5.0.14mos ago
5.0.04mos ago
5.0.0-rc.3next4mos ago
5.0.0-rc.24mos ago
4.24.34mos ago
5.0.0-rc.14mos ago
5.0.0-rc.04mos ago
5.0.0-beta.24mos ago
5.0.0-beta.14mos ago
4.24.24mos ago
5.0.0-beta.05mos ago
4.24.15mos ago
5.0.0-alpha.345mos ago
4.24.05mos ago
5.0.0-alpha.335mos ago
5.0.0-alpha.325mos ago
5.0.0-alpha.315mos ago
5.0.0-alpha.45mos ago
5.0.0-alpha.35mos ago
4.23.65mos ago
5.0.0-alpha.25mos ago
4.23.56mos ago
5.0.0-alpha.16mos ago
4.23.46mos ago
5.0.0-alpha.06mos ago
5.0.0-experimental.30experimental6mos ago
4.23.36mos ago
5.0.0-experimental.296mos ago
5.0.0-experimental.286mos ago
5.0.0-experimental.276mos ago
5.0.0-experimental.266mos ago
5.0.0-experimental.256mos ago
4.23.26mos ago
5.0.0-experimental.246mos ago
4.23.17mos ago
5.0.0-experimental.237mos ago
4.23.07mos ago
5.0.0-experimental.227mos ago
5.0.0-experimental.217mos ago
4.22.87mos ago
5.0.0-experimental.207mos ago
4.22.77mos ago
5.0.0-experimental.197mos ago
5.0.0-experimental.187mos ago
5.0.0-experimental.177mos ago
4.22.67mos ago
5.0.0-experimental.167mos ago
4.22.57mos ago
4.22.48mos ago
5.0.0-experimental.158mos ago
5.0.0-experimental.148mos ago
5.0.0-experimental.138mos ago
5.0.0-experimental.128mos ago
5.0.0-experimental.118mos ago
4.22.38mos ago
4.22.28mos ago
5.0.0-experimental.108mos ago
4.22.18mos ago
4.22.08mos ago
5.0.0-experimental.98mos ago
5.0.0-experimental.88mos ago
5.0.0-experimental.78mos ago
5.0.0-experimental.68mos ago
4.21.78mos ago
5.0.0-experimental.58mos ago
4.21.69mos ago
5.0.0-experimental.49mos ago
5.0.0-experimental.39mos ago
5.0.0-experimental.29mos ago
5.0.0-experimental.19mos ago
4.21.59mos ago
5.0.0-experimental.09mos ago
4.21.49mos ago
4.21.39mos ago