Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

[DEP] Update dependency antd to ^3.26.20 #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 22, 2019

Mend Renovate

This PR contains the following updates:

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

Release Notes

ant-design/ant-design (antd)

v3.26.20

Compare Source

  • 🐞 Fix Typescript definition issue with related Typescript version.

  • 🐞 修复 Typescript 版本导致的定义问题。

v3.26.19

Compare Source


v3.26.18

Compare Source


v3.26.17

Compare Source

  • 🐞 Avoid disabled Upload.Dragger being triggered by clicking Form label. #​24202
  • 🐞 Fix Tabs cannot be displayed in Safair. #​23151
  • 🐞 Fix Form.Item control icon shaking when hasFeedback is not set. #​23924
  • 🐞 Fix loading Button using Badge style. #​23691

  • 🐞 修复 Upload.Dragger 禁用时依然会被 Form label 触发的问题。#​24202
  • 🐞 修复 Tabs 开启动画时 Safair 下无法显示的问题。#​23151
  • 🐞 修复 Form.Item 不设置 hasFeedback 时校验图标闪动问题。#​23924
  • 🐞 修复 loading Button 使用 Badge 时的样式问题。#​23691

v3.26.16

Compare Source

  • 🐞 Fix Carousel tabbed Radio/Checkbox to non-active slide. #​23380
  • 🐞 Fix Table filter menu no height when less version is 2.x. #​23272

  • 🐞 修复 Carousel 键盘切换到非活跃 slide 上的 Radio/Checkbox 的问题。#​23380
  • 🐞 修复 Table 筛选菜单在 less 版本为 2.x 时不显示的问题。#​23272

v3.26.15

Compare Source

  • 🐞 Fix Affix throws React warning of state update on unmounted component. #​22790
  • 🐞 Fix Table column.filtered not working. #​22597
  • 🐞 Fix Select Input style with multiple mode in Safari. #​22586 @​iicdii

  • 🐞 修复 Affix 抛出 React state update on unmounted component 警告的问题。#​22790
  • 🐞 修复 Table column.filtered 失效的问题。#​22597
  • 🐞 修复 Select multiple 模式下,Input 在 Safari 浏览器的样式问题。#​22586 @​iicdii

v3.26.14

Compare Source

  • 🐞 修复 Descriptions 在小尺寸下无法自适应的问题。#​22407
  • 🐞 修复 TextArea autoSize 时在 Firefox 下不会自动滚动到底的问题。#​22014
  • 🐞 修复 TextArea 样式在 [email protected] 下会报警告的问题。#​21703
  • Typescript

v3.26.13

Compare Source


v3.26.12

Compare Source

  • 🐞 Fix Input with readOnly still clearable by allowClear. #​21492
  • 🐞 Fix Upload won't showing download icon defaultly. #​21496
  • ⚡️ Improve Button render performance. #​21217

  • 🐞 修复 Input 在设置 readOnlyallowClear 仍然可以清除的问题。#​21492
  • 🐞 修复 Upload 列表默认情况下不展现下载按钮。#​21496
  • ⚡️ 提升 Button 渲染性能。#​21217

v3.26.11

Compare Source

  • 🐞 Rollback misc clearfix style to breaks flex layout (mainly affect Row, Form, Layout style). #​21406

  • 🐞 回滚原子样式 clearfix 以修复破坏 flex 布局的问题(主要影响 Row、Form、Layout 等布局问题)。#​21406

v3.26.10

Compare Source

  • 🐞 Fix Input.Group inside <Form layout="vertical" > 1px bug. #​20685
  • 🐞 Fix Badge color not working when contains children. #​21333
  • 🐞 Fix Alert close button extra padding. #​21325
  • 🐞 Fix Affix throws Cannot read property getBoundingClientRect in mobile device. #​21350
  • 💄 Tweak Steps 1px align issue. #​21306
  • 💄 Fix Row component affect next element style issue. #​21310
  • Typescript

  • 🐞 修复 <Form layout="vertical" > 内 Input.Group 偏上一像素的问题。#​20685
  • 🐞 修复 Badge 包裹模式下 color 属性失效的问题。#​21333
  • 🐞 修复 Alert 关闭按钮额外的 padding#​21325
  • 🐞 修复 Affix 在移动设备下抛错 Cannot read property getBoundingClientRect 的问题。#​21350
  • 💄 微调 Steps 文本 1px 使其居中对齐。#​21306
  • 💄 修复 Row 组件影响下一个元素样式问题。#​21310
  • Typescript

v3.26.9

Compare Source

  • 🐞 Fix Badge that count is not align when wrapped by Typography. #​21237
  • 🐞 Fix Steps that icon is not align when size="small" and labelPlacement="vertical". #​21258
  • 🐞 Fix Typography not focus at the end of textarea when editable is true. #​21268
  • TypeScript

  • 🐞 修复 Badge 在 Typography 下数字错位的问题。#​21237
  • 🐞 修复 Steps 在 size="small"labelPlacement="vertical" 时图标没有对齐的问题。#​21258
  • 🐞 修复 Typography 在可编辑状态时光标没有在输入框末位的问题。#​21268
  • TypeScript

v3.26.8

Compare Source

  • 🐞 Fix Tooltip hidden when title is 0. #​20894
  • 🐞 Fix List actions inconsistent position. #​20897
  • 🐞 Fix Card font-size of actions not in less theme variables. #​21106
  • 🐞 Fix Layout components displayName. #​21124
  • 🐞 Fix Modal.confirm okButtonProps and cancelButtonProps interface. #​21165

  • 🐞 修复 Tooltip title0 时没有显示的问题。#​20894
  • 🐞 修复 List actions 位置不在右边的问题。#​20897
  • 🐞 修复 Card actions 字体大小不受 less 变量影响的问题。#​21106
  • 🐞 修正 Layout 各组件的 displayName#​21124
  • 🐞 优化 Modal.confirm 的 okButtonPropscancelButtonProps 的 TypeScript 类型。#​21165

v3.26.7

Compare Source

  • 💄 Optimize Table fixed columns blank problem in some case. #​20821 @​AshoneA
  • 🐞 Fix Tree switcherIcon shown in leaf node problem. #​20753
  • 🐞 Fix Badge z-index higher than Table fixed columns. #​20751
  • 🐞 Fix Cascader search bug when fieldNames is existed and label/value share same name. #​20720
  • 🐞 Fix Collapse background color with wrong less variable. #​20718 @​kuitos
  • 🐞 Fix Input.Group inside <Form layout="vertical" > 1px bug. #​20685

  • 💄 优化 Table 固定列在某些情况下出现空白间隔的问题。#​20821 @​AshoneA
  • 🐞 修复 Tree switcherIcon 在叶子节点上展示的问题。#​20753
  • 🐞 修复 Badge 在 Table 固定列中穿透的问题。#​20751
  • 🐞 修复 Cascader fieldNames 中 label 和 value 共用一个值时搜索功能失效的问题。#​20720
  • 🐞 修复 Collapse 背景使用错误的 less 变量。#​20718 @​kuitos
  • 🐞 修复 <Form layout="vertical" > 内 Input.Group 偏上一像素的问题。#​20685

v3.26.6

Compare Source

  • 📢 v3 branch changes from master to 3.x-stable and v4 merge into master.
  • 💄 Improve Steps type="navigation" UI in small screen. #​20545
  • 🐞 Fix message.xxx pass null will failed. #​20546
  • 🐞 Remove Input.Password value attribute from dom. #​20544

  • 📢 v3 分支由 master 进入 3.x-stable,v4 合入 master
  • 💄 优化 Steps type="navigation" 在小屏幕下的样式。#​20545
  • 🐞 修复 message.xxx 传入 null 会报错的问题。#​20546
  • 🐞 优化 Input.Password 在 dom 中明文显示 value 属性的问题。#​20544

v3.26.5

Compare Source

  • Table
    • 🐞 Revert the logic of return fisrt page by default after sort. #​20507
    • 🐞 Fix header wrong text align when colspan=1. #​20463
  • 🐞 Fix Tabs ink bar disappearing when animated prop is false. #​20417 @​xrkffgg
  • 🐞 Fix Tree wrong indent. #​20456

  • Table
    • 🐞 回滚排序后默认回到第一页的逻辑。#​20507
    • 🐞 修复分组列头在 colspan=1 时文本没有对齐的问题。#​20463
  • 🐞 修复 Tabs 的 animated 属性为 false 时,高亮条消失的问题。#​20417 @​xrkffgg
  • 🐞 修复 Tree 节点缩进不正确的问题。#​20456

v3.26.4

Compare Source

  • 💄 Optimize Steps subTitle UI when labelPlacement="vertical". #​20325
  • 🐞 Fix upload preview not support ico file type issue. #​20375 @​Rustin-Liu
  • 🐞 Fix Form feedback icon combine Input suffix display not correct. #​20363
  • 🐞 Fix Tag onClick been triggered when close it. #​20355
  • 🐞 Fix Cascader component form check color trigger issue. #​20347 @​xrkffgg
  • 🐞 Disallow auto focus input after triggering onSearch event in mobile and tablet devices. #​20332 @​YaoKaiLun
  • 🐞 Fix Tabs ink bar missing transition animation. #​20283
  • 🐞 Fix TreeNode without icon show white block in showIcon mode. #​20274
  • TypeScript

  • 💄 优化 Steps subTitlelabelPlacement="vertical" 下的展现方式。#​20325
  • 🐞 修复 Upload 组件预览不支持 .ico 文件问题。#​20375 @​Rustin-Liu
  • 🐞 修复 Form feedback 图标结合 Input suffix 显示不正确。#​20363
  • 🐞 修复 Tag 关闭时 onClick 被触发的问题。#​20355
  • 🐞 修复 Cascader 组件 Form 校验触发时,鼠标悬浮显示颜色问题。#​20347 @​xrkffgg
  • 🐞 修复移动端点击搜索后,自动聚焦输入框,导致弹出键盘的问题。#​20332 @​YaoKaiLun
  • 🐞 修复 Tabs 高亮条宽度的 transition 过度动画失效的问题。#​20283
  • 🐞 修复 TreeNode 不设置 icon 时会展示一个空白占位的问题。#​20274
  • TypeScript

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 changed the title [DEP] Update dependency antd to ^3.26.3 [DEP] Update dependency antd to ^3.26.4 Dec 23, 2019
@renovate renovate bot force-pushed the renovate/antd-3.x branch 2 times, most recently from d2f447c to cd2f44a Compare December 29, 2019 15:21
@renovate renovate bot changed the title [DEP] Update dependency antd to ^3.26.4 [DEP] Update dependency antd to ^3.26.5 Dec 29, 2019
@renovate renovate bot changed the title [DEP] Update dependency antd to ^3.26.5 [DEP] Update dependency antd to ^3.26.6 Jan 3, 2020
@renovate renovate bot changed the title [DEP] Update dependency antd to ^3.26.6 [DEP] Update dependency antd to ^3.26.7 Jan 14, 2020
@renovate renovate bot changed the title [DEP] Update dependency antd to ^3.26.7 [DEP] Update dependency antd to ^3.26.8 Feb 3, 2020
@renovate renovate bot changed the title [DEP] Update dependency antd to ^3.26.8 [DEP] Update dependency antd to ^3.26.9 Feb 8, 2020
@renovate renovate bot changed the title [DEP] Update dependency antd to ^3.26.9 [DEP] Update dependency antd to ^3.26.10 Feb 17, 2020
@renovate renovate bot changed the title [DEP] Update dependency antd to ^3.26.10 [DEP] Update dependency antd to ^3.26.11 Feb 17, 2020
@renovate renovate bot changed the title [DEP] Update dependency antd to ^3.26.11 [DEP] Update dependency antd to ^3.26.13 Mar 14, 2020
@renovate renovate bot changed the title [DEP] Update dependency antd to ^3.26.13 [DEP] Update dependency antd to ^3.26.16 May 2, 2020
@renovate renovate bot changed the title [DEP] Update dependency antd to ^3.26.16 [DEP] Update dependency antd to ^3.26.18 Jul 1, 2020
@renovate renovate bot changed the title [DEP] Update dependency antd to ^3.26.18 [DEP] Update dependency antd to ^3.26.20 Oct 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants