Skip to content

fix(deps): update dependencies#73

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 28, 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.34.8.3 age confidence
antd (source) 4.0.44.24.16 age confidence
dayjs (source) 1.8.231.11.20 age confidence
react (source) 16.13.116.14.0 age confidence
react-dom (source) 16.13.116.14.0 age confidence
react-hot-loader 4.12.204.13.1 age confidence
react-router (source) 5.1.25.3.4 age confidence
react-router-dom (source) 5.1.25.3.4 age confidence
styled-components (source) 5.0.15.3.11 age confidence

Release Notes

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

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)

v4.24.16

Compare Source


v4.24.15

Compare Source


  • 🐞 修复 Radio 的 disabled 状态被 Form 的 disabled 覆盖的问题。#​44837 @​Yuiai01
  • 💄 修复 DatePicker 的 disabled 样式在 Form hover 场景下被覆盖的问题。#​44779 @​crazyair

v4.24.14

Compare Source


v4.24.13

Compare Source


  • 🐞 修复 Anchor 在滚动时无法触发 getCurrentAnchor 的问题。#​43917
  • 🛠 Carousel 移除 lodash 依赖。2b43f73 @​taozhou-glean
  • 🐞 修复 Select 选中时移除图标未对齐错误。#​43667 @​Wxh16144
  • 🐞 让用户能够处理 Modal 中 onOk 回调中的 Promise 异常。#​43536 @​maroon1
  • 🐞 修复 ConfigProvider 表单校验信息 validateMessages 嵌套使用错误。#​43480 @​Wxh16144
  • 🐞 修复 variable.less 没有同步改动 @checkbox-border-radius 导致变量表现不一致的问题。#​43356

v4.24.12

Compare Source

  • 🐞 Fix Form submit trigger wrong onFieldsChange event even all the fields do not config rules. #​43292
  • 🐞 Fix Form.List nested Form event bubble not correct. #​43292

  • 🐞 修复 Form 在提交时,字段没有配置 rules 时仍会错误触发 onFieldsChange 事件的问题。#​43292
  • 🐞 修复 Form 嵌套 Form.List 嵌套 Form 的场景下,事件触发不正确的问题。#​43292

v4.24.11

Compare Source

  • 🆕 Drawer panel support event listener. #​42712 @​kiner-tang
  • 🐞 Fix Upload onChange sometime not sync when in React 18. #​43200
  • 🐞 Fix Notification cannot hide close icon by closeIcon={null}. #​42791
  • 🐞 Fix Drawer id was passed in incorrectly, and now is always added to the popup panel. #​43124 @​MuxinFeng
  • 🐞 Fix InputNumber with prefix abnormal height under Form.Item of hasFeedBack. #​43048
  • 🐞 Fix Popover with getPopupContainer sometime makes width too narrow. #​42697
  • 🐞 Fix Select will display the letter A under some circumstances. #​42654 @​tchen-l
  • 🐞 Fix ConfigProvider that import useless modules from rc-field-form when importing FormProvider . #​42502 @​BanShan-Alec
  • 🐞 Fix Popconfirm trigger onVisibleChange twice. #​42351
  • 🐞 Fix Form onFieldsChange missing validating status change. #​42263
  • 🐞 Fix Popover that display empty div when title and content is null. 19f8505 @​MaHui
  • 🐞 Fix Upload disabled logic. #​42143 @​Wxh16144
  • 🐞 Fix RangePicker wrong panel position under some circumstances. #​43179 @​cooljser
  • 🐞 Fix ConfigProvider makes Form component in the bundle even not use it. #​43207 @​yoyo837
  • 💄 Optimize Spin style to keep height of container the same as child element. #​42163 @​cheapCoder

  • 🆕 Drawer 组件面板支持事件监听。#​42712 @​kiner-tang
  • 🐞 修复 Upload 在 React 18 下 onChange 有时数据不正确的问题。#​43200
  • 🐞 修复 Notification 设置 closeIcon={null} 时关闭图标没有消失的问题。#​42791
  • 🐞 修复 Drawer id 传入位置不正确的问题,现在始终会添加至弹出面板上。#​43124 @​MuxinFeng
  • 🐞 修复 InputNumber 带有 prefix 时在 Form.Item hasFeedBack 内高度异常的问题。#​43048
  • 🐞 修复 Popover 设置 getPopupContainer 后,某些时候宽度会过窄的问题。#​42697
  • 🐞 修复 Select 在某些情况下会显示字母 A 的问题。#​42654 @​tchen-l
  • 🐞 修复 ConfigProvider 引入 FormProvider 时,错误引入 'rc-field-form' 其他的无关依赖的问题。#​42502 @​BanShan-Alec
  • 🐞 修复 Popconfirm 的 onVisibleChange 会重复触发的问题。#​42351
  • 🐞 修复 Form onFieldsChange 丢失一次 validating 状态变更的更新事件。#​42263
  • 🐞 修复 Popover 组件当 titlecontent 都为空时展示空气泡的问题19f8505 @​MaHui
  • 🐞 修复 Upload 禁用状态逻辑。#​42143 @​Wxh16144
  • 🐞 修复 RangePicker 在某些情况下面板打开未知不正确的问题。#​43179 @​cooljser
  • 🐞 修复使用 ConfigProvider 会导致未使用的 Form 组件也被打包的问题。#​43207 @​yoyo837
  • 💄 优化 Spin 样式,保持容器与子元素图标高度一致。#​42163 @​cheapCoder

v4.24.10

Compare Source

  • 🐞 Fix version always shows 5.2.2. #​42101
  • 🐞 Fix Popover width collapse when show on the screen edge. #​41953

  • 🐞 修复 version 总是返回 5.2.2 的问题。#​42101
  • 🐞 修复 Popover 在屏幕边缘时宽度塌缩的问题。#​41953

v4.24.9

Compare Source


  • 🆕 Slider 补充丢失的 railStyle 属性用于自定义样式。#​40942 @​c01nd01r
  • 🐞 修复 Select 在搜索时宽度变为 0px 的问题。#​41646
  • 🐞 删除 multiple 不能使用 displayRender 提示。#​40940 @​crazyair
  • 💄 Checkbox 默认使用 @border-radius-sm 小号圆角。#​40823
  • 🐞 修复 TextArea 在聚焦时丢失高亮样式的问题。#​41281 @​MuxinFeng
  • 🛠 调整 Checkbox 行为,现在未勾选时不再会添加 checked 属性。#​41888
  • TypeScript

v4.24.8

Compare Source


v4.24.7

Compare Source


  • 🐞 修复 Tabs 组件滑块不能自动适应宽度的问题。#​39867
  • 🐞 修复 Input 在 Safari 下使用 suffix 时文字内容丢失的问题。#​39830 @​ifujustayup

v4.24.6

Compare Source


v4.24.5

Compare Source


v4.24.4

Compare Source


v4.24.3

Compare Source


v4.24.2

Compare Source


  • Image
    • 💄 优化 Image 预览图片的工具栏显示动画的效果,现在工具条不再用缩放动画进场。#​36456
    • 🐞 修复 Image 预览图片没有展现错误图片的问题。#​38112
  • Typography
  • 🐞 修复 Menu 收起时 SubMenu 闪动的问题。#​36636 @​JarvisArt
  • 🐞 修复 RangePicker 选择日期过程中触发 onBlur 的问题。#​38411 @​kiner-tang
  • 🐞 修复 Result iconnull 时图标没有隐藏的问题。#​38488
  • 🐞 修复 Dropdown.Button 出现 overlay is deprecated 警告的问题。#​38446 @​li-jia-nan
  • 🛎 优化 Form 的相关控制台提示的表述。#​38038 @​cincodenada
  • 🛠 修复 Tree 模块循环导入的问题。#​38421 @​KotoriK
  • 🐞 修复当 Affix 隐藏切换到显示时会出现抖动。#​38410 @​imoctopus
  • 🐞 修复 Pagination showTotal 属性在 simple 模式下不生效的问题。#​38399
  • 🐞 修复 Modal.confirm 关闭中确认按钮依旧可能被触发的问题。#​38400
  • 🐞 修复在 Drawer extra 中使用 Radio.Group 的样式问题。#​38385
  • ⌨️ 修复 Table 组件 aria-label 出现 [object Object] 的问题。#​38389 @​kiner-tang
  • ⌨️ Progress 组件增加 role="progressbar"#​38447 @​kpustakhod

v4.24.1

Compare Source


v4.24.0

Compare Source


  • 🔥 新增组件 Space.Compact 用以替代 Input.Group 和 Button.Group 组件。#​37652 @​foryuki
  • 🆕 Form 内组件上的 disabled 属性现在将优先于 Form 的 disabled 属性。#​37628 @​kiner-tang
  • 🆕 Typograph 增加 text 配置,支持同时开启省略与编辑模式时的使用。#​37761 @​zheeeng
  • 🆕 Row 组件的 alignjustify 属性支持设置响应式的值。#​37860 @​kiner-tang
  • 🆕 Image 增加 preview.scaleStep 属性调整放大缩小的幅度,并将默认的 scaleOffset 设置为 0.5。#​37340 @​coldice945
  • 🆕 Steps 新增支持 items#​37531 @​heiyu4585
  • 🆕 Collapse 新增 collapsible="icon" 从而支持点击图标展开收起。#​37566 @​Sheepeer
  • 🆕 Input.Password 支持 visibilityToggle={{ visible, onVisibleChange }} 从而可以手动控制密码显隐。#​38216 @​MrHeer
  • 🆕 Breadcrumb 新增 menu 属性。#​37885 @​JarvisArt
  • 🆕 Dropdown 新增 menu dropdownRender 属性,并废弃了 overlay 属性。#​37885 @​JarvisArt
  • Table
  • 🐞 修复 Tabs 组件没有读取 ConfigProvider 的 getPopupContainer 属性的问题。#​38238 @​ZH-seven
  • 🐞 修复一个在 Menu.Item disabled 内使用 Tooltip 不生效的问题。#​38273
  • 🐞 修复 Tooltip 在 placement 值为 topRightbottomLeft 时动画原点计算错误的问题。#​38159 @​strear
  • 🐞 TimePicker 移除使用了 popupClassName 冗余警告。#​38190 @​kiner-tang
  • 🐞 修复嵌套 Drawer 在默认都设置 open 时,添加至 document 顺序出错的问题。#​37767 #​37790
  • 🐞 修复 Badge 同时设置 colorcount 时,数字不展示的问题。#​37609 @​kiner-tang
  • 🐞 修复 Progress 在 Safari 下缩放异常的问题。#​38301
  • Modal
    • 🐞 修复在 React 18 下 Modal 动画闪烁的问题。#​38275
    • 🐞 修复 Modal.method() 关闭时默认没有聚焦触发元素的问题。#​38275
  • Transfer

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 Mar 28, 2020
@renovate renovate bot force-pushed the renovate/dependencies branch from 34617b9 to f4abf93 Compare March 29, 2020 02:45
@renovate renovate bot changed the title Update dependency @ant-design/icons to v4.0.4 Update dependency @ant-design/icons to v4.0.5 Mar 29, 2020
@renovate renovate bot force-pushed the renovate/dependencies branch from f4abf93 to 4bc8c3f Compare March 29, 2020 16:23
@renovate renovate bot changed the title Update dependency @ant-design/icons to v4.0.5 Update dependencies Mar 29, 2020
@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from e50c65f to 3b61630 Compare April 10, 2020 09:54
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 380b373 to e9dff10 Compare April 18, 2020 17:29
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 92f2a1a to 26d87a8 Compare April 27, 2020 12:31
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 18d3bc0 to e836bad Compare April 30, 2020 07:58
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from b7198e2 to 389834d Compare May 18, 2020 06:47
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 0940e54 to 56b356d Compare May 26, 2020 00:51
@renovate renovate bot force-pushed the renovate/dependencies branch from 56b356d to 8e682bb Compare July 1, 2020 04:56
@renovate renovate bot force-pushed the renovate/dependencies branch from 8e682bb to 5297be1 Compare July 10, 2020 09:57
@renovate renovate bot force-pushed the renovate/dependencies branch from 5297be1 to d751029 Compare August 25, 2020 01:53
@renovate renovate bot force-pushed the renovate/dependencies branch from d751029 to d72afc6 Compare October 27, 2020 13:52
@renovate renovate bot force-pushed the renovate/dependencies branch from d72afc6 to 623d65a Compare November 27, 2020 09:00
@renovate renovate bot force-pushed the renovate/dependencies branch from 623d65a to 8c9bef3 Compare December 9, 2020 05:52
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from f338afe to eafe426 Compare January 26, 2021 07:14
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from eac0c24 to 9722efc Compare February 4, 2021 04:31
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from f6c52a3 to 0e442b9 Compare February 10, 2021 16:24
@renovate renovate bot force-pushed the renovate/dependencies branch from 0e442b9 to f520c8c Compare April 26, 2021 16:16
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 0c75431 to bcdb8e7 Compare May 10, 2021 16:30
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 34d9a78 to badb33a Compare May 25, 2021 00:36
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 057d8f1 to 7e01b4a Compare May 31, 2021 05:27
@renovate renovate bot force-pushed the renovate/dependencies branch from 7e01b4a to 43453e7 Compare June 7, 2021 06:58
@renovate renovate bot force-pushed the renovate/dependencies branch from 43453e7 to b153a70 Compare June 15, 2021 03:29
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from bb247a5 to 3cd3eeb Compare June 29, 2021 07:41
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from f53f788 to 6fcbf62 Compare July 12, 2021 05:14
@renovate renovate bot force-pushed the renovate/dependencies branch from 6fcbf62 to d2cbb3e Compare July 19, 2021 08:51
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 0e64f7d to 7e3bff2 Compare August 2, 2021 14:34
@renovate renovate bot force-pushed the renovate/dependencies branch from 7e3bff2 to d935d80 Compare August 8, 2021 13:26
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 568e28b to 16e2841 Compare August 16, 2021 11:11
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