Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) 4.9.2 -> 4.16.3 age adoption passing confidence

Release Notes

ant-design/ant-design

v4.16.3

Compare Source

  • 🐞 Fix the mistake that tooltip mount on wrong dom, when getPopupContainer of tooltip's props is undefined or null. #​30963 @​ymrdf
  • 🐞 Fix Button lost margin between loading icon and text when children is fragment. #​30962
  • Table
    • 🐞 Table adds warning when filteredKeys is controlled and not reflecting internal changes. #​30882 @​wendellhu95
    • 🐞 Fix Table fixed column header hover background. #​30972
  • 💄 Adjust Dropdown item content style to make it get more display space. #​30911
  • 💄 Fix Menu in dark mode open style affect by light mode. #​30907
  • 🐞 Fix Dropdown/DatePicker/Select/Cascader animation direction after auto adjust position. #​30892
  • 🌐 Internationalization

  • 🐞 修复 Tooltip 的 getPopupContainer 属性为 undefined 时,Tooltip 只能挂载到 body 上的问题。#​30963 @​ymrdf
  • 🐞 修复 Button 加载中图标间距丢失的问题。#​30962
  • Table
    • 🐞 Table 增加内外部 filteredKeys 状态不一致的提示。#​30882 @​wendellhu95
    • 🐞 修复 Table 固定列上有排序按钮时背景透明的问题。#​30972
  • 💄 调整 Dropdown 条目宽度,使其展示时尽可能多的利用空间。#​30911
  • 💄 修复 Menu 暗色模式下,部分样式被亮色模式污染的问题。#​30907
  • 🐞 修复 Dropdown/DatePicker/Select/Cascader 组件自适应位置后动画方向错误的问题。#​30892
  • 🌐 国际化

v4.16.2

Compare Source

  • 🐞 Fix Menu auto overflow with horizontal mod breaks by float element. #​30879
  • Typography
    • 🐞 Fix the problem that Typography.Paragraph copyable will treat React.Fragment as an array. #​30869 @​crazyair
    • 🐞 Fix Typography incorrect ellipsis width when customize font-size. #​30840
  • 🐞 Fix Progress type="circle" throws error Rendered more hooks than during the previous render sometimes. #​30855
  • 💄 Optimize Tooltip content width. #​30822 @​donysukardi
  • Table
    • 🛠 Optimize state display logic of select all checkbox in Table. #​30811 @​kerm1it
    • 🐞 Fix Table column which contains filters or sorters cannot work with onClick and ellipsis property. #​30799
  • 💄 Fix Dropdown Item with link color style and click icon can also trigger link effect now. #​30802
  • 💄 Remove duplicated css reset styles for render performance. #​30660 @​renzhao1113
  • TypeScript

  • 🐞 修复 Menu horizontal 模式下的自动省略布局会被 float 破坏的问题。#​30879
  • Typography
    • 🐞 修复 Typography.Paragraph 的 copyable 会将 React.Fragment 当做数组处理的问题。#​30869 @​crazyair
    • 🐞 修复 Typography 自定义 font-size 时省略宽度不正确的问题。#​30840
  • 🐞 修复 Progress type="circle" 有时会报错 Rendered more hooks than during the previous render 的问题。#​30855
  • 💄 优化 Tooltip 内容的宽度。#​30822 @​donysukardi
  • Table
    • 🛠 优化 Table 中全选复选框的状态显示逻辑。#​30811 @​kerm1it
    • 🐞 修复 Table 列筛选和排序时 column.title 设置 onClickellipsis 无效的问题。#​30799
  • 💄 修复 Dropdown 条目包含超链接时的颜色样式,另外现在点击图标也能触发超链接效果。#​30802
  • 💄 移除重复的通配符 reset 样式以优化样式渲染性能。#​30660 @​renzhao1113
  • TypeScript

v4.16.1

Compare Source

  • Menu
    • 🐞 Fix overflow not work as expect. #​30672
    • 🐞 Fix warning of Can't perform a React state update on an unmounted component when unmounted. #​30678
    • 🐞 Fix inline mode not correct handle ellipsis when icon not provided. #​30682
  • Typography
    • 🐞 Fix Typography.Text trigger ResizeObserver when css ellipsis is validate. #​30664
    • 🐞 Fix ellipsis not work when HMR take effect in dev env. #​30754
  • Table
    • 🐞 Fix Table.Summary missing border style when sticky and bordered enabled. #​30666
    • 🐞 Fix column align with sorter and filter. #​30744
  • 🐞 Fix Collapse expandIconPosition="right" not working. #​30680 @​hongdeyuan
  • TypeScript

  • Menu
    • 🐞 修复超长省略不能按照预期工作的问题。#​30672
    • 🐞 修复在卸载时报 Can't perform a React state update on an unmounted component 的警告信息。#​30678
    • 🐞 修复 inline 模式下,没有 icon 的条目不能正确处理省略样式的问题。#​30682
  • Typography
    • 🐞 修复 Typography.Text 在 css 省略可用时监听 ResizeObserver 的无用操作。#​30664
    • 🐞 修复 ellipsis 在开发环境 HMR 生效后不再工作的问题。#​30754
  • Table
    • 🐞 修复筛选/排序列的 align 属性。#​30744
    • 🐞 修复 Table.Summary sticky 模式下,配置 bordered 边框样式丢失的问题。#​30666
  • 🐞 修复 Collapse expandIconPosition="right" 未生效的问题。#​30680 @​hongdeyuan
  • TypeScript

v4.16.0

Compare Source

  • 🔥 Refactor Menu to support keyboard access and enhance accessibility experience. #​30382
  • 💄 Redesign Table filter and sorter buttons to clarify current column. #​30651
  • Table
    • 🆕 Table.Summary supports sticky mode. #​30631
    • 🐞 Fix nested Table margin inside Table with fixed columns. #​30587
    • 🆕 Table add the expandable.fixed property to set the expansion icon to be fixed. #​29959
  • Upload
    • 🆕 Upload itemRender add actions param. #​30236
    • 🆕 Upload: Remove stopPropagation from drag events and add onDrop prop. #​30319 @​ebonow
  • Typography
  • Collapse
    • 💄 Fix Collapse arrow style bug when no header. #​30586
    • 🐞 Fix Collapse content disappears when set activeKey while it is hidden. #​30555 @​zjffun
  • 🐞 Fix Menu.SubMenu icon margin issue when using third party icon libraries. @​#​30642
  • 🐞 Fix Descriptions wrong styling import. @​#​30602 @​lisenenkov
  • 🆕 Radio.Group supports data-* and aria-* props. #​30507
  • 🆕 Statistic.CountDown support onChange event. #​30265 @​appleshell
  • 🆕 PageHeader breadcrumb allows to set as a reactnode. #​30019 @​gepd
  • 🆕 ConfigProvider supports dynamic prefixCls. #​30625
  • 🐞 Fix Anchor cannot trigger onChange when have getCurrentAnchor prop. #​30601
  • 🐞 Fix Notification custom styles don't apply to correct div by className when using useNotification. #​30588
  • 🐞 Fix Tabs tabBarGutter not working. #​30545
  • 💄 Rewrite Space to use flexGap instead of margin style to deal with layout issues under certain border situations. #​30023
  • 🐞 Fix Form error style of Input.Group and Cascader. #​30640
  • 🌐 Internationalization
  • TypeScript
    • 🤖 Space TypeScript definition supports HTMLAttribute props. #​30590

  • 🔥 重构 Menu,支持键盘操作以及无障碍体验优化。#​30382
  • 💄 重新设计 Table 筛选和排序按钮的位置,使其归属列更明确。#​30651
  • Table
    • 🆕 Table.Summary 支持 sticky 模式。#​30631
    • 🐞 修复有固定列的 Table 内嵌 Table 的额外边距丢失的问题。#​30587
    • 🆕 Table 新增 expandable.fixed 属性用于设置扩展图标固定。#​29959
  • Upload
    • 🆕 Upload 组件 itemRender 添加 actions 调用参数。#​30236
    • 🆕 Upload 从拖动事件中删除 stopPropagation,并添加onDrop 回调。#​30319 @​ebonow
  • Typography
  • Collapse
    • 💄 修复 Collapse 不指定 header 时箭头错位的问题。#​30586
    • 🐞 修复 Collapse 隐藏时设置 activeKey 时内容会消失的问题。#​30555 @​zjffun
  • 🐞 修复 Menu.SubMenu 的 icon 设置为第三方 icon 库时的样式问题。@​#​30642
  • 🐞 修复 Descriptions 单独引入样式丢失的问题。@​#​30602 @​lisenenkov
  • 🆕 Radio.Group 支持 data-*aria-* 属性。#​30507
  • 🆕 Statistic.CountDown 组件增加 onChange 事件。#​30265 @​appleshell
  • 🆕 PageHeader 的 breadcrumb 中允许设置为组件。#​30019 @​gepd
  • 🆕 ConfigProvider 支持动态设置 prefixCls#​30625
  • 🐞 修复 Anchor 指定 getCurrentAnchor 后无法触发 onChange 的问题。#​30601
  • 🐞 修复 Notification useNotification 生成的通知框 className 作用范围不一致的问题。#​30588
  • 🐞 修复 Tabs tabBarGutter 属性失效的问题。#​30545
  • 💄 改写 Space 使用 flexGap 以代替 margin 样式以处理某些边界情况下的布局问题。#​30023
  • 🐞 修复 Form 校验错误状态下 Input.Group 和 Cascader 边框颜色错误。#​30640
  • 🌐 国际化
  • TypeScript
    • 🤖 Space TypeScript 定义支持 HTMLAttribute 属性。#​30590

v4.15.6

Compare Source


  • 🐞 修复 Upload 上传文件被 accept 过滤后 beforeUpload 无法接收到的问题。#​30549
  • 💄 移除全局样式中对 thtext-align 属性的重置。#​30399 @​lbwa
  • 🌐 国际化

v4.15.5

Compare Source

  • 🐞 Fix Upload crashes if beforeUpload returns false in IE. #​30391 @​OleksandrAntonenko1
  • Calendar
    • 🐞 Fix Calendar broken style inside Form.Item. #​30442
    • 🐞 Fix Calendar throws error when set value to null or undefined. #​30442
  • Table
    • 🐞 Fix Table call confirm({ closeDropdown: true }) in filterDropdown should not trigger onFilterDropdownVisibleChange. #​30457
    • 🐞 Fix Table broken expand icon style in Windows Firefox. #​30410
  • 🐞 Fix Dropdown.Button don't support mouseEnterDelay and mouseLeaveDelay. #​30452
  • 💄 Optimize Rate focus behavior from :focus to :focus-visible. #​30451
  • 🐞 Fix Steps with progress get cut at the bottom. #​30373 @​fachreza73
  • 🐞 Fix the problem that setting locale in DatePicker cannot override ConfigProvider locale. #​30380 @​Map1en
  • Locale
  • TypeScript
    • 🤖 Export Tooltip zIndex prop typescript definition. #​30432

  • 🐞 修复 Upload 在 IE 下,beforeUpload 返回 false 的报错问题。#​30391 @​OleksandrAntonenko1
  • Calendar
    • 🐞 修复 Calendar 在 Form.Item 下样式错乱的问题。#​30442
    • 🐞 修复 Calendar value 设置 nullundefined 时报错的问题。#​30442#​30442
  • Table
    • 🐞 修复 Table filterDropdown 调用 confirm({ closeDropdown: true }) 时也会触发 onFilterDropdownVisibleChange 的问题。#​30457
    • 🐞 修复 Table 展开图标在 Windows Firefox 下显示异常的问题。#​30410
  • 🐞 修复 Dropdown.Button 不支持 mouseEnterDelaymouseLeaveDelay 的问题。#​30452
  • 💄 优化 Rate 聚焦行为从 :focus:focus-visible#​30451
  • 🐞 修复 Steps 进度条圆圈在底部被切掉的问题。#​30373 @​fachreza73
  • 🐞 修复在 DatePicker 里设置 locale 不能覆盖 ConfigProvider locale 的问题。#​30380 @​Map1en
  • 国际化
  • TypeScript
    • 🤖 Tooltip 导出 zIndex 类型定义。#​30432

v4.15.4

Compare Source


  • 🐞 修复 Menu.Item 设置 collapsedWidth 时宽度错误的问题。#​30357 @​Map1en
  • 🐞 修复 Radio 选中样式有时高度略长的问题。#​30367
  • 🐞 修复 Typography.Link 在 editable 模式下点击编辑会触发链接跳转的问题。#​30354 @​John60676
  • 🐞 InputNumber 现在清空输入框时会触发 onChange(null)#​30337
  • 🐞 修复 Modal footer 里放置 Dropdown.Button 的样式错乱问题。#​30328 @​Map1en
  • 💄 替换 Anchor 默认背景颜色从 #FFFFFF 改至 transparent#​30336
  • 🌐 添加 TimePicker.RangePicker ko_KRja_JPplaceholder 国际化。#​30285 @​ChalkPE
  • TypeScript

v4.15.3

Compare Source

  • Table
    • 🐞 Fix Table selection column width when bordered is true. #​30304
    • 🚨 Add warning when Table current is negative number. #​30242 @​wadezhan
  • 🐞 Fix Button type="link" should not redirect when it is disabled. #​30209
  • 🐞 Fix Upload appear errors when url of file is null. #​30215
  • 🐞 Fix padding on a SubMenu inside an ItemGroup. #​30218 @​sebakerckhof
  • 🐞 Fix Checkbox & Radio align issue in flex box. #​30260
  • 🐞 Fix Badge broken animation on spin icon. #​30275
  • 🐞 Fix Input disabled hover style in Form. #​30302 @​Fog3211
  • TypeScript
    • 🤖 Fix Upload type definition of beforeUpload. #​30213

  • Table
  • 🐞 修复 Button type="link" 添加 disabled 后仍然可点击跳转的问题。#​30209
  • 🐞 修复 Upload 当文件 url 为 null 时渲染出错问题。#​30215
  • 🐞 修复 SubMenu 在 ItemGroup 内时的内边距。#​30218 @​sebakerckhof
  • 🐞 修复 Checkbox 和 Radio 在 flex 布局下的对齐问题。#​30260
  • 🐞 修复 Badge 上放置旋转图标的动画问题。#​30275
  • 🐞 修复 Form 错误校验状态下 Input disabled 的 hover 样式。#​30302 @​Fog3211
  • TypeScript
    • 🤖 修复 Upload 组件 beforeUpload 类型声明。#​30213

v4.15.2

Compare Source


v4.15.1

Compare Source

  • 🐞 Fix Descriptions labelStyle contentStyle unsuccessful when layout="vertical" and bordered={true}. #​29942
  • 🐞 Upload won't crash when fileList is a frozen object now. #​29944
  • 🐞 Fix Tabs cannot scroll when vertical mode in Safari 13.1. #​29983
  • 🐞 Fix Button throws Cannot read property 'removeChild' of null in some situation. #​29961 @​JohnDeved
  • 🐞 Fix Transfer button's box-shadow getting cut. #​30030 @​jinchaofs
  • 🐞 Fix CheckBox.Group cannot work with Form of @ant-design/compatible. #​30039 @​jameslahm
  • 🐞 Fix PageHeader <Tabs type="card" /> padding missing. #​29819
  • Table
    • 💄 Optimize Table pagination style when narrow width. #​30065
    • 🐞 Fix Table @table-border-radius-base not being applied to .ant-table node. #​29966 @​VoliBearCat
  • 🐞 Fix Input.TextArea maxLength does not work in control mode. #​30070
  • TypeScript
  • Locale

  • 🐞 修复 Descriptions labelStyle contentStyle 当设置 layout="vertical"bordered={true} 时不生效的问题。#​29942
  • 🐞 Upload 的 fileList 为冻结对象时不再崩溃。#​29944
  • 🐞 修复 Tabs 在 Safari 13.1 垂直模式下不能滚动问题。#​29983
  • 🐞 修复点击 Button 时有时会报错 Cannot read property 'removeChild' of null 的问题。#​29961 @​JohnDeved
  • 🐞 修复 Transfer 按钮区域 box-shadow 被截断的问题。#​30030 @​jinchaofs
  • 🐞 修复 CheckBox.Group 和 @ant-design/compatible 的 Form 无法一起工作的问题。#​30039 @​jameslahm
  • 🐞 修复 PageHeader 下卡片类型 tabs 样式问题。#​29819
  • Table
    • 💄 优化 Table 分页器在狭窄空间的样式问题。#​30065
    • 🐞 修复 Table @table-border-radius-base 没有被应用到 .ant-table 节点上。#​29966 @​VoliBearCat
  • 🐞 修复 Input.TextArea maxLength 在受控时无效的问题。#​30070
  • TypeScript
  • 国际化

v4.15.0

Compare Source

  • 🆕 Table now supports rowSelection.defaultSelectedRowKeys. #​29879 @​keelii
  • 🐞 Fix TextArea display value will be cut by maxLength when in controlled. Fix onCompositionEnd not trigger when input exceed maxLength. Fix emoji count not align with maxLength & showCount. #​29867
  • 🐞 Fix Button click effect style not working in shadow root. #​29897 @​JohnDeved
  • Pagination
    • 💄 Fix Pagination focus style stay after interaction. #​29891
    • 🐞 Fix Pagination jump input height not correct when config modifyVars. #​29886 @​SyMind
  • 🐞 Fix Steps progress item getting cut at edge. #​29893
  • 🛠 Prevent Upload drop event bubbling to handle nest case. #​29832 @​jojonarte
  • 🐞 Apply ConfigProvider componentSize on Tabs component. #​29844 @​bn3t
  • 💄 Remove Tag hover style since it do not have click interactive. #​29874
  • 🇫🇷 Add missing fr_FR translations. #​29839 @​bn3t
  • 🇸🇪 Add missing sv_SE translations. #​29896 @​isakol

  • 🆕 Table 新增 rowSelection.defaultSelectedRowKeys 支持。#​29879 @​keelii
  • 🐞 修复 TextArea 受控时展示值会被 maxLength 截取的问题;修复 maxLength 下超出部分无法触发 onCompositionEnd 事件的问题;修复使用 emoji 时 maxLengthshowCount 计数逻辑不一致的问题。#​29867
  • 🐞 修复 Button 点击效果在 Shadow Root 下不生效的问题。#​29897 @​JohnDeved
  • Pagination
    • 💄 优化 Pagination 切换页码后 focus 样式遗留的问题。#​29891
    • 🐞 修复 Pagination 使用 modifyVars 自定义主题时,页面跳转输入框高度没有按照预期改变。#​29886 @​SyMind
  • 🐞 修复 Steps 进度在边缘会被截断的问题。#​29893
  • 🛠 Upload 默认阻止拖拽冒泡事件以支持嵌套结构。#​29832 @​jojonarte
  • 🐞 ConfigProvider 的 componentSize 现在也会作用到 Tabs 上。#​29844 @​bn3t
  • 💄 移除 Tag 鼠标悬浮样式以避免其误以为是可点击交互组件。#​29874
  • 🇫🇷 补充 fr_FR 语言缺失内容。#​29839 @​bn3t
  • 🇸🇪 补充 sv_SE 语言缺失内容。#​29896 @​isakol

v4.14.1

Compare Source

  • 🐞 Fix Tabs position shift when active item changed. #​29781
  • 🐞 Fix placeholder not being hidden when Image is loaded from cache. #​29829
  • 💄 Improve Checkbox/Radio label text layout. #​29788
  • TypeScript
    • 🤖 Fix Upload type declaration of beforeUpload. #​29766

  • 🐞 修复 Tabs 切换时标题宽度变化的问题。#​29781
  • 🐞 修复 Image 从缓存加载图片时,placeholder 不会隐藏的问题。#​29829
  • 💄 优化 Checkbox/Radio 文本的换行展示样式。#​29788
  • TypeScript
    • 🤖 修复 Upload beforeUpload 属性类型声明。#​29766

v4.14.0

Compare Source

  • Upload
    • 🆕 Upload onChange to change back to the original behavior (before Upload false returns the original file, and the rest of the scene returns the encapsulated object). Now you can always get the original file via onChange.info.originFileObj. For future upgrades, please use this method to access the original text first. #​29737
    • 🐞 Fix Upload onChange params file can not cloneDeep by lodash. #​29718
    • 🐞 Fix Upload crash when fileList is null. #​29702
    • 💄 Upload motion add 2s deadline to avoid developer manually remove motion makes hanging. #​29686
  • 🐞 Fix the bug that Modal footer buttons not spaced properly when using href in button. #​29681 @​n0ruSh
  • 🆕 Add parent class for different Notification types. #​29634 @​n0ruSh
  • 🆕 Typography editable supports onCancel and onEnd. #​29615 @​jueinin
  • Tabs
  • 🐞 Button with htmlType='reset' will reset all form fileds. #​29752 @​jueinin
  • 🐞 Fix AutoComplete custom input className missing. #​29725
  • 💄 Fix console warning when setting margin style on Row. #​29688
  • 💄 Fix the error style where the disabled Input has affix elements. #​29670
  • 💄 Optimize the cursor style of Form.Item tooltip info. #​29650
  • 🇨🇿 Fix typo in cs_CZ locale. #​29675 @​jvaclavik
  • 🇨🇦 Add fr_CA locale. #​29748 @​liufenghua808

  • Upload
    • 🆕 Upload onChange 改回原本行为(before Upload false 返回原始文件,其余场景返回封装对象)。现在你始终可以通过 onChange.info.originFileObj 获得原始文件。为了未来升级,请优先使用该方式访问原始文。#​29737
    • 🐞 修复 Upload onChange 参数 file 不能被 lodash cloneDeep 的问题。#​29718
    • 🐞 修复 Upload 当 fileListnull 时崩溃的问题。#​29702
    • 💄 Upload 添加 2 秒时限以防止开发者手工移除动画样式时导致动画卡住的问题。#​29686
  • 🆕 为不同的 Notification 类型添加相应默认类名。#​29634 @​n0ruSh
  • 🆕 Typography editable 新增 onCancelonEnd 回调。#​29615 @​jueinin
  • Tabs
  • 🐞 Form 表单现在可以自动响应 reset 事件。#​29752 @​jueinin
  • 🐞 修复 AutoComplete 自定义 input 上 className 属性丢失的问题。#​29725
  • 💄 修复 Row 设置 margin 样式时控制台警告的问题。#​29688
  • 🐞 修复 Modal 页脚里使用 href 按钮导致的间距丢失问题。#​29681 @​n0ruSh
  • 💄 修复 Input 组件配置附件元素时禁用样式异常的问题。#​29670
  • 💄 优化 Form.Item 提示信息的鼠标显示样式。#​29650
  • 🇨🇿 修复 cs_CZ 语言环境中的错字。 #​29675 @​jvaclavik
  • 🇨🇦 添加 fr_CA 语言。#​29748 @​liufenghua808

v4.13.1

Compare Source

  • 🐞 Fix message.config with prefixCls missing animation style. #​29574
  • 🐞 Fix Tooltip is not interactive when visible is true under some situation. #​29555
  • 🐞 Fix ConfigProvider within multiple page switch will lose locale issue. #​29570
  • 🐞 Fix Modal with hooks cannot call update or destroy before render. #​29584
  • 🐞 Fix Grid throw error when client support flexGap but ssr not support. #​29586
  • 🐞 Fix Select caret position when mode="tags" and size="small". #​29561
  • 🐞 Fix Carousel dotPosition makes pauseOnHover not working. #​29587 @​zgoby
  • 🐞 Fix Steps responsive prop warning. #​29599
  • 🐞 Fix Upload onChange param of file.originFileObj return nest Proxy object. #​29614
  • 🐞 Fix Descriptions under Table will not have 100% width. #​29630
  • TypeScript
    • 🤖 Fix Drawer type declaration of contentWrapperStyle. #​29571

  • 🐞 修复 message.config 配置 prefixCls 时丢失淡入淡出动画的问题。#​29574
  • 🐞 修复 Tooltip 在某些情况下设置 visibletrue 却无法交互的问题。#​29555
  • 🐞 修复多页面使用 ConfigProvider 切换时 locale 会丢失的问题。#​29570
  • 🐞 修复 Modal 的 hooks 在渲染前调用 updatedestroy 无效的问题。#​29584
  • 🐞 修复 Grid ssr 时报错 Prop style did not match#​29586
  • 🐞 修复小号 Select tags 模式的光标错位问题。#​29561
  • 🐞 修复 Carousel dotPosition 导致 pauseOnHover 失效的问题。#​29587 @​zgoby
  • 🐞 修复 Steps 使用 responsive 时控制台抛出警告的问题。#​29599
  • 🐞 修复 Upload onChange 参数 file.originFileObj 返回嵌套 Proxy 对象的问题。#​29614
  • 🐞 修复 Descriptions 在 Table 下没有 100% 宽度的问题。#​29630
  • TypeScript
    • 🤖 修复 Drawer contentWrapperStyle 属性类型声明。#​29571

v4.13.0

Compare Source

  • 🔥 InputNumber support stringMode for high precision step. value in control out of range shows warning style instead of changing it. Dynamic update min & max will not trigger onChange anymore. #​29373
  • 🆕 Upload support beforeUpload return Upload.LIST_IGNORE to skip item added in UploadList. #​29474
  • 🆕 Image support config motion name. #​29394 @​crazyair
  • ConfigProvider
    • 🆕 ConfigProvider support global statistic config to support some statistic function call. #​29285 @​crazyair
    • 🆕 Motion related css className prepend ant- prefix to avoid naming conflict. #​29268 @​crazyair
  • 🆕 Form.List nest multiple level Form.Item support preserve prop. #​29267
  • 🆕 Drawer support contentWrapperStyle. #​29219 @​kerm1it
  • 🆕 Layout.Sider added ref support. #​29169 @​qramilq
  • 🐞 Fix Table pagination.current display error when result of filter is empty. #​29386 @​jinchaofs
  • 🐞 Fix Anchor throws error when target don't return a html element. #​29523 @​bcd337
  • 🐞 Fix Steps with small size that icon shift up 1px. #​29484
  • Select
    • 🐞 Fix Select mode="tags" large size (41px => 40px). #​29437
    • 📖 Update Select debounce demo to create DebounceSelect component for easy usage. #​29414
  • Dropdown
    • 🐞 Fix Dropdown menu item lost disable style with icon. #​29433
    • 🐞 Fix Dropdown menu not support expandIcon. #​29338
  • 🐞 Fix tree-shaking warning on development builds. #​29378
  • 🇰🇷 Fix TimePicker Korean locale. #​29540
  • TypeScript

  • 🔥 InputNumber 添加 stringMode 属性以支持高精度 stepvalue 受控并超出范围时展示警告样式而不是强制改值。动态修改 minmax 不再触发 onChange 事件。#​29373
  • 🆕 Upload 支持 beforeUpload 返回 Upload.LIST_IGNORE 时不将文件展示在列表中。#​29474
  • 🆕 Image 支持配置动画相关类型。#​29394 @​crazyair
  • ConfigProvider
  • 🆕 Form.List 嵌套多层 Form.Item 支持 preserve 属性。#​29267
  • 🆕 Drawer 支持 contentWrapperStyle#​29219 @​kerm1it
  • 🆕 Layout.Sider 組件添加了 ref 支持。#​29169 @​qramilq
  • 🐞 修复 Table 当过滤结果为空时,pagination.current 展示错误。#​29386 @​jinchaofs
  • 🐞 修复 Anchor target 不是 html 元素时会出错的问题。#​29523 @​bcd337
  • 🐞 修复 Steps 小尺寸时图标偏上的问题。#​29484
  • Select
    • 🐞 修复 Select 标签模式下大号控件的高度多了 1px 的问题。#​29437
    • 📖 更新 Select 防抖示例封装成 DebounceSelect 组件以便于用户使用。#​29414
  • Dropdown
    • 🐞 修复 Dropdown 带图标的菜单项禁用样式丢失的问题。#​29433
    • 🐞 修复 Dropdown 内 Menu 不支持 expandIcon 的问题。#​29338
  • 🐞 Fix 在本地开发时会报 tree-shaking 警告信息的问题。#​29378
  • 🇰🇷 修复 TimePicker 本地化。#​29540
  • TypeScript

v4.12.3

Compare Source

  • 🛠 Refactor Drawer with React hooks. #​29229
  • 🐞 Fix Table pagination not disappear when pagination.position is ['none', 'none']. #​29256 @​mumiao
  • 🐞 Fix TextArea showCount should not be interactive. #​29245
  • 🐞 Fix abnormal background color for multiple and disabled Select in dark. #​29242
  • ⚡️ Optimize Slider align performance of tooltip. #​29308 @​kerm1it
  • ⚡️ Upgrade @ant-design/colors to 6.x to reduce gzipped bundle size 1KB. #​29307 @​07akioni
  • 🇷🇺 Add ru_RU locale text for Image. #​29271 @​mumiao
  • 🇮🇷 Add fa_IR locale text for DatePicker, Form, Table, TimePicker and Transfer. #​29232 @​amiralitaheri
  • TypeScript
    • 🤖 Fix type definition for Table FilterDropdownProps confirm parameter. #​29241 @​mumiao

  • 🛠 使用 React hooks 重构 Drawer。#​29229
  • 🐞 修复 Table 的 pagination. position['none', 'none']时分页器仍然展示的问题。#​29256 @​mumiao
  • 🐞 修复 TextArea showCount 字数会遮挡 Form.Item extra 的问题。#​29245
  • 🐞 修复多选 Select 在暗黑模式下禁用的背景颜色异常的问题。#​29242
  • ⚡️ 优化 Slider 提示的对齐性能。#​29308 @​kerm1it
  • ⚡️ 升级 @ant-design/colors 依赖到 6.x,减少 gzipped 包体积 1KB#​29307 @​07akioni
  • 🇷🇺 为 Image 组件添加 ru_RU 俄语翻译。#​29271 @​mumiao
  • 🇮🇷 为 DatePicker、Form、Table、TimePicker 和 Transfer 组件添加 fa_IR 波斯语翻译。#​29232 @​amiralitaheri
  • TypeScript
    • 🤖 修复 Table FilterDropdownProps 的 confirm 入参为可选类型。#​29241 @​mumiao

v4.12.2

[Compare Source](https://togithub.com/ant-design/ant-design/compare/4.12.1...4.1


Configuration

📅 Schedule: At any time (no schedule defined).

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

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

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


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/antd-4.x branch from cf90059 to fb6f1ac Compare December 17, 2020 03:31
@renovate renovate bot changed the title Update dependency antd to v4.9.3 Update dependency antd to v4.9.4 Dec 17, 2020
@renovate renovate bot changed the title Update dependency antd to v4.9.4 Update dependency antd to v4.10.0 Jan 5, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch 2 times, most recently from 981e1b7 to 3d1726e Compare January 12, 2021 01:09
@renovate renovate bot changed the title Update dependency antd to v4.10.0 Update dependency antd to v4.10.2 Jan 12, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 3d1726e to 8c13c63 Compare January 19, 2021 00:23
@renovate renovate bot changed the title Update dependency antd to v4.10.2 Update dependency antd to v4.10.3 Jan 19, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 8c13c63 to fe461e2 Compare January 25, 2021 00:05
@renovate renovate bot changed the title Update dependency antd to v4.10.3 Update dependency antd to v4.11.1 Jan 25, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch from fe461e2 to 78b143b Compare January 27, 2021 00:06
@renovate renovate bot changed the title Update dependency antd to v4.11.1 Update dependency antd to v4.11.2 Jan 27, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 78b143b to 51e0100 Compare February 3, 2021 00:15
@renovate renovate bot changed the title Update dependency antd to v4.11.2 Update dependency antd to v4.12.0 Feb 3, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 51e0100 to a439029 Compare February 5, 2021 00:09
@renovate renovate bot changed the title Update dependency antd to v4.12.0 Update dependency antd to v4.12.2 Feb 5, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch from a439029 to a7c34eb Compare February 10, 2021 17:47
@renovate renovate bot changed the title Update dependency antd to v4.12.2 Update dependency antd to v4.12.3 Feb 10, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch from a7c34eb to 7ead4c6 Compare April 26, 2021 16:04
@renovate renovate bot changed the title Update dependency antd to v4.12.3 Update dependency antd to v4.15.3 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 7ead4c6 to f0072c0 Compare May 9, 2021 20:33
@renovate renovate bot changed the title Update dependency antd to v4.15.3 Update dependency antd to v4.15.4 May 9, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch from f0072c0 to 0e5c18e Compare May 15, 2021 19:30
@renovate renovate bot changed the title Update dependency antd to v4.15.4 Update dependency antd to v4.15.5 May 15, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 0e5c18e to 8bd0d0d Compare June 6, 2021 21:05
@renovate renovate bot changed the title Update dependency antd to v4.15.5 Update dependency antd to v4.16.1 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 8bd0d0d to 149fcb9 Compare June 15, 2021 12:11
@renovate renovate bot changed the title Update dependency antd to v4.16.1 Update dependency antd to v4.16.3 Jun 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant