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

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) ^4.18.6 -> ^5.0.0 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

v5.21.6

Compare Source

  • 🐞 Fix Tree.DirectoryTree interactive area not being a whole row. #​51210
  • 🐞 Fix the Button icon was not vertically centered. #​51381
  • 🐞 Fix the pointer style not set to not-allowed in the disabled state when variant of the Input was set to borderless. #​51387 @​ustcfury
  • Splitter
    • 💄 Improve the pre-rendered style of Splitter under SSR. #​51378
    • 💄 Increased the click area of ​​the Splitter collapse button to improve usability. #​51383 @​aojunhao123
  • 💄 Improve Checkbox indeterminate to enhance accessibility experience. #​51350 @​SpaNb4
  • 💄 Improve the title of the Empty preset svg image to improve accessibility experience. #​51368

  • 🐞 修复 Tree.DirectoryTree 交互区域不是整行的问题。#​51210
  • 🐞 修复 Button 图标未垂直居中的问题。#​51381
  • 🐞 修复 Input 组件 variant 设置 borderless 时,disabled 状态下指针样式未设置 not-allowed 的问题。#​51387 @​ustcfury
  • Splitter
  • 💄 优化 Checkbox indeterminate 提升无障碍体验。#​51350 @​SpaNb4
  • 💄 优化 Empty 预设 svg 图片的 title 提升无障碍体验。#​51368

v5.21.5

Compare Source


v5.21.4

Compare Source


v5.21.3

Compare Source

  • 💄 Added a scroll bar to Dropdown when having many items. #​51112 @​Cameron-Asdf
  • Slider #​51150 @​yoyo837
    • 🐞 Fix Slider issue where the id prop is not supported.
    • 🐞 Fix Slider to address the issue causing useLayoutEffect does nothing on the server warning when extractStyle is invoked.
  • 🐞 Fix ColorPicker with gradient mode, sometimes handle color will be force sync back to first handle color issue. #​51161 @​zombieJ
  • 🐞 Fix Table onChange function receiving incorrect sorter value. #​51114 @​nathanlao
  • Splitter
  • 🐞 MISC: Restore react and react-dom peerDependencies. #​51079 @​chentsulin
  • TypeScript

  • 💄 优化 Dropdown 列表较长时的滚动条样式。#​51112 @​Cameron-Asdf
  • Slider #​51150 @​yoyo837
    • 🐞 修复 Slider 不支持 id 属性的问题。
    • 🐞 修复 Slider 导致 extractStyle 时抛出 useLayoutEffect does nothing on the server 警告信息的问题。
  • 🐞 修复 ColorPicker 渐变色时,部分节点颜色拖拽会被强制重置为第一个节点颜色的问题。#​51161 @​zombieJ
  • 🐞 修复 Table 组件在切换页面时 onChange 函数接收到错误的 sorter 值的问题。#​51114 @​nathanlao
  • Splitter
  • 🐞 杂项:重新将 reactreact-dom 添加进 peerDependencies。#​51079 @​chentsulin
  • TypeScript

v5.21.2

Compare Source


v5.21.1

Compare Source


v5.21.0

Compare Source


v5.20.6

Compare Source


v5.20.5

Compare Source

  • 🛠 Adjust Tree & TreeSelect defaultExpandAll logic to only add internal expandedKeys which treeNode has children instead to avoid perf issue when with large data or loadData case. #​50689 @​zombieJ
  • 🐞 Fix Cascader not show parent option in search when using multiple. #​50689
  • 🐞 Fix Typography ellipsis.tooltip.title with ReactNode will cause dead loop. #​50688 @​zombieJ

  • 🛠 调整 Tree 与 TreeSelect 的 defaultExpandAll 的行为,仅将有子节点的 treeNode 加入 expandedKeys 以防止在大数据与 loadData 异步的情况下引发的性能问题。#​50689 @​zombieJ
  • 🐞 修复 Cascader 在 multiple 下搜索不会显示父节点作为选项的问题。#​50689
  • 🐞 修复 Typography ellipsis.tooltip.title 配置 ReactNode 会导致死循环的问题。#​50688 @​zombieJ

v5.20.4

Compare Source


v5.20.3

Compare Source

  • 🐞 Refactor Typography native css ellipsis measure logic to handle precision edge case. #​50514 @​zombieJ
  • 🐞 Fix ColorPicker onChangeComplete not correct when click directly without move on the picker panel. #​50501 @​zombieJ
  • 🐞 Fix FloatButton.Group with controlled mode warning for nest updating issue. #​50500 @​zombieJ

  • 🐞 重构 Typography 在使用 css 原生省略时的检查逻辑,以解决屏幕缩放等情况下的精度问题。#​50514 @​zombieJ
  • 🐞 修复 ColorPicker 组件在面板上不拖拽直接点击的时候,onChangeComplete 返回值不正确的问题。#​50501 @​zombieJ
  • 🐞 修复 FloatButton.Group 在受控模式下 React 会警告递归更新的问题。#​50500 @​zombieJ

v5.20.2

Compare Source

  • 💄 Fix the suffix style problem of InputNumber without control. #​50450 @​coding-ice
  • 🆕 Form rule.message supports skipping variable substitution through \\${}. #​50412 @​zombieJ
  • 🐞 Fixed the issue where the rounded corners of the trigger element are missing when the FloatButton component has shape="square" and in menu mode when the menu pops up. #​50408 @​li-jia-nan
  • 🐞 Fixed the problem that Upload.Dragger does not work when dragging and dropping upload folders. #​50394 @​huiliangShen
  • 🐞 Fixed the issue where the arrow icon disappears after hovering when Select specifies getPopcontainer={node=node.parentNode}. #​50382 @​afc163
  • 🐞 Fixed the arrow misalignment error when Popover sets the arrow.pointAtCenter property. #​50260 @​Wxh16144
  • 📖 Transfer adds Russian and Ukrainian localization copy. #​50429 @​alexlag
  • TypeScript

v5.20.1

Compare Source


v5.20.0

Compare Source

  • 🛠 Replace ColorPicker internal @ctrl/tiny-color with @ant-design/fast-color. #​49846
  • 🆕 ConfigProvider support indicator property for Spin. #​50183 @​coding-ice
  • 🆕 Upload showUploadList support extra for additional content. #​50098 @​guoyunhe
  • 🆕 Tree support custom loading icon for tree nodes with new prop switcherLoadingIcon. #​49716 @​coding-ice
  • 🆕 Slider support range.editable to dynamic add/remove handles. #​49923
  • 🆕 Slider range.editable support minCount and maxCount. #​49987
  • 🆕 Support custom status render in QRCode. #​49563 @​kiner-tang
  • 🆕 Table component supports custom Filter dropdown box empty status. #​49613 @​Wxh16144
  • 🆕 Allow user to add the Divider style of dashed, dotted or solid. #​49654 @​pinaki-08
  • 🆕 InputNumber supports suffix prop. #​49674 @​coding-ice
  • 🆕 ColorPicker support gradient color type and fix controlled mode not working. #​50050
  • 🆕 Input/TextArea/Mentions support onClear prop. #​49905 @​li-jia-nan
  • ⌨️ Optimize Input be changed repeatedly when hold the enter key in multi-mode. rc-input#72 @​crazyair
  • 🐞 Fix the issue where line-height is not effective in cssinjs mode for ColorPicker. #​50220 @​vagusX
  • 🐞 Fix cursor disabled state for ColorPicker. #​50217 @​coding-ice
  • 🐞 Fix grouping columns does not apply sorting for Table. #​50086 @​Zyf665
  • 🐞 Fix Popover/PopConfirm/Tooltip with topLeft, topRight, bottomLeft, bottomRight zoom in transform origin not correct when target element width is too large. #​50134
  • 💄 Fix Tree f

Configuration

📅 Schedule: Branch creation - "before 7am" in timezone Europe/Madrid, 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 was generated by Mend Renovate. View the repository job log.

@relativeci
Copy link

relativeci bot commented Mar 11, 2023

Job #162: Bundle Size — 927.2KiB (-34.06%).

609f8bb(current) vs 77ea61c master#12(baseline)

⚠️ Bundle contains 3 duplicate packages
⚠️ Bundle introduced 18 new packages: stylis, dayjs, rc-input and 15 more

Metrics (5 changes)
                 Current
Job #162
     Baseline
Job #12
Initial JS 730.76KiB(+15.74%) 631.36KiB
Initial CSS 575B(-99.9%) 539.75KiB
Cache Invalidation 99.77% 0%
Chunks 10 10
Assets 11 11
Modules 3416(+103.33%) 1680
Duplicate Modules 0 0
Duplicate Code 0% 0%
Packages 128(+0.79%) 127
Duplicate Packages 3 3
Total size by type (3 changes)
                 Current
Job #162
     Baseline
Job #12
CSS 669B (-99.88%) 539.88KiB
Fonts 0B 0B
HTML 310B (-0.64%) 312B
IMG 2.7KiB 2.7KiB
JS 923.54KiB (+6.97%) 863.33KiB
Media 0B 0B
Other 0B 0B

View job #162 reportView renovate-antd-5.x branch activity

@renovate renovate bot force-pushed the renovate-antd-5.x branch 2 times, most recently from 144c529 to 99d10b5 Compare March 12, 2023 00:56
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 99d10b5 to bae9fe7 Compare March 19, 2023 03:46
@renovate renovate bot force-pushed the renovate-antd-5.x branch from bae9fe7 to 785f36f Compare March 19, 2023 05:41
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 785f36f to 1260d80 Compare March 19, 2023 05:43
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 1260d80 to 9cab780 Compare March 19, 2023 05:44
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 9cab780 to a768ef9 Compare March 19, 2023 06:57
@renovate renovate bot force-pushed the renovate-antd-5.x branch from a768ef9 to 44e852b Compare March 19, 2023 08:55
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 44e852b to 3402321 Compare March 19, 2023 11:02
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 3402321 to dfabda3 Compare March 19, 2023 13:22
@renovate renovate bot force-pushed the renovate-antd-5.x branch from dfabda3 to 42d8f82 Compare March 26, 2023 05:28
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 42d8f82 to 7304443 Compare March 26, 2023 05:29
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 7304443 to 30f304a Compare April 2, 2023 05:10
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 30f304a to 1ec38f2 Compare April 2, 2023 09:13
@renovate renovate bot force-pushed the renovate-antd-5.x branch from b386b2a to f6c49e6 Compare April 30, 2023 06:23
@renovate renovate bot force-pushed the renovate-antd-5.x branch from f6c49e6 to fb5b429 Compare April 30, 2023 09:15
@renovate renovate bot force-pushed the renovate-antd-5.x branch from fb5b429 to c2a2e65 Compare April 30, 2023 12:02
@renovate renovate bot force-pushed the renovate-antd-5.x branch from c2a2e65 to 528045b Compare May 7, 2023 01:56
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 528045b to 2da9342 Compare May 7, 2023 04:20
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 2da9342 to 4b9b434 Compare May 7, 2023 07:57
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 4b9b434 to c75c2f0 Compare May 21, 2023 00:54
@renovate renovate bot force-pushed the renovate-antd-5.x branch from c75c2f0 to 5b09d18 Compare May 21, 2023 03:45
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 5b09d18 to 4c427b9 Compare June 4, 2023 00:04
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 4c427b9 to a70707e Compare June 11, 2023 00:15
@renovate renovate bot force-pushed the renovate-antd-5.x branch from a70707e to 1d481c0 Compare June 19, 2023 20:46
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 1d481c0 to 3d0134a Compare June 19, 2023 20:49
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 3d0134a to 609f8bb Compare June 19, 2023 20:59
@renovate renovate bot changed the base branch from update-dependencies to master October 13, 2023 20:15
@renovate renovate bot enabled auto-merge (rebase) March 20, 2024 16:09
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