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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

ant-design/ant-design

v5.4.6

Compare Source

  • 🐞 Fix lots of Table border and radius styling issues. #​41985
  • 💄 Fix Layout.Sider collapse animation style. #​41993
  • 🐞 Fix InputNumber font-size error. #​41983
  • 🐞 Fix responsive Col don't support flex prop in colSize. #​41962 @​AlexisSniffer
  • 🐞 Fix Carousel goTo is ignored if animation is in progress. #​41969 @​guan404ming
  • Form
    • 🐞 Resolve issue about the feedback icon was not reset after a reset event had been triggered. #​41976
    • 🐞 Fixed inaccurate data collected by onValuesChange. #​41976
  • TypeScript

  • 🐞 修复 Table 一系列边框和圆角的样式细节问题。#​41985
  • 💄 修复 Layout.Sider 折叠时丢失动画的问题。#​41993
  • 🐞 修复 InputNumber 字体样式错误。#​41983
  • 🐞 修复响应式 Col colSize 不支持 flex 的问题。#​41962 @​AlexisSniffer
  • 🐞 修复 Carousel goTo 在动画播放时无效的问题。#​41969 @​guan404ming
  • Form
  • 🐞 修复 Form 触发重置事件后反馈图标未重置的问题。#​41976
  • 🐞 修复 onValuesChange 收集到的数据不准确的问题。#​41976
  • TypeScript
    • 🤖 修复 Menu 报错 OverrideContext 类型定义不存在的问题。#​41907
    • 🤖 修复 TreeSelect 定义不支持 aria-* 的问题。#​41978 @​guan404ming

v5.4.5

Compare Source


  • 🐞 修复 Anchor 组件 onChange 方法改变后不触发的问题。#​41934 @​Yuiai01
  • 🐞 修复 InputNumber 组件样式被浏览器原生样式覆盖的问题。#​41940 @​Wxh16144
  • Tree
  • 🛠 升级 rc-switch 以修复重复引入 @babel/runtime/helpers 的问题,减小打包体积。#​41954

v5.4.4

Compare Source

  • 💄 Fix Message hooks icon style not follow dynamic theme token. #​41899
  • 🐞 Fix that cssinjs may crash if CSS value is undefined. #​41896

  • 💄 修复 Message hooks 的图标样式不跟随动态主题 token 切换的问题。#​41899
  • 🐞 修复 CSS 属性值为 undefined 时 cssinjs 报错的问题。#​41896

v5.4.3

Compare Source

  • 🐞 Fix FloatButton throws warning findDOMNode is deprecated in StrictMode. #​41833 @​fourcels
  • 🐞 Arrow element support more old browsers which do not support clip-path: path(). #​41872
  • 🐞 Fix Layout.Sider transition issue when switch theme. #​41828
  • 🐞 Fix the problem that when the type of Tour is primary, the color of the arrow is still white. #​41761
  • 🐞 Optimize Form field binding, now will ignore comments in Form.Item as subcomponents. #​41771
  • 🐞 Fix Input.Password show additional toggle button in Edge. #​41759
  • 💄 Fix styling issues with components that have a Tooltip component as their base within the Space.Compact wrapper. #​41707 @​foryuki
  • 🇩🇪 Fix typo in German locale. #​41780 @​aaarichter
  • TypeScript

  • 🐞 修复 FloatButton 警告: findDOMNode is deprecated in StrictMode.。#​41833 @​fourcels
  • 🐞 箭头元素兼容旧版本不支持 clip-path: path() 的浏览器。 #​41872
  • 🐞 修复 Layout.Sider 切换主题时存在背景切换延迟的问题。#​41828
  • 🐞 修复 Tour 的 type="primary" 时箭头的颜色仍为白色的问题。#​41761
  • 🐞 优化 Form 字段绑定,现在会忽略在 Form.Item 内的注释不再作为子组件进行绑定。 。#​41771
  • 🐞 修复 Input.Password 在 Edge 中会额外展示切换按钮的问题。#​41759
  • 💄 修复 Space.Compact 包裹底层为 Tooltip 组件的组件时的样式问题。#​41707 @​foryuki
  • 🇩🇪 修复德语本地化文案。#​41780 @​aaarichter
  • TypeScript

v5.4.2

Compare Source


v5.4.1

Compare Source


  • 💄 优化类 Select 组件弹窗逻辑,现在总是会尝试优先在可视区域展示以减少用户额外滚动成本。#​41619
  • 💄 去除 Badge.Ribbon 里固定的高度。#​41661 @​MuxinFeng
  • 🐞 修复 Select 在搜索时宽度变为 0px 的问题。#​41722
  • 🐞 修复 Empty 空数据组件在宽度不够的容器内样式错位的问题。#​41727
  • 🐞 改进 Form.Item noStyle 验证消息显隐逻辑。#​41698 @​Wxh16144
  • 🐞 修正 Form.Item 不应支持设置 requiredMark 的问题。#​41725 @​Wxh16144
  • 🐞 修复 Space 影响父元素字体大小和样式的问题。#​40326
  • 🐞 修复 Pagination 简洁模式中的上一页下一页按钮 hover 样式丢失的问题。#​41685
  • 🐞 修复 Tree switcherIcon 无法隐藏。#​41708 @​acyza
  • 🐞 修复 List.Item.Meta 的 avatar 和 title 不对齐。#​41688 @​Yuiai01
  • 🐞 修复 Row 的 justify 设置为 space-evenly 无效。#​41679 @​Yuiai01
  • 🐞 修复 Button props 类型定义支持 data-* 属性。#​41650
  • 🐞 修复表格列宽不够的问题 issue 40814#​41626
  • 🐞 修复 Mentions 弹层样式。#​41660
  • 🐞 改进 Form.Item 关于 require 的判断逻辑。#​41623 @​Wxh16144
  • 国际化

v5.4.0

Compare Source


  • 🗑 移除 antd/es/locale-provider antd/lib/locale-provider 目录,LocaleProvider 已在 4.x 版本移除,使用 ConfigProvider 作为替代。#​41289 @​li-jia-nan
  • 🆕 DatePicker 等时间类组件可以定制 luxon 作为日期库。#​41580 @​hihuz
  • 🆕 新增 Form.Item.useStatus 以支持获取错误状态信息。#​41554 @​Yuiai01
  • 🆕 Input 和 Input.TextArea 组件支持 classNamesstyles 属性,用于更细粒度的样式自定义。#​41493
  • 🆕 Tag 新增无边框模式。#​41305 @​li-jia-nan
  • 🆕 FloatButton 支持用 badge 属性开启角标功能。#​41040 @​li-jia-nan
  • 🆕 Select 支持 title 属性以便覆盖一些自带的 title 提示。#​41280
  • 🆕 Image 组件支持设置 preview.rootClassName#​41265 @​Yuiai01
  • 🆕 Modal 组件支持 afterOpenChange 属性。#​41253 @​MuxinFeng
  • 🆕 Form.useWatch 新增 preserve 参数,支持在 Form.Item 未注册的情况下 setFieldValue 时触发监听。#​41191 @​li-jia-nan
  • 🛠 使用 useMemo 重构部分组件代码。#​41533 #​41550 @​li-jia-nan
  • 🛠 使用 React hooks 重构 Checkbox,并优化了 TS 定义。#​41117
  • 🛠 重构 Input.TextArea 文字计数实现方式,移至 affixWrapper 元素中。#​41450
  • 🆕 DatePicker/Calendar 组件新增 cellRender 用于自定义日期单元格,同时在 DatePicker 中废弃 dateRendermonthRender 等属性,在 Calendar 中废弃 dateCellRendermonthCellRenderdateFullCellRendermonthFullCellRender 等属性。#​41584 @​kiner-tang
  • 🐞 修复 Tour 出现两个箭头的问题。#​41578 @​acyza
  • 🐞 修复 Checkbox 配置 controlHeight token 时勾选框与文字不对齐的问题。#​41566
  • 🐞 修复 Form.Item 存在 help 值时在 Modal 中没有正确渲染元素。#​40519 @​Yuiai01
  • 🐞 修复 Form 使用 hasFeedback 时表单状态不对的问题。#​41594 @​Yuiai01
  • 🐞 修复 Slider 组件显示 Warning: [antd: Tooltip] forcePopupAlign is align to forceAlign instead 警告信息的问题。#​41540 @​MuxinFeng
  • 🐞 修复可选择 Table 的勾选框在边缘点击的时候无法触发勾选的问题。#​41519
  • 国际化

v5.3.3

Compare Source

  • Menu
  • 🐞 Fix Table filter do not persist filter status when filter dropdown is visible. #​41445 @​ablakey
  • 🐞 Fix Modal using useModal is not transparent and prefers user settings. #​41422 @​luo3house
  • Form
  • 💄 Fix ConfigProvider nonce not working on CSS-in-JS style. #​41482
  • 💄 Fix Pagination when size=small, pagination button active, previous page next page button hover and active styles are lost. #​41462 #​41458
  • 💄 Fix the style problem that the bottom border of the Tabs component overlaps with other borders. #​41381
  • 💄 Fix Dropdown.Button down icon size issue. #​41501
  • TypeScript
  • Locales

  • Menu
  • 🐞 修复 Table 过滤器未保持状态当筛选下拉框展示时。#​41445 @​ablakey
  • 🐞 修复 Modal 使用 useModal 未透传并优先选择用户设定。#​41422 @​luo3house
  • Form
  • 💄 修复 ConfigProvider nonce 对 CSS-in-JS 样式不生效的问题。#​41482
  • 💄 修复 Pagination size=small 时,分页按钮 active、上一页下一页按钮 hover 和 active 样式丢失。#​41462 #​41458
  • 💄 修复 Tabs 组件下边框与其他边框叠加的样式问题。#​41381
  • 💄 修复 Dropdown.Button down 图标尺寸问题。#​41501
  • TypeScript
  • 国际化

v5.3.2

Compare Source


v5.3.1

Compare Source

  • 🐞 Update DatePicker deps to fix laggy in Safari and support align with transform scale. #​41090
  • 🐞 Fix Menu collapse, Tooltip sometime show with unexpected. #​41081
  • 🐞 Fix Modal.confirm has additional node which makes height not correct. #​41173 @​Svudec
  • 🐞 Fixed InputNumber disabled text color not correct. #​41167 @​Yuiai01
  • 🐞 Fix Anchor highlighting not working when dynamically updating items. #​40743 @​zqran
  • 🛠 Update Mentions deps to support align with transform scale. #​41160 @​MuxinFeng
  • 🐞 Fix Form with manually called validateFields not show success status when hasFeedback is on. #​41116 @​kiner-tang
  • 🐞 Fix Cascader sub panel not close when hover to leaf node. #​41134
  • 🐞 Fix Popconfirm using Promise to close will not exist loading state even when open again. #​41121
  • 🐞 Fix Upload onChange sometime not sync when in React 18. #​41082 @​li-jia-nan
  • 🛎 Update demo with Space.Compact instead of legacy one and patch warning info. #​41080 @​Yuiai01
  • 🌐 Update ko_KR、Added Amharic Language. #​41103 @​li-jia-nan

  • 🐞 更新 DatePicker 底层依赖,修复 Safari 下卡顿,支持 transform scale 下对齐。#​41090
  • 🐞 修复 Menu 收缩时,Tooltip 有时会弹出的问题。#​41081
  • 🐞 修复 Modal.confirm 窗体有额外节点导致高度不正确的问题。#​41173 @​Svudec
  • 🐞 修复 InputNumber disabled 时字体高亮不正确的问题。#​41167 @​Yuiai01
  • 🐞 修复 Anchor 动态添加 items 后高亮失效问题。#​40743 @​zqran
  • 🛠 更新 Mentions 底层依赖,支持 transform scale 下对齐。#​41160 @​MuxinFeng
  • 🐞 修复 Form 手工调用 validateFields 时,hasFeedback 对成功态不生效的问题。#​41116 @​kiner-tang
  • 🐞 修复 Cascader 在悬浮至叶子节点时,展开面板没有关闭的问题。#​41134
  • 🐞 修复 Popconfirm 使用 Promise 关闭时再次打开仍然是 loading 状态的问题。#​41121
  • 🐞 修复 Upload 在 React 18 下 onChange 有时数据不正确的问题。#​41082 @​li-jia-nan
  • 🛎 补充官网中没有切换到 Space.Compact 的遗留示例,并且添加相应警告。#​41080 @​Yuiai01
  • 🌐 更新韩语国际化,添加国际化阿姆哈拉语。#​41103 @​li-jia-nan

v5.3.0

Compare Source


v5.2.3

Compare Source

  • 🐞 Fix for setting percent and success.percent at the same time for Progress, the progress text does not change as percent changes. #​40922
  • 🐞 Fixed Image preview icon was misaligned.#​40911
  • 🐞 Fix ConfigProvider validation message template override Form configure template sometime. #​40533 @​Wxh16144
  • 🐞 Fixed Confirm Modal onOk event could be triggered twice when close. #​40719 @​Rafael-Martins
  • 🛠 Rewrote the useLocale method and exposed localeCode to the public. #​40884 @​li-jia-nan
  • 🐞 Fixed Segmented component items were unresponsive to mouse events. #​40894 @​MadCcc
  • 🛠 Refactored: replaced the LocaleReceiver component with useLocale and removed the LocaleReceiver component. #​40870 @​li-jia-nan
  • 🐞 Fixed getPopupContainer property injected by ConfigProvider did not work. #​40871 @​RedJue
  • 🐞 Fixed where Descriptions did not accept data-_ and aria-_ attributes. #​40859 @​goveo
  • 🛠 Changed the Separator's DOM element from span to li. #​40867 @​heiyu4585
  • 🐞 Fix token of Layout.colorBgHeader not work when single use Layout.Header directly. #​40933
  • 💄 Changed the component's focus outline to the default 4px.#​40839 @​MadCcc
  • 🐞 Fixed the Badge color was displayed abnormally. #​40848 @​kiner-tang
  • 🐞 Fixed an issue with the Timeline item's className. #​40835 @​Yuiai01
  • 💄 Fixed the interaction style of the Rate component in the disabled state.#​40836 @​Yuiai01
  • 🇮🇷 Added Iranian localization. #​40895 @​majidsadr

v5.2.2

Compare Source


v5.2.1

Compare Source



Configuration

📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 force-pushed the renovate-antd-5.x branch 3 times, most recently from 67477a3 to 3404ce8 Compare December 11, 2022 01:35
@renovate renovate bot changed the title fix(deps): update dependency antd to v5 Update dependency antd to v5 Dec 17, 2022
@renovate renovate bot changed the title Update dependency antd to v5 fix(deps): update dependency antd to v5 Dec 17, 2022
@renovate renovate bot force-pushed the renovate-antd-5.x branch 3 times, most recently from 9a4b081 to 99a3ba3 Compare January 8, 2023 03:40
@renovate renovate bot force-pushed the renovate-antd-5.x branch 2 times, most recently from 5d89abe to 97b33d5 Compare February 26, 2023 03:34
@renovate renovate bot force-pushed the renovate-antd-5.x branch 4 times, most recently from 6c3ea32 to 9ef3ea6 Compare March 19, 2023 01:51
@renovate renovate bot force-pushed the renovate-antd-5.x branch 3 times, most recently from 7a035a3 to f891bf2 Compare March 19, 2023 04:30
@renovate renovate bot force-pushed the renovate-antd-5.x branch 5 times, most recently from 7841621 to 540f59a Compare April 2, 2023 03:13
@renovate renovate bot force-pushed the renovate-antd-5.x branch 3 times, most recently from 40210fd to 006a284 Compare April 9, 2023 03:40
@renovate renovate bot force-pushed the renovate-antd-5.x branch 3 times, most recently from 01f800e to 1960eef Compare April 16, 2023 19:26
Base automatically changed from update-dependencies to master April 22, 2023 11:41
@renovate renovate bot changed the title fix(deps): update dependency antd to v5 fix(deps): update dependency antd to v5 - autoclosed Apr 22, 2023
@renovate renovate bot closed this Apr 22, 2023
@renovate renovate bot deleted the renovate-antd-5.x branch April 22, 2023 11:41
@renovate renovate bot changed the title fix(deps): update dependency antd to v5 - autoclosed fix(deps): update dependency antd to v5 Apr 22, 2023
@renovate renovate bot reopened this Apr 22, 2023
@renovate renovate bot restored the renovate-antd-5.x branch April 22, 2023 14:43
@renovate
Copy link
Contributor Author

renovate bot commented Apr 22, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

0 participants