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.19.0 #103

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

ant-design/ant-design (antd)

v5.19.3

Compare Source

v5.19.2

Compare Source


  • 🐞 修复 List actions 为空数组时会渲染 0 的问题。#​49842 @​int64ago
  • 🐞 修复 Upload 拖拽上传文件夹时,beforeUpload fileList 不完整的问题。#​49832 @​coderz-w
  • Descriptions
  • 🐞 修复 Spin percentsize 一同使用时,样式不正确的问题。#​49876
  • 🇮🇳 补充 DatePicker 的 kn_IN 本地化文案。#​49860 @​neerajap-01
  • Typescript
    • 🐞 修复 Tree iconswitcherIcon 参数类型未能正确推导的问题。#​49821
    • 🐞 回滚 Cascader multiple 定义更新导致 value 定义丢失的问题。#​49741 @​YangZhi1

v5.19.1

Compare Source


v5.19.0

Compare Source

  • 🆕 ConfigProvider now supports global configuration for variant. #​49535 @​MadCcc
  • QRCode
  • 🆕 Select component's filterSort property now includes searchValue parameter. #​49352 @​MadCcc
  • 🆕 Pagination adds simple property, supports read-only mode, and introduces align property. #​49562 @​coding-ice
  • 🐞 Enhanced Anchor's affix property for more configuration options. #​49295 @​gin-lsl
  • DatePicker
    • 🐞 Fixed missing arrow in DatePicker/TimePicker RangePicker with placement set to topRight or bottomRight.#​49333
    • 🐞 Fixed missing accessible text for DatePicker switch button, style issue in RTL mode for DatePicker.RangePicker, and crash when entering wrong end value in year selection of DatePicker.RangePicker.#​49333
    • 🐞 Fixed DatePicker.RangePicker resetting selected dates when entering dates via keyboard. #​49333
  • 🐞 Button fixed disabled property not working when used as Dropdown trigger. #​47363
  • 🐞 InputNumber now warns when using type=number with changeOnWheel. #​49648 @​wanpan11
  • Table
    • 🐞 Table fixed issue with locale.emptyText showing default value when set to a non-undefined value. #​49599 @​照明胧
    • 🐞 Fixed Table filter panel not working after customizing global Empty style. #​49548 @​duqigit
  • 🐞 Upload fixed rendering performance issue when listing many files in list mode. #​49598 @​tlkv
  • 💄 Added initial styles for SubMenu node in Menu. #​49643 @​wanpan11
  • 💄 Improved active style for Slider handle. #​49630
  • 💄 Optimized variant=borderless style for DatePicker, TimePicker, Select, TreeSelect, Input, InputNumber, Mentions, now distinguishable when setting status property. #​49608
  • 🐞 Fixed Typography ellipsis not working when parent has nowrap style. #​49667
  • TypeScript:
  • 🌐 Locales

  • 🆕 ConfigProvider 现支持全局配置 variant#​49535 @​MadCcc
  • 🆕 QRCode
  • 🆕 Select 组件的 filterSort 属性现新增获取 searchValue 的参数。#​49352 @​MadCcc
  • 🆕 Pagination 支持 simple={{ readOnly }} 属性和 align 属性。#​49562 @​coding-ice
  • 💄 优化了 Slider 滑块的激活样式。#​49630
  • 🐞 增强了 Anchor 的 affix 属性,支持更多配置项。#​49295 @​gin-lsl
  • DatePicker
    • 🐞 修复了 DatePicker/TimePicker 的 RangePicker 在 placement 设置为 topRightbottomRight 时箭头丢失的问题。#​49333
    • 🐞 修复了 DatePicker 切换按钮缺失可访问性文本的问题,修复了 DatePicker.RangePicker 在 RTL 模式下的样式问题。#​49333
    • 🐞 修复了 DatePicker.RangePicker 年选择器输入结束值错误导致报错的问题。#​49333
    • 🐞 修复了 DatePicker.RangePicker 键盘输入日期时已选日期重置的问题。#​49333
  • 🐞 Button 修复了用作 Dropdown triggerdisabled 属性不生效的问题。#​47363
  • 🐞 InputNumber 在同时使用 type=numberchangeOnWheel 时现在会给出警告提示。#​49648 @​wanpan11
  • 🐞 修复 Dropdown 次级菜单 reset 样式丢失的问题。#​49643 @​wanpan11
  • 💄 优化了 DatePicker、TimePicker、Select、TreeSelect、Input、InputNumber、Mentions 的 variant="borderless" 样式,现在在设置 status 属性时也能够被区分。#​49608
  • Table
    • 🐞 Table 修复了 locale.emptyText 设置为非 undefined 值时仍会显示默认值的问题。#​49599 @​照明胧
    • 🐞 Table 自定义全局组件的 Empty 样式后,Table的过滤面板没生效的问题。#​49548 @​duqigit
  • 🐞 Upload 修复了在列表模式下文件过多时出现的渲染性能问题。#​49598 @​tlkv
  • 🐞 Typography 修复在父元素存在 nowrap 样式时,ellipsis 不生效的问题。#​49667
  • 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 was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jul 7, 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 Jul 7, 2024 3:40am

@renovate renovate bot added the dependencies label Jul 7, 2024
@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.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

@renovate renovate bot changed the title chore(deps): update dependency antd to ~5.19.0 Update dependency antd to ~5.19.0 Jul 7, 2024
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.

1 participant