Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency antd to v4.13.1 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

ant-design/ant-design

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

  • 💄 Make Table expand icon and checkbox same size and aligned. #​29214
  • 🐞 Fix List with gutter makes column break line. #​29211

  • 💄 调整 Table 展开图标和选择框的大小一致并对齐。#​29214
  • 🐞 修复 List 配置 gutter 时列会折行的问题。#​29211

v4.12.1

Compare Source

  • 🐞 Fix antd crash when load before page ready. #​29202
  • 🐞 Fix Table pagination current change logic when pageSize changes. #​29184

  • 🐞 修复 antd 在页面加载之前载入导致的页面崩溃问题。#​29202
  • 🐞 修正 Table 改变 pageSize 重置 current 的逻辑,现在若超出会重置到最大页数。#​29184

v4.12.0

Compare Source

  • 🆕 Image.PreviewGroup add current prop. #​29153
  • InputNumber
    • 🆕 InputNumber support bordered prop. #​29105
    • 🆕 InputNumber add keyboard prop which could disable keyboard behavior. #​29110 @​kerm1it
  • 💄 Darken Tag text color to enhance readability. #​29144
  • 💄 Fix Row with vertical gutter provides additional margin-bottom style. #​29059
  • 🐞 Fix Collapse header disappers with delay. #​29158
  • 🐞 Fix the problem that showCount display data is incorrect when TextArea input emoji. #​29057 @​HomyeeKing
  • 📦 Optimize ConfigProvider to avoid import all icons when tree shaking is not enabled. #​29045
  • 🌐 Add en-GB missing translations for table. #​29131 @​eberjoe
  • Table
  • Badge
    • 💄 Fix Badge change count content to hide miss style. #​29089
    • 🐞 Fix Badge digital animation problem. #​29100
  • TypeScript
    • 🤖 Table TS definition update dataSource to readonly. #​29084
  • Less

  • 🆕 Image.PreviewGroup 添加 current 属性支持受控模式。#​29153
  • InputNumber
  • 💄 加深 Tag 文字颜色以提升可读性。#​29144
  • 💄 修复 Row 配置垂直 gutter 时会额外添加 margin-bottom 样式的问题。#​29059
  • 🐞 修复 Collapse 标题区域隐藏延迟的问题。#​29158
  • 🐞 修复 TextArea 输入 emoji 时 showCount 展示数据不正确的问题。#​29057 @​HomyeeKing
  • 📦 优化 ConfigProvider 在未开启 tree shaking 的项目中引入所有图标的问题。#​29045
  • 🇬🇧 为表格添加 en-GB 翻译。#​29131 @​eberjoe
  • Badge
    • 🐞 修复 Badge 的数字动画方向问题。#​29100
    • 💄 修复 Badge 修改 count 内容以隐藏时的样式问题。#​29089
  • Table
  • TypeScript
    • 🤖 更新 Table TypeScript 定义 dataSourcereadonly#​29084
  • Less

v4.11.3

Compare Source

v4.11.2

Compare Source


v4.11.1

Compare Source

  • 💄 Layout inline sub menu now has grey background. #​28842
  • 🆕 PageHeader supports breadcrumbRender. #​28999
  • 🆕 Typography ellipsis support tooltip to customize tooltip when ellipsis. #​28821
  • Image
  • ConfigProvider
  • 💄 Tweak TreeSelect filter highlight color. #​28984
  • 💄 Fix Select item align style with custom tagRender. #​28962
  • Form
    • 🐞 Fix Form.Item can not clear nested noStyle error message. #​28918
    • 🐞 Form.Item with preserve=false will reset value to initialValues when removed. #​28908
  • 🐞 Fix Button click effect style not working in shadow root. #​28995 @​rinick
  • 🐞 Fix Table custom filter menu cannot close bug. #​28688 @​alekye
  • Less
    • 💄 Add @menu-inline-submenu-bg less variable and rename @menu-dark-submenu-bg to @menu-dark-inline-submenu-bg. #​28842
    • 💄 Add less variable @drawer-footer-padding-horizontal. #​28975 @​yuxuan
  • RTL
  • TypeScript

  • 💄 Layout 内联子表单添加背景颜色以更好的区分层级。#​28842
  • 🆕 PageHeader 支持 breadcrumbRender 属性。#​28999
  • 🆕 Typography ellipsis 属性添加 tooltip 支持以自定义收缩时的提示信息。#​28821
  • Image
  • ConfigProvider
  • ConfigProvider
    • 🆕 ConfigProvider 支持 iconPrefixCls 修改图标样式前缀。#​28924
    • ⚡️ 优化 ConfigProvider 切换属性的性能。#​28792 @​zxc0328
  • 💄 调整 TreeSelect 搜索高亮条目的颜色。#​28984
  • 💄 修复 Select 自定义 tagRender 时不对齐的问题。#​28962
  • Form
    • 🐞 修复 Form.Item 无法正确清理嵌套的 noStyle 错误信息问题。#​28918
    • 🐞 Form.Item 配置 preserve=false 时,移除该字段将自动重置对应值为 initialValues#​28908
  • 🐞 修复 Button 点击效果在 Shadow Root 下不生效的问题。#​28995 @​rinick
  • 🐞 修复 Table 自定义筛选器时未正确关闭菜单的问题。#​28688 @​alekye
  • Less
    • 💄 新增 less 变量 @drawer-footer-padding-horizontal#​28975 @​yuxuan
    • 💄 新增 @menu-inline-submenu-bg 变量,且 @menu-dark-submenu-bg 改名为 @menu-dark-inline-submenu-bg#​28842
  • RTL
  • TypeScript

v4.11.0

Compare Source

v4.10.3

Compare Source

  • 🐞 Fix Button not adapting to the @btn-border-width when loading. #​28886 @​jjanssen
  • Table
    • 💄 Add @table-border-color less variable. #​28903
    • 🐞 Fix that invalid params passed to onChange event if define custom filterDropdown and nested filters. #​28850 @​Meowu
    • 💄 Tweak Table selection column width to 32px. #​28073
  • Transfer
  • Upload
    • 🐞 Support for capturing Error message for the Upload error tooltip. #​28716 @​wangcch
    • 🆕 Upload auto fills uid of fileList when not provided. #​28832
  • 🐞 Fix Slider getPopupContainer prop has no default value document.body. #​28865 @​rinick
  • 🐞 Fix Empty description validateDOMNesting warning. #​28862
  • 💄 Fix Tree filterTreeNode missing style. #​28866
  • 💄 fix Badge dot width issue when size="small". #​28854

  • 🐞 修复按钮在 loading 加载时 @btn-border-width 失效问题。#​28886 @​jjanssen
  • Table
    • 🐞 修复 Table 自定义过滤器时 onChange 参数 filters 被错误转换及为空数组的问题。#​28850 @​Meowu
    • 💄 调整 Table 选中列宽度至 32px#​28073
    • 💄 新增 @table-border-color less 变量。#​28903
  • Transfer
  • Upload
    • 🐞 支持 Upload 报错提示对 Error 文本信息的捕获(Tooltip)。#​28716 @​wangcch
    • 🆕 Upload 在 fileList 没有提供 uid 时,会自动对其进行填充。#​28832
  • 🐞 修复 Slider getPopupContainer 属性没有默认值 document.body 问题。#​28865 @​rinick
  • 🐞 修复 Empty description 内使用 div 会报 validateDOMNesting 的问题。#​28862
  • 💄 修复 Tree filterTreeNode 高亮样式丢失的问题。#​28866
  • 💄 修复 Badge dot 宽度样式。#​28854

v4.10.2

Compare Source

  • 🐞 Fix import error when use antd in commonjs. #​28715

  • 🐞 修复 commonjs 下引入 antd 报错的问题。#​28715

v4.10.1

Compare Source

  • 🛠 Optimize Select search performance. #​28715 @​kerm1it
  • 🐞 Fix Slider throw forcePopupAlign error when unmounted. #​28699 @​Kerumen
  • 🐞 Fix Transfer throws Cannot add property key, object is not extensible when dataSource is immutable. #​28675
  • 🐞 Fix Notification box closing height issue generated by useNotification. #​28660
  • 🐞 Fix Drawer and Modal disabled scrollbar after closing. #​28749
  • 🛠 Reduce gzipped bundle size 2kB. #​28678
  • TypeScript

  • 🛠 优化 Select 搜索性能。#​28715 @​kerm1it
  • 🐞 修复 Slider 在卸载时报 forcePopupAlign 错的问题。#​28699 @​Kerumen
  • 🐞 修复 Transfer dataSource 为 immutable 数据时报 Cannot add property key, object is not extensible 的问题。#​28675
  • 🐞 修复 Notification 使用 useNotification 生成的提示框关闭时高度跳动的问题。#​28660
  • 🐞 修复 Drawer 和 Modal 关闭后滚动条被禁用的问题。#​28749
  • 🛠 优化包体积 gzipped 2kB#​28678
  • TypeScript

v4.10.0

Compare Source

🎉 Happy New Year!

  • 🐞 Fix the compatibility issue of less 4.0.0.
  • 🐞 Fix the problem of cursor jumping when Typography is editable. #​28545
  • 🐞 Fix the problem that repeatedly clicking on expanded nodes when Tree dynamically loads data will lead to wrong status.#​28349 @​liuchao233
  • 🐞 Fix the problem that TreeSelect & Select cannot open the dropdown menu when it's searchValue has value. #​28574
  • 🐞 Fix Dropdown disabled menu item link style. #​28578
  • 🐞 Fix Progress steps display accuracy issue. #​28530 @​gaoryrt
  • 🐞 Fix Radio align issue in Chrome. #​28616
  • 🐞 Fix Collapse arrow position not aligned when change @​collapse-header-padding variable. #​28507
  • 💄 Optimize the white border style of Card images. #​28624
  • Input
    • 🐞 Fix TextArea value get cut when input chinese words. #​28456
    • 🆕 The showCount property of Input.TextArea now supports passing in a method to customize the display format of the number. #​28145 @​MrHeer
    • 🆕 Input focus supports configuring the cursor position when getting focus. #​28602
  • Modal
    • 🆕 Modal.method adds an afterClose callback that will be triggered after the Modal is completely closed. #​28053 @​liuchao233
    • 🐞 Fix the problem that Modal can be dragged outside the viewport. #​28438 @​mumiao
  • Table
    • 🐞 Fix the problem that Table childrenColumnName and checkStrictly={false} cannot be used together. #​28568
    • 🐞 Fix Table selection abnormal behavior when inside Checkbox.Group. #​28576
    • 🐞 Fix the problem that the sticky header style is messy when there is no data. #​28323
    • 🐞 Fix the problem that onChange listener always receives empty list as filters parameter if use a custom filterDropdown. #​28627 @​Meowu
    • 🆕 Adds expandable.columnWidth to customize the width of the expanded column. #​28249
    • 🆕 Adds clear all option from selection. #​28580 @​n0ruSh
  • Image
  • Upload
    • 🐞 Fix a warning even when not using transformFile. #​28455 @​YanYuanFE
    • 🐞 Fix Upload fileList cannot work with data that is produced by immer. #​28636 @​mumiao
    • 🆕 Upload adds a new maxCount property to limit the number of files. #​28367
  • DatePicker
  • Select
  • 🆕 Slider add a new range.draggableTrack prop. #​28592
  • 🆕 Descriptions support setting labelStyle & contentStyle directly. #​28613
  • 🆕 message added a new onClick callback that will be triggered when the message is clicked. #​28148 @​ZeroTo0ne
  • 🆕 The scrollToFirstError property of the Form adds support for setting the position for scrolling. #​28272 @​vouis
  • 🆕 Steps support reponsive which allows to turn off reponsive change. #​28459
  • 🌐 Localization
    • 🇭🇷 Improved Croatian language support. #​28458
  • TypeScript

🎉 新年快乐!

v4.9.4

Compare Source

  • 🐞 Fix Menu delayed hover color transition in Chrome. #​28372
  • 🐞 Fix Tree node connection line position problem. #​28354 @​maksnester
  • 💄 Fix Table fixed column z-index which makes Dropdown not showing on top. #​28346
  • TypeScript
    • 🤖 Fix message.loading() return type. #​28362

  • 🐞 修复 Menu 在 Chrome 下 hover 色延迟变化的问题。#​28372
  • 🐞 修复 Tree 的节点连接线在滚动时位置偏移的问题。#​28354 @​maksnester
  • 💄 修复 Table 固定列 z-index 样式让 Dropdown 无法展示在最顶层的问题。#​28346
  • TypeScript
    • 🤖 修复 message.loading() 返回函数的定义。#​28362

v4.9.3

Compare Source


  • 💄 修复 Badge 独立使用时展示/收起动画跳动的问题。#​28240
  • 🐞 修复 Table filters 不支持数字和 boolean 类型的问题。#​28220 @​Meowu
  • 💄 修复 Tree 当 selectable={false} 时节点依然有 hover 背景色的问题。#​28269
  • 💄 修复 Statistics 小数点字体大小问题。#​28223
  • TypeScript

v4.9.2

Compare Source


v4.9.1

Compare Source


v4.9.0

Compare Source

  • Modal
  • 💄 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
    • 🆕 Mo

Renovate configuration

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

🚦 Automerge: Enabled.

♻️ 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 changed the title Update dependency antd to v4.9.4 Update dependency antd to v4.10.0 Jan 4, 2021
@renovate renovate bot changed the title Update dependency antd to v4.10.0 Update dependency antd to v4.10.1 Jan 10, 2021
@renovate renovate bot changed the title Update dependency antd to v4.10.1 Update dependency antd to v4.10.2 Jan 11, 2021
@renovate renovate bot changed the title Update dependency antd to v4.10.2 Update dependency antd to v4.10.3 Jan 18, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch 2 times, most recently from b8d9c02 to d4f0374 Compare January 24, 2021 17:30
@renovate renovate bot changed the title Update dependency antd to v4.10.3 Update dependency antd to v4.11.1 Jan 24, 2021
@renovate renovate bot changed the title Update dependency antd to v4.11.1 Update dependency antd to v4.11.2 Jan 26, 2021
@renovate renovate bot changed the title Update dependency antd to v4.11.2 Update dependency antd to v4.12.0 Feb 2, 2021
@renovate renovate bot changed the title Update dependency antd to v4.12.0 Update dependency antd to v4.12.1 Feb 3, 2021
@renovate renovate bot changed the title Update dependency antd to v4.12.1 Update dependency antd to v4.12.2 Feb 4, 2021
@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 changed the title Update dependency antd to v4.12.3 Update dependency antd to v4.13.0 Feb 28, 2021
@renovate renovate bot changed the title Update dependency antd to v4.13.0 Update dependency antd to v4.13.1 Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant