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.11.3 #129

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

ant-design/ant-design (antd)

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

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.

Copy link
Contributor

github-actions bot commented Nov 1, 2023

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 90.28% / 65% 9933 / 11002
🟢 Statements 90.28% / 65% 9933 / 11002
🟢 Functions 70.64% / 65% 308 / 436
🟢 Branches 84.23% / 65% 716 / 850
File CoverageNo changed files found.
Generated in workflow #380

@renovate renovate bot changed the title fix(deps): update dependency antd to v5.10.3 fix(deps): update dependency antd to v5.11.0 Nov 3, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch 2 times, most recently from ecc85ec to e55913f Compare November 6, 2023 07:13
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.11.0 fix(deps): update dependency antd to v5.11.1 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch 2 times, most recently from 34f2472 to 63326dc Compare November 16, 2023 10:22
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.11.1 fix(deps): update dependency antd to v5.11.2 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 63326dc to fd0ddae Compare November 17, 2023 11:28
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.11.2 fix(deps): update dependency antd to v5.11.3 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from fd0ddae to 25ef14a Compare November 22, 2023 14:31
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@LeleDallas LeleDallas merged commit 3df08fe into main Nov 24, 2023
5 checks passed
@renovate renovate bot deleted the renovate/antd-5.x-lockfile branch November 24, 2023 09:53
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