All Versions
63
Latest Version
Avg Release Cycle
6 days
Latest Release
1248 days ago

Changelog History
Page 1

  • v4.9.2 Changes

    December 07, 2020
    • Table
      • 🐞 Fix Table selecting crash sometimes. #28193 @yanguoyu
      • 💄 Fix Table selection column header align issue. #28173
    • ⬇️ Dropdown
      • 💄 Fix Dropdown subMenu arrow style. #28181
      • 🐞 Fix Dropdown click area not matched. #28180
    • 💅 🐞 Fix overlayInnerStyle not work in Tooltip. #27682 @jasepellerin
    • 💅 💄 Fix Layout overflow style for Table sticky. #28176
    • 💅 💄 Fix Steps progressDot broken style of first step. #28126 @ZeroTo0ne
    • 🐎 💄 Optimize Modal useModal performance by isolating elements render to avoid the component to rerender. #28122 @TotooriaHyperion
    • 💅 💄 Fix TextArea showCount style while using with Form. #28130 @AlanCutFlim
    • 💅 💄 Fix Tag cursor style in Tree node. #28219
    • 🛠 Remove @ant-design/css-animation for better bundle size. #28201
    • RTL
    • TypeScript

    • Table
      • 🐞 修复 Table 选择功能有时会 crash 的问题。#28193 @yanguoyu
      • 💄 修复 Table 选择列标题的对齐样式问题。#28173
    • ⬇️ Dropdown
      • 💄 修复 Dropdown 下拉菜单箭头样式。#28181
      • 🐞 修复 Dropdown 点击触发区域不匹配的问题。#28180
    • 💅 🐞 修复 Tooltip overlayInnerStyle 属性无效。#27682 @jasepellerin
    • 🍱 💄 修复 Layout 内部使用 Table sticky 属性失效的问题。#28176
    • 🍱 💄 修复 Steps progressDot 第一个步骤点错位的问题。#28126 @ZeroTo0ne
    • 🍱 💄 优化 Modal useModal 性能,避免元素渲染导致组件渲染。#28122 @TotooriaHyperion
    • 🍱 💄 修复 TextArea 结合 Form 使用时的字数提示样式问题。#28130 @AlanCutFlim
    • 🍱 💄 修复 Tree 里使用 Tag 时鼠标手型样式问题。#28219
    • 🛠 移除对 @ant-design/css-animation 的依赖以优化包体积。#28201
    • RTL
    • TypeScript
      • 🤖 修复 Table SelectionSelectFn 类型定义中 selectedRows 属性改为 T 范型。#28206 @weiyuc
      • 🤖 Breadcrumb 的 BreadcrumbItem 中增加 className 类型。#28182 @ccloveak
      • 🤖 Form.List initialValue 增加类型支持。#28153 @Debiancc
      • 🤖 修复 Carousel 中 dontAnimate 参数为可选类型。#28090 @jarretmoses
  • v4.9.1 Changes

    December 01, 2020
    • TypeScript
      • 🤖 Fix Collapse.Panel collapsible property to optional. #28092 @sammarks

    • TypeScript
      • 🤖 修复 Collapse.Panel 可折叠属性 collapsible 为可选。#28092 @sammarks
  • v4.9.0 Changes

    December 01, 2020
    • Modal
      • 🆕 Modal support focusTriggerAfterClose to disable auto focus back. #27985 @molokovev
      • 🐞 Fix Modal hooks not trigger onCancel. #28063 @JuniorTour
      • 🐞 Fix Modal sometime not popup from the click position. #28037
      • 🆕 Support closable and closeIcon api for Modal.method. #27909 @MrHeer
    • 🍱 💄 Reduce Table selection column width to 32px. #28073
    • Image
      • 🔥 Image add PreviewGroup component to support multiple images preview. #28069
      • 🐞 Fix Image style prop not acting on img element. #27446
    • Collapse
      • 🔥 Collapse support collapsible to customize trigger region and deprecated Panel disabled prop. #27790
      • 🐞 Fix Collapse cannot contains <Table sticky />. #28039
    • 🍱 🐞 Fix Cascader bug that empty data can be selected. #28062 @n0ruSh
    • 🍱 🆕 Alert support action prop. #25892 @jesse3mh9a
    • 🔨 🔥 Tree refactor drag behavior. Add dropIndicatorRender and allowDrop prop. #26462 @07akioni
    • 🍱 🆕 Space support wrap for auto break line. #27910
    • 💅 🆕 Descriptions.Item support labelStyle & contentStyle props. #27897
    • 🍱 🆕 Form.List support initialValue. #27872
    • 💅 🆕 Menu supports expandIcon, and optimize default expand icon style. #27565
    • 🍱 🆕 Input and TextArea add setSelectionRange of ref. #27584 @appleshell
    • 🍱 🆕 Select support filterSort to order the filtered options. #27523 @n0ruSh
    • 🍱 🇰🇿 Add Kazakh locale. #27589 @nodkz

    • Modal
      • 🆕 Modal 支持 focusTriggerAfterClose 以关闭自动恢复焦点的功能。#27985 @molokovev
      • 🐞 修复 Modal hooks 没有触发 onCancel 的问题。#28063 @JuniorTour
      • 🐞 修复 Modal 有时不在点击位置弹出的问题。#28037
      • 🆕 Modal.method 支持 closablecloseIcon#27909 @MrHeer
    • 🍱 💄 减少 Table 选中列宽度至 32px#28073
    • Image
      • 🔥 Image 增加 PreviewGroup 组件支持多张图片预览。#28069
      • 🐞 修复 Image style 属性未作用于 img 元素的问题。#27446
    • Collapse
      • 🔥 Collapse 添加 collapsible 以支持指定可折叠触发区域并废弃 Panel 的 disabled 属性。#27790
      • 🐞 修复 Collapse 内使用 <Table sticky /> 时不生效的问题。#28039
    • 🍱 🐞 修复 Cascader 空数据可以被选择的问题。#28062 @n0ruSh
    • 🍱 🆕 Alert 支持 action 属性。#25892 @jesse3mh9a
    • 🍱 🔥 Tree 重构拖拽行为,增加 dropIndicatorRenderallowDrop 属性。#26462 @07akioni
    • 🍱 🆕 Space 增加 wrap 属性以配置自动换行。#27910
    • 💅 🆕 Descriptions.Item 支持 labelStylecontentStyle 属性。#27897
    • 🍱 🆕 Form.List 支持 initialValue#27872
    • 🍱 🆕 Menu 新增 expandIcon 属性以支持自定义展开图标,同时优化了默认图标的样式。#27565
    • 🍱 🆕 Input 和 TextArea 组件的 ref 属性增加setSelectionRange方法。#27584 @appleshell
    • 🍱 🆕 Select 组件新增 filterSort 属性以支持筛选模式下选项排序功能。#27523 @n0ruSh
    • 🍱 🇰🇿 新增哈萨克语。#27589 @nodkz
  • v4.8.6 Changes

    November 27, 2020
    • 💅 🐞 Fix Badge style blink when mounted. #28003
    • 💅 💄 Reduce Modal style size. #27998
    • 🍱 🐞 Fix Layout.Sider can not collapse when width='0'. #28000
    • 💅 🐞 Fix Menu style when using none Ant Design icons. #27983
    • Input
      • 🐞 Fix Input.Search button height when customize less variables. #27986
      • 🐞 Fix Input.Search addonBefore abnormal style. #27960
    • 🍱 🐞 Fix Typography.Link clicking copy button will redirect. #27982
    • 🍱 🐞 Fix Carousel throws error Unable to preventDefault inside passive event listener. #27957
    • 🌐 Improve data picker locale for en_GB and zh_TW. #28016 @abz53378
    • RTL
      • 💄 Optimize the border style of Descriptions in RTL model. #28010
      • 💄 Fix the vertical style of Steps in RTL mode. #27996
    • TypeScript

    • 🍱 🐞 修复 Badge 在初始化时样式抖动的问题。#28003
    • 🍱 💄 优化 Modal 相关样式的冗余。#27998
    • 🍱 🐞 修复 Layout.Sider 在 width='0' 时不能展开的问题。#28000
    • 🍱 🐞 修复 Menu 使用非 Ant Design 图标时的样式问题。#27983
    • Input
      • 🐞 修复 Input.Search 自定义 less 变量时的按钮高度问题。#27986
      • 🐞 修复 Input.Search addonBefore 样式异常。#27960
    • 🍱 🐞 修复 Typography.Link 点击复制按钮会触发链接跳转的问题。#27982
    • 🍱 🐞 修复 Carousel Unable to preventDefault inside passive event listener 报错问题。#27957
    • 🌐 改进 DatePicker 的 en_GBzh_TW 本地化支持。#28016 @abz53378
    • RTL
      • 💄 优化 Descriptions 在 RTL 模型下的边框样式。#28010
      • 💄 修复 Steps 垂直方向在 RTL 模式下的样式。#27996
    • TypeScript
  • v4.8.5 Changes

    November 22, 2020
    • 🍱 🐞 Fix that Spin can't render children 0. #27839 @liuchao233
    • 💅 💄 Fix the RangePicker panel interaction style. #27894
    • 💅 💄 Fix Switch loading style. #27860
    • ⚡️ 💄 Optimize Skeleton color to fit dark background. #27836
    • 🍱 💄 Adjust Statistic deciaml font size. #27884
    • 🛠 Refactor Checkbox、Layout.Sider and TextArea with React hooks. #27739 #27719 #27693
    • 🛠 Refactor BackTop、Badge、UploadList with rc-motion instead of rc-animate. #27840 #27848 #27923
    • RTL
      • 💄 Fix the style of the Tree switch icon in RTL mode. #27876
    • TypeScript
      • 🤖 Fix AutoComplete DataSourceItemType type definition. #27892
      • 🤖 Export Image ImageProps interface. #27846 @wangcch

    • 🍱 🐞 修复 Spin 组件不能渲染 0 的问题。#27839 @liuchao233
    • 🍱 💄 修复 RangePicker 面板的交互样式。#27894
    • 🍱 💄 修复 Switch loading 的样式问题。#27860
    • 🍱 💄 优化 Skeleton 默认色彩使其能放置在暗色背景中。#27836
    • 🍱 💄 调整 Statistic 小数的字体大小。#27884
    • 🛠 使用 React hooks 重构 Checkbox、Layout.Sider 和 TextArea。#27739 #27719 #27693
    • 🛠 使用 rc-motion 动画库代替 rc-animate 重构 BackTop、Badge、UploadList。#27840 #27848 #27923
    • RTL
      • 💄 修复 Tree 切换按钮在 RTL 模式下的样式问题。#27876
    • TypeScript
      • 🤖 修复 AutoComplete DataSourceItemType 的类型定义。#27892
      • 🤖 导出 Image 的 ImageProps 接口。#27846 @wangcch
  • v4.8.4 Changes

    November 16, 2020
    • 💅 💄 Fix Button and Form loading style. #27794
    • 🍱 🐞 Fix Modal.confirm locale missing after close it. #27797
    • 🍱 🐞 Fix Button/Anchor throws findDOMNode is deprecated in React 17. #27755 @hosseinmd

    • 🍱 💄 修复 Button 和 Form 校验 loading 样式错误的问题。#27794
    • 🍱 🐞 修复 Modal.confirm 关闭时国际化丢失的问题。#27797
    • 🍱 🐞 修复 Button 和 Anchor 等组件在 React 17 下 findDOMNode is deprecated 的警告。#27755 @hosseinmd
  • v4.8.3 Changes

    November 16, 2020
    • 🍱 🐞 Fixed the problem that form behaves abnormally when namepath is an array.. #27664
    • 🍱 💄 Fix DateRangePicker hover effect position when hover over start or end cell of in range row. #27731 @AlanCutFlim
    • 🍱 🐞 Fix Select mode=tags cannot input whitespace normally. #27726 @baxtergu
    • 💅 💄 Fix the mouse style when Typography.Link is disabled. #27734
    • 🍱 🐞 Fix Menu dropdown animation start twice when appear. #27663
    • 💅 💄 Fix Avatar style when src is Image component. #27691
    • 🍱 💄 Fix Select multiple cursor position. #27689
    • 🍱 🐞 Fix TextArea emoji been cut when enable maxLength. #27679 @372623460jh
    • 🍱 🐞 Fix small size RangePicker active bar align issue. #27673 @Ifeinstein
    • 🍱 💄 Add @radio-border-width. #27703
    • 🛠 Refactor Carousel with React hooks. #27694
    • 🛠 Refactor <Typography editable /> with React hooks. #27655

    • 🍱 🐞 修复 Form 在 namePath 为数组的时候表现异常的问题。#27664
    • 🍱 💄 修复 DateRangePicker 选择已选范围内一行的首尾日期时的悬浮样式位置异常问题。#27731 @AlanCutFlim
    • 🍱 🐞 修复 Select tags 模式下无法输入空格的问题。#27726 @baxtergu
    • 🍱 💄 修复 Typography.Link 禁用时鼠标样式问题。#27734
    • 🍱 🐞 修复 Menu 下拉框显示时动画会播放两次的问题。#27663
    • 🍱 💄 修复 Avatar src 为 Image 时的样式问题。#27691
    • 🍱 💄 修复 Select mode="multiple" 的光标位置偏左的问题。#27689
    • 🍱 🐞 修复 TextArea 使用 emoji 时被裁切的问题。#27679 @372623460jh
    • 🍱 🐞 修复 RangePicker size="small" 时高亮线没有对齐的问题。#27673 @Ifeinstein
    • 🍱 💄 新增 @radio-border-width less 变量。#27703
    • 🛠 使用 React hooks 重构 Carousel。#27694
    • 🛠 使用 React hooks 重构 <Typography editable />#27655
  • v4.8.2 Changes

    November 09, 2020
    • 💅 🐞 Fix Pagination lost jumper margin style. #27650
    • 💅 🐞 Fix Steps type="navigation" last item broken style. #27654

    • 🍱 🐞 修复 Pagination 快速跳转 margin 丢失的问题。#27650
    • 🍱 🐞 修复 Steps type="navigation" 最后一项的样式问题。#27654
  • v4.8.1 Changes

    November 09, 2020
    • 🛠 Refactor TreeSelect with React hooks. #27593
    • 🛠 Refactor Layout with React hooks. #27595
    • 💅 🐞 Fix Select abnormal outline style in Form validation. #27607
    • 🍱 🐞 Fix Pagination extra margin-right when enable size changer. #27610
    • 🍱 🐞 Fix Input.Search enterButton={null} throw error. #27591 @davidebianchi
    • 🍱 🐞 fix Avatar.Group size not working. #27531
    • 🍱 🐞 Fix vertical Tabs long title cause tab width changes. #27569
    • 🍱 🐞 Fix Table filters didn't display in column.children. #27435 @JhonXY
    • 💅 💄 Fix Steps style that inside another Steps. #27514
    • TypeScript
    • RTL
      • 💄 Fix Progress.Line strokeColor direction error in RTL mode. #27515

    • 🛠 使用 React hooks 重构 TreeSelect。#27593
    • 🛠 使用 React hooks 重构 Layout。#27595
    • 🍱 🐞 再次修复 Select 组件在 Form 中触发校验时外边框样式异常的问题。#27607
    • 🍱 🐞 修复 Pagination 开启页码切换器时右侧多余的 margin#27610
    • 🍱 🐞 修复 Input.Search enterButton={null} 报错的问题。#27591 @davidebianchi
    • 🍱 🐞 修复 Avatar.Group size 不生效的问题。#27531
    • 🍱 🐞 修复垂直 Tabs 标题文字很长时导致页签宽度跳动的问题。#27569
    • 🍱 🐞 修复 Table column.children 内的筛选功能不展示的问题。#27435 @JhonXY
    • 🍱 💄 修复 Steps 内嵌 Steps 时的样式。#27514
    • TypeScript
      • 🤖 修复 Select ref 属性 TS 错误。#27482
      • 🤖 修复 Avatar src 类型。#27524 @n0ruSh
    • RTL
      • 💄 修复 Progress.Line strokeColor 在 RTL 模式下方向错误。#27515
  • v4.8.0 Changes

    November 02, 2020
    • Image
      • 🔥 Image support preview.getContainer property. #26713 @rfreling
      • 🐞 Fix Image style prop not acting on img element. #27446
    • 🍱 🆕 ConfigProvider support form.requiredMark. #27322
    • 🍱 🆕 Statistic support loading prop. #26811 @appleshell
    • Avatar
      • 🔥 Support Image element as prop for Avatar component. #27448 @n0ruSh
      • 🆕 Avatar.Group support size props. #27348
    • 🍱 🆕 Row support noWrap to make Col in line. #27469
    • Tree
      • 🐞 Fix Tree text selecting when double click switcher icon. #27476
      • 🐞 Fix Tree with showLine not connect line when title break line. #27386
    • Modal
      • 🆕 modal.update() supports functional updating. #27163 @Mongkii
      • 🆕 Modal method support bodyStyle props. #27292
      • 🐞 Fix Modal missing modalRender prop. #27272 @jieny
      • 🐞 rootPrefixCls set in Modal.config can be effective for the antd components used in title and content. #27376 @Chersquwn
    • Input
      • 🆕 Input.Textarea support size props. #27110
      • 🐞 Fix Input missing className when allowClear is true. #27462
    • Table
      • 🆕 Table.Summary.Cell support align prop. #27365
      • 🐞 Fix Table onShowSizeChange trigger twice. #27417
      • 🐞 Fix Table pagination cache previous config issue. #27412
    • Typography
      • 🐞 Fix Typography Invalid regular expression issue with particular content. #27383 @ttys026
      • 💄 Fix disabled Typography.Link hover or active color. @27487 @Liu-Ya
    • Steps
      • 🐞 Fix title is not centered when enabling progressDot. #27406
      • 🐞 Fix style in small screen. #27499
    • 🍱 🐞 Fix PageHeader that empty dom will be displayed when title is empty. #27485
    • 🍱 🐞 Fix Slider keep tooltip align with handle when dragging. #27489
    • 💅 🐞 Fix RangePicker selected range border style. #27438
    • 🍱 💄 Adjust Collapse arrow position align with first line. #27363
    • 💅 💄 Fix Descriptions style when label use block element. #27375
    • 💅 💄 Fix Select abnormal border style in Form validation. #27378

    • Image
      • 🔥 Image 支持 preview.getContainer 属性用于指定预览对话框的容器。#26713 @rfreling
      • 🐞 修复 Image style 属性未作用于 img 元素的问题。#27446
    • 🍱 🆕 ConfigProvider 增加 form.requiredMark 配置。#27322
    • 🍱 🆕 Statistic 组件增加 loading 属性。#26811 @appleshell
    • Avatar
      • 🔥 Avatar 组件支持直接传入 Image 元素。#27448 @n0ruSh
      • 🆕 Avatar.Group 增加 size 属性。#27348
    • 🍱 🆕 Row 支持 noWrap 属性以使 Col 不错行。#27469
    • Tree
      • 🐞 修复 Tree 双击折叠图标时会选中文字的问题。#27476
      • 🐞 修复 Tree 配置 showLinetitle 多行的时候,线会截断的问题。#27386
    • Modal
      • 🆕 modal.update() 支持函数式更新。#27163 @Mongkii
      • 🆕 Modal method 增加 bodyStyle 属性。#27292
      • 🐞 Fix Modal missing modalRender prop。#27272 @jieny
      • 🐞 Modal.config 中设置的 rootPrefixCls 可以对titlecontent下使用的 antd 组件生效。#27376 @Chersquwn
    • Input
      • 🆕 Input.Textarea 支持 size 属性。#27110
      • 🐞 修复 Input allowClearclassName 丢失的问题。#27462
    • Table
      • 🆕 Table.Summary.Cell 支持 align 配置。#27365
      • 🐞 修复 Table 切换页长时 onShowSizeChange 触发两次的问题。#27417
      • 🐞 修复 Table pagination 有时候会缓存先前设置的问题。#27412
    • Typography
      • 🐞 修复 Typography 特定内容出现非法正则表达式错误的问题。#27383 @ttys026
      • 💄 修复 Typography.Link 禁用时鼠标悬浮或点击的颜色问题。@27487 @Liu-Ya
    • Steps
      • 🐞 修复当开启 progressDot 时,标题未居中对齐的问题。#27406
      • 🐞 修复在小屏幕下的各类样式错乱问题。#27499
    • 🍱 🐞 修复 PageHeader title 为空时,会展示空 DOM 的问题。#27485
    • 🍱 🐞 修复 Slider 拖拽时提示内容对齐问题。#27489
    • 🍱 🐞 修复 RangePicker 选择同一时间后再次选择时边框样式异常的问题。#27438
    • 🍱 💄 调整 Collapse 折叠箭头的位置与第一行文字对齐。#27363
    • 🍱 💄 修复 Descriptions 在 label 自定义为块状元素时的样式问题。#27375
    • 🍱 💄 修复 Select 组件在 Form 中触发校验时边框样式异常的问题。#27378