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 ~5.17.0 #54

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) ~5.16.5 -> ~5.17.0 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

v5.17.2

Compare Source

  • 🐞 MISC: Fix lib bundle mistake deps on the es module which break the build progress. #​48914

  • 🐞 MISC: 修复 lib 产物错误引入 es 依赖导致构建错误的问题。#​48914

v5.17.1

Compare Source

  • 🐞 Optimize the internal logic of the Form, fix the problem that antd takes too long time to build in Next.js. react-component/async-validator#9
  • 🐞 Fix visually not centered when Tooltip content is only one character. #​48890 @​kiner-tang
  • Button
    • 🐞 Fix hover and active styles not differentiating when Button type="text"and type="danger" are used together. #​48876 @​LonelySnowman
  • Fix issue where some components throw findDOMNode warnings
  • 💄 Add className to internal component Spin given by Drawer to prevent internal Spin styles from overriding user-passed Spin styles. #​48857 @​li-jia-nan
  • 💄 Fix missing bottom border when Card size="small". #​48787 @​wanpan11
  • 🐞 Fix AutoComplete tagRender not working for maxTag and clicking on an edge triggering unexpected closure of the layer. #​48798
  • RTL
    • 💄 Fix Button's missing icon order and margins under RTL. #​48821
  • TypeScript

  • 🐞 优化 Form 组件底层逻辑,修复了 antd 在 Next.js 中构建时间太长的问题。react-component/async-validator#9
  • 🐞 修复 Tooltip 内容只有一个字符时视觉不居中的问题。#​48890 @​kiner-tang
  • Button
    • 🐞 修复 Button type="text"type="danger" 同时使用时 hover 和 active 样式没有区分的问题。#​48876 @​LonelySnowman
  • 修复部分组件抛出 findDOMNode 警告的问题
  • 💄 给 Drawer 的内部组件 Spin 添加 className,防止内部 Spin 样式覆盖用户传入的 Spin 样式。#​48857 @​li-jia-nan
  • 💄 修复 Card size="small" 时下边框丢失的问题。#​48787 @​wanpan11
  • 🐞 AutoComplete 修复 tagRender 对 maxTag 无效的问题和点击边缘会触发弹层意外关闭的问题。#​48798
  • RTL
    • 💄 修复 Button 在 RTL 下的图标顺序和边距缺失问题。#​48821
  • TypeScript

v5.17.0

Compare Source


  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider 支持配置 layer 统一降级 默认 CSS 优先级。经过降权后,antd 的样式将始终低于默认的 CSS 选择器优先级,以便于用户进行样式覆盖(请务必注意检查 @​layer 浏览器兼容性),详情可见文档#​48229
  • 🆕 Carousel 现在支持 arrows 来开启箭头切换功能。#​48542
  • Form
    • 🛠 Form 依赖的 async-validator 替换为 @rc-component/async-validator,并修复 transform 没有自动检测返回值类型的问题。#​48486 @​crazyair
    • 🆕 Form 新增 inlineMargin token。#​48362 @​CooperHash
    • 🐞 修复 Form 下出现错误时无法滚动到 Upload 组件的问题。#​48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph 的编辑、复制按钮允许修改 tableIndex#​48567 @​nova1751
    • 🐞 修复 Typography 开启 editable 时会意外触发 focus 行为的问题。#​48741
  • DatePicker
    • 🆕 DatePicker.RangePicker showTime.disabledTime 支持 info.from 以供时间维度的自定义限制能力。#​48625
    • 🐞 修复 DatePicker 关闭时回填 hover 值闪烁的问题。#​48734
  • Drawer
  • Slider
    • 🐞 修复 Slider tooltip={{ open: false }} 时提示框未正确隐藏的问题。#​48708
    • 🐞 修复 Slider tooltip={{ formatter: null }} 无法隐藏 Tooltip 的问题。#​48673 @​wanpan11
  • Button
  • 🆕 ConfigProvider 组件支持 button.autoInsertSpace 属性并废弃 autoInsertSpaceInButton 属性。#​48348 @​li-jia-nan
  • 🆕 TreeSelect 支持 onPopScroll 属性。#​48636 @​wanpan11
  • 🆕 Tabs 新增 more={{ ... }} 属性以支持自定义下拉菜单的属性。#​48321 @​CooperHash
  • 🆕 Flex 组件 wrap 参数支持 boolean 类型。#​48391 @​li-jia-nan
  • 🆕 Input.OTP 组件支持 mask 属性,以自定义遮罩字符。#​48257 @​li-jia-nan
  • 🆕 Alert 组件支持 idref 属性。#​48336 @​li-jia-nan
  • 🆕 Upload 组件 ref.nativeElenent 以支持访问原生元素。#​48210 @​Wxh16144
  • 🐞 修复 List grid 属性值更新后组件未重新渲染的问题。#​48683 @​coderz-w
  • 🐞 修复 Progress tooltip 提示距离太近的问题。#​48686
  • 🐞 修复 QRCode 无法自适应容器大小的问题并移除 bordered={false} 时的默认边距。#​48194 @​thinkasany
  • 🐞 修复 Table 组件设置 fixed={false} 时的某些特殊情况下未正常显示投影的问题。#​1113 @​linxianxi
  • 📖 添加 Table 表格列拖拽排序演示。#​48434 @​GeorgeHcc
  • TypeScript
  • 本地化

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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

vercel bot commented May 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lobe-vidol ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 12, 2024 2:44am

@lobehubbot
Copy link
Member

👍 @renovate[bot]


Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant