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

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

ant-design/ant-design

v5.2.2

Compare Source


v5.2.1

Compare Source


v5.2.0

Compare Source


v5.1.7

Compare Source


v5.1.6

Compare Source


v5.1.5

Compare Source


v5.1.4

Compare Source


v5.1.3

Compare Source


  • Table
    • 🛠 优化 Table shouldCellUpdate 逻辑,提升二次渲染速度。#​40063
    • 🐞 修复 Table columns.render 中如果使用闭包数据,更新闭包数据不会触发重新渲染的问题。#​40004
    • 🐞 修复 Table filter 时,边框会有黑色的问题。#​39938 @​JarvisArt
  • Button
  • 🐞 修复 Menu 自定义展开图标无法隐藏的错误。#​40071 @​Wxh16144
  • 💄 修复横向 Menu 组件暗色模式样式。#​40105
  • 💄 修复圆形 Progress 文本在 rtl 模式下不显示的问题。#​40103
  • 🐞 修复 Cascader notFoundContent 内容无法交互的问题。#​40067
  • 🐞 修复 Transfer 中 CheckBox 在列表为空的时候没有变成 disabled 状态的问题。#​40038 @​li-jia-nan
  • 💄 修复 Checkbox 同时开启 disabledindeterminate 时的样式问题。#​39974 @​ds1371dani
  • 🐞 修复 Alert.ErrorBoundary 内容溢出的问题。#​40033
  • 💄 修复 Tag onClick 为 undefined,鼠标点击也会出现边框样式。#​40023 @​crazyair
  • 💄 修复 Avatar.Group 内 Avatar 外层包裹其他元素时间距样式失效问题。#​39993
  • 🐞 修复 Submenu 箭头过渡动画不正确的问题。#​39945 @​JarvisArt
  • 🐞 修复选择列固定时滚动会被其他单元格遮盖的问题。#​39940 @​kiner-tang
  • 🌐 增加缺失的泰米尔语翻译。#​39936 @​KIRUBASHANKAR26

v5.1.2

Compare Source


  • 🆕 官网主题编辑器添加主题上传功能。#​39621 @​BoyYangzai
  • 💄 重构水波纹视效,现在可以多个水波纹同时触发了。#​39705 @​li-jia-nan
  • Table
    • 🐞 修复 Table column.filtered 更新不生效的问题。#​39883
    • 🐞 修复 Table 排序/筛选的固定列背景色透明的样式异常问题。#​39012 @​kiner-tang
  • 🐞 解决 Image 预览样式会被 TailwindCSS 影响的问题。#​39914
  • 🐞 修复 Dropdown 组件 dangerdisabled 属性同时使用的样式问题。#​39904 @​Wxh16144
  • 🐞 修复 App useAppmodal 确认按钮文案。#​39884 @​BoyYangzai
  • 🐞 修复 Input.Group 在 windows 下缩放屏幕时的错位问题。#​39842 @​heiyu4585
  • 🐞 修复 Slider 展示 Tooltip 时动画丢失的问题。#​39857
  • 🐞 修复 QRCode 过期文案在暗色模式下看不清的问题。#​39849 @​li-jia-nan
  • 🐞 修复 Tree 在暗黑模式下 switcher 背景显示异常问题。#​39838 @​kiner-tang
  • 🐞 修复 Menu 组件滑块在 border 被预设值重置时的样式问题。#​39819
  • 🐞 修复 Checkbox 禁用时不支持 Tooltip 和 Popover 的问题。#​39829

v5.1.1

Compare Source


  • 📦 在构建流程中去掉对 IE 等旧版本浏览器的支持以减少包体积。#​38779
  • ⚡️ 提升 Transfer 在大数据量下勾选和移动节点时的性能。#​39465 @​wqs576222103
  • 🐞 修复组件字体错误问题。#​39806
  • 🐞 修复 Drawer placement open width 等参数为 undefined 时默认值不生效的问题。#​39782
  • 🐞 修复 Menu 切换时图标动画效果不流畅的问题。#​39800 @​JarvisArt
  • 🐞 修复 Image 预览操作条在动态过程中会被高 zIndex 的元素覆盖。#​39788 @​JarvisArt
  • 🐞 修复 List 组件分页器错误参数导致报错问题。#​39681 @​Wxh16144
  • 🐞 修复 Space align="baseline" 不生效的问题。#​39748 @​candy4290
  • Table
    • 🐞 修复 Table 可扩展行标题没有左上边框半径的问题。#​39781 @​chunsch
    • 🐞 修复 Table 列头的圆角丢失问题。#​39723
    • 🐞 修复 Table 组件合并单元格后底部边框消失和边框重叠时颜色变深的问题。#​39729
    • ⌨️ 修正 Table aria-* 属性到 table 元素上以支持更好的可访问性。#​39700
    • ⌨️ 重置 Table 列的 aria-label 属性值。#​39738 @​kiner-tang
    • 💄 为 Table 边框添加过渡动画使其 hover 效果更顺滑。#​39713 @​JarvisArt
  • 🐞 修复 Tabs 添加按钮在暗色模式下不可见的问题。#​39724
  • 🐞 修复 Card 只有 extra 时标题栏高度不足的问题。#​39646 @​JarvisArt
  • 🐞 修复 Row 组件 justifyalign 属性,动态改变不生效的问题。#​39704 @​candy4290
  • 🐞 修复 App 中 children 使用相同 key 的警告。#​39695 @​Kamahl19#​39701 @​li-jia-nan
  • 💄 Image 组件预览交互优化. #​39812 @​JarvisArt
  • 💄 修复 Table 筛选菜单选中背景色和菜单阴影样式。#​39805
  • TypeScript
    • 🤖 修复部分 Design Token 缺少类型提示的问题。#​39754

v5.1.0

Compare Source



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 the dependencies label Jan 8, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch 27 times, most recently from fe2c045 to 5e4fc15 Compare January 9, 2023 16:11
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from ee9921d to b30867d Compare January 20, 2023 10:43
@renovate renovate bot force-pushed the renovate/antd-5.x branch 10 times, most recently from 6a12f22 to ffd5d2f Compare February 13, 2023 13:39
@renovate renovate bot force-pushed the renovate/antd-5.x branch 11 times, most recently from d9f74d7 to bc57c64 Compare February 20, 2023 23:03
@renovate renovate bot force-pushed the renovate/antd-5.x branch 4 times, most recently from 154512e to f70472a Compare February 23, 2023 16:23
@renovate renovate bot force-pushed the renovate/antd-5.x branch from f70472a to 45eaeca Compare February 23, 2023 16:30
@fcote fcote closed this Feb 23, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Feb 23, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/antd-5.x branch February 23, 2023 21:50
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