Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ant-design-vue to v1.7.8 #95

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 29, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ant-design-vue (source) 1.4.12 -> 1.7.8 age adoption passing confidence

Release Notes

vueComponent/ant-design-vue

v1.7.8

Compare Source

v1.7.7

Compare Source

2021-8-7

  • 🌟 Tree supports global setting of title via slot #​4299
  • 🌟 InputPassword supports global setting prefixCls #​4280
  • 🌟 TreeSelect supports showArrow #​4360
  • 🌟 Optimize the flickering problem of Tabs when selected under windows #​4241
  • 🌟 Table supports slot customization expandIcon #​4448
  • 🐞 Fix the problem that the global prefixCls of the Empty component is not responsive #​4446

  • 🌟 Tree 支持全局通过 slot 设置 title #​4299
  • 🌟 InputPassword 支持全局设置 prefixCls #​4280
  • 🌟 TreeSelect 支持 showArrow #​4360
  • 🌟 优化 Tabs 在 windows 下选中时闪动问题 #​4241
  • 🌟 Table 支持通过 slot 自定义 expandIcon #​4448
  • 🐞 修复 Empty 组件全局 prefixCls 没有响应式问题 #​4446

v1.7.6

Compare Source

v1.7.5

Compare Source

v1.7.4

Compare Source

v1.7.3

Compare Source

2021-2-16

  • 🌟 Modal api method call supports defining close icon #​3642
  • 🌟 Form message support function #​3163
  • 🌟 Optimize the animation effect of Progress #​3510
  • 🐞 Fix the background color problem when AutoComplete is disabled #​3143
  • 🐞 Fix the issue that the Alert close button is displayed abnormally under safari #​3184
  • 🐞 Fix the problem that Dropdown shows the wrong position under ButtonGroup #​2995
  • 🐞 Fix the issue that the change event will no longer be triggered after RadioGroup is blocked from being selected #​3047
  • 🐞 Fix the problem that Table cannot be sorted #​3327
  • 🐞 Fix missing Space component type file issue #​3340
  • 🐞 Fix Slider's position calculation error under decimal precision #​3386
  • 🐞 Fix DatePicker mode="decade" invalidation issue #​3536
  • 🐞 Fix the problem that the keyboard can still be switched in the diabled state of Tabs #​3575
  • 🐞 Fix the issue that Menu forceSubMenuRender does not take effect #​3615
  • 🐞 Fix Upload transformFile not executing issue #​3636

  • 🌟 Modal api 方式调用支持定义关闭图标 #​3642
  • 🌟 Form message 支持函数 #​3163
  • 🌟 优化 Progress 动画效果 #​3510
  • 🐞 修复 AutoComplete disabled 时背景颜色异常问题 #​3143
  • 🐞 修复 Alert 关闭按钮在 safari 下显示异常问题 #​3184
  • 🐞 修复 DropdownButtonGroup 下显示位置错误问题 #​2995
  • 🐞 修复 RadioGroup 阻止选中后,不再触发 change 事件问题 #​3047
  • 🐞 修复 Table 无法排序的问题 #​3327
  • 🐞 修复缺失 Space 组件类型文件问题 #​3340
  • 🐞 修复 Slider 在小数精度下位置计算错误问题 #​3386
  • 🐞 修复 DatePicker mode="decade" 失效问题 #​3536
  • 🐞 修复 Tabs diabled 状态下依然可以通过键盘切换问题 #​3575
  • 🐞 修复 Menu forceSubMenuRender 不生效问题 #​3615
  • 🐞 修复 Upload transformFile 不执行问题 #​3636

v1.7.2

Compare Source

2020-11-6

  • 🐞 Fix the problem of incorrect height of Textarea component #​2974
  • 🐞 Roll back Menu component to version 1.6.5 to be consistent #​3112
  • 🐞 Fix TreeSelect throw error #​3126

  • 🐞 修复 Textarea 组件高度不正确问题 #​2974
  • 🐞 回滚 Menu 组件到 1.6.5 版本一致 #​3112
  • 🐞 修复 TreeSelect throw error #​3126

v1.7.1

Compare Source

v1.7.0

Compare Source

2020-10-28

  • 🌟 Recursive Menu component, supports arbitrary nesting of other elements #​1452
  • 🇮🇪 Add Irish language internationalization support
  • 🐞 Fix webpack 5 compatibility issues.
  • 🐞 Fix the problem that the Upload method attribute does not take effect #​2837
  • 🐞 Fix the problem that Space does not declare properties and does not mount the root node #​2902
  • 🐞 Fix the problem that Table component filter does not support number type #​3052
  • 🐞 Fix Table fixed column ellipsis not working issue #​2916
  • 🐞 Fix AutoComplete component, need two tab keys to focus issue #​1438
  • 🐞 Fix the problem that TreeSelect cannot customize slot #​2827

  • 🌟 递归 Menu 组件,支持任意嵌套其他元素 #​1452
  • 🇮🇪 添加爱尔兰语国际化支持
  • 🐞 修复 webpack 5 兼容问题。
  • 🐞 修复 Upload method 属性不生效问题 #​2837
  • 🐞 修复 Space 未声明属性,不挂载根结点上问题 #​2902
  • 🐞 修复 Table 组件 filter 不支持 number 类型问题 #​3052
  • 🐞 修复 Table 固定列 ellipsis 不生效问题 #​2916
  • 🐞 修复 AutoComplete 组件,需要两次 tab 键才可 focus 问题 #​1438
  • 🐞 修复 TreeSelect 不能自定义 slot 问题 #​2827

v1.6.5

Compare Source

2020-08-25

  • 🔥🔥🔥 Vue 3 compatible 2.0.0-beta.3
  • 🔥 Add Space component #​2669
  • 🌟 Optimize zh_TW language pack #​2679
  • 🐞 Fix breadcrumb Breadcrumb repeated key problem #​2505
  • 🐞 Fix the problem of misalignment in the fixed column of Table #​1493
  • 🐞 Fix the problem that the Enter key will report an error when the Mentions component is empty #​2662

2020-08-25

  • 🔥🔥🔥 兼容 Vue 3 的 2.0.0-beta.3 版本发布
  • 🔥 新增 Space 组件 #​2669
  • 🌟 优化 zh_TW 语言包 #​2679
  • 🐞 修复面包屑 Breadcrumb 重复 key 问题 #​2505
  • 🐞 修复 Table 固定列情况下错位问题 #​1493
  • 🐞 修复 Mentions 组件为空时回车键报错的问题 #​2662

v1.6.4

Compare Source

2020-7-21


v1.6.3

Compare Source

1.6.3

2020-07-05

  • 🐞 Fix Input.Password focus position shift issue #​2420
  • 🐞 Fix Drawer maskstyle not working #​2407
  • 🐞 Fix Drawer maskstyle not working #​2407
  • 🌟 Button supports custom Icon #​2245
  • 🌟 DatePicker supports custom format #​2276
  • 🐞 Fix DatePicker year and time is incorrect #​2488
  • 🌟 Optimize the Menu component, the animation is smoother
  • 🐞 Fix Dropdown pop-up position error #​2359
  • 🐞 Fix the problem of duplicate key when Breadcrumb has the same name #​2505

  • 🐞 修复 Input.Password focus 位置移位问题 #​2420
  • 🐞 修复 Drawer maskstyle 不生效问题 #​2407
  • 🐞 修复 Drawer maskstyle 不生效问题 #​2407
  • 🌟 Button 支持自定义 Icon #​2245
  • 🌟 DatePicker 支持自定义 format #​2276
  • 🐞 修复 DatePicker 年份时间不正确问题 #​2488
  • 🌟 优化 Menu 组件,动画更加流畅
  • 🐞 修复 Dropdown 弹窗位置错误问题 #​2359
  • 🐞 修复 Breadcrumb 名称相同时重复key问题 #​2505

v1.6.2

Compare Source

1.6.2

2020-06-02

  • 🐞 Fix dialogClass type error #​2298
  • 🐞 Fix RangePicker panel display error #​2318

  • 🐞 修复弹窗 dialogClass 类型错误 #​2298
  • 🐞 修复 RangePicker 面板展示错误 #​2318

v1.6.1

Compare Source

2020-5-25

  • 🐞 Fix the problem of filling the current time when DatePicker blur #​2246
  • 🐞 Fix Drawer error when destroying #​2254
  • 🐞 Fix Tabs cannot remove tabs with 0 as key 55bbf9
  • 🐞 Fix Menu trigger twice click event #​2266
  • 🐞 Fix Menu active class name is not added ffc002
  • 🌟 TreeSelect add custom data field function #​2253
  • 🌟 Modal added dialogStyle and dialogClass instead of style and class before refactoring #​2285
  • 🐞 Fix Table sorting trigger infinite update issue #​2270

  • 🐞 修复 DatePicker blur 时填充当前时间的问题 #​2246
  • 🐞 修复 Drawer 销毁时报错问题 #​2254
  • 🐞 修复 Tabs 不能移除已 0 作为 key 的选项卡 55bbf9
  • 🐞 修复 Menu 触发两次 click 事件的问题 #​2266
  • 🐞 修复 Menu active 类名没有添加问题 ffc002
  • 🌟 TreeSelect 添加自定义数据字段功能 #​2253
  • 🌟 Modal 新增 dialogStyle、dialogClass 代替重构前的 style、class #​2285
  • 🐞 修复 Table 排序触发无限更新问题 #​2270

v1.6.0

Compare Source

2020-5-15

  • 🌟 Tootip supports custom components 741897
  • 🐞 Refactor Modal's underlying Portal components to solve the problem of delayed content update in Modal #​2244
  • 🐞 Fix Select option focus border style in Input.Group #​2224
  • 🐞 Fix Cascader option icon color when disabled #​2223
  • 🐞 Fix DatePicker color when separator is disabled #​2222
  • 🐞 Fix Carousel keyboard switch to Radio / Checkbox on inactive slide.
  • 🐞 Fix the problem that Table filter menu is not displayed when less version is 2.x. #​23272
  • 🐞 Fix the failure of Table column.filtered.
  • 🐞 Fix the style problem of Input in Safari browser in Select multiple mode. #​22586
  • 🐞 Fix the problem that Descriptions can not adapt in small size. #​22407

  • 🌟 Tootip 支持自定义组件 741897
  • 🐞 重构 Modal、Drawer 底层 Portal 组件,解决 Modal、Drawer 内容更新延迟问题 #​2244
  • 🐞 修复 Input.Group 中 Select 选项 focus 边框样式 #​2224
  • 🐞 修复 Cascader 选项图标禁用时的颜色 #​2223
  • 🐞 修复 DatePicker 分隔符禁用时颜色 #​2222
  • 🐞 修复 Carousel 键盘切换到非活跃 slide 上的 Radio/Checkbox 的问题。
  • 🐞 修复 Table 筛选菜单在 less 版本为 2.x 时不显示的问题。#​23272
  • 🐞 修复 Table column.filtered 失效的问题。
  • 🐞 修复 Select multiple 模式下,Input 在 Safari 浏览器的样式问题。#​22586
  • 🐞 修复 Descriptions 在小尺寸下无法自适应的问题。#​22407

v1.5.6

Compare Source

v1.5.5

Compare Source

2020-05-08

  • 🐞 Fix Tabs not showing issue under safari 13 #​2199
  • 🐞 Fix the first input failure of Input under FireFox #​2151
  • 🐞 Fix Input cursor shift issue in Modal component #​2207

2020-05-08

  • 🐞 修复 Tabs 在 safari 13 下不展示问题 #​2199
  • 🐞 修复 Input 在 FireFox 下第一次输入失败问题 #​2151
  • 🐞 修复 Input 在 Modal 组件中光标移位问题 #​2207

v1.5.4

Compare Source

2020-04-30

  • 🌟 DatePicker supports the align attribute and sets the popup position #​1112f2
  • 🌟 DatePicker supports inputReadOnly attribute #​138eae
  • 🌟 DatePicker TimePicker Calendar supports string-type binding values ​​#​718
  • 🌟 Table ConfigProvider adds transformCellText for transforming table rendering values, such as processing of empty data #​2109
  • 🌟 FormModel added validateMessages attribute #​2130
  • 🌟 Optimize pop-up window animation effect #bf52f73
  • 🐞 Fix the tabBarGutter attribute of the Tabs component does not take effect #​2083
  • 🐞 Fix renderTabBar of Tabs component not working #​2157
  • 🌟 Tabs component supports number 0 as key #​2167
  • 🐞 Fix the style of the Input.Search component is misaligned #​2077
  • 🐞 Fix the style misalignment of Slider component #​2097
  • 🐞 Fix Tree.TreeNode customTitle scope slot can not get selected status issue #​2006
  • 🐞 Fix SelectTree showSearch error when reporting #​2082
  • 🐞 Fix the inconsistent position of original dots in Badge dot state #​2121

1.5.4

2020-04-30

  • 🌟 DatePicker 支持 align 属性,设置弹窗位置 #​1112f2
  • 🌟 DatePicker 支持 inputReadOnly 属性 #​138eae
  • 🌟 DatePicker TimePicker Calendar 支持字符串类型的绑定值 #​718
  • 🌟 Table ConfigProvider 新增 transformCellText 用于转换表格渲染值, 如对空数据的处理 #​2109
  • 🌟 FormModel 新增 validateMessages 属性 #​2130
  • 🌟 优化弹窗动画效果 #bf52f73
  • 🐞 修复 Tabs 组件的 tabBarGutter 属性不生效问题 #​2083
  • 🐞 修复 Tabs 组件的 renderTabBar 不生效问题 #​2157
  • 🌟 Tabs 组件支持数字 0 作为 key #​2167
  • 🐞 修复 Input.Search 组件的样式错位问题 #​2077
  • 🐞 修复 Slider 组件的样式错位问题 #​2097
  • 🐞 修复 Tree.TreeNode customTitle 作用域插槽无法获取 selected 状态问题 #​2006
  • 🐞 修复 SelectTree showSearch 时报错问题 #​2082
  • 🐞 修复 Badge dot 状态的原圆点位置不一致问题 #​2121

v1.5.3

Compare Source

v1.5.2

Compare Source

v1.5.1

Compare Source

2020-4-2

  • 🐞 Fix PageHeader cannot hide backIcon #​1987
  • 🐞 Fix Pagination doesn't update when total changes #​1989
  • 🐞 Fix placeholder does not disappear when inputting TreeSelect in Chinese #​1994
  • 🐞 Fix Table customRender cannot customize class style #​2004
  • 🐞 Fix Form missing slot content when using Form.create #​1998
  • 🐞 Fix Textarea scroll bar flickering problem #​1964
  • 🌟 Add ts type file of FormModel #​1996
  • 🌟 Add modal destroyAll type declaration #​1993

  • 🐞 修复 PageHeader 不能隐藏 backIcon 问题 #​1987
  • 🐞 修复 Pagination 的 total 变化时,不更新问题 #​1989
  • 🐞 修复 TreeSelect 输入中文时 placeholder 不消失问题 #​1994
  • 🐞 修复 Table customRender 不能自定义 class style 问题 #​2004
  • 🐞 修复 Form 使用 Form.create 时,丢失插槽内容问题 #​1998
  • 🐞 修复 Textarea 滚动条闪动问题 #​1964
  • 🌟 添加 FormModel 的 ts 类型文件 #​1996
  • 🌟 添加 Modal 的 destroyAll 类型声明 #​1993

v1.5.0

Compare Source

2020-3-29

  • Four new components have been added:
    • 🔥🔥🔥 Mentions Added mentioned components and discarded the original Mention components.
    • 🔥🔥🔥 Descriptions Display multiple read-only fields in groups.
    • 🔥🔥🔥 PageHeader can be used to declare the topic of the page, display important information about the page that the user is concerned about, and carry the operation items related to the current page.
    • 🔥🔥🔥 Result is used to feedback the processing results of a series of operation tasks.
    • 🔥🔥🔥 FormModel Form components that use v-model for automatic validation are more concise than v-decorator forms.
  • 🔥 Descriptions supports vertical layout.
  • 🔥 Progress.Circle supports gradient colors.
  • 🔥 Progress.Line supports gradient colors.
  • Breadcrumb
    • 🎉 Breadcrumb.Item supports the overlay property to define drop-down menus.
    • 🌟 Added Breadcrumb.Separator component, you can customizeseparator.
  • 🌟 TreeSelect's showSearch supports multiple selection mode.
  • 🌟 Timeline.Item adds gray color type, which can be used in incomplete or invalid state.
  • 🌟 Modal supports closeIcon property for customizing the close icon.
  • Upload
    • 🌟 Upload provides previewFile property to customize the preview logic.
    • 🌟 Upload adds transformFile to support converting files before uploading.
    • 🌟 Upload supports previewing pictures in jfif format.
    • 🌟 Added showDownloadIcon property for displaying download icons.
  • 🌟 Input.Search adds loading property, which is used to display the loading status.
  • 🌟 Grid's gutter property adds support for vertical spacing. Now you can set an array forgutter, the second value of the array represents the vertical spacing.
  • 🌟 message Added support for updating content with unique key.
  • 🌟 TextArea supports allowClear.
  • 🌟 Dropdown.Button supports icon property to customize the icon.
  • Drawer
    • 🌟 Support afterVisibleChange property, which is triggered after the drawer animation is completed.
    • 🌟 Support ESC shutdown.
    • 🌟 Added keyboard, which allows the response to keyboard events to be turned on and off.
  • 🌟 TreeNode supports checkable property.
  • 🌟 Transfer supports children custom rendering list.
  • 🌟 Pagination supports disabled property.
  • 🌟 Steps support click to switch function.
  • Slider
    • 🌟 Support tooltipPlacement to define the location of the tip.
    • 🌟 Support getTooltipPopupContainer to allow custom container for the prompt.
    • 🌟 Flip trigger direction when Sider is on the right.
  • 🌟 Calendar supports headerRender to customize header.
  • 🌟 Carousel supports custom panel pointing point locations.
  • 🌟 Collapse supports expandIconPosition property.
  • 🌟 Popconfirm adds disabled props, which are used to control whether clicking child elements pop up.
  • 🌟 Select supports showArrow in multi-select mode.
  • 🌟 Collapse.Panel added extra.
  • Card
    • 🌟 Card component added tabBarExtraContent property.
    • 🌟 Card.Grid added a hoverable property to allow floating effects to be disabled.
  • 🌟 Anchor.Link adds target attribute.
  • 🌟 TimePicker added clearIcon prop for custom clear icon.
  • Form
    • 🌟 Support to configure the colon property directly on the Form.
    • 🌟 Support labelAlign property.
  • Table
    • 🌟 Table adds getPopupContainer property for setting various floating layer rendering nodes in the table.
    • 💄 Adjust the style of the Table expand button.
    • 🌟 Added tableLayout property, supports setting the table'stable-layout layout, and enables tableLayout =" fixed " by default under fixed headers / columns, to solve the column alignment problem caused by the table layout automatically based on content .
    • 🌟 Added column.ellipsis to support automatic omission of cell contents.
    • 🌟 Added scroll.scrollToFirstRowOnChange property, which is used to set whether to scroll to the top of the table after page turning.   -Filter filterDropdown Addedvisible parameter to get the display status of the drop-down box.
    • 🌟 The title method adds asortColumn parameter to get the currently sorted column.   -Sort When sorting, the sorter parameter ofonChange will always contain column information.
  • 🌟 Tree component supports blockNode property.
  • 🌟 RangePicker adds separator definition.
  • Empty
    • 🌟 Empty supports the imageStyle property.
    • 🌟 Empty description supportsfalse.
    • 🌟 Empty Supports access to preset pictures via Empty.PRESENTED_IMAGE_DEFAULT andEmpty.PRESENTED_IMAGE_SIMPLE
  • 🌟 Badge supports custom colors.
  • 🐞 Fix the problem that the label of Steps is not centered.
  • 🐞 Fix cursor style problem of DatePicker and TimePicker.
  • 🐞 Fix TreeSelect custom icon is invalid #​1901
  • 🐞 Fix Tabs keyboard left / right switching error #​1947

  • 新增了五个组件:
    • 🔥🔥🔥 Mentions 新增提及组件并废弃原有 Mention 组件。
    • 🔥🔥🔥 Descriptions 成组展示多个只读字段。
    • 🔥🔥🔥 PageHeader 可用于声明页面主题、展示用户所关注的页面重要信息,以及承载与当前页相关的操作项。
    • 🔥🔥🔥 Result 用于反馈一系列操作任务的处理结果。
    • 🔥🔥🔥 FormModel 使用 v-model 进行自动校验的表单组件,相较于 v-decorator 形式的表单,更加简洁。
  • 🔥 Descriptions 支持垂直布局。
  • 🔥 Progress.Circle 支持渐变色。
  • 🔥 Progress.Line 支持渐变色。
  • Breadcrumb
    • 🎉 Breadcrumb.Item 支持 overlay 属性来定义下拉菜单。
    • 🌟 新增 Breadcrumb.Separator 组件,可进行 separator 自定义。
  • 🌟 TreeSelect 的 showSearch 支持多选模式。
  • 🌟 Timeline.Item 新增 gray 色彩类型,可用于未完成或失效状态。
  • 🌟 Modal 支持 closeIcon 属性用于自定义关闭图标。
  • 🌟 Upload
    • 🌟 Upload 提供 previewFile 属性以自定义预览逻辑。
    • 🌟 Upload 新增 transformFile 支持上传之前转换文件。
    • 🌟 Upload 支持预览 jfif 格式图片。
    • 🌟 新增 showDownloadIcon 属性,用于展示下载图标。
  • 🌟 Input.Search 新增 loading 属性,用于展示加载中的状态。
  • 🌟 Grid 的 gutter 属性新增垂直间距的支持,现在你可以给 gutter 设置一个数组,数组的第二个值就表示垂直间距。
  • 🌟 message 新增支持通过唯一的 key 来更新内容。
  • 🌟 TextArea 支持 allowClear
  • 🌟 Dropdown.Button 支持 icon 属性来自定义图标。
  • Drawer
    • 🌟 支持 afterVisibleChange 属性,在抽屉动画完成后触发。
    • 🌟 支持 ESC 关闭。
    • 🌟 新增 keyboard,允许打开关闭对键盘事件的响应。
  • 🌟 TreeNode 支持 checkable 属性。
  • 🌟 Transfer 支持 children 来自定义渲染列表。
  • 🌟 Pagination 支持 disabled 属性。
  • 🌟 Steps 支持点击切换功能。
  • Slider
    • 🌟 支持 tooltipPlacement 以定义提示所在位置。
    • 🌟 支持 getTooltipPopupContainer 以允许自定义提示所在容器。
    • 🌟 当 Sider 在右边时,翻转 trigger 方向。
  • 🌟 Calendar 支持 headerRender 以自定义头部。
  • 🌟 Carousel 支持自定义面板指示点的位置。
  • 🌟 Collapse 支持 expandIconPosition 属性。
  • 🌟 Popconfirm 增加 disabled props,用于控制点击子元素是否弹出。
  • 🌟 Select 在多选模式下支持 showArrow
  • 🌟 Collapse.Panel 新增了 extra
  • Card
    • 🌟 Card 组件新增了 tabBarExtraContent 属性。
    • 🌟 Card.Grid 新增 hoverable 属性允许禁用浮动效果。
  • 🌟 Anchor.Link 增加 target 属性。
  • 🌟 TimePicker 新增了 clearIcon prop,用于自定义清除图标。
  • Form
    • 🌟 支持直接在 Form 上面配置 colon 属性。
    • 🌟 支持 labelAlign 属性。
  • Table
    • 🌟 Table 新增 getPopupContainer 属性用于设置表格内的各类浮层渲染节点。
    • 💄 调整 Table 展开按钮的样式。
    • 🌟 新增 tableLayout 属性,支持设置表格的 table-layout 布局,并在固定表头/列下默认开启 tableLayout="fixed",解决因为表格自动根据内容排版造成的列对齐问题。
    • 🌟 新增 column.ellipsis 支持单元格内容自动省略。
    • 🌟 新增 scroll.scrollToFirstRowOnChange 属性,用于设置在翻页后是否滚动到表格顶部。
    • 🌟 filterDropdown 新增 visible 参数,用于获取下拉框的显示状态。
    • 🌟 title 方法新增 sortColumn 参数,用于获取当前排序的列。
    • 🌟 排序时 onChangesorter 参数将始终包含 column 信息。
  • 🌟 Tree 组件支持 blockNode 属性。
  • 🌟 RangePicker 添加 separator 定义。
  • Empty
    • 🌟 Empty 支持 imageStyle 属性。
    • 🌟 Empty description 支持 false
    • 🌟 Empty 支持通过 Empty.PRESENTED_IMAGE_DEFAULTEmpty.PRESENTED_IMAGE_SIMPLE 访问预置图片。
  • 🌟 Badge 支持自定义颜色。
  • 🐞 修复 Steps 的 label 不居中的问题。
  • 🐞 修复 DatePicker 和 TimePicker 的 cursor 样式问题。
  • 🐞 修复 TreeSelect 自定义图标无效的问题 #​1901
  • 🐞 修复 Tabs 键盘左右切换错误问题 #​1947

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 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 force-pushed the renovate/ant-design-vue-1.x branch from 5678ffb to fb11835 Compare April 2, 2020 14:38
@renovate renovate bot changed the title Update dependency ant-design-vue to v1.5.0 Update dependency ant-design-vue to v1.5.1 Apr 2, 2020
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from fb11835 to 15bf764 Compare April 9, 2020 15:01
@renovate renovate bot changed the title Update dependency ant-design-vue to v1.5.1 Update dependency ant-design-vue to v1.5.2 Apr 9, 2020
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from 15bf764 to 4dd312e Compare April 13, 2020 04:18
@renovate renovate bot changed the title Update dependency ant-design-vue to v1.5.2 Update dependency ant-design-vue to v1.5.3 Apr 13, 2020
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch 2 times, most recently from 57774b5 to d6942c7 Compare April 30, 2020 08:23
@renovate renovate bot changed the title Update dependency ant-design-vue to v1.5.3 Update dependency ant-design-vue to v1.5.4 Apr 30, 2020
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from d6942c7 to 0ba19f6 Compare May 8, 2020 12:33
@renovate renovate bot changed the title Update dependency ant-design-vue to v1.5.4 Update dependency ant-design-vue to v1.5.5 May 8, 2020
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from 0ba19f6 to ce6dcad Compare May 9, 2020 02:26
@renovate renovate bot changed the title Update dependency ant-design-vue to v1.5.5 Update dependency ant-design-vue to v1.5.6 May 9, 2020
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from ce6dcad to 55787de Compare May 15, 2020 17:27
@renovate renovate bot changed the title Update dependency ant-design-vue to v1.5.6 Update dependency ant-design-vue to v1.6.0 May 15, 2020
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from 55787de to d788c05 Compare May 25, 2020 07:45
@renovate renovate bot changed the title Update dependency ant-design-vue to v1.6.0 Update dependency ant-design-vue to v1.6.1 May 25, 2020
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from d788c05 to f684584 Compare June 2, 2020 06:08
@renovate renovate bot changed the title Update dependency ant-design-vue to v1.6.1 Update dependency ant-design-vue to v1.6.2 Jun 2, 2020
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from f684584 to 6409dfd Compare July 5, 2020 05:49
@renovate renovate bot changed the title Update dependency ant-design-vue to v1.6.2 Update dependency ant-design-vue to v1.6.3 Jul 5, 2020
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from 6409dfd to db8431e Compare July 21, 2020 06:42
@renovate renovate bot changed the title Update dependency ant-design-vue to v1.6.3 Update dependency ant-design-vue to v1.6.4 Jul 21, 2020
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from db8431e to 6e86bf7 Compare August 25, 2020 09:02
@renovate renovate bot changed the title Update dependency ant-design-vue to v1.6.4 Update dependency ant-design-vue to v1.6.5 Aug 25, 2020
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from 6e86bf7 to 8f1d096 Compare November 28, 2020 09:59
@renovate renovate bot changed the title Update dependency ant-design-vue to v1.6.5 Update dependency ant-design-vue to v1.7.2 Nov 28, 2020
@vercel
Copy link

vercel bot commented Nov 28, 2020

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/blesstosam/vuets-iview-admin/7wvwCdnEw3oTtmkgLwGqcbq4X4UT
✅ Preview: https://vuets-iview-admin-git-renovate-ant-design-vue-1x-blesstosam.vercel.app

@renovate renovate bot changed the title Update dependency ant-design-vue to v1.7.2 fix(deps): update dependency ant-design-vue to v1.7.2 Dec 18, 2020
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from 8f1d096 to fd0cfea Compare February 16, 2021 10:01
@renovate renovate bot changed the title fix(deps): update dependency ant-design-vue to v1.7.2 fix(deps): update dependency ant-design-vue to v1.7.3 Feb 16, 2021
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from fd0cfea to 592d9ab Compare April 26, 2021 17:52
@renovate renovate bot changed the title fix(deps): update dependency ant-design-vue to v1.7.3 fix(deps): update dependency ant-design-vue to v1.7.4 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from 592d9ab to 05b40a9 Compare May 9, 2021 22:18
@renovate renovate bot changed the title fix(deps): update dependency ant-design-vue to v1.7.4 fix(deps): update dependency ant-design-vue to v1.7.5 May 9, 2021
@renovate renovate bot force-pushed the renovate/ant-design-vue-1.x branch from 05b40a9 to 1ecc998 Compare October 18, 2021 21:57
@renovate renovate bot changed the title fix(deps): update dependency ant-design-vue to v1.7.5 fix(deps): update dependency ant-design-vue to v1.7.8 Oct 18, 2021
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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