Skip to content

Update dependency antd to v4.17.2#13

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/antd-4.x
Open

Update dependency antd to v4.17.2#13
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/antd-4.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 13, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) 4.15.5 -> 4.17.2 age adoption passing confidence

Release Notes

ant-design/ant-design

v4.17.2

Compare Source

  • 💄 Fix Form broken layout when set wrapperCol={{ span: 24 }}. #​32981
  • 🐞 Fix Modal centered was not centered vertically. #​33022
  • 🐞 Cascader typescript fix definition missing suffixIcon and support generic of options type. #​33008
  • 🐞 Fix Input.Search don't trigger click event on element inside enterButton. #​32999
  • 🇪🇪 Added missing Estonian translations. #​33005 @​wedeso
  • 🤖 Tree support generic to work more well with fieldNames. #​32992

  • 💄 修复 Form wrapperCol={{ span: 24 }} 时样式错乱的问题。#​32981
  • 🐞 修复 Modal centered 略微偏上的问题。#​33022
  • 🐞 Cascader 丢失 suffixIcon 定义问题并且支持 options 泛型定义。#​33008
  • 🐞 修复 Input.Search 下 enterButton 内元素上的 onClick 未被触发的问题。#​32999
  • 🇪🇪 补充爱沙尼亚语言包。#​33005 @​wedeso
  • 🤖 Tree 支持泛型以更好的配合 fieldNames#​32992

v4.17.1

Compare Source


  • 🐞 修复直接引入 es/style/mixins/index.less 文件会抛出 Variable @​root-entry-name is undefined 异常的问题。#​32887
  • 🐞 修复 Menu 折叠后 Tooltip 文字颜色错误的问题。#​32956
  • 🐞 修复 Modal.method bodyStyle 无效的问题。#​32934 @​jin-benben
  • 🐞 修复组件 placeholder 色彩异常的问题。#​32915
  • 💄 修复可编辑 Tabs 下拉框移除按钮样式问题。#​32919
  • 🛠 Modal.confirm() 移除不必要的 div 容器。#​31492 @​ppbl
  • 🛠 移除无用的 Drawer 样式。4ca6976
  • 🛠 PageHeader 标题高度使用 @height-base 变量。#​32883
  • 🇵🇱 添加缺失的 pl_PL 翻译内容。#​32896 @​MichalPodeszwa
  • TypeScript

v4.17.0

Compare Source

  • Dynamic Theme Theme
    • 🔥 ConfigProvider support dynamic modify theme color. view detail. #​31496
    • 🚧 Move part mixins related less file to themes instead since it requires theme variable. We do not recommend use internal file but please note this if you already use it. #​32763
    • 🐞 Fix antd.variable.less compile mix with default theme variable. #​32279
    • 🐞 Fix antd compile file miss /style/default.css. #​32116
    • 🐞 Fix less compile antd.xxx.less throw the Maximum call stack size exceeded error. #​32063
  • Input
  • Cascader
  • Select
  • TreeSelect
    • 🆕 TreeSelect support placement. #​32143
    • 🆕 TreeSelect support fieldNames. #​31925
  • Tree
    • 🆕 Tree draggable add handler for tips. #​32306
    • 🆕 Tree support fieldNames to customize node field name. #​31395
    • 🆕 Tree support onScroll in virtual scroll. #​474
    • 🐞 Fix Tree icon align bug when showLine is enable. #​32822
    • 🐞 Fix Tree.DirectoryTree throws TypeError:nativeEvent is undefined. #​32551 @​D-to-the-K
    • 🐞 Fix Tree drop outside not clear indicator. #​478
    • 💄 Fix 1px position deviation of the Tree connection line when zooming in. #​32075 @​btea
  • PageHeader
    • 🐞 Fix PageHeader with false 'breadcrumbrender' still shows dom. #​32738
  • Form
    • 🔥 Form rule support warningOnly to avoid form submit. #​30829
    • 🆕 Form.ErrorList support customize className. #​30887
    • 🐞 Fix Form breaks the line when Select content too long. #​32778
    • 💄 Fix Mentions error style in Form. #​32385
  • Drawer
    • 🆕 Tweak Drawer close icon position and default width, add extra and size props. #​30908
    • 🆕 Drawer support autoFocus prop. #​181
    • 🐞 Fix the problem that the bottom Drawer component has no animation. #​32761 @​solitia7125
    • 💄 Optimize Drawer open animation. #​32342
  • Steps
  • Typography
    • 🐞 Fix Typography ellipsis with rows: 1 doesn't wrap after expanding. #​32735 @​hydraZty
    • 🐞 Fix the text overflow when page zoomed in Typography with prop ellipsis. #​32496 @​hydraZty
    • 🐞 Fix Typography ellipsis calculation bug when browser zoomed in. #​32447
  • Table
    • 🔥 Table adds column.filterMode to support filter in a tree, which could set to 'menu' | 'tree'. #​31809
    • 🔥 Table adds column.filterSearch for enable search function in filter dropdown. #​31809
    • 🆕 Table hover rowSpan row will highlight all the rows now. #​32557
    • 🐞 Fix Table selection column arrow get covered by fixed column. #​32276 @​g7i
    • 🐞 Fix Table loading jumpy style when set sticky. #​32703 @​miloudbelaabed
    • 🐞 Fix Table don't support ref. #​32136 @​JounQin
    • 🐞 Table remove sticky style with fixed column in IE11 to avoid layout issue. #​32177
    • 💄 Optimize Table sorter icon margin problem. #​32172
    • 🐞 Fix Table.SELECT_XXX ignore record disabled status by getCheckboxProps. #​32027
    • 💄 Table filter reset button won't close dropdown now. #​31809
    • 🐞 Revert Table sticky z-index style back to calc instead of less calculation to fix auto style failure. #​31874 @​bconnorwhite
    • 🐞 Fix Table scroll bar display issue when data dynamic changed. #​647 @​lanten
    • 🐞 Fix pagination.className not working in Table. #​32131 @​JounQin
  • Transfer
    • 🆕 Transfer support custom left and right footer. #​31108
    • 🆕 Transfer supports locale.notFoundContent with array. #​31088 @​wwyx778
    • 🐞 Fix Transfer throws MenuItem should not leave undefined key warning when opening selection dropdown menu. #​32578
    • 💄 Tweak Transfer filter search input icon position. #​31809
  • Collapse
    • 🐞 Fix Collapse style issue when expandIconPosition="right". #​32648
    • 💄 Adjust Collapse header style to make title overflow wrap not take arrow position. #​32492
  • Button
    • 🐞 Fix Button with ghost hover style. #​32289
    • 🐞 Fix Button with loading can not trigger Tooltip. #​32158
    • 🐞 Fix Button align issue with icon and href. #​32373
  • Pagination
  • Upload
    • 🐞 Fix Upload broken loading style when listStyle="picture". #​32664
    • 🐞 Fix Upload icon error background. #​32051
  • InputNumber
    • 🔥 InputNumber support addonBefore and addonAfter. #​31432 @​Austaras
    • 🆕 InputNumber now supports controls for displaying +- buttons or not. #​31548
    • 🆕 InputNumber formatter support additional param to check if current input is user typing. #​31030
    • 🐞 Fix InputNumber handler arrow not align center. #​32409
    • 💄 Show InputNumber handler when focus it. #​31911
  • DatePicker
  • Notification
  • 🆕 Menu.Divider support dashed style. #​31379 @​Map1en
  • 🆕 Skeleton.Button add block prop. #​30902 @​Jehu
  • 🆕 Popconfirm onConfirm supports Promise. #​30871 @​wendellhu95
  • 🐞 Fix Card tabs style when set tabPosition: 'left'. #​32695
  • 🐞 Fix Radio cannot click due to custom type property. #​32463
  • 🐞 Fix Ok abbreviation to be OK. #​32259 @​chj-damon
  • 🐞 Fix Grid Col flex some time exceed its width when content too long. #​32160
  • 🐞 Fix Switch Loading icon in an incorrect position. #​32216
  • 🐞 Fix return element of getPopupContainer in ConfigProvider is not used as a container when calling message.useMessage. #​31939 @​DaoxingHuang
  • 💄 Improve small size Image by ellipsising preview text. #​29900 @​drizzlesconsin
  • 🐞 Fix Alert extra dom node when message is undefined. #​32057
  • 🐞 Fix anchor targetOffset not work when contain spaces. #​31952 @​adaex
  • 💄 Add @checkbox-border-radius less variable. #​31360 @​Gherciu
  • 🐞 Avatar add crossOrigin property to resolve cross origin issue. #​31273 @​Map1en
  • RTL
    • 💄 Optimized Alert close icon display in RTL mode. #​32286
    • 💄 Optimized Table header action display in RTL mode. #​32283
    • 💄 Optimized Collapse arrow icon display in RTL mode. #​32282
    • 💄 Optimized Badge count display and animation in RTL mode. #​32281
    • 💄 Optimized InputNumber handler border style in RTL mode. #​32272
    • 💄 Optimized Dropdown icon display in RTL mode. #​32271
    • 🐞 Fix Transfer list direction value in RTL mode. #​31903
  • 🌐 Localization
  • TypeScript

  • 动态主题
    • 🔥 ConfigProvider 支持动态配置主题色,详细文档#​31496
    • 🚧 移动部分 mixins less 文件到 themes 文件下,因为它们依赖于主题相关变量。我们不推荐直接引用底层 less 文件,但是如果你使用了请注意这部分变更。#​32763
    • 🐞 修复 antd.variable.less 编译时会混入默认主题配置的问题。#​32279
    • 🐞 修复 antd 编译产物缺失 /style/default.css 文件的问题。#​32116
    • 🐞 修复 less 编译 antd.xxx.less 会抛出 Maximum call stack size exceeded error 的问题。#​32063
  • Input
    • 🐞 修复 Input.Search 组件在有 allowClearaddonBefore 属性时,输入框 border-left-radius 值错误的问题。#​32812 @​KAROTT7
    • 🐞 修复 Input 设置 disabled 时仍然保留聚焦样式的问题。#​32739
    • 🐞 修复 Input placeholder 在 Chrome 上能被选择的问题。#​32639 @​cw1997
    • 🐞 Input.TextArea maxLength 属性现在会传给原生 textarea 标签。#​32448 @​MOHAMMADArsalan
    • 🐞 修复 Input 聚焦时点击清除图标无效的问题。#​31931 @​adaex
  • Cascader
    • 🔥 Cascader 支持 multiple 模式。#​31936
    • 🆕 在 Cascader 组件中,默认给选中值的文本添加 title 属性。#​31237 @​yingpengsha
    • 🐞 修复 Cascader 中 popupClassNamepopupPlacement 属性无效问题。#​32143
  • Select
    • 🆕 Select 支持 placement 属性。#​32143
    • 🆕 Select 支持 fieldNames 自定义字段名称。#​31925
    • 🆕 Select 支持 mac 的 ctrl + n/p 快捷键组合。#​650
    • 🆕 Select 在 multiple 模式下,tag 添加 title 属性。#​637
    • 💄 优化 Select 中选项文字粗细。#​32486 @​liuxulian
  • TreeSelect
    • 🆕 TreeSelect 支持 placement 属性。#​32143
    • 🆕 TreeSelect 支持 fieldNames 自定义字段名称。#​31925
  • Tree
    • 🆕 Tree draggable 添加拖拽图标以提示。#​32306
    • 🆕 Tree 添加 fieldNames 属性以支持自定义节点字段名称。#​31395
    • 🆕 Tree 虚拟滚动也支持 onScroll 事件。#​474
    • 🐞 修复 Tree 一个图标文字对齐问题。#​32822
    • 🐞 修复 Tree.DirectoryTree 键盘操作时抛出 TypeError:nativeEvent is undefined#​32551 @​D-to-the-K
    • 🐞 修复 Tree 拖拽到外部时没有清空指示器的问题。#​478
    • 💄 修复 Tree 连接线在浏览器放大时一像素位置偏差的问题。#​32075 @​btea
  • PageHeader
    • 🐞 修复 PageHeader breadcrumbRender 返回false,仍然展示 dom 的问题。#​32738
  • Form
    • 🔥 Form rule 支持 warningOnly 实现非阻塞校验。#​30829
    • 🆕 Form.ErrorList 支持自定义 className 属性。#​30887
    • 🐞 修复 Form 下 Select 内容太长导致布局换行的问题。#​32778
    • 💄 修复 Mentions 在 Form 下错误样式丢失的问题。#​32385
  • Drawer
    • 🆕 调整 Drawer 关闭按钮位置和默认宽度,新增 extra 操作区域和 size 大小属性。#​30908
    • 🆕 Drawer 支持 autoFocus 属性。#​181
    • 🐞 修复底部 Drawer 组件没有动画的问题。#​32761 @​solitia7125
    • 💄 优化 Drawer 弹出动画。#​32342
  • Steps
  • Typography
    • 🐞 修复 Typography 在单行折叠时展开后不换行。#​32735 @​hydraZty
    • 🐞 修复 Typography 设置 ellipsis 后在缩放下的文本溢出。#​32496 @​hydraZty
    • 🐞 修复 Typography ellipsis 在 Chrome 下屏幕缩小时溢出的问题。#​32447
  • Table
    • 🔥 Table 新增 column.filterMode 以支持配置树形筛选菜单,可选值为 'menu' | 'tree'#​31809
    • 🔥 Table 新增 column.filterSearch 以支持开启筛选列搜索功能。#​31809
    • 🆕 Table 鼠标悬浮 rowSpan 行时会高亮所有相关行。#​32557
    • 🐞 修复 Table 选择框下拉箭头被固定列遮挡的问题。#​32276 @​g7i
    • 🐞 修复 Table 设置 sticky 的时候 loading 样式跳动的问题。#​32703 @​miloudbelaabed
    • 🐞 修复 Table 不支持 ref 的问题。#​32136 @​JounQin
    • 🐞 Table 移除 IE11 下 sticky 的相关样式以解决布局问题。#​32177
    • 🐞 优化 Table 排序图标边距问题。#​32172
    • 🐞 修复 Table 中 pagination.className 不生效的问题。#​32131 @​JounQin
    • 🐞 修复 Table.SELECT_XXX 会无视 getCheckboxProps 提供的 disabled 状态问题。#​32027
    • 💄 Table 筛选菜单重置按钮现在不再关闭菜单和生效。#​31809
    • 🐞 回滚 Table sticky z-index 样式的 less 计算到 calc,以防止 auto 样式计算错误问题。#​31874 @​bconnorwhite
    • 🐞 修复 Table 在数据变更后滚动条展示问题。#​647 @​lanten
  • Transfer
    • 🆕 Transfer 新增自定义左右 footer#​31108
    • 🆕 Transfer 支持 locale.notFoundContent 传入数组。#​31088 @​wwyx778
    • 🐞 修复 Transfer 打开选择菜单时抛出 MenuItem should not leave undefined key 警告。#​32578
    • 💄 调整 Transfer 筛选搜索框图标位置,使其和表格筛选搜索框统一。#​31809
  • Collapse
    • 🐞 修复 Collapse 设置 expandIconPositionright 后的样式问题。#​32648
    • 💄 调整 Collapse 标题栏样式使标题折行时不侵占箭头空间。#​32492
  • Button
    • 🐞 修复 Button 有 iconhref 时的对齐问题。#​32373
    • 🐞 修复 Button ghost 鼠标悬停样式。#​32289
    • 🐞 修复 Button 配置 loading 时,无法触发 Tooltip 的问题。#​32158
  • Pagination
  • Upload
    • 🐞 修复 Upload listStyle="picture" 下加载中样式错位的问题。#​32664
    • 🐞 修复 Upload 错误背景颜色。#​32051
  • InputNumber
    • 🔥 InputNumber 增加 addonBeforeaddonAfter 属性支持。#​31432 @​Austaras
    • 🆕 InputNumber 新增 controls 属性用于控制是否显示加减按钮。#​31548
    • 🆕 InputNumber formatter 支持额外参数用以检测当前变更是否为用户输入。#​31030
    • 🐞 修复 InputNumber 操作杆箭头未居中对齐的问题。#​32409
    • 💄 聚焦 InputNumber 时将始终显示加减操作区。#​31911
  • DatePicker
    • 🆕 DatePickerRangePicker 现在支持 nextIconprevIconsuperNextIconsuperPrevIcon#​31703 @​Oreoz
    • 🐞 修复 RangePicker 的 defaultPickerValue 不生效的问题。#​32107 @​thommesZip
  • Notification
  • 🆕 增加 Menu.Divider 的 dashed 属性。#​31379 @​Map1en
  • 🆕 Skeleton.Button 添加 block 属性。#​30902 @​Jehu
  • 🆕 Popconfirm 组件的 onConfirm 允许返回一个 Promise。#​30871 @​wendellhu95
  • 🐞 修复 Card 设置 tabs 后当 tabPosition: 'left' 时的样式问题。#​32695
  • 🐞 修复 Radio type 属性被覆盖导致无法点击的问题。#​32463
  • 🐞 修复英文国际化文案 OkOK#​32259 @​chj-damon
  • 🐞 修复 Switch loading 按钮位置不正确的问题。#​32216
  • 🐞 修复 Grid Col flex 在内容过长的时候缩放失效的问题。#​32160
  • 🐞 修复调用 message.useMessage 时未使用 ConfigProvider 中的 getPopupContainer 返回元素作为容器的问题。#​31939 @​DaoxingHuang
  • 💄 优化 Image 在小尺寸下省略预览文本。#​29900 @​drizzlesconsin
  • 🐞 修复 Alert message 为空时 dom 节点还在的问题。#​32057
  • 🐞 修复 Anchor 组件包含空格时 targetOffset 属性不生效的问题。#​31952 @​adaex
  • 💄 新增 Less 变量 @checkbox-border-radius#​31360 @​Gherciu
  • 🐞 Avatar 增加 crossOrigin 参数以解决跨域问题。#​31273 @​Map1en
  • RTL
    • 💄 优化 Alert 关闭按钮在 RTL 模式下的显示。#​32286
    • 💄 优化 Table 表头操作按钮在 RTL 模式下显示。#​32283
    • 💄 优化 Collapse 按钮在 RTL 模式下位置显示。#​32282
    • 💄 优化 Badge 数字在 RTL 模式下显示和动画。#​32281
    • 💄 优化 InputNumber 操作栏 RTL 模式下边框样式。#​32272
    • 💄 优化 Dropdown RTL 模式下 icon 显示。#​32271
    • 🐞 修复 Transfer 列表在 RTL 模式下 direction 取值。#​31903
  • 🌐 国际化
  • TypeScript

v4.16.13

Compare Source

  • 🐞 Fix Form label and <Typography.Text ellipsis /> don't work together. #​31838
  • 🐞 Fix Collapse update failed bug in HMR. #​31827 @​v4
  • 🐞 Fix circular dependencies in Modal and Input. #​31817 @​zhyupe
  • RTL
    • 🐞 Fix the rtl config of Modal.confirm custom content missing. #​31828

  • 🐞 修复 Form label 中使用 <Typography.Text ellipsis /> 时省略不生效的问题。#​31838
  • 🐞 修复 Collapse 在 HMR 时报错的问题。#​31827 @​v4
  • 🐞 修复 Modal 和 Input 组件中的循环依赖。#​31817 @​zhyupe
  • RTL
    • 🐞 修复 Modal.confirm 自定义内容全局 rtl 配置缺失的问题。#​31828

v4.16.12

Compare Source

  • Form
    • 🐞 Fix Form shows title on help icon and optional text. #​31785
    • 💄 Fix Form <Input bordered={false} /> outline style. #​31754
  • Button
    • 💄 Fix Button broken style when using ghost and danger. #​31780
    • 🐞 Fix Button icon not aligned center vertically in Chrome. #​31755
  • Input
    • 🐞 Fix Input clear icon margin missing with suffix. #​31745
    • 💄 Fix Input should not have focus style when disabled. #​31738
  • 🐞 Fix Transfer showSelectAll={false} does not hide selection dropdown. #​31746
  • 💄 Fix Checkbox not aligned center in Checkbox.Group. #​31726

  • Form
    • 🐞 修复 Form 帮助图标和可选文案上有 title 提示的问题。#​31785
    • 💄 修复 Form 内 <Input bordered={false} /> 错误样式有异常外框样式的问题。#​31754
  • Button
    • 💄 修复 Button ghostdanger 一起使用时的样式问题。#​31780
    • 🐞 修复 Button 图标在 Chrome 下没有居中对齐的问题。#​31755
  • Input
    • 🐞 修复 Input 清除图标和 suffix 之间边距丢失的问题。#​31745
    • 💄 修复 Input 禁用状态下依然有 focus 样式的问题。#​31738
  • 🐞 修复 Transfer showSelectAll={false} 没有隐藏选择下拉框的问题。#​31746
  • 💄 修复 Checkbox.Group 中打勾样式没有居中对齐的问题。#​31726

v4.16.11

Compare Source


  • 🐞 修复 ConfigProvider 切换国际化时子组件 rerender 的问题。#​31630 @​Map1en
  • 💄 简化 ghost 按钮的样式代码,去掉 !important 样式规则。#​31659
  • 💄 优化 RangePicker 的范围样式的 transition 效果。#​31645
  • 🤖 修复 Dropdown destroyPopupOnHide TypeScript 定义丢失的问题。#​31700 @​linxianxi
  • 🤖 移除多余的 Omit 类型定义。#​31661 @​Dreamerryao

v4.16.10

Compare Source


  • 🐞 修复 Badge 设置自定义 color 不显示数字的问题。#​31617 @​eokoneyo
  • 🐞 修复 Progress 环形进度条 success.strokeColor 不生效的问题。#​31589
  • 🐞 修复 Select 组件没有忽略 getRawInputElement 属性导致的类型报错问题。#​31566 @​aoilti
  • 🐞 修复 Pagination 的 totalBoundaryShowSizeChanger 属性类型错误。#​31549 @​Monty-Ma
  • 🐞 修复 Skeleton.Avatar className 重复应用的问题。 #​31536 @​Greatshock
  • 💄 修复 Form 内 <Input bordered={false} /> 错误状态下有异常外框样式的问题。#​31562
  • 🌐 国际化

v4.16.9

Compare Source

  • 🐞 Fix Typography ellipsis calculation bug when browser zoomed. #​31449
  • 💄 Fix Input wrong class when using prefixCls. #​31479 @​spawnia
  • 💄 Fix Input.Password unexpected focus style of error status. #​31456
  • 💄 Fix Badge color transition issue when toggle visibility. #​31458
  • 💄 Fix Tabs tabBarGutter abnormal style behaviors. #​31469
  • 🌐 Internationalization

v4.16.8

Compare Source

  • 🐞 Fix TextArea style not work when allowClear configured. #​31391
  • 🐞 Fix BackTop not disappear when fade out. #​31357
  • 💄 Fix Cascader style bug inside Input addonBefore. #​31350
  • 💄 Fix DatePicker disabled cell style when customize dateRender. #​31349
  • 💄 Fix Select background in disabled. #​31430 @​DerrickTel
  • 💄 Fix alignment between Radio.Group and Button. #​31421 @​gtb104
  • 💄 Fix Input clear icon color in some situation. #​31378
  • Table
    • 💄 Fix Table sticky header background is transparent when has sorters. #​31373
    • 💄 Fix missing top border of the first cell in table summary. #​31363
  • 🌐 Internationalization

  • 🐞 修复 TextArea style 在配置 allowClear 时失效的问题。#​31391
  • 🐞 修复 BackTop 隐出后仍然可以交互的问题。#​31357
  • 💄 修复 Cascader 在 Input addonBefore 中的样式问题。#​31350
  • 💄 修复 DatePicker 自定义 dateRender 时禁用日期样式错误的问题。#​31349
  • 💄 修复 Select 组件 disabled 时背景颜色错误的问题。#​31430 @​DerrickTel
  • 💄 修复 Radio.Group 和 Button 不对齐的问题。#​31421 @​gtb104
  • 💄 修复 Input 清除按钮某些情况下颜色不对的问题。#​31378
  • Table
    • 💄 修复 Table sticky 列头一个背景色透明的问题。#​31373
    • 💄 修复表格总结栏第一个单元格上边框消失的问题。#​31363
  • 🌐 国际化

v4.16.7

Compare Source

  • 🐞 Fix DatePicker date cell not centered when used in Table. #​31306 @​Map1en
  • 🐞 Fix Desciptions border missing when inside Table. #​31307
  • 🐞 Fix InputNumber border and interactive handler not matched. #​31300 @​diyews
  • Table
  • Form
    • 🐞 Fix Form Input outline color under Form validation. #​31240
    • 🆕 Form add name as a default label value in validationMessages. #​30179 @​jameslahm
  • 💄 Fix Rate focus ring style in Safari. #​31241
  • 💄 Tweak Select arrow icon position. #​31234
  • 🐞 Input will not trigger onBlur when click clear icon now which resolve that editable table input cannot be cleared. #​31202
  • 🐞 Fix Tooltip arrowPointAtCenter 1px shift bug. #​31201
  • 💄 Fix Menu.Item hover color transition style. #​31189
  • 🐞 Fix Dropdown.Button don't support overlayClassName and overlayStyle. #​31187
  • 💄 Adjust Pagination pattern of disabled-active buttons align with Radio style. #​31185 @​Map1en
  • 🐞 Fix the path error when packaging the component style export file in the Windows environment. #​31277 @​aoxiang78
  • 🌐 Add selectNone for en_GB locale file. #​31264 @​Map1en
  • TypeScript

  • 🐞 修复 DatePicker 在 Table 内使用时日期未居中的问题。#​31306 @​Map1en
  • 🐞 修复 Descriptions 在 Table 内边框丢失的问题。#​31307
  • 🐞 修复 InputNumber 边框和交互范围不匹配的问题。#​31300 @​diyews
  • Table
  • Form
    • 🐞 修复 Form 错误校验状态下 Input 的聚焦外框色。#​31240
    • 🆕 Form 增加 name 作为验证消息 label 的默认值。[#​30179](https:

Configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Oct 13, 2021

Deployment failed with the following error:

Resource is limited - try again after in 5 hours (more than 100, code: "api-deployments-free-per-day").

@viezly
Copy link

viezly bot commented Oct 13, 2021

Pull request by bot. No need to analyze

@merge-mamba
Copy link

merge-mamba bot commented Oct 13, 2021

Potential Conflict Warning

This pull request has changes that overlap with branches below. You might want to check in with the other
branch authors before you merge to avoid a conflict. 🐍

renovate/redux-4.x (@renovate-bot)

renovate/craco-less-1.x (@renovate-bot)

renovate/antd-4.x (@renovate-bot)

renovate/plotly.js-1.x (@renovate-bot)

renovate/axios-0.x (@renovate-bot)

renovate/styled-components-5.x (@renovate-bot)

renovate/react-router-monorepo (@renovate-bot)

renovate/okta-okta-react-3.x (@renovate-bot)

renovate/react-modal-3.x (@renovate-bot)

renovate/multiselect-react-dropdown-1.x (@renovate-bot)

renovate/okta-okta-react-6.x (@renovate-bot)

renovate/ant-design-icons-4.x (@renovate-bot)

renovate/react-redux-7.x (@renovate-bot)

renovate/craco-craco-6.x (@renovate-bot)

renovate/storybook-storybook-deployer-2.x (@renovate-bot)

renovate/prompts-2.x (@renovate-bot)

renovate/react-scripts-3.x (@renovate-bot)

Something wrong? Got a suggestion? Email me or leave feedback here.

@renovate renovate bot force-pushed the renovate/antd-4.x branch from 011870f to 5182fc2 Compare November 9, 2021 23:12
@vercel
Copy link

vercel bot commented Nov 9, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/bgoonz/family-promise-front-end/CU7mTXpR47JN4qgDpvET9MmsqC9L
✅ Preview: Failed

[Deployment for e39b5c2 failed]

@renovate renovate bot force-pushed the renovate/antd-4.x branch from 5182fc2 to 325c679 Compare November 22, 2021 11:50
@renovate renovate bot changed the title Update dependency antd to v4.16.13 Update dependency antd to v4.17.1 Nov 22, 2021
@renovate renovate bot force-pushed the renovate/antd-4.x branch from 325c679 to e39b5c2 Compare November 26, 2021 11:12
@renovate renovate bot changed the title Update dependency antd to v4.17.1 Update dependency antd to v4.17.2 Nov 26, 2021
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.

1 participant