Skip to content

v3.8.10

Compare
Choose a tag to compare
@xuliangzhan xuliangzhan released this 08 Jul 03:26
· 97 commits to v3 since this release
  • table
    • (v3部分兼容)调整参数 import-config.modes 默认参数由 ['insert', 'covering'] 改成 ['insertBottom', 'covering'],接收参数不兼容,可以通过全局兼容旧参数 setConfig({ table: { importConfig: { modes: ['insert', 'covering'] } } })
    • 修复自定义列分组冻结缓存无效问题
    • 优化筛选方法 setFilter(column, options, update) 支持同时更新数据
    • 优化导入导入
  • checkbox
    • 修复选中样式异常问题
  • button
    • 优化样式