Skip to content

fix(deps): update dependencies (major)#385

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-dependencies
Open

fix(deps): update dependencies (major)#385
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
antd (source) 4.24.166.3.2 age confidence
axios (source) 0.30.21.13.6 age confidence
date-fns 2.30.04.1.0 age confidence
path-to-regexp 6.3.08.3.0 age confidence
react (source) 17.0.219.2.4 age confidence
react-dom (source) 17.0.219.2.4 age confidence
react-redux 7.2.99.2.0 age confidence
react-router (source) 5.3.47.13.1 age confidence
react-router-dom (source) 5.3.47.13.1 age confidence
redux (source) 4.2.15.0.1 age confidence
redux-thunk 2.4.23.1.0 age confidence
yup 0.32.111.7.1 age confidence

Release Notes

ant-design/ant-design (antd)

v6.3.2

Compare Source


  • 🐞 修复 Form.Item 使用动态 rulesdependencies 配合使用时,时序问题导致的校验失败的问题。#​57147 @​zombieJ
  • 🐞 修复 InputNumber 在 borderless 形态下与 Input 或 Select 并排时高度异常的问题。#​57162 @​QDyanbing
  • 🐞 修复 Radio.Group 在选项文案长短不一或换行时,勾选框宽度不一致的问题。#​57171 @​QDyanbing
  • 🐞 修复 Skeleton.Avatar,Skeleton.Button,Skeleton.Input,Rate 及 Spin 无法响应全局 componentSize 设置的问题。#​57093 #​57106 @​QDyanbing
  • 🐞 修复 Splitter 存在 size 受控面板时其他面板尺寸可能计算错误的问题。#​57142 @​js0753
  • 🐞 修复 Tree 及 TreeSelect 在自定义 titleHeight 时会连线错位的问题。#​56785 @​QDyanbing
  • 💄 修复 Checkbox.Group 在选项文案长短不一或换行时,勾选框宽度不一致的问题。#​57144 @​QDyanbing
  • 💄 修复 ConfigProvider 的 csp 配置没有对所有的动态 style 生效的问题。#​57159 @​zombieJ
  • Select
  • Upload
    • 💄 修复 Upload 在 picture-card 模式下无数据时仍然存在无效空白区域的问题。#​57157 @​QDyanbing
    • ⌨️ 优化 Upload 在不支持悬停或粗指针的设备上默认显示列表操作按钮。#​57156 @​Arktomson
  • 🌐 新增 es_US 国际化配置。#​57137 @​yuriidumych-max
  • 🛠 统一 size 枚举值定义,针对 Badge、Card、Progress、Steps、Switch 及 Spin 使用 medium 替代 default,针对 Descriptions 使用 mediumlarge 替代 middledefault,针对 Table 和 Divider 使用 medium 替代 middle#​57127 #​57106 @​QDyanbing
  • 🛠 统一 size className 在所有组件元素上的设置值。#​57106 @​QDyanbing
  • TypeScript

v6.3.1

Compare Source

  • Select
    • 🐞 Fix Select incorrect dropdown height when value is an empty string. #​56976 @​zombieJ
    • 🐞 Fix Select value echo issue when value is an empty string. #​56966 @​luozz1994
    • 🐞 Fix Select & TreeSelect selected value text still visible when searching. #​56946
  • 🐞 Fix TreeSelect Checkbox being compressed when multi-line text is present. #​56961 @​luozz1994
  • 🐞 Fix Typography hovering copy button triggering ellipsis tooltip when both copyable and ellipsis are enabled; fix ellipsis tooltip not appearing after moving back from copy button. #​56855 @​claytonlin1110
  • 🐞 Fix Progress animation overflow when status="active". #​56972 @​aibayanyu20
  • 🐞 Fix Upload picture-wall mode list overflow and overlap when file count exceeds one row. #​56945 @​xbsheng
  • 🐞 Fix Image flickering in some browsers when opening preview. #​56937 @​zombieJ
  • ⌨️ ♿ Add prefers-reduced-motion media query support for Button, Checkbox, Radio, Switch, Segmented to disable transitions for improved accessibility. #​56902 @​li-jia-nan
  • 🐞 Fix Input height inconsistency with Select when using variant="borderless". #​57014 @​njlazzar-su
  • 🐞 Fix Modal confirm method layout whitespace when icon is empty. #​57024 @​Arktomson
  • 🐞 Add aria-disabled attribute for disabled options in Select component.#​57049 @​meet-student

  • Select
    • 🐞 Select 修复 value 为空字符串时下拉框高度不正确的问题。#​56976 @​zombieJ
    • 🐞 Select 修复 value 为空字符串时值回显异常的问题。#​56966 @​luozz1994
    • 🐞 Select & TreeSelect 修复搜索时已选中值文本仍然显示的问题。#​56946
  • 🐞 TreeSelect 修复多行文本时 Checkbox 被压缩变形的问题。#​56961 @​luozz1994
  • 🐞 Typography 修复同时开启 copyableellipsis 时,悬停复制按钮会触发省略号 tooltip 的问题;修复从复制按钮移回文字后省略号 tooltip 不再出现的问题。#​56855 @​claytonlin1110
  • 🐞 Progress 修复 status="active" 时动画溢出的问题。#​56972 @​aibayanyu20
  • 🐞 Upload 修复照片墙模式下文件数量超过一行时列表溢出重叠的问题。#​56945 @​xbsheng
  • 🐞 Image 修复打开预览时,部分浏览器会出现闪烁的问题。#​56937 @​zombieJ
  • ⌨️ ♿ 为 Button、Checkbox、Radio、Switch、Segmented 等组件添加 prefers-reduced-motion 媒体查询支持,禁用过渡动画以改善无障碍体验。#​56902 @​li-jia-nan
  • 🐞 Input 修复 variant="borderless" 时高度与 Select 不一致的问题。#​57014 @​njlazzar-su
  • 🐞 Modal 修复 confirm 方法在 icon 为空时布局出现多余空白的问题。#​57024 @​Arktomson
  • 🐞 Select 组件中的禁用选项添加 aria-disabled 属性。#​57049 @​meet-student

v6.3.0

Compare Source

  • ConfigProvider
    • 🆕 Support ConfigProvider global configuration of maskClosable for Modal and Drawer. #​56739 @​luozz1994
    • 🆕 Support ConfigProvider suffixIcon global configuration for DatePicker and TimePicker. #​56709 @​guoyunhe
    • 🆕 Support ConfigProvider expandIcon and loadingIcon global configuration for Cascader. #​56482 @​guoyunhe
    • 🆕 Support ConfigProvider scroll global configuration for Table. #​56628 @​Clayton
    • 🆕 Support ConfigProvider className and style configuration for App, and arrow prop for ColorPicker. #​56573 @​zombieJ
    • 🆕 Support ConfigProvider loadingIcon global configuration for Button. #​56439 @​guoyunhe
    • 🆕 Support ConfigProvider rangePicker.separator global configuration. #​56499 @​guoyunhe
    • 🆕 Support ConfigProvider tooltipIcon and tooltipProps global configuration for Form. #​56372 @​guoyunhe
  • Upload
  • 🆕 Add Grid xxxl (1920px) breakpoint to adapt to FHD screens. #​56825 @​guoyunhe
  • 🆕 Support Switch indicator customization for semantic structure. #​56710 @​zombieJ
  • Button
  • Select
    • 💄 Remove Select redundant -content-value div DOM in single mode to optimize semantic structure, allowing override via classNames and styles. #​56811 @​zombieJ
    • 🐞 Fix Select notFoundContent not taking effect. #​56756 @​QdabuliuQ
  • Radio
    • 🐞 Fix Radio.Group extra right margin for radio items when vertically aligned. #​56909 @​jany55555
    • 💄 Remove Radio -inner DOM node of icon sub-element for better semantic structure adaptation. #​56783 @​zombieJ
  • 💄 Disable Modal & Drawer mask blur effect by default. #​56781 @​aojunhao123
  • 🐞 Fix Tooltip & Popover popup animation starting position being shifted to the left. #​56887 @​zombieJ
  • 🐞 Fix List color-related tokens not working for deprecated component config. #​56913 @​zombieJ
  • 🛠 Refactor Spin DOM structure to align across different scenarios and support full Semantic Structure. #​56852 @​zombieJ
  • ⌨️ ♿ Add Icon accessibility names to the search icon SVG to improve screen reader support. #​56521 @​huangkevin-apr
  • 🐞 Fix Cascader filter list resetting immediately when closing on selection in search mode, affecting UX. #​56764 @​zombieJ
  • ⌨️ ♿ Improve Tree accessibility support. #​56716 @​aojunhao123
  • 🐞 Support ColorPicker semantic structure for selection block, and fix root semantic being incorrectly applied to popup elements. #​56607 @​zombieJ
  • 💄 Change Avatar default value of size from default to medium for consistency. #​56440 @​guoyunhe
  • 💄 Remove Checkbox -inner DOM node of icon sub-element for better semantic structure adaptation. #​56783 @​zombieJ
  • MISC
    • 🐞 MISC: Fix React Compiler compatibility in UMD version, now disabled by default. #​56830 @​zombieJ
    • 🛠 Streamline styles and classNames type definitions for better standardization. #​56758 @​crazyair

v6.2.3

Compare Source


v6.2.2

Compare Source

  • 🐞 Fix Button with href wrapped by Typography showing incorrect color and flickering outline on hover. #​56619 @​QdabuliuQ
  • 🐞 Fix component token not taking effect for Button with type="text". #​56291 @​QDyanbing
  • 🐞 Fix where components within the Popover were affected by the state association with Form.Item. #​56728
  • 🐞 Fix the placeholders displayed incorrectly when selecting multiple items in Select. #​56675
  • 💄 Fix misaligned elements in Pagination when the global fontSize is increased. #​56715 @​QDyanbing
  • 💄 Fix incorrect Drawer dragger position in RTL mode. #​56693 @​QdabuliuQ

  • 🐞 修复被 Typography 包裹的带 href 的 Button 显示错误颜色和 hover 时 outline 闪烁的问题。#​56619 @​QdabuliuQ
  • 🐞 修复 Button type="text" 时组件 Token 不生效的问题。#​56291 @​QDyanbing
  • 🐞 修复 Popover 内组件被 Form.Item 状态关联影响的问题。#​56728
  • 🐞 修复 Select 多选时占位符显示异常的问题。#​56675
  • 💄 修复 Pagination 全局 fontSize 变大时各元素上下错位的问题。#​56715 @​QDyanbing
  • 💄 修复 Drawer 在 rtl 模式下 dragger 位置错误的样式问题。#​56693 @​QdabuliuQ

v6.2.1

Compare Source


v6.2.0

Compare Source


v6.1.4

Compare Source

  • 🐞 Fix Select with multiple aria- attributes in DOM. #​56451 @​zombieJ
  • 🐞 Fix Table where hidden measure headers could mount interactive filter dropdowns and trigger unexpected close events when scroll.y is enabled. #​56425 @​QDyanbing

  • 🐞 修复 Select 配置 aria- 属性时,会同时给多个 DOM 添加的问题。#​56451 @​zombieJ
  • 🐞 修复 Table 配置 scroll.y 属性时,隐藏的测量表头挂载筛选下拉组件并参与事件判断,导致筛选下拉意外关闭的问题。 #​56425 @​QDyanbing

v6.1.3

Compare Source

  • 🐞 Fix Drawer.PurePanel failing to respond to mouse interactions. #​56387 @​wanpan11
  • 🐞 Fix Select options props leaking to DOM elements and causing React unknown-prop warnings. #​56341 @​afc163

  • 🐞 修复 Drawer.PurePanel 无法响应鼠标交互的问题。#​56387 @​wanpan11
  • 🐞 修复 Select options 属性透传至原生 DOM 导致 React 未知属性警告的问题。#​56341 @​afc163

v6.1.2

Compare Source


  • 🐞 修复 Wave 组件水波纹消失的问题,以及 Button 组件在配置 Dropdown 后,点击触发再次 hover 时无法立刻显示 Dropdown 的问题。#​56273 @​zombieJ
  • 🐞 修复 Form.List 使用 useWatch 时,删除项会触发两次渲染,第一次为不正确的中间状态的问题。#​56319 @​QDyanbing
  • 💄 修复 Breadcrumb 组件自定义 itemRender 时的链接颜色异常的问题。#​56253 @​guoyunhe
  • Transfer
  • Select
  • 💄 修复 Card 组件在使用 Card.Grid 且未设置头部内容时,边框圆角显示异常的问题。#​56214 @​DDDDD12138
  • 💄 Tag 加深默认背景,提升无边框状态的对比度。#​56326 @​QDyanbing
  • 🐞 修复 Segmented 组件中多余的 role 属性和 aria 属性。#​56278 @​aojunhao123

v6.1.1

[Compare Source](https://redirect.github.com/ant-


Configuration

📅 Schedule: Branch creation - "after 10pm on sunday,before 5am on sunday" in timezone Asia/Tokyo, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Nov 6, 2021
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 831d379 to 357387a Compare November 9, 2021 23:22
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 09047ec to 34f08a4 Compare December 11, 2021 19:16
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 7b6767f to 0fca566 Compare December 17, 2021 22:25
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 0fca566 to 92a7d2b Compare March 1, 2022 01:27
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 92a7d2b to 83f0763 Compare March 29, 2022 18:53
@renovate renovate bot changed the title fix(deps): update dependencies to v6 (major) fix(deps): update dependencies (major) Mar 29, 2022
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 633a971 to 4b25ce6 Compare April 2, 2022 20:22
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 93fed16 to 5caf5bf Compare April 21, 2022 00:19
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 8e8e553 to a6d4432 Compare April 26, 2022 21:20
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from c5945e5 to 7fd3daf Compare May 22, 2022 20:44
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 7fd3daf to e45b5d7 Compare June 14, 2022 21:20
@renovate renovate bot changed the title fix(deps): update dependencies (major) fix(deps): update dependencies to v18 (major) Aug 9, 2022
@renovate renovate bot changed the title fix(deps): update dependencies to v18 (major) fix(deps): update dependencies (major) Aug 10, 2022
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from c35ca72 to 4877ec7 Compare September 10, 2022 18:56
@renovate renovate bot force-pushed the renovate/major-dependencies branch 4 times, most recently from 56d49d1 to 22b2d0c Compare September 18, 2022 00:10
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from 2516524 to 7a5cbfc Compare September 24, 2022 18:53
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 7a5cbfc to ef2a578 Compare October 2, 2022 20:55
@renovate renovate bot force-pushed the renovate/major-dependencies branch 4 times, most recently from 2a9d3c2 to 9c2f15b Compare November 5, 2022 21:09
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from 2705a60 to b539338 Compare November 19, 2022 17:48
@renovate renovate bot force-pushed the renovate/major-dependencies branch 4 times, most recently from 5ab0912 to 1ffca71 Compare November 27, 2022 14:51
@renovate renovate bot force-pushed the renovate/major-dependencies branch 4 times, most recently from e194c2d to f64d2e3 Compare December 5, 2022 22:44
@renovate renovate bot force-pushed the renovate/major-dependencies branch 5 times, most recently from 1fb7421 to de01baf Compare December 13, 2022 17:23
@renovate renovate bot force-pushed the renovate/major-dependencies branch from de01baf to b84b4b9 Compare December 16, 2022 18:11
@renovate renovate bot changed the title fix(deps): update dependencies (major) Update dependencies (major) Dec 17, 2022
@renovate renovate bot changed the title Update dependencies (major) fix(deps): update dependencies (major) Dec 17, 2022
@renovate renovate bot force-pushed the renovate/major-dependencies branch 4 times, most recently from 840ce65 to aefa8c9 Compare December 26, 2022 12:19
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 4f5abb8 to 874c75a Compare December 30, 2022 11:38
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.

0 participants