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

fix(deps): update dependency antd to v5 #905

Closed
wants to merge 2 commits into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

ant-design/ant-design (antd)

v5.12.8

Compare Source

  • 🐞 Fix Upload.Dragger not align center and focus ring style. #​46810
  • 🐞 Fix Popconfirm config empty okText and cancelText will not fallback to locale text. #​46812
  • 🐞 Fix Progress that line border-radius cannot be overrided. #​46789
  • 🐞 Fix Typography without children has extra margin-left when copyable is true. #​46748
  • 🐞 Fix Typography copied icon color. #​46748

  • 🐞 修复 Upload.Dragger 内容不居中和多余的 focus 样式的问题。#​46810
  • 🐞 修复 Popconfirm 配置空的 okTextcancelText 时不会被预设 locale 兜底的问题。#​46812
  • 🐞 修复 Progress 线性模式圆角无法覆盖的问题。#​46789
  • 🐞 修复 Typography 没有 children 并启用 copyable 时多余的 margin。#​46748
  • 🐞 修复 Typography 复制成功后的图标颜色问题。#​46748

v5.12.7

Compare Source


  • 🐞 MISC: 修复升级 @ctrl/tinycolor@4.0.2 导致的错误。#​46744 @​MadCcc
  • 🐞 修复 Mentions 选项高度偏大的问题。#​46737

v5.12.6

Compare Source


v5.12.5

Compare Source

  • 💄 Fix Tabs style issue of editable mode when there is only "new" button left. #​46585 @​hzyhbk
  • 💄 Fix Progress style issue of line mode with strokeLinecap. #​46551 @​ZN1996
  • 🐞 Fix ColorPicker not support prefixCls. #​46561

  • 💄 修复 Tabs 在 可编辑模式下只剩新增按钮时的样式问题。#​46585 @​hzyhbk
  • 💄 修复 Progress strokeLinecap 不生效的问题。#​46551 @​ZN1996
  • 🐞 修复 ColorPicker 配置 prefixCls 不生效的问题。#​46561

v5.12.4

Compare Source

  • 🐞 Fix DatePicker style in cssVar mode. #​46526

  • 🐞 修复 DatePicker 组件在 CSS 变量模式下的样式错乱问题。#​46526

v5.12.3

Compare Source

  • 💄 修复 Tag 组件在 SSR 场景下的样式丢失问题。#​46500 @​MadCcc
  • 🐞 Upload 的 disabled 属性不再对下载按钮生效。#​46454
  • 💄 Upload.Dragger 增加一个水平内边距。#​46457
  • 🐞 修复 Upload actions 的颜色问题。#​46456
  • 🐞 修复 Form 使用 getValueProps 展示值无法更新的问题。#​46445
  • 💄 修复 Checkbox 自定义 token.lineWidth 时勾选箭头错位问题。#​46431
  • 🐞 修复 Select 组件定制 token 会让 padding 失效的问题。#​46427 @​MadCcc
  • 🐞 修复 Message 在 cssVar 模式下覆盖组件 token 无效的问题。#​46415 @​MadCcc
  • 💄 Flex 组件不应该应用额外的样式。#​46404 @​li-jia-nan

v5.12.2

Compare Source


  • 🐞 MISC: 修复 React 17 以下使用 webpack 构建时报错 useId 找不到的问题。#​46261
  • Pagination
  • 🐞 修复 Table 筛选菜单在 CSS 变量模式下丢失背景色的问题。#​46314
  • 🐞 优化 Spin 交互,全屏状态时禁止用户触发鼠标事件。#​46303 @​li-jia-nan
  • 🐞 修复 Form hideRequiredMark 属性的优先级低于 ConfigProvider 的 form 配置的问题。#​46299 @​linhf123
  • TypeScript

v5.12.1

Compare Source

  • 🐞 MISC: Fix missing color less variables converted from token. #​46250
  • 🐞 Fix Notification title overlaps with the close icon when it is too long。 #​46211 @​zh-lx

  • 🐞 MISC: 修复 token 转换 less 变量丢失的问题。#​46250
  • 🐞 修复 Notification 标题太长时会与关闭图标重叠的问题。#​46211 @​zh-lx

v5.12.0

Compare Source


v5.11.5

Compare Source


v5.11.4

Compare Source

  • 🐞 Fix where Image sets z-index abnormally in nested Modal. #​46035
  • 🐞 Fix Button that disabled link button should not have navigate options when right click. #​46021
  • Card
    • 🛠 Refactor the Card internal method getAction into a function component. #​46032
    • 🐞 Fix the problem of Card warning invalid annotation in Rollup. #​46024
  • TypeScript
    • 🤖 Export the type definition for the required property of the Radio and Checkbox components. #​46028 @​nnmax

  • 🐞 修复 Image 在嵌套 Modal 中设置 z-index 异常的问题。#​46035
  • 🐞 修复 Button 禁用的链接按钮右键点击时会有打开新链接选项的问题。#​46021
  • Card
    • 🛠 把 Card 内部方法 getAction 重构为函数组件。#​46032
    • 🐞 解决 Card 在 Rollup 中会警告 invalid annotation 的问题。#​46024
  • TypeScript
    • 🤖 导出 Radio 和 Checkbox 组件的 required 属性的类型定义。#​46028 @​nnmax

v5.11.3

Compare Source


  • 🐞 修复 Modal 静态方法创建 zIndex 过高会覆盖其他弹出内容的问题。#​46012
  • Image
  • 🐞 修复 Collapse 可折叠区域鼠标 hover 样式问题。#​45994
  • 🐞 修复 ColorPicker 不支持 Form 组件的禁用问题。#​45978 @​RedJue
  • 🐞 修复 Typography.Text code 在 Layout 下开启 ellipsis 时 tooltip 无效的问题。#​45962
  • 🐞 修复 Select 搜索框在 Safari 下显示多余的 🔍 图标。#​46008
  • 💄 删除 Rate 组件无用样式。 #​45927 @​JarvisArt
  • 🛠 UMD 版本 antd.js 现在会优先使用全局的 @ant-design/cssinjs 依赖。#​46009
  • 🌐 补充 eu_ES 国际化内容。#​45928 @​ionlizarazu

v5.11.2

Compare Source

  • 🆕 Table with virtual can now customize components except the components.body. #​45857
  • 🐞 Fix Button with href and disabled that could be focused. #​45910 @​MadCcc
  • 🐞 Fix zIndex logic problem that message and notification are covered when multiple Modal are opened. #​45911 #​45864 @​kiner-tang
  • 💄 Fix QRCode style.padding is not working. #​45815
  • 💄 Optimize Carousel dots border radius style. #​45817
  • TypeScript

  • 🆕 放开 Table virtualcomponents 的限制,现在除了 components.body 都可以自定义。#​45857
  • 🐞 修复 Button 带有链接且禁用时可以被聚焦到的问题。#​45910 @​MadCcc
  • 🐞 修复 zIndex 逻辑,解决多层 Modal 打开时,message 与 notification 被遮盖的问题。#​45911 #​45864 @​kiner-tang
  • 💄 修复 QRCode 设置 style.padding 时无效的问题。#​45815
  • 💄 优化 Carousel 切换条圆角样式。#​45817
  • TypeScript

v5.11.1

Compare Source


  • 🐞 修复 Dropdown 在嵌套列表时 zIndex 错误的问题。#​45761
  • 🐞 修复 Upload 显式指定 showRemoveIcon: true 时删除图标未显示的问题。#​45752
  • 🐞 修复 Descriptions 使用 children 结构语法糖时,会丢失 Descriptions.Item 的 key 的问题。#​45757
  • 🐞 修复 Message 组件在组件范围设置全局 token 无效的问题。#​45721 @​MadCcc
  • 🐞 修复 Popconfirm 不兼容 visible 的问题。#​45702 @​linhf123
  • 🐞 修复默认 Tag 的背景颜色不正确的问题。#​45711 @​kiner-tang
  • 💄 修复 Notification 组件设置 style.width 无效的问题。#​45681 @​MadCcc
  • 🐞 修复 App 设置 component=false 时,会报非预期的属性警告的问题。#​45671 @​li-jia-nan
  • TypeScript

v5.11.0

Compare Source


  • Slider
    • 🆕 Slider 聚焦滑块时现在会显示 Tooltip。#​45653
    • 💄 优化 Slider 交互体验,点击轨道后可直接拖拽滑块。#​45651
  • InputNumber
    • 🆕 InputNumber 添加 changeOnBlur 属性以支持在失去焦点时不触发 onChange 事件。#​45395
    • 🐞 修复 InputNumber 组件在 Form 组件中使用并且启用 hasFeedback 时,反馈图标出现会使 InputNumber 失去焦点的问题。#​45632 @​MadCcc
    • 🐞 修复 InputNumber 动态改变 formatter 不生效的问题。#​45325
  • Table
    • 🆕 Table 组件 columnTitle 支持传入 render 方法。#​41937 @​Zhou-Bill
    • 🛠 重构 Table ref 支持 scrollTo 以滚动到目标 keyindextop#​45245
  • Tabs
    • 🆕 Tabs items 支持单个标签页设置 destroyInactiveTabPane#​45359
    • 🐞 修复 Tabs 的标签宽度存在小数时,滚动会出现抖动的问题。#​45370
  • ConfigProvider
  • 🆕 ColorPicker 组件 preset 新增 defaultOpen 属性,可控制预设颜色默认是否展开。#​45607 @​Wxh16144
  • 🆕 Select 组件支持 optionRender 方法。#​45529 @​RedJue
  • 🆕 Pagination 组件支持组合 simpleshowSizeChanger 使用。#​45538
  • 🆕 Spin 组件新增 fullscreen 属性,支持全屏展示。#​44986 @​Rafael-Martins #​45436 @​li-jia-nan
  • 🆕 Form validateFields 支持 dirty 参数以校验被修改过和校验过的字段。#​45389
  • 🆕 Watermark 支持 inherit 配置,关闭水印传导至弹出 Drawer 与 Modal。#​45319
  • 🆕 App 支持 component 以自定义渲染元素。#​45292
  • 🆕 Input 与 Input.TextArea 支持 count 自定义字符计数(例如固定 emoji 字符长度为 1);count.max 支持超出范围样式;将 emoji 计数还原为原生计数以解决 maxLengthvalue 不匹配的问题。#​45140
  • 🐞 修复 Dropdown 在点击菜单项关闭弹出框时不会触发 onOpenChange 的问题。#​45378
  • 💄 Modal 静态方法支持 styles 属性。#​45558 @​KotoriK
  • 💄 优化弹层组件的 z-index 逻辑,使其在默认情况下不会互相遮挡。#​45512 #​45490 @​kiner-tang

v5.10.3

Compare Source


v5.10.2

Compare Source

  • 🐞 Layout support auto hasSider check to avoid blink in SSR. #​45361
  • 🐞 Fix FloatButton.BackTop throws warning findDOMNode is deprecated in StrictMode. #​45390 @​li-jia-nan
  • 🐞 Fix ColorPicker does not supports id and data-* attributes. #​45413 @​cheng87126
  • 🐞 Fix Table sorter tooltip cannot be open when column.showSorterTooltip is a object. #​45403
  • 🐞 Fix Form with inline mode makes elements overlap on the small screen. #​45340 @​Yuiai01
  • 💄 Remove duplicate disabled styles in Upload.Dragger. #​45446 @​vagusX
  • TypeScript
    • 🐞 Table pagination.position should accept 'none'. #​45398
  • RTL
    • 💄 Fix Notification's incorrect margin in rtl mode. #​45386

  • 🐞 Layout 支持自动检测 hasSider 以防止在 SSR 场景下的闪烁问题。#​45361
  • 🐞 修复 FloatButton.BackTop 组件显示 findDOMNode is deprecated in StrictMode 警告的问题。#​45390 @​li-jia-nan
  • 🐞 修复 ColorPicker 不支持 iddata-* 属性的问题。#​45413 @​cheng87126
  • 🐞 修复 Table 当 column.showSorterTooltip 是一个对象时排序 tooltip 不显示的问题。#​45403
  • 🐞 修复 Form inline 模式在小屏幕发生元素重叠的问题。#​45340 @​Yuiai01
  • 💄 移除 Upload.Dragger 中重复的 disabled 样式。#​45446 @​vagusX
  • TypeScript
    • 🐞 修复 Table pagination.position TS 定义不支持 'none' 的问题。#​45398
  • RTL
    • 💄 修复 Notification 组件在 rtl 模式下边缘间距错误的问题。#​45386

v5.10.1

Compare Source

  • ⚡️ Optimize CSS-in-JS Design Token cache matching. #​45302
  • 🆕 Checkbox.Group & Radio.Group options add missing id props. #​45287
  • 🐞 Fix Affix that target not work. #​45314 @​mingming-ma
  • 🐞 MISC: Add csp attribute for icon style. #​45334 @​AlexeyTeterin
  • 🐞 Fix Button that does not display loading status when loading property is set to { delay: 0 }. #​45282 @​YDFlame13
  • 🐞 Fix Segmented text jump issue in Safari. #​45310
  • 🐞 Fix Watermark that can be hidden via "Hide Element" feature in browser. #​45290 @​Yuiai01
  • 🐞 Fix Input that background should not be transparent when hovered or focused. #​45297 @​MadCcc
  • 🐞 Fix Form call resetFields will still keep Form.List field when its initialValue is set. #​45284
  • 🐞 Fix Tree.DirectoryTree selectedNodes in onSelect method could not get a value when configuring fieldNames. #​45036 @​Zian502
  • 💄 Revert outline style of Input, InputNumber, Select, Cascader, TreeSelect, DatePicker, TimePicker, ColorPicker. #​45286 @​MadCcc
  • 💄 Fix Card style with small size Tabs. #​45272 @​MadCcc

  • ⚡️ 优化 CSS-in-JS Design Token 缓存命中性能。#​45302
  • 🆕 为 Checkbox.Group 与 Radio.Group 的 options 添加 id 属性支持。#​45287
  • 🐞 修复 Affix 组件设置 target 失效的问题。#​45314 @​mingming-ma
  • 🐞 MISC: 为图标样式设置 csp 属性。#​45334 @​AlexeyTeterin
  • 🐞 修复 Button 组件 loading 属性设置为 { delay: 0 } 时不显示加载状态。#​45282 @​YDFlame13
  • 🐞 修复 Segmented 在 Safari 下切换时的样式跳动问题。#​45310
  • 🐞 修复 Watermark可以使用浏览器的 Hide Element 来隐藏水印。#​45290 @​Yuiai01
  • 🐞 修复 Input 组件 hover 或者 focus 状态时背景色变为透明的问题。#​45297 @​MadCcc
  • 🐞 修复 Form 在调用 resetFields 时,无法重置配置了 initialValue 的 Form.List 的问题。#​45284
  • 🐞 修复 Tree.DirectoryTree 在配置 fieldNames 时,onSelect 方法中的 selectedNodes 无法获取值。#​45036 @​Zian502
  • 💄 回滚 Input、InputNumber、Select、Cascader、TreeSelect、DatePicker、TimePicker、ColorPicker 的描边样式。#​45286 @​MadCcc
  • 💄 修复 Card 搭配小尺寸 Tabs 时的样式问题。#​45272 @​MadCcc

v5.10.0

Compare Source

  • 🔥 New component Flex, used to set flexible layout. #​44362
  • 🔥 Notification component supports stack configuration. By default, more than three notifications will be stacked. #​44618
  • 🔥 Update the active styles of Input, InputNumber, Select, Cascader, TreeSelect, DatePicker, and ColorPicker. #​45009
  • 🆕 Watermark supports setting the text alignment direction through textAlign. #​44888 @​Yuiai01
  • 🆕 Slider supports any number of nodes and migrates xxxStyles to semantic styles and classNames properties. #​45000
  • 🆕 Cascader supports the Cascader.Panel component for inline use. #​45089
  • 🆕 Tooltip adds fresh attribute to support scenarios where content still needs to be updated when closed. #​45020
  • 🆕 Drawer supports customizing the className of built-in modules through classNames. #​44935
  • 🆕 ConfigProvider supports the warning attribute to configure warning levels (e.g. filter out deprecated API warnings). #​44809
  • Modal
    • 🆕 Modal supports customizing the className of built-in modules through classNames. #​44934
    • 🐞 Fixed the content overflow problem when Modal.confirm description is a long text. #​45212
  • 🐞 Fix the problem that the nested Typography of Menu.Item cannot be vertically centered when ellipsis is true. #​41146 @​Yuiai01
  • 🐞 Fix Select internal input not being able to apply fontFamily. #​45197 @​Yuiai01
  • 🐞 Fix InputNumber border issue when using addonBefore in Space.Compact. #​45004 @​Yuiai01
  • 🐞 Fix the problem that Tag.CheckableTag does not support ref. #​45164 @​mingming-ma
  • 🐞 Fixed the issue where the font in the Avatar.Group component does not support responsiveness. #​34722 @​laishiwen
  • 🛠 Refactor Affix into a functional component. #​42674
  • 🛠 The Popover component deprecates the minWidth component token and adds titleMinWidth as a replacement. #​44750
  • 🌈 Token
    • 🆕 Input adds hoverBg activeBg token to set the input box hover and activation background color. #​44752 @​Pan-yongyong
    • 🆕 Descriptions Added titleColor and contentColor to set the title color and content area text color. #​44729 @​Child-qjj
    • 🐞 Fixed the issue where the Input component Token addonBg is invalid. #​45222
  • TypeScript
    • 🤖 The ArgsProps type for exported Notification is NotificationArgsProps. #​45147
  • 🌐 Locales

  • 🔥 新增 Flex 组件,用于设置弹性布局。#​44362
  • 🔥 Notification 组件支持 stack 配置,默认超过三个以上的提示会堆叠起来。#​44618
  • 🔥 更新 Input、InputNumber、Select、Cascader、TreeSelect、DatePicker、ColorPicker 的激活态样式。#​45009
  • 🆕 Watermark 支持通过 textAlign 设置文本对齐方向。#​44888 @​Yuiai01
  • 🆕 Slider 支持任意节点数并且将 xxxStyle 迁移至语义化 stylesclassNames 属性中。#​45000
  • 🆕 Cascader 支持 Cascader.Panel 组件供内联使用。#​45089
  • 🆕 Tooltip 添加 fresh 属性以支持在关闭时仍然需要更新内容的场景。#​45020
  • 🆕 Drawer 支持通过 classNames 自定义内置模块的 className#​44935
  • 🆕 ConfigProvider 支持 warning 属性以配置警告等级(如过滤掉废弃 API 警告)。#​44809
  • Modal
    • 🆕 Modal 支持通过 classNames 自定义内置模块的 className#​44934
    • 🐞 修复 Modal.confirm description 是长文本时的内容溢出问题。#​45212
  • 🐞 修复 Menu.Item 嵌套的 Typography 其 ellipsis 为 true 时无法垂直居中的问题。#​41146 @​Yuiai01
  • 🐞 修复 Select 内部 input 无法应用 fontFamily 的问题。#​45197 @​Yuiai01
  • 🐞 修复 InputNumber 在 Space.Compact 中使用 addonBefore 时的边框问题。#​45004 @​Yuiai01
  • 🐞 修复 Tag.CheckableTag 不支持 ref 的问题。#​45164 @​mingming-ma
  • 🐞 修复 Avatar.Group 组件内的字体不支持响应式的问题。#​34722 @​laishiwen
  • 🛠 重构 Affix 为函数组件。#​42674
  • 🛠 Popover 组件废弃 minWidth 组件 token,并添加 titleMinWidth 作为替代。[#&#

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, check this box

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

@renovate renovate bot added 📝 dependencies 📦 Pull requests that update a dependency file deps: javascript labels Nov 18, 2022
@github-actions
Copy link

github-actions bot commented Nov 18, 2022

Test Results

141 tests   139 ✅  56s ⏱️
 14 suites    1 💤
  2 files      1 ❌

For more details on these failures, see this check.

Results for commit cfdb38c.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/antd-5.x branch 15 times, most recently from 7fd6f78 to 3235add Compare November 27, 2022 13:33
@renovate renovate bot force-pushed the renovate/antd-5.x branch 10 times, most recently from 937daa0 to 6921044 Compare December 7, 2022 12:26
@renovate renovate bot force-pushed the renovate/antd-5.x branch 3 times, most recently from 11738fd to 3586aae Compare October 3, 2023 03:20
@renovate renovate bot force-pushed the renovate/antd-5.x branch 3 times, most recently from 8fd7b5c to 57be6a3 Compare October 15, 2023 17:27
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 1cabfbb to f7b56fe Compare October 23, 2023 08:10
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from e3eab29 to aeaf297 Compare November 3, 2023 16:01
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from b2562e1 to 71020dd Compare November 22, 2023 13:33
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 2ddbb18 to ad62ee4 Compare November 27, 2023 14:15
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from b4325c9 to ffa8c66 Compare December 4, 2023 15:36
@renovate renovate bot force-pushed the renovate/antd-5.x branch 4 times, most recently from 1f02ae3 to 3e3c70c Compare December 22, 2023 12:57
@renovate renovate bot force-pushed the renovate/antd-5.x branch 3 times, most recently from 44f7241 to 0fc9e57 Compare January 2, 2024 13:55
@Peedee2002 Peedee2002 closed this Feb 4, 2024
@lhvy lhvy deleted the renovate/antd-5.x branch July 27, 2024 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 dependencies 📦 Pull requests that update a dependency file deps: javascript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant