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 #18

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

Update dependency antd to v4 #18

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 22, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) ^3.26.16 -> ^4.0.0 age adoption passing confidence

Release Notes

ant-design/ant-design

v4.21.3

Compare Source


v4.21.2

Compare Source

  • 🐞 Fix incorrect Form status with noStyle. #​36054

  • 🐞 修复 Form 有 noStyle 属性时校验状态错误的问题。#​36054

v4.21.1

Compare Source


v4.21.0

Compare Source

  • 🔥 Add Form level control input component disabled. #​35210 @​heiyu4585
  • 🆕 Tabs support popupClassName for more Dropdown. #​35892
  • 🆕 Table rowSelection.onChange support info.type param. #​35598
  • 🆕 The copyable prop of Typography.Paragraph supports to reset the mime type of the clipboardData by the format. #​35219 @​kanweiwei
  • 🆕 TreeSelect support treeExpandAction. #​35618 @​NE-SmallTown
  • ConfigProvider
    • 🆕 ConfigProvider support config Pagination showSizeChanger. #​35750
    • 🆕 ConfigProvider support componentDisabled to config components disabled status. #​35718
    • 🛠 Refactor ConfigProvider removing default renderEmpty to resolve dist circle deps. #​35570
  • Collapse
    • 🛠 Refactor Collapse to keep stable dom structure with header content. #​35781
    • 🛠 Refactor Collapse expandIconPosition with logical position start or end to resolve RTL style issue. #​35770
  • Progress
    • 🆕 Progress steps support custom strokeColor for each step. #​35855
    • 🛠 Refactor Progress type="circle" and type="dashboard" for simpler dom structure and better rendering. #​35433
    • 🛠 Refactor Progress to React hooks. #​35393 @​shuaijiumei
    • 🐞 Fix Progress percent accuracy issue when near 100%. #​35433
    • 🐞 Fix Progress gapDegree displayed with wrong degree when type="dashboard". #​35433
    • 💄 Fix Progress border radius style when type="line" and strokeLinecap="butt". #​35822
  • Dropdown
    • 🆕 Dropdown support autoFocus to focus elements in overlay automaticly when opened. #​35391
    • 🛠 Fix Dropdown nesting menu injection logic. #​35810
  • Card
  • 🛠 DatePicker refactored to React hooks. #​35425 @​heiyu4585
  • 🛠 Rename className of Pagination mini mode with ant-pagination-mini. #​35881
  • 🛠 Refactor Popconfirm internal realize with Popover component. #​35676
  • 🛠 Change the implementation of the bottom button layout of the Modal confirm component. #​35530 @​foryuki
  • 🐞 Fix the Wave effect does not work in React 18 strict mode. #​35889 @​Carrotzpc
  • 🐞 Fix Drawer close twice children will undefined. #​35853 @​crazyair
  • Skeleton
  • 💄 Remove !important in Radio style with disabled. #​35920
  • TypeScript
  • 🌐 Localization
  • RTL
    • 💄 Fix the wrong direction of border and border-radius for InputNumber and Input in RTL mode. #​35876 @​yykoypj

  • 🔥 新增 Form 级别控制输入组件 disabled#​35210 @​heiyu4585
  • 🆕 Tabs 组件支持 popupClassName 用于更多菜单。#​35892
  • 🆕 Table 组件 rowSelection.onChange 新增 info.type 参数。#​35598
  • 🆕 Typography.Paragraph 的 copyable 属性支持 format 以重置剪切板数据的 Mime Type。#​35219 @​kanweiwei
  • 🆕 TreeSelect 支持 treeExpandAction 定义展开操作。 #​35618 @​NE-SmallTown
  • ConfigProvider
    • 🆕 ConfigProvider 支持全局配置 Pagination showSizeChanger 属性。#​35750
    • 🆕 ConfigProvider 支持 componentDisabled 来配置组件禁用状态。#​35718
    • 🛠 重构 ConfigProvider 移除默认的 renderEmpty 方法以解决打包循环依赖的问题。#​35570
  • Collapse
    • 🛠 重构 Collapse 标题部分以确保其稳定的 DOM 结构易于样式选择。#​35781
    • 🛠 重构 Collapse expandIconPosition 为逻辑位置 startend 以解决 RTL 下的样式问题。#​35770
  • Progress
    • 🆕 Progress 分步进度条支持单独自定义色彩。#​35855
    • 🛠 重构 Progress type="circle"type="dashboard" 以简化 dom 结构和带来更好的渲染效果。#​35433
    • 🛠 重构 Progress 成 React hooks。#​35393 @​shuaijiumei
    • 🐞 修复 Progress 进度接近 100% 间距几乎消失的问题。#​35433
    • 🐞 修复 Progress type="dashboard"gapDegree 角度不准确的问题。#​35433
    • 💄 修复 Progress type="line"strokeLinecap="butt" 时的圆角样式。#​35822
  • Dropdown
    • 🆕 Dropdown 支持 autoFocus 属性,打开时自动聚焦下拉单。#​35391
    • 🛠 修复 Dropdown 嵌套菜单注入逻辑。#​35810
  • Card
  • 🛠 DatePicker 重构成 React hooks。#​35425 @​heiyu4585
  • 🛠 将 Pagination mini 模式的 className 重命名为 ant-pagination-mini#​35881
  • 🛠 重构 Popconfirm 内部实现为 Popover 组件。#​35676
  • 🛠 改变 Modal confirm 组件底部按钮布局实现方式。#​35530 @​foryuki
  • 🐞 修复波浪效果在 React 18 严格模式不生效的问题。#​35889 @​Carrotzpc
  • 🐞 修复 Drawer 关闭 2 次后 children 为 undefined 的问题。#​35853 @​crazyair
  • Skeleton
  • 💄 移除 Radio 禁用状态时样式中的 !important#​35920
  • TypeScript
  • 🌐 国际化
    • 🇹🇲 添加土库曼语国际化。#​35605
  • RTL
    • 💄 修正 Input 和 InputNumber 的 borderborder-radius 在 RTL 模式下的方向问题。#​35876 @​yykoypj

v4.20.7

Compare Source

  • 🐞 Fix Drawer form instance lost bug when opened. #​35706 @​crazyair
  • 🐞 Fix Segmented options invalid space between icon and text when using the icon prop. #​35701
  • 💄 Optimize Popover arrow style. #​35717
  • TypeScript
    • 🤖 Fix Card type hints problem. #​35753

  • 🐞 修复 Drawer 打开时 form 实例为 null 的问题。#​35706 @​crazyair
  • 🐞 修复 Segmented 组件中选项使用 icon 属性时图标与文字之间的间距失效问题。#​35701
  • 💄 优化 Popover 的箭头效果。#​35717
  • TypeScript
    • 🤖 修复 Card 组件的类型提示。#​35753

v4.20.6

Compare Source


v4.20.5

Compare Source

  • 🤖 Deprecated Table rowSelection.onSelectNone and rowSelection.onSelectMultiple in TS type. #​35545
  • 🐞 Ignore the decimal part in InputNumber when the precision is negative. #​35520 @​ty888

  • 🤖 在 TypeScript 定义中废弃 Table rowSelection.onSelectNonerowSelection.onSelectMultiple#​35545
  • 🐞 InputNUmber 当精度为负数时忽略小数部分。#​35520 @​ty888`

v4.20.4

Compare Source


v4.20.3

Compare Source


v4.20.2

Compare Source

  • Segmented
    • 🐞 Fix Segmented inconsisit height with other controls. #​35281
    • 🐞 Fix Segmented animation not working correct in StrictMode mode. #​35281
    • 🆕 Segmented options now supports icon property. #​35256
  • Table
  • 💄 Fix Switch color in dark theme. #​35332
  • 💄 Tweak Breadcrumb link hover color. #​35324
  • 🐞 Fix Space throws Encountered two children with the same key warning in some cases. #​35311
  • 🐞 Fix Select tag remove icon position issue. #​35336 @​walidcherhane

  • Segmented
    • 🐞 修复 Segmented 组件高度和其他控件不一致的问题。#​35281
    • 🐞 修复 React StrictMode 下 Segmented 动画丢失的问题。#​35281
    • 🆕 Segmented options 支持设置 icon 属性。#​35256
  • Table
  • 🐞 修复 Switch 在暗黑主题下关闭时的颜色问题。#​35332
  • 💄 微调 Breadcrumb 链接 hover 色为中性色。#​35324
  • 🐞 修复 Space 在某些情况下抛出 Encountered two children with the same key 警告的问题。#​35311
  • 🐞 修复 Select 多选标签移除图标位置偏下的问题。#​35336 @​walidcherhane

v4.20.1

Compare Source

  • 🐞 Fix Breadcrumb extra padding and margin style. #​35235
  • 🐞 Fix Input.Seach inconsistent behavior of triggering onSearch when press enter using Chinese inputting method. #​35164 @​qyzzzz
  • 🐞 Fix circle reference between Upload and Dragger. #​34379 @​kanweiwei

  • 🐞 修复 Breadcrumb 多余的 paddingmargin 样式。#​35235
  • 🐞 修复 Input.Search 在中文输入法下回车键触发 onSearch 的行为不一致的问题。#​35164 @​qyzzzz
  • 🐞 修复 Upload 和 Upload.Dragger 之间循环依赖的问题。#​34379 @​kanweiwei

v4.20.0

Compare Source

  • 🔥 React 18 Support
    • 🐞 Fix Form with React 18 StrictMode missing error message update. #​35096
    • 🐞 Fix Notification and Message throw createRoot warning in React 18. #​35030
    • 🐞 Fix BackTop not working in StrictMode. #​34858 @​tmkx
  • 🔥 New component Segmented. #​34319
    • 🛠 Since v4.20.0 Segemented props onChange callback function parameter adjusted from ChangeEvent (v4.20.0-alpha.0, v4.20.0-alpha.1) to value to simplify API. #​35187 @​vagusX
  • Form
    • 🔥 Form support useWatch to get current field value. #​35036
    • 🆕 Form support useFormInstance to get current context form instance. #​35039
    • 💄 Fix Form broken layout when set labelCol={{ sm: 24 }} and wrapperCol={{ sm: 24 }}. #​34907
  • 🛎 Menu support items for perf prepare, and children will be removed in next major version. #​34559
  • 🆕 Image PreviewGroup Support top progress rendering. #​35038 @​zpc7
  • Upload
  • Table
    • 🆕 Support reset to the default value rather than empty, when click reset in Table column filter. #​34355 @​heiyu4585
    • 💄 Fix Table head background and selection column width styling issues when size="small". #​34963
    • 🇩🇪 Improve German translations for Table. #​34836 @​pfedan
    • ⚡️ Optimize Table filter calculation perfromance. #​35064 @​nieyuyao
    • 💄 Improve small and middle size Table selection dropdown margin style. #​35173
  • Tree
  • Breadcrumb
  • Anchor
  • Cascader
  • 🆕 Click event object can be accessed in onCopy function of Typography. #​34655 @​yzwxk
  • 🆕 Grid supports justify="space-evenly". #​34606 @​gp5251
  • 🆕 Support rootClassName property for Dialog and Image. #​34574 @​heiyu4585
  • 🐞 Fix error Nothing was returned from render when Skeleton use falsy loading props without children. #​34872 @​AlbertAZ1992
  • 💄 Optimize Switch disabled color to fit colorful background. #​35103
  • 💄 Remove Tabs overflow: hidden style to fix Select and sticky Table display problem inside Tabs. #​35195
  • 💄 Fix Steps style issues in RTL mode. #​35088 @​zpc7
  • 💄 Fix animation for standalone Badge in RTL mode. #​34899 @​hmz22
  • 🛠 Optimize Modal id generate logic to improve accessibility experience. #​35072
  • 🐞 Fix Select and AutoComplete scroll abnormal behavior when navigate via keyboard.。#​35025
  • Spin
    • 💄 Fix Spin animation style being abnormally parsed in Parcel. #​35005
    • ⌨️ Spin add aria attribute to improve accessibility. #​34408 @​heiyu4585
  • ⌨️ Dropdown support select option by keyboard. #​34738
  • 🐞 Fix Title, Text, Paragraph components cannot get ref bug. #​34847 @​MQuy
  • Input
    • 💄 Input.Group prevent components from getting style from Form.Item. #​34764
    • 💄 Adjust TextArea style in Form. #​34714
  • ⌨️ Fix aria-checked attribute for Checkbox, to avoid screen reader getting an incorrect status. #​34862 @​SpaNb4
  • Less
  • TypeScript

  • 🔥 支持 React 18 以及严格模式。
    • 🐞 修复 Form 在 React 18 的 StrictMode 下,错误信息无法更新的问题。#​35096
    • 🐞 修复 Notification 和 Message 在 React 18 下抛出使用 createRoot 的警告信息。#​35030
    • 🐞 修复 BackTop 组件在严格模式下不能正常工作的问题。#​34858 @​tmkx
  • 🔥 新增 Segmented 分段控制器组件。#​34319
    • 🛠 4.20.0 正式版后,Segemented 的 onChange 回调函数的参数从 ChangeEvent 调整为 value。如果你使用了 4.20.0-alpha.0 4.20.0-alpha.1,请注意这个变化。#​35187 @​vagusX
  • Form
    • 🔥 Form 添加 useWatch 支持获取当前字段值。#​35036
    • 🆕 Form 支持 useFormInstance 以获取当前上下文中的 Form 实例。#​35039
    • 💄 修复 Form labelCol={{ sm: 24 }}wrapperCol={{ sm: 24 }} 时样式错乱的问题。#​34907
  • 🛎 Menu 添加 items 数据化菜单项支持以为将来性能提升做准备,并且 children 将会在下个大版本中废弃。#​34559
  • 🆕 Image PreviewGroup 支持顶部进度渲染。#​35038 @​zpc7
  • Upload
  • Table
    • 🆕 Table 列筛选条件重置时,支持重置为默认值而非空值。#​34355 @​heiyu4585
    • 💄 修复 Table size="small" 时列头背景色和选择列宽度的样式问题。#​34963
    • 🇩🇪 补全 Table 的德语国际化文案。#​34836 @​pfedan
    • ⚡️ 优化 Table 过滤列表的计算性能。#​35064 @​nieyuyao
    • 💄 优化 Table size="small"size="middle" 时选择下拉菜单的边距样式。#​35173
  • Tree
    • 🆕 Tree 组件的 switcherIcon 属性支持 render-prop。#​34470 @​zqran
    • 🆕 Tree 支持 rootClassName and rootStyle#​34578
  • Breadcrumb
  • Anchor
  • Cascader
  • 🆕 Typography 的 onCopy 方法支持获取点击事件对象。#​34655 @​yzwxk
  • 🆕 Grid 支持 justify="space-evenly"#​34606 @​gp5251
  • 🆕 Dialog 及 Image 支持 rootClassName 属性。#​34574 @​heiyu4585
  • 🐞 修复 Skeleton 在没有 children 并设置 loading 为 false 时提示 Nothing was returned from render 的问题。#​34872 @​AlbertAZ1992
  • 💄 优化 Switch 禁用色以更好适应非白底背景。#​35103
  • 💄 移除 Tabs overflow: hidden 样式以修复 Select 和 sticky Table 在 Tabs 中的展现问题。#​35195
  • 💄 修正 Steps 在 RTL 模式下样式问题。#​35088 @​zpc7
  • 💄 修复 Badge 在 RTL 模式下、独立使用时的动画效果。#​34899 @​hmz22
  • 🛠 优化 Modal id 生成逻辑,以优化无障碍体验。#​35072
  • 🐞 修复 Select 和 AutoComplete 使用键盘向下滚动时行为异常的问题。#​35025
  • Spin
  • ⌨️ Dropdown 支持方向键切换选项。#​34738
  • 🐞 修复 Title、Text、Paragraph 组件不支持 ref 的问题。#​34847 @​MQuy
  • Input
  • ⌨️ 修复 Checkbox 缺少 aria-checked 属性导致屏幕阅读器识别错误的问题。#​34862 @​SpaNb4
  • Less
  • TypeScript

v4.19.5

Compare Source

  • 🐞 Fix Form that not keep store value when unmount and mount again. #​34845
  • 🐞 Fix Pagination under <ConfigProvider componentSize="large" /> should display middle size Select. #​34756
  • 🐞 fix Skeleton to unable to render childten of non-react element. #​34751 @​1247748612
  • 💄 Fix Tag @tag-border-radius less variable not work. #​34741

  • 🐞 修复 Form 在整个被 unmount 后再次 mount,原 Form 的值会被重置的问题。#​34845
  • 🐞 修复 Pagination 在 <ConfigProvider componentSize="large" /> 下的 Select 大小问题。#​34756
  • 🐞 修复 Skeleton 不渲染非 react element 类型的 children 问题。#​34751 @​1247748612
  • 💄 修复 Tag @tag-border-radius less 变量不生效的问题。#​34741

v4.19.4

Compare Source

  • 🐞 Fix when fullscreen of the Calendar is false, the element returned by dateFullCellRender cannot be interactive. #​34614 @​imoctopus
  • 🐞 fix BackTop responsive in RTL. #​34626 @​hmz22
  • 🐞 Fix text position in Steps with small size and dot mode. #​34651
  • 🐞 Fix Descriptions contentStyle not working when children is 0. #​34696 @​zhao-huo-long
  • 🐞 Fix notification prevent interaction on elements which under it. #​34716

  • 🐞 修复当 Calendar 的 fullscreenfalse 时,dateFullCellRender 返回的元素不可交互的问题。#​34614 @​imoctopus
  • 🐞 修复 BackTop 的部分 rtl 样式问题。#​34626 @​hmz22
  • 🐞 修复小尺寸 Steps dot 模式下文字位置偏移的问题。#​34651
  • 🐞 修复 Descriptions 内容为 0 时 contentStyle 不生效的问题。#​34696 @​zhao-huo-long
  • 🐞 修复 notification 会遮挡后面元素交互的问题。#​34716

v4.19.3

Compare Source

  • 🐞 Fix TextArea clearIcon color. #​34610
  • 🐞 Fix: apply scale transform to disabled star. #​34547 @​Unuuuuu
  • 🐞 Fix Tooltip arrow color with preset. #​34548
  • 🐞 Fixed number abnormal position display in Badge RTL mode. #​34545
  • 💄 Fix numeric Row and Col class styles when using prefixCls. #​34494 @​mic-web
  • 🐞 Fix Editable Textarea height jump in Firefox and Editable Typography.Title confirm icon position. #​34518
  • 💄 Fix missing status style in RangePicker. #​34509
  • 🛎 Add warning for Input getting blurred when dynamically add hasFeedback. #​34475
  • 🐞 Fix missing classname in input when Input has prefix or suffix. #​34474
  • 🇱🇹 Updated lt_LT locale for typeTemplate. #​34567 @​Anizcus
  • 🇮🇹 Updated it_iT locale for Table. #​34566 @​freshgiammi

  • 🐞 修复 TextArea clearIcon 的颜色问题。#​34610
  • 🐞 修复 Rate 下 disabled 时依然有 hover 效果的问题。#​34547 @​Unuuuuu
  • 🐞 修复 Tooltip 使用预设颜色时 arrow 颜色错误的问题。#​34548
  • 🐞 修复 Badge 数字 RTL 模式下异常位置显示。#​34545
  • 💄 修复使用 prefixCls 时的数字 Row 和 Col 类样式问题。#​34494 @​mic-web
  • 🐞 修复 Typography editable 切换时在 Firefox 下高度跳动 和 Typography.Title editable 确定图标错位的问题。#​34518
  • 💄 修复 RangePicker status 相关样式丢失的问题。#​34509
  • 🛎 为动态改变 Form.Item 的 hasFeedback 时 Input 焦点丢失添加警告。#​34475
  • 🐞 修复 Input 有 prefix 或者 suffix 时 input 缺少某些 className 的问题。#​34474
  • 🇱🇹 更新 lt_LT 的 locale。#​34567 @​Anizcus
  • 🇮🇹 更新 it_iT 的 locale。#​34566 @​freshgiammi

v4.19.2

Compare Source

  • 🐞 Fix Dropdown not auto adjust placement when position on the edge of window. #​34390
  • 💄 Change PageHeader elements margin from 12px to 8px inside extra. #​34428
  • 🛠 Export css variable function in antd/es/config-provider folder to enable ssr requirement. #​34436
  • 🛠 Refactor Menu with React hooks. #​34433
  • Input
    • 💄 Fix Input font-size when size is large. #​34381
    • 💄 Fix Input.Group wrong border when status is error. #​34412
  • Form
    • 🐞 Fix Form.Item removed in form.validateFields throw Can't perform a React state update on an unmounted component warning. #​34405
    • 🐞 Fix to Form that initialValues would change if preserve is false. #​34411
  • Tooltip
  • 💄 Remove Collapse bottom border in simple style. #​34366 @​PanStar
  • TypeScript

  • 🐞 修复 Dropdown 在边界情况下不会自动调整展示位置的问题。#​34390
  • 💄 缩小 PageHeader extra 内元素间距为 8px#​34428
  • 🛠 导出 antd/es/config-provider 目录下的 css variable 函数以支持 ssr 的需求。#​34436
  • 🛠 使用 React hooks 重构 Menu。#​34433
  • Input
    • 💄 修复大尺寸 Input 的字号问题。#​34381
    • 💄 修复 Input.Group 多余的错误边框样式。#​34412
  • Form
    • 🐞 修复 Form.Item 在 form.validateFields 中移除时抛出 Can't perform a React state update on an unmounted component 警告的问题。#​34405
    • 🐞 修复 Form 组件当 preservefalseinitialValues 会被更改的问题。#​34411
  • Tooltip
    • 💄 修复 Tooltip 在 Safari 下的内容宽度问题。#​34415 @​jiandandkl
    • 💄 修复 Tooltip/Popover/Popconfirm 等组件箭头大小问题。#​34407
  • 💄 优化 Collapse 简洁模式的底边框。#​34366 @​PanStar
  • TypeScript

v4.19.1

Compare Source

  • 🐞 Fix less compile error related to custom status. #​34350
    • 🐞 Fix error ReferenceError: colorPalette is not defined when customize theme.
    • 🐞 Fix error Error: Invalid class or id selector syntax when import antd/dist/antd.css.
  • 🐞 Fix Input.Passowrd icon color in site. #​34354
  • 🐞 Fix ConfigProvider csp sometime not effect on Icon. #​34356

  • 🐞 修复自定义状态相关的 less 编译错误 #​34350
    • 🐞 修复使用定制主题时 less 编译提示 ReferenceError: colorPalette is not defined 错误。
    • 🐞 修复引入 antd/dist/antd.css 时提示 Error: Invalid class or id selector syntax 错误。
  • 🐞 修复 Input.Passowrd 图标颜色错误。#​34354
  • 🐞 修复 ConfigProvider csp 有时在 Icon 上不会生效的问题。#​34356

v4.19.0

Compare Source

  • 💄 Optimize arrow style for some components. #​33710
    image
  • Input
    • 🛠 Refactor Input with rc-input. #​34206
      • Attention: The type and value of ref is modified because of refactoring from class component to function component. You can still get DOM node from input, and other methods such as focus and blur mentioned in document are also supported.
    • 🆕 Support clearIcon prop for customizing clear icon. #​34325
  • Table
    • 🆕 filterSearch now support passing function to customize search. #​34085 @​heiyu4585
    • 🆕 column.filterDropdown({ clearFilters }) support clearFilters({ confirm: false, closeDropdown: false }). #​34120 @​heiyu4585
    • ⌨️ Table adds aria-sort attribute for screen readers. #​33603 @​dgreene1
    • 🐞 Fix Table filters select-all Checkbox not changed when select item. #​34295
  • 🆕 Data entry components add status prop to support custom status.
  • 🆕 InputNumber supports controls={{ upIcon, downIcon }} to customize icon up and down. #​33914 @​heiyu4585
  • 🆕 Notification placement support top / bottom #​33871 @​heiyu4585
  • 🆕 Select, Cascades, DatePicker now support placement property. #​33641 @​ONLY-yours
  • 🆕 Dropdown support arrow={{ pointAtCenter: true }} to make arrow point at center. And top bottom placement are a

Configuration

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

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

Rebasing: Whenever 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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/antd-4.x branch from fe2d593 to e4a13e9 Compare July 17, 2021 09:51
@renovate renovate bot force-pushed the renovate/antd-4.x branch from e4a13e9 to b197fa7 Compare November 19, 2021 12:17
@renovate renovate bot force-pushed the renovate/antd-4.x branch 4 times, most recently from 3ef74b3 to 281105d Compare December 8, 2021 05:32
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 281105d to 1471f8f Compare January 24, 2022 13:09
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