Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 20, 2020

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@ant-design/icons (source) 4.0.36.1.0 age confidence
antd (source) 4.0.46.3.2 age confidence
react (source) 16.13.119.2.4 age confidence
react-dom (source) 16.13.119.2.4 age confidence
react-image 2.4.04.1.0 age confidence
react-router (source) 5.1.27.13.1 age confidence
react-router-dom (source) 5.1.27.13.1 age confidence
styled-components (source) 5.0.16.3.11 age confidence

Release Notes

ant-design/ant-design-icons (@​ant-design/icons)

v5.4.0

Compare Source

v5.3.7

Compare Source

v5.3.6

Compare Source

v5.3.5

Compare Source

v5.3.4

Compare Source

v5.3.3

Compare Source

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.0

Compare Source

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

v5.1.4

Compare Source

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.8.3

Compare Source

v4.8.2

Compare Source

v4.8.1

Compare Source

v4.8.0

Compare Source

v4.7.0

Compare Source

v4.6.4

Compare Source

v4.6.3

Compare Source

v4.6.2

Compare Source

v4.6.1

Compare Source

v4.6.0

Compare Source

v4.5.0

Compare Source

v4.4.0

Compare Source

v4.3.0

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.0

Compare Source

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) 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 dependency label May 20, 2020
@renovate renovate bot force-pushed the renovate/major-dependencies branch from c1a840c to 52b9d45 Compare July 1, 2020 04:57
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 52b9d45 to 7d1b82c Compare August 25, 2020 01:54
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 7d1b82c to 5836d25 Compare October 27, 2020 13:53
@renovate renovate bot changed the title Update dependency react-image to v4 Update dependencies (major) Oct 27, 2020
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 5836d25 to 703946f Compare December 20, 2020 06:18
@renovate renovate bot changed the title Update dependencies (major) fix(deps): update dependencies (major) Dec 20, 2020
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 703946f to 2192187 Compare April 26, 2021 16:18
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 2192187 to 3606271 Compare March 7, 2022 12:45
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 3606271 to f56ca13 Compare April 24, 2022 23:44
@renovate renovate bot force-pushed the renovate/major-dependencies branch from f56ca13 to 3aa44ac Compare May 16, 2022 00:21
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 3aa44ac to 0ee8978 Compare June 18, 2022 15:05
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 0ee8978 to 8fa4799 Compare November 20, 2022 17:41
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 8fa4799 to e6baf36 Compare March 17, 2023 04:05
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 23d2819 to 23a8221 Compare March 30, 2023 03:53
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 23a8221 to 1bc9b1b Compare April 3, 2023 11:34
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 1bc9b1b to 845069f Compare April 17, 2023 09:57
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from 4119b51 to c344d23 Compare May 30, 2023 07:12
@renovate renovate bot force-pushed the renovate/major-dependencies branch 4 times, most recently from fc39e68 to 57c456e Compare June 8, 2023 20:38
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from d52d128 to aac9a52 Compare June 19, 2023 09:57
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from bd618ed to bc50455 Compare June 28, 2023 04:48
@renovate renovate bot force-pushed the renovate/major-dependencies branch from c2c05c7 to c109980 Compare July 24, 2023 16:46
@renovate renovate bot force-pushed the renovate/major-dependencies branch 6 times, most recently from 04cd217 to bd70b65 Compare August 5, 2023 10:29
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 7273cfa to 3615b01 Compare August 11, 2023 09:03
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 3615b01 to 9a614d0 Compare August 18, 2023 12:47
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from 122ded4 to 58fce00 Compare September 2, 2023 15:05
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from c340aa9 to 0898322 Compare September 15, 2023 10:16
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from f33cb56 to 64d68fa Compare September 25, 2023 07:51
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 64d68fa to a1fbe44 Compare September 28, 2023 09:45
@renovate renovate bot force-pushed the renovate/major-dependencies branch 5 times, most recently from 346a5d6 to d059b98 Compare October 16, 2023 17:03
@renovate renovate bot force-pushed the renovate/major-dependencies branch from d059b98 to 8318b1f Compare October 20, 2023 18:36
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from 2e5c87f to 4da0446 Compare November 3, 2023 16:23
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 4da0446 to 5cbdad0 Compare November 8, 2023 06:43
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