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 vxe-table to v4.10.5 #66

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vxe-table (source) 4.3.10 -> 4.10.5 age adoption passing confidence

Release Notes

x-extends/vxe-table (vxe-table)

v4.10.5

Compare Source

v4.10.4

Compare Source

  • table
    • 修复复选框禁用显示问题
    • 优化树懒加载拖拽
    • 增加插槽 row-drag-icon #​2732
    • 增加插槽 column-drag-icon

v4.10.3

Compare Source

v4.10.2

Compare Source

v4.10.1

Compare Source

  • table
    • 修复自定义状态不正确问题 #​2717
    • 修复同级拖拽与跨级拖拽冲突问题
    • 增加参数 resizable-config.isDblclickAutoWidth
    • 增加参数 sort-config. iconVisibleMethod
    • 增加参数 filter-config. iconVisibleMethod
    • 优化动态行高虚拟渲染
  • grid
    • 参数 layouts 支持二维数组,更加灵活得我自定义布局
    • 增加插槽 asideLeft #​2714
    • 增加插槽 asideRight #​2714

v4.10.0

Compare Source

  • 增加语言包 #​2711
  • table
    • 修复改变 size 显示空白问题
    • 修复表尾固定列显示错误问题
    • 修复冻结列拖拽限制问题
    • 修复插入临时数据顺序问题
    • 修复行拖拽恢复状态失效问题 #​2701
    • 修复自定义列保存冻结列状态不正确问题 #​2712
    • 优化校验错误提示的定位 #​2705
    • 重构动态行高的计算
    • 重构拖拽,大幅提升拖拽流畅度
    • 参数 export-config.filename 支持传方法 #​2708
    • 参数 export-config.sheetName 支持传方法
    • 优化导出
    • 增加参数 row-drag-config.isPeerDrag
    • 增加参数 column-drag-config.isPeerDrag
  • toolbar
    • 增加插槽 button-prefix
    • 增加插槽 button-suffix
    • 增加插槽 tool-prefix
    • 增加插槽 tool-suffix

v4.9.35

Compare Source

v4.9.34

Compare Source

  • table
    • 增加方法 insertChild
    • 增加方法 insertChildAt
    • 增加方法 insertChildNextAt
    • 优化导出取值处理
    • 优化虚拟滚动流畅度
  • grid
    • 修复 setCheckboxRowKey 无法调用问题

v4.9.33

Compare Source

v4.9.32

Compare Source

v4.9.31

Compare Source

  • table
    • 优化 clearTreeExpandLoaded 方法支持传多行
    • 增加参数 filter-config.destroyOnClose

v4.9.30

Compare Source

  • table
    • 修复默认排序状态不显示问题
    • 增加参数 column-drag-config.trigger #​2690
    • 增加参数 row-drag-config.animation
    • 增加参数 column-drag-config.animation
    • 优化单元格编辑样式

v4.9.29

Compare Source

v4.9.28

Compare Source

v4.9.27

Compare Source

v4.9.26

Compare Source

  • table
    • 重构复选框,大幅提升渲染速度
    • 优化渲染样式,避免闪动 #​2680
    • 优化拖拽效果
    • 优化自定义列拖拽样式
    • 支持分组表头拖拽 #​2682
    • 增加参数 column-drag-config.isCrossDrag
    • 增加参数 column-drag-config.isToChildDrag
    • 增加参数 column-drag-config.isSelfToChildDrag
    • 增加方法 setCheckboxRowKey
    • 增加方法 isCheckedByCheckboxRowKey
    • 增加方法 isIndeterminateByCheckboxRowKey
    • 增加方法 setRadioRowKey
    • 增加方法 isCheckedByRadioRowKey

v4.9.25

Compare Source

v4.9.24

Compare Source

v4.9.23

Compare Source

v4.9.22

Compare Source

  • table
    • 修复懒加载树展开无效问题 #​2676
    • 修复 row-config.currentMethod 与 column-config.currentMethod 无效问题 #​2678
    • 修复 setFilter 传 true 无法更新数据问题
    • 增加 row-drag-config.isToChildDrag
    • 增加方法 setSort

v4.9.21

Compare Source

v4.9.20

Compare Source

v4.9.19

Compare Source

  • table
    • 优化自定义列设置
    • 优化拖拽效果,提高流畅度
    • 支持树跨层级拖拽排序
    • 增加参数 custom-onfig.drawerOptions.mask
    • 增加参数 custom-onfig.drawerOptions.lockView
    • 增加参数 custom-onfig.drawerOptions.resize
    • 增加参数 custom-onfig.drawerOptions.escClosable #​2675
    • 增加参数 row-drag-config.isCrossDrag
    • 增加参数 row-drag-config.isSelfToChildDrag
    • 增加参数 row-drag-config.showGuidesStatus
    • 增加参数 column-drag-config.showGuidesStatus
    • 增加方法 getFullData
    • 增加方法 getFullColumns

v4.9.18

Compare Source

v4.9.17

Compare Source

v4.9.16

Compare Source

  • table
    • 修复自适应列宽显示不正确问题 #​2672
    • 优化列拖拽排序效果
    • 优化编辑状态的回车自动新增行逻辑
    • 优化动态行高
    • 优化虚拟滚动效果
    • 增加参数 custom-config.enabled
    • 增加参数 keyboard-config.isLastEnterAppendRow
    • 增加参数 keyboard-config.beforeEnterMethod
    • 增加参数 keyboard-config.enterMethod
    • 增加参数 keyboard-config.editMode
    • 增加事件 enter-append-row

v4.9.15

Compare Source

v4.9.14

Compare Source

v4.9.13

Compare Source

  • table
    • 修复自定义导出格式化内容无效问题 #​2663
    • (v4保留兼容)调整默认参数 valid-config.theme 由 'normal' 调整为 'beautify',可以通过全局参数设置 setConfig({ validConfig: { theme: 'normal' } }) 还原
    • 增加参数 resizable-config.dragMode
    • 增加参数 resizable-config.showDragTip
    • 优化列宽拖拽效果,提高流畅度

v4.9.12

Compare Source

v4.9.11

Compare Source

  • 更新国际化语言
  • table
    • (v4保留兼容)方法 getParentRow 更改为 getTreeParentRow
    • 修复列拖拽无法触发自定义保存问题
    • 修复 reloadTreeExpand 返回值问题
    • 树结构支持斑马线条纹
    • 增加参数 tree-config.seqMode

v4.9.10

Compare Source

v4.9.9

Compare Source

  • table
    • 修复 getRowById 无法获取新增临时数据问题 #​2655
    • 修复单元格合并问题
    • 提升可编辑渲染速度
    • 优化虚拟渲染
    • 优化校验样式

v4.9.8

Compare Source

v4.9.7

Compare Source

v4.9.6

Compare Source

  • table
    • 修复自定义 loading 插槽问题 #​2651
    • 修复老版本兼容性
    • 优化虚拟渲染,渲染性能提升80%,大幅降低渲染期白屏
    • 优化冻结列对齐问题,解决虚拟滚动冻结列部分场景滚动后不对齐问题
    • 增加参数 scroll-x.immediate
    • 增加参数 scroll-y.immediate
    • 增加方法 saveFilterPanel
    • 增加方法 resetFilterPanel

v4.9.5

Compare Source

v4.9.4

Compare Source

  • table
    • 修复列标题后缀提示无效问题
    • 优化编辑逻辑
  • column
    • 修复前缀提示异常问题

v4.9.3

Compare Source

  • table
    • 修复自定义默认 scss 变量报错问题
    • 优化编辑渲染清除逻辑
    • 优化编辑后单元格选取状态更新异常问题

v4.9.2

Compare Source

v4.9.1

Compare Source

v4.9.0

Compare Source

  • table
    • (v4保留兼容)参数 drag-config被 row-drag-config替换
    • 增加参数 row-drag-config
    • 增加参数 column-drag-config
    • 优化渲染效果

v4.8.16

Compare Source

  • table
    • 优化数据校验逻辑
    • 增加方法 fullValidateField
    • 增加方法 validateField

v4.8.15

Compare Source

  • table
    • 修复复选框鼠标滑动范围选择 #​2635
    • 修复纵向虚拟滚动失效问题
    • 修复自适应宽度问题 #​2634
    • 优化虚拟渲染逻辑
  • column
    • edit-render.autoFocus 支持 boolean 类型

v4.8.14

Compare Source

v4.8.13

Compare Source

v4.8.12

Compare Source

v4.8.11

Compare Source

  • table
    • 优化老版本兼容性
    • 提升拖拽渲染速度

v4.8.10

Compare Source

  • table
    • 增加参数 scroll-x.threshold
    • 增加参数 scroll-y.threshold
    • 增加事件 scroll-boundary
    • 优化行拖拽

v4.8.9

Compare Source

v4.8.8

Compare Source

v4.8.7

Compare Source

  • table
    • (v4保留兼容)方法 resetColumn 更改为 resetCustom
    • 修复自定义列的列宽限制逻辑 #​2628
    • 优化校验样式
    • 优化数据校验逻辑
    • 增加方法 cancelCustom
    • 增加方法 saveCustom
    • 增加方法 resetCustom
    • 增加方法 toggleCustomAllCheckbox
    • 增加方法 setCustomAllCheckbox
    • 增加参数 drag-config.rowTooltipMethod
    • 增加插槽 drag-config.slots
    • 增加参数 valid-config.theme

v4.8.6

Compare Source

v4.8.5

Compare Source

v4.8.4

Compare Source

  • table
    • 增加参数 drag-config.rowIcon
    • 增加参数 drag-config.rowDisabledMethod
    • 增加参数 drag-config.rowVisibleMethod
    • 优化可编辑行拖拽渲染

v4.8.2

Compare Source

v4.8.1

Compare Source

  • table
    • 修复校验状态不会自动清除问题
    • 增加参数 row-config.drag
    • 增加参数 row-config.dragStartMethod
    • 增加参数 row-config.dragEndMethod
    • 增加参数 drag-config.showRowIcon
    • 增加事件 row-dragstart
    • 增加事件 row-dragover
    • 增加事件 row-dragend
    • 优化自定义列样式
  • column
    • 增加参数 drag-sort

v4.8.0

Compare Source

  • table
    • 重构核心渲染,大幅提升渲染性能
    • 修复固定行高导致不居中问题
    • 虚拟滚动支持自适应行高
    • 优化固定行高样式
    • 优化编辑表格样式
    • 优化虚拟渲染加载的空白期,大幅降低虚拟渲染空白期的延迟
    • 单元格选取功能支持动态行高
    • 增加参数 export-config.params
    • 增加插槽 export-config.slots
    • 增加参数 import-config.params
    • 增加插槽 import-config.slots
    • 增加方法 closeImport
    • 增加方法 closeExport
    • 增加方法 closePrint
    • 增加参数 cell-config.verticalAlign

v4.7.97

Compare Source

v4.7.96

Compare Source

  • 修复 scss 警告
  • table
    • 优化导出逻辑

v4.7.95

Compare Source

v4.7.94

Compare Source

  • table
    • 修复 custom-config.visibleMethod 无效问题
    • 优化渲染,提升速度

v4.7.93

Compare Source

  • table
    • 渲染器增加配置 tableCellAlign
    • 渲染器增加配置 tableHeaderCellAlign
    • 渲染器增加配置 tableFooterCellAlign
    • 优化渲染

v4.7.92

Compare Source

v4.7.91

Compare Source

v4.7.90

Compare Source

  • table
    • 修复复选框勾选无效问题 #​2601
    • 优化可视区定位逻辑

v4.7.88

Compare Source

  • grid
    • 优化数据代理渲染
  • table
    • 优化可视区定位逻辑
    • 优化虚拟树筛选逻辑

v4.7.87

Compare Source

  • table
    • 优化渲染

v4.7.86

Compare Source

  • table
    • 修复已知问题
    • 优化渲染

v4.7.85

Compare Source

  • table
    • 优化渲染
    • 修复 edit-config.afterEditMethod 重复执行问题 #​2577
  • grid

v4.7.84

Compare Source

  • table
    • 优化样式

v4.7.83

Compare Source

  • table
    • 增加参数 edit-config.autoFocus
    • 增加参数 edit-config.autoPos
    • 优化编辑逻辑

v4.7.82

Compare Source

  • table
    • row-height 支持编辑模式 #​2568
    • 增加参数 padding
  • toolbar
    • 参数 buttons 支持 title 属性
    • 参数 tools 支持 title 属性

v4.7.81

Compare Source

  • table
  • toolbar
    • 修复 buttons 和 tools 配置 routerLink 无效问题

v4.7.80

Compare Source

  • 优化国际化
  • table
    • 优化老版本兼容性
  • grid
    • 优化样式

v4.7.79

Compare Source

v4.7.78

Compare Source

  • 优化旧版本兼容性
  • table
    • 优化渲染

v4.7.77

Compare Source

  • table
    • 优化样式
    • 优化复选框,提高渲染性能

v4.7.76

Compare Source

  • table
    • 优化渲染
    • 优化自适应高度的计算逻辑

v4.7.75

Compare Source

  • table
    • 修复自定义列取消冻结状态报错问题
    • 优化样式

v4.7.74

Compare Source

  • table
    • 优化样式
    • 优化自定义列

v4.7.73

Compare Source

  • table
    • 修复 custom-config.immediate 模式无效问题 #​2531
    • 优化自定义列渲染
  • grid
    • 修复getCustomStoreData方法无法调用问题 #​2498

v4.7.72

Compare Source

  • table
    • 更新 ts 类型文件
    • 修复自定义列 html 类型渲染问题

v4.7.71

Compare Source

  • table
    • 优化筛选渲染逻辑
    • 右键菜单增加参数 prefixConfig、suffixConfig 配置项 IAMEJM

v4.7.70

Compare Source

  • table
    • 修复筛选无效问题
    • 修复参数错误问题 #​2532

v4.7.69

Compare Source

v4.7.68

Compare Source

  • table
    • 优化样式
    • 增加参数 area-config.show-row-status
    • 增加参数 area-config.show-column-status

v4.7.67

Compare Source

  • table
    • 更新 ts 类型文件
    • 修复 Backspace 键会同时触发 delMethod 问题 #​2526
    • 修复 beforeEditMethod 禁用后 Backspace 键编辑问题 #​2526

v4.7.66

Compare Source

  • table
    • 修复自定义列提示无法选中问题
    • 增加方法 getParentColumn
    • 优化导出逻辑
    • 优化样式
  • grid
    • 增加方法 getFormData
  • column
    • 增加参数 autoFocus,用于替换 autofocus
    • 增加参数 autoSelect,用于替换 autoselect

v4.7.65

Compare Source

  • 增加国际化文件 #​2515
  • 优化老版本兼容性

v4.7.64

Compare Source

  • table
    • 优化列宽自适应算法

v4.7.63

Compare Source

  • table
    • 参数 id 支持传方法
    • 修复 menu-config.enabled 修改导致报错问题 #​2509
    • 修复虚拟滚动启用后 scrollTo 无效问题 #​2512

v4.7.62

Compare Source

v4.7.61

Compare Source

  • table
    • 优化单元格渲染参数判断逻辑
  • toobar
    • 优化按钮配置逻辑

v4.7.60

Compare Source

  • table
    • 修复下拉框空字符显示问题
    • 优化渲染自动聚焦问题
  • grid
    • 增加参数 proxy-config.ajax.querySuccess
    • 增加参数 proxy-config.ajax.queryError
    • 增加参数 proxy-config.ajax.deleteSuccess
    • 增加参数 proxy-config.ajax.deleteError
    • 增加参数 proxy-config.ajax.saveSuccess
    • 增加参数 proxy-config.ajax.saveError

v4.7.59

Compare Source

v4.7.58

Compare Source

  • table
    • 修复校验样式问题
    • 优化 getRecordset 逻辑,当被删除时,数据不再重复放到更新集合
  • grid
    • (v4保留兼容)废弃 proxy-config.message 被 showResponseMsg 和 showActiveMsg 替换
    • 增加参数 proxy-config.showResponseMsg
    • 增加参数 proxy-config.showActiveMsg

v4.7.57

Compare Source

  • table
    • (v4部分兼容)调整参数 import-config.modes 默认参数由 ['insert', 'covering'] 改成 ['insertBottom', 'covering'],接收参数不兼容,可以通过全局兼容旧参数 setConfig({ table: { importConfig: { modes: ['insert', 'covering'] } } })
  • grid
    • 修复 setRow方法 无法调用问题 #​2484

v4.7.56

Compare Source

  • table
    • 修复重复插入子节点问题 #​2477
    • 增加方法updateFilterOptionStatus
    • 优化筛选渲染器

v4.7.55

Compare Source

v4.7.54

Compare Source

  • table
    • 修复修改列宽无效问题
    • 兼容最新版 scss

v4.7.53

Compare Source

  • table
    • 优化列宽计算逻辑
    • 修复表尾出现双重滚动条问题

v4.7.52

Compare Source

  • table
    • 自适应列宽支持头部和尾部 #​2474
    • 优化筛选面板样式
  • column
    • 优化表尾格式化方法

v4.7.51

Compare Source

v4.7.50

Compare Source

  • table
    • (v4部分兼容)调整参数 import-config.modes 默认参数由 ['insert', 'covering'] 改成 ['insertBottom', 'covering'],接收参数不兼容,可以通过全局兼容旧参数 setConfig({ table: { importConfig: { modes: ['insert', 'covering'] } } })
    • 优化树结构懒加载
  • column
    • 增加参数 footer-formatter

v4.7.49

Compare Source

  • table
    • 修复树形懒加载无数据时按钮显示问题
    • 优化列宽算法
  • column
    • 参数 width 支持设置为 auto 自适应宽度

v4.7.48

Compare Source

  • 更新 ts 类型
  • table
    • 渲染器支持 VxeTreeSelect
    • 修复单元格样式问题

v4.7.47

Compare Source

v4.7.46

Compare Source

  • 更新 ts 类型
  • table
    • 修复单元格选择的样式问题
  • column
    • 修复 title-prefix HTML 类型无效问题

v4.7.45

Compare Source

  • table
    • 修复兼容性问题
    • 增加参数 column-config.currentMethod
    • 增加参数 row-config.currentMethod #​2464
    • 优化样式

v4.7.44

Compare Source

v4.7.43

Compare Source

  • table
    • custom-config.mode 支持参数 drawer
    • 优惠自定义列弹窗宽度

v4.7.42

Compare Source

  • table
    • 修复自定义列分组冻结缓存无效问题
    • 优化冻结列数量控制逻辑

v4.7.41

Compare Source

  • table
    • 增加参数 filter-render.enabled
    • 优化筛选方法 setFilter(column, options, update) 支持同时更新数据
    • 优化国际化语言显示问题
  • grid
    • 修复 getPrintHtml 无法调用问题

v4.7.40

Compare Source

  • 优化老版本兼容性

v4.7.39

Compare Source

  • 兼容老版本
  • table
  • grid

v4.7.38

Compare Source

  • 优化兼容老版本

v4.7.37

Compare Source

  • 兼容老版本
  • table
    • 修复复选框和单选框不显示问题
    • 优化导入导入

v4.7.36

Compare Source

  • 小 bug 修复

v4.7.35

Compare Source

  • table
    • 修复兼容老版本 print 方法
    • 增加事件 clear-cell-area-selection

v4.7.34

Compare Source

v4.7.33

Compare Source

  • table
    • 修复编辑季度输入框显示问题
    • 修复树结构按键操作无法回退到上一级问题
    • (v4默认值调整)keyboard-config.isBack 默认值由 true 调整为 false,可以通过全局参数 setConfig({ table: { keyboardConfig: { isBack: true } } }) 设置默认值
    • 增加方法 getParams
    • 优化单元格编辑样式

v4.7.32

Compare Source

v4.7.31

Compare Source

v4.7.30

Compare Source

v4.7.29

Compare Source

  • 优化老版本升级兼容性问题
  • table
    • 调整类型文件

v4.7.28

Compare Source

  • table
    • 修复打印 beforePrintMethod 无效问题
    • 修复 checkbox-config.trigger 手动模式时事件无法触发问题

v4.7.27

Compare Source

v4.7.26

Compare Source

  • 优化老版本兼容性问题
  • table
    • 修复类型声明
    • 修复 getColid 无法调用问题
    • 增加方法 getCellLabel #​2443
    • 增加方法 getCellElement #​2444

v4.7.25

Compare Source

v4.7.24

Compare Source

  • 修复老版本兼容问题

v4.7.23

Compare Source

v4.7.22

Compare Source

v4.7.21

Compare Source

v4.7.20

Compare Source

v4.7.19

Compare Source

  • 修复 config 方法不存在问题
  • table
    • (v4保留兼容)validators 调整 cellValidatorMethod 为 tableCellValidatorMethod
    • (v4保留兼容)menu 调整 menuMethod 为 tableMenuMethod
    • (v4保留兼容)formats 调整 cellFormatMethod 为 tableCellFormatMethod
    • (v4保留兼容)commands 调整 commandMethod 为 tableCommandMethod
    • Interceptors 增加参数 tableInterceptorMethod

v4.7.18

Compare Source

  • 优化按需加载
  • table
    • 修复导出表尾数据取值错误问题

v4.7.17

Compare Source

  • table 渲染器参数
    • (v4保留兼容)调整 filterMethod 为 tableFilterMethod
    • (v4保留兼容)调整 filterRemoteMethod 为 tableFilterRemoteMethod
    • (v4保留兼容)调整 filterResetMethod 为 tableFilterResetMethod
    • (v4保留兼容)调整 filterRecoverMethod 为 tableFilterRecoverMethod
    • (v4保留兼容)调整 defaultFilterMethod为 defaultTableFilterMethod
    • (v4保留兼容)调整 filterClassName 为 tableFilterClassName
    • (v4保留兼容)调整 showFilterFooter 为 tableCellClassName
    • (v4保留兼容)调整 cellClassName 为 tableCellClassName
    • (v4保留兼容)调整 cellStyle 为 tableCellStyle
    • (v4保留兼容)调整 autofocus 为 tableAutofocus
    • (v4保留兼容)调整 autoselect 为 tableAutoSelect
    • (v4保留兼容)调整 exportMethod 为 tableExportMethod
    • (v4保留兼容)调整 footerExportMethod 为 tableFooterExportMethod
    • (v4保留兼容)调整 renderHeader 为 renderTableHeader
    • (v4保留兼容)调整 renderFooter 为 renderTableFooter
    • (v4保留兼容)调整 renderFilter 为 renderTableFilter
    • (v4保留兼容)调整 renderDefault 为 renderTableDefault
    • (v4保留兼容)调整 renderEdit 为 renderTableEdit
    • (v4保留兼容)调整 renderCell 为 renderTableCell
    • (v4保留兼容)调整 renderEmpty 为 renderTableEmpty
    • 支持 checkbox-config.trigger 手动模式
    • 支持 radio-config.trigger 手动模式
    • 支持 expand-config.trigger 手动模式
    • 支持 tree-config.trigger 手动模式
    • 优化编辑样式
  • toolbar
    • 修复工具栏参数错误问题

v4.7.16

Compare Source

  • 修复老版本兼容性问题

v4.7.15

Compare Source

  • 修复按需加载问题
  • table
    • 增加方法 isPendingByRow

v4.7.14

Compare Source

v4.7.13

Compare Source

  • 修改已知问题

v4.7.12

Compare Source

  • table
    • 优化自定义列自定义保存逻辑

v4.7.11

Compare Source

  • table
    • 修复自定义列宽无法保存问题 #​2430
    • 支持自定义列数据服务端保存、服务端还原
    • 增加参数 custom-config.restoreStore
    • 增加参数 custom-config.modalOptions

v4.7.10

Compare Source

  • 修复类型错误 #​2427 #​2429
  • table
    • 国际化 vxe.table.seqTitle 值由 # 调整为 序号

v4.7.9

Compare Source

  • 更新相关版本依赖
  • table
    • 小 bug 修复

v4.7.8

Compare Source

  • 更新 ts 类型
  • table
    • 修复警告问题 #​2420
    • 增加参数 expand-config.padding

v4.7.7

Compare Source

  • table
    • 修复自定义列全选不生效问题
    • 增加方法 getCustomStoreData
    • 增加参数 custom-config.updateStore
    • 增加参数 custom-config.placement

v4.7.6

Compare Source

  • table
    • 增加方法 getPrintHtml
    • 修复列顺序更新错误问题 #​2406
    • 修复已知问题

v4.7.5

Compare Source

  • table
    • 修复已知问题
    • 增加参数 custom-config.allowSort
    • 优化自定义列设置,支持直接拖拽列排序
  • pager
    • 修复末页逻辑问题 #I9VB26

v4.7.4

Compare Source

  • 修复按需加载

v4.7.3

Compare Source

v4.7.1

Compare Source

  • 兼容按需加载
  • table
    • 增加方法 setRow

v4.7.0

Compare Source

  • 重要更新,内部重构
  • (代码完全兼容,按需加载需调整,其他不变)组件分离,从 Vxe UI 分离出去组件,移出所有与表格无关的组件,仅保留以下组件:table、grid、column、colgroup、toolbar。
  • (v4保留兼容)全局对象:VXETable 直接替换 VxeUI 即可
  • grid
    • 增加插槽 left、right
  • form-gather
    • 修复无法正确渲染问题

v4.6.25

Compare Source

v4.6.23

Compare Source

v4.6.22

Compare Source

  • 修复兼容性问题
  • modal

v4.6.21

Compare Source

v4.6.20

Compare Source

  • 修复已知问题

v4.6.19

Compare Source

  • 修复 scss 警告问题 #​2545
  • table
    • 增加方法 setRow
  • form-gather
    • 修复无法正确渲染问题

v4.6.18

Compare Source

v4.6.17

Compare Source

  • 增加全局方法 setIcon
  • table
    • 修复已知问题

v4.6.16

Compare Source

  • table
    • 修复 form 无法显示问题 #I9R6U5

v4.6.15

Compare Source

  • table
    • 增加事件 cell-delete-value
    • 小 bug 修复

v4.6.14

Compare Source

  • table
    • 修复校验位置不会自动定位问题
    • 其他小 bug 修复
  • mode
    • (v4不向下兼容)类型 type=modal 的默认参数 show-confirm-button 调整为 false,可以通过设置全局参数 setConfig({ mode: { showConfirmButton: true } }) 兼容老版本
    • 增加参数 show-cancel-button
    • 增加参数 show-confirm-button
    • 增加事件 resize
    • 增加事件 move
  • form-gather
    • 支持在自定义布局中使用
  • switch
    • 增加参数 openActiveIcon
    • 增加参数 closeActiveIcon
  • button-group
    • 优化样式

v4.6.13

Compare Source

  • (v4保留兼容)全局参数 config 被 setConfig 替换
  • table
    • 修复合并后显示空白问题 #​2392
  • grid
    • (v4保留兼容)参数 proxy-config.props 被 proxy-config.response 替换
    • 参数 proxy-config.response.list 支持自定义方法
    • 参数 proxy-config.response.result 支持自定义方法
    • 参数 proxy-config.response.total 支持自定义方法
    • 参数 proxy-config.response.message 支持自定义方法

v4.6.12

Compare Source

  • 修复已知问题

v4.6.11

Compare Source

  • table
    • 增加参数 area-config.autoClear
    • 优化树节点线样式
  • input
    • 修复定位问题

v4.6.10

Compare Source

  • 支持暗黑模式
  • table
    • 修复自定义列设置缓存排序状态无效问题
    • 优化样式
    • 支持暗黑主题

v4.6.9

Compare Source

  • table
    • 优化树节点线样式
    • 增加参数 keyboard-config.arrowCursorLock

v4.6.8

Compare Source

  • table
    • (v4保留兼容)事件拦截 event.clearActived 调整 event.clearEdit
    • 优化自定义列样式

v4.6.7

Compare Source

  • 更新日语国际化 #​2376
  • table
    • 修改自定义列按需加载场景报错问题
  • grid
    • 修复显示多个校验消息提示无效问题
  • vxe-button-group
    • 增加参数 mode
    • 增加参数 status

v4.6.6

Compare Source

  • table
    • 增加参数 custom-config.allowFixed
    • 增加参数 custom-config.storage.sort
    • 支持自定义列拖拽排序
  • checkbox-group
    • 增加参数 option-props.disabled
  • radio-group
    • 增加参数 option-props.disabled

v4.6.5

Compare Source

  • button
    • 修复按钮下拉无法移出问题 #​2368

v4.6.4

Compare Source

  • table
    • 修复懒加载自定义模块警告问题
    • 增加参数 clip-config.includeFields
    • 增加参数 clip-config.excludeFields
    • 增加事件 cell-area-selection-invalid

v4.6.3

Compare Source

  • table
    • 修复自定义列报错问题
    • 增加参数 area-config.includeFields
    • 增加参数 area-config.excludeFields

v4.6.2

Compare Source

v4.6.0

Compare Source

  • (不向下兼容)按需加载调整,移除已废弃的组件 Footer、Header
  • 增加模块 VxeTableCustomModule
  • 增加组件 button-group
  • table
    • 修复 getRadioRecord 获取值不正确问题
    • (v4保留兼容)重构渲染器,配置 name 调整 $input, $textarea, $select, $button, $buttons, $radio, $checkbox, $switch 改为 VxeInput, VxeTextarea, VxeSelect, VxeButton, VxeButtonGroup, VxeRadio, VxeRadioGroup, VxeCheckbox, VxeCheckboxGroup, VxeSwitch
    • 增加参数 custom-config.mode
    • 增加参数 custom-config.immediate
    • 增加参数 custom-config.showFooter
    • 增加参数 custom-config.allowFixed
    • 增加参数 custom-config.confirmButtonText
    • 增加参数 cust

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Apr 2, 2023

Deploy Preview for vue3-management-system ready!

Name Link
🔨 Latest commit 8e967c5
🔍 Latest deploy log https://app.netlify.com/sites/vue3-management-system/deploys/67802a08cb22ec0008e3525d
😎 Deploy Preview https://deploy-preview-66--vue3-management-system.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch 2 times, most recently from d19bb4c to 9616777 Compare April 20, 2023 19:10
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.3.11 fix(deps): update dependency vxe-table to v4.3.12 Apr 20, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 9616777 to 0f5d208 Compare May 14, 2023 06:07
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.3.12 fix(deps): update dependency vxe-table to v4.3.14 May 14, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 0f5d208 to c307ab3 Compare May 25, 2023 15:25
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.3.14 fix(deps): update dependency vxe-table to v4.4.0 May 25, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from c307ab3 to 7c89b1e Compare May 26, 2023 17:33
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.4.0 fix(deps): update dependency vxe-table to v4.4.1 May 26, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 7c89b1e to e844e32 Compare June 15, 2023 02:07
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.4.1 fix(deps): update dependency vxe-table to v4.4.2 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from e844e32 to 6d31729 Compare August 9, 2023 04:40
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.4.2 fix(deps): update dependency vxe-table to v4.4.7 Aug 9, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch 2 times, most recently from 54107f5 to 841f9f3 Compare August 16, 2023 05:20
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.4.7 fix(deps): update dependency vxe-table to v4.5.0 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 841f9f3 to a6885a3 Compare August 17, 2023 03:50
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.5.0 fix(deps): update dependency vxe-table to v4.5.1 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from a6885a3 to 838f8a3 Compare August 19, 2023 07:53
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.5.1 fix(deps): update dependency vxe-table to v4.5.2 Aug 19, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 838f8a3 to 35479e9 Compare August 21, 2023 01:48
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.5.2 fix(deps): update dependency vxe-table to v4.5.4 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 35479e9 to 114bb4a Compare August 21, 2023 15:31
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.5.4 fix(deps): update dependency vxe-table to v4.5.5 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 114bb4a to 96822b0 Compare August 26, 2023 02:24
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.5.5 fix(deps): update dependency vxe-table to v4.5.6 Aug 26, 2023
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.5.6 fix(deps): update dependency vxe-table to v4.5.7 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch 2 times, most recently from 9463421 to 67188fa Compare August 30, 2023 07:46
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.31 fix(deps): update dependency vxe-table to v4.7.34 Jun 25, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from bc065ec to d3a45f4 Compare June 26, 2024 11:56
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.34 fix(deps): update dependency vxe-table to v4.7.36 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from d3a45f4 to 1e0b902 Compare June 27, 2024 05:20
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.36 fix(deps): update dependency vxe-table to v4.6.17 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 1e0b902 to a938114 Compare July 3, 2024 23:34
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.6.17 fix(deps): update dependency vxe-table to v4.6.18 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from a938114 to c314f83 Compare September 12, 2024 23:40
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.6.18 fix(deps): update dependency vxe-table to v4.6.19 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from c314f83 to b7edd63 Compare October 4, 2024 02:19
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.6.19 fix(deps): update dependency vxe-table to v4.6.20 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from b7edd63 to 0a0fb42 Compare October 8, 2024 05:42
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.6.20 fix(deps): update dependency vxe-table to v4.7.86 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 0a0fb42 to ce0b468 Compare October 9, 2024 03:01
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.86 fix(deps): update dependency vxe-table to v4.6.20 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from ce0b468 to 0a63262 Compare October 10, 2024 05:43
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.6.20 fix(deps): update dependency vxe-table to v4.6.21 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 0a63262 to b7fccd9 Compare October 27, 2024 05:27
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.6.21 fix(deps): update dependency vxe-table to v4.6.23 Oct 27, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from b7fccd9 to 2667272 Compare November 11, 2024 08:32
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.6.23 fix(deps): update dependency vxe-table to v4.8.10 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 2667272 to 3e7181c Compare November 22, 2024 23:40
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.8.10 fix(deps): update dependency vxe-table to v4.6.25 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 3e7181c to f8ef7ca Compare January 1, 2025 08:24
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.6.25 fix(deps): update dependency vxe-table to v4.10.0 Jan 1, 2025
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from f8ef7ca to 0bddbca Compare January 6, 2025 05:37
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.10.0 fix(deps): update dependency vxe-table to v4.10.1 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 0bddbca to 8e967c5 Compare January 9, 2025 19:56
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.10.1 fix(deps): update dependency vxe-table to v4.10.5 Jan 9, 2025
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.

0 participants