Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

fix(deps): update dependency antd to v4.6.6 #33

Merged
merged 1 commit into from
May 22, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

ant-design/ant-design

v4.6.6

Compare Source


v4.6.5

Compare Source

  • 💄 Fix Descriptions item long text ellipsis issue. #​26820
  • 🐞 Fix Menu unexpected scrollbar when show and hide. #​26817
  • 🐞 Fix @layout-sider-background cannot set to linear gradient color. #​26810
  • 🐞 Fix Select compositing status lost when input first letter in Chinese. #​26796
  • 🐞 Fix Table @table-sticky-zindex less compile error issue. #​26800 @​chimp1nski
  • Button
    • 💄 Fix Button align issue when has icon only. #​26785
    • 🐞 Fix Button warning Invalid value for prop navigate when using with react-router. #​26740 @​knobo
  • 💄 Fix TimePicker column align issue, add @picker-time-panel-column-width and @picker-time-panel-column-height less variables. #​26784
  • 🐞 Fix AutoComplete warning when using placeholder and allowClear. #​26765
  • 🐞 Fix Space show items when it's render empty dom. #​26721 @​knobo
  • 🛠 Dedupe rc-trigger version to reduce package size. #​26803
  • TypeScript

  • 💄 修复 Descriptions 长文本溢出的样式问题。#​26820
  • 🐞 修复 Menu 子菜单展开/收起时会出现滚动条的问题。#​26817
  • 🐞 修复 @layout-sider-background 变量不能设置为渐变色的问题。#​26810
  • 🐞 修复 Select 搜索时输入第一个字符后中文输入法状态丢失的问题。#​26796
  • 🐞 修复 Table @table-sticky-zindex less 报错问题。#​26800 @​chimp1nski
  • Button
    • 💄 修复 Button 只有图标时的对齐问题。#​26785
    • 🐞 修复 Button 和 react-router 一起使用时抛出 Invalid value for prop navigate 的问题。#​26740 @​knobo
  • 💄 修复 TimePicker 选择框 hover 时文字内容左移的问题,并新增 @picker-time-panel-column-width@picker-time-panel-column-height less 变量。#​26784
  • 🐞 修复 AutoComplete 使用 placeholderallowClear 时抛出警告的问题。#​26765
  • 🐞 修复 Space 空条目会占据一格的样式问题。#​26721 @​knobo
  • 🛠 去重多版本 rc-trigger 以降低打包尺寸。#​26803
  • TypeScript

v4.6.4

Compare Source

  • 💄 style: Card card image has extra 1px border. #​26659
  • 💄 Fix Select placeholder color not same as Input. #​26651 @​wangcch
  • 🐞 Fix Menu not support React.Fragment inside. #​26656
  • 🐞 Fix TextArea different behavior with Input when set value to undefined. #​26652
  • 🐞 Fix Motion related issue like Upload align flash and Form.Item with help ssr issue. #​26628
  • 🐞 Fix Typography.Link warning Invalid value for prop navigate when using with react-router. #​26623
  • 🐞 Fix Table pagination missing when is above table. #​26618
  • 🐞 Fix Upload in control miss file when upload multiple file in same time. #​26612
  • TypeScript
    • 🤖 Fix Table that sorter compare and multiple should be optional. #​26686

  • 💄 修复 Card 封面图片上有 1px 白边的问题。#​26659
  • 💄 修复 Select 的 placeholder 颜色与 Input 不一致的问题。#​26651 @​wangcch
  • 🐞 修复 Menu 不支持 React.Fragment 的问题。#​26656
  • 🐞 修复 TextArea 设置 valueundefined 时和 Input 行为不一致的问题。#​26652
  • 🐞 修复 Motion 相关问题例如 Upload 对齐闪烁与 Form.Item 配置 help 的 ssr 问题。#​26628
  • 🐞 修复 Typography.Link 和 react-router 一起使用时抛出 Invalid value for prop navigate 的问题。#​26623
  • 🐞 修复 Table 分页器在表格上方消失的问题。#​26618
  • 🐞 修复 Upload 受控时同时上传多份文件会丢失部分文件的问题。#​26612
  • TypeScript
    • 🤖 修复 Table sorter 的 comparemultiple 不是可选的问题。#​26686

v4.6.3

Compare Source


  • 🛎 移动 props 中的 className 到最后。#​26602
  • Table
    • 💄 修复 Table 嵌套表格样式会影响所有子层级表格的问题。#​26568 @​willc001
    • 🐞 修复 Table 上方元素 float: right; 后无法交互的问题。#​26599
  • 🐞 修复 Modal 关闭时导致滚动条向上跳动的问题。#​26538
  • 🐞 修复 Upload 组件中 customRequestonError 的类型定义。#​26601 @​yingpengsha
  • 🐞 修复 Select/TreeSelect 在 Chrome 下出现原生自动完成列表的问题。#​26590
  • 🐞 修复 Cascader 搜索时 value 被覆盖的情况。#​26569 @​lich-yoo
  • 🐞 修复 Modal 在某些情况下溢出视窗的问题。#​25765 @​tanmoyopenroot
  • 🐞 修复 Radio.Group 在 legacy Form 中,不能正常工作的问题。#​26555 @​willc001
  • 🐞 修复 Pagination 切换按钮在 windows 下的对齐问题。#​26549
  • 🐞 修复 Form 使用 help 时出现的同构问题。#​26542
  • 🐞 修复 Avatar 在 display: none 时不会正确缩放 fallback 文字的问题。#​26522 @​zhangyu1818
  • TypeScript
    • 🤖 Col 增加 ColSize 增加 flex 的定义。 #​26578 @​blaiz
    • 🤖 修复 Tooltip/Popover children 定义不接受 ReactNode 的问题。#​26534

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@vercel
Copy link

vercel bot commented May 16, 2023

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

Name Status Preview Updated (UTC)
candy ❌ Failed (Inspect) May 16, 2023 3:33am

@Innei Innei merged commit 5811818 into master May 22, 2023
@renovate renovate bot deleted the renovate/antd-4.6.x branch May 22, 2023 08:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant