Skip to content

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.20.2 (2024-03-21)

Bug Fixes

  • 修复单元格valueChange 的value 改变滞后的问题 (768c233)
  • 修复搜索栏只有一个输入框时点回车 会刷新浏览器的bug (677114d)
  • getFileName方法支持await (c90f1b7)

Performance Improvements

  • 升级依赖版本 (42ae562)
  • rowHandle增加复制按钮,以当前行数据打开一个添加对话框,默认隐藏,配置rowHandle.buttons.copy.show=true开启此按钮 (95da11f)
  • table-select element增加radio列 (b56b5df)

1.20.1 (2024-02-27)

Bug Fixes

  • 修复1.20.0版本子表行編輯情況下,删除无效的bug (257942b)

Performance Improvements

  • @iconify/vue不再打包进lib中,需要外部引入 (d8166be)
  • 点击查询按钮将触发on_search和onSearch事件。其中on_search为默认的查询操作 (0f452a4)

1.20.0 (2024-01-28)

Bug Fixes

  • 删除多余的valueBuilder (8de6c42)
  • 行编辑模式下,添加记录,点取消改为删除效果 (3d08399)
  • 修复裁剪图片没有名称的bug (05d0180)
  • 修复查询valueChange 修改form无效的bug (054f8b4)
  • 修复未mounted之前立即search报错的bug (51bd7c6)
  • 修复行编辑模式下,校验错误内容赋值错误的问题 (62861e9)
  • 修复antdv rowhandle 更多按钮错位问题 (fbeef05)
  • 修复card布局,actionbar slot错位问题 (b653d1c)

Features

  • 行记录支持类型定义 (ed9d49e)
  • iconify已经内置,无需额外配置,直接使用即可 (4991fd9)

Performance Improvements

  • 国际化默认配置为computed值 (fb9a59c)
  • 行编辑也支持排他式激活 (51e37bd)
  • 优化element 日期示例,格式化问题,输入数据格式告警问题,range样式问题 (66fd07b)
  • 优化form.wrapper.buttons的默认配置 (61f2ae5)
  • 优化free模式,支持默认不激活 (aeaf0a6)
  • 优化table-select的getNodesByValues的异常提示 (83ad808)
  • 增加afterRemove判定,delRequest返回false则不执行后面的逻辑 (448b2d8)
  • dict-select增加onSelectedChange事件,可以获取option (84298c1)
  • dict-tree组件无需手动配置labelName keyName (c8b0ee1)
  • first 增加 tour示例 (b1ae0aa)
  • first示例增加行数据模型 (1010528)
  • table-select支持隐藏选中label (04791d5)

1.19.3 (2023-12-15)

Bug Fixes

  • antdv4 日期组件bug修复 (a55b3e2)

Performance Improvements

  • 检查records返回值是否是数组 (6c3e496)
  • 优化merge (dd0ca41)
  • 增加表单label=0px示例 (500d793)
  • 增加formWatch示例 (ca5910b)
  • 增加pageRequest返回提示 (bee140a)
  • dict组件增加transformDictData配置 (5efea35)
  • form: 增加beforeValidate事件参数 (e0bc312)
  • fs-table-select支持插槽按钮 (5f46ceb)
  • search 增加loading (dd14e3f)

1.19.2 (2023-11-22)

Bug Fixes

  • editable: 行编辑只能删除第一条数据的bug (daf041f)
  • editable: 增加获取干净table数据的方法 (1e1e487)

Performance Improvements

  • editable: 增加sub-crud示例 (d2b67da)

1.19.1 (2023-11-20)

Bug Fixes

  • 修复一些错误的类型定义 (e098f51)

1.19.0 (2023-11-20)

Bug Fixes

  • columnsFilter: 修复列设置简单模式disabled和show无效的bug (80fd97a)
  • editable: 支持多级数据 (89db59e)
  • form: 修复form.wrapper.fullscreen无效的bug (08e0493)

Features

  • editable: 行编辑支持表单校验 (5cf8c91)
  • editable: 子表格editable (01fb2b2)
  • editable: editable优化重构,分三种模式:free、row、cell,本次为破坏性更新,请谨慎升级 (a592780)

Performance Improvements

1.18.5 (2023-11-08)

Bug Fixes

  • 修复form.value会覆盖初始值的bug (050f889)

1.18.4 (2023-11-07)

Bug Fixes

  • 关闭antdv的默认分页 (dc36caa)
  • 修复afterSubmit返回false仍然关闭对话框的bug (80337ff)

Performance Improvements

  • component.on.event配置 ,兼容事件名称不用on开头的写法 (28ccfa5)

1.18.3 (2023-10-26)

Bug Fixes

  • 修复表单form.value默认值无法赋值的bug (d40def3)
  • 修复局部组件报错的bug (648fe0e)
  • 修复dict ts报错 (6cf2f44)
  • 修复table-selectmodelValue变化,不会刷新dict的bug (7eeb229)

Performance Improvements

  • component.name局部引用无需shallowRef包裹 (96c56d8)

1.18.2 (2023-10-26)

Bug Fixes

  • 导出配置columns报错的bug (d12f881)
  • 修复动态切换component.name报 resolveComponent 只能在setup和render中使用的问题 (8792962)
  • 修复editRequest 获取到row值的bug (108c994)
  • 修复element 独立使用表单 el-select宽度问题 (7fd9ef5)
  • export columns重构 (3252095)

1.18.1 (2023-10-26)

Bug Fixes

  • 取消 searchCopyFormProps valueResolve配置 (ae55fda)

1.18.0 (2023-10-25)

Bug Fixes

  • 修复antdv4,drawer弹窗过时的api (9514db6)
  • 修复element下按钮图标异常问题 (4959c2e)
  • 修复setSearchFormData 参数 mergeForm无效的bug (5ada5c1)
  • 增加文档链接 (2b9f525)
  • afterSubmit 返回false 阻止管理窗口 (c26a9e4)
  • table-select: 修复element版本中选中记录上点击删除按钮,清空所有value后,报异常的bug (5d95b40)
  • valueResolve默认复制到search里面 (d32dc9d)

Features

  • 新特性,CrudOptionsPlugin (9e1ac6d)
  • ui-demo,ui-interface独立 (d78f040)

Performance Improvements

  • 表单重置按钮 (19c74e9)
  • 导出增加loading (6530c29)
  • 服务端导出方法支持pageQuery参数 (f9fbf4c)
  • 优化文档搜索 (19fff41)
  • 优化values-format组件的dict性能 (c67c18f)

1.17.5 (2023-09-26)

Note: Version bump only for package @fast-crud/fast-crud

1.17.4 (2023-09-26)

Note: Version bump only for package @fast-crud/fast-crud

1.17.3 (2023-09-23)

Note: Version bump only for package @fast-crud/fast-crud

1.17.2 (2023-09-16)

Bug Fixes

  • 修复naive 时间示例无法修改的bug (6ab9218)

1.17.1 (2023-09-13)

Bug Fixes

  • 修复element 版 search label无法上置的问题 (09ede7c)

Performance Improvements

  • table select 支持返回object对象 (08c5d20)

1.17.0 (2023-09-12)

Bug Fixes

  • 修复row.gutter在分组模式下无效的bug (b3568b4)
  • 修复wrapper.zIndex无效的bug (695621c)
  • getNodesByValues传入参数必为数组格式,为破坏性变更,请全文搜索getNodesByValues,并修改成只接受数组格式。 (d9583ef)

Features

Performance Improvements

  • 默认label宽度超出后省略+title提示 (3953dee)
  • 增加重置后清空排序设置演示 (6a563ad)
  • 增加form.formItem公共配置,可以统一配置表单下所有字段的一些配置 (ad77c3c)
  • 增加search.formItem公共配置,可以统一配置表单下所有字段的一些配置 (af678c5)
  • 重置后清空排序 (8e7d958)
  • table-select支持跨页选择 (ab89508)

1.16.11 (2023-09-03)

Note: Version bump only for package @fast-crud/fast-crud

1.16.10 (2023-09-03)

Note: Version bump only for package @fast-crud/fast-crud

1.16.9 (2023-09-03)

Bug Fixes

  • 修复 useFs返回值里面没有context的bug (b88fea7)

Performance Improvements

  • 表单下所有组件优化为宽度100% (da38460)

1.16.8 (2023-09-03)

Bug Fixes

  • 修复树形表格子节点没有执行valueBuilder的bug (56755a5)

Performance Improvements

  • 表单labelWidth演示 (72f5372)
  • 导出增加 onlyShow 和 columnFilter配置 (f5579a1)
  • 翻页后自动滚动到顶部 (a6e5f67)

1.16.7 (2023-08-21)

Bug Fixes

  • 修复查询不会重置page信息的bug (bb0bd5a)
  • 修复element table 字段排序无效的bug (9a9aba9)

1.16.6 (2023-08-21)

Note: Version bump only for package @fast-crud/fast-crud

1.16.5 (2023-08-20)

Bug Fixes

  • 修复initialForm会覆盖editForm的bug (c1d0d8a)

1.16.4 (2023-08-18)

Note: Version bump only for package @fast-crud/fast-crud

1.16.3 (2023-08-18)

Bug Fixes

  • 修复服务端导出会继续执行本地导出的bug (0a2df13)
  • 修复v-model模式删除无效的bug (d177cba)
  • i18n: 修复无法覆盖默认国际化配置的bug (97f5870)

Performance Improvements

  • 增加查看表单使用单元格组件示例 (aeb4868)
  • columnsFilterContext增加submit和reset (fb8b030)
  • columnsFilterContext增加submit和reset (b65b62d)
  • fs-button增加buttonProps参数,当fs-button的属性与x-button属性名重复时使用 (5ca5333)

1.16.2 (2023-08-10)

Note: Version bump only for package @fast-crud/fast-crud

1.16.1 (2023-08-09)

Bug Fixes

  • 修复第一次自动触发查询不带参数的bug (484277f)

Performance Improvements

  • text字段类型默认需要回车才能触发查询 (394848e)

1.16.0 (2023-08-07)

Features

  • 列设置支持自定义样式 (df86e04)
  • 列设置支持自定义样式 (f4ca5c1)

1.15.1 (2023-08-05)

Note: Version bump only for package @fast-crud/fast-crud

1.15.0 (2023-08-05)

Bug Fixes

  • 修复升级xlxs之后加载XLXS错误 (32b76fd)

Features

  • 重构search,支持search.validatedForm直接修改查询表单数据,修复tab变化后清空查询表单的bug (8678f2f)
  • antdv4 支持 (1935614)

Performance Improvements

  • 升级依赖版本 (1007384)
  • icon: 找不到icon时,避免报错,显示error (614c144)

1.14.7 (2023-07-24)

Bug Fixes

  • 修复row会导致editForm不显示字段的bug (0c337ef)

1.14.6 (2023-07-23)

Bug Fixes

  • 修复element 版 search select组件右边超出显示的问题 (ff11cf4)

1.14.5 (2023-07-04)

Bug Fixes

  • 修复search.value第一次查询无效的bug (d9a907a)
  • 修复toolbar search按钮高亮问题 (a677d97)

Performance Improvements

  • 优化export,支持查询导出 (181828e)

1.14.4 (2023-07-02)

Note: Version bump only for package @fast-crud/fast-crud

1.14.3 (2023-07-02)

Bug Fixes

1.14.2 (2023-07-02)

Bug Fixes

  • 修复多选导出csv,导致表格错位的bug (4e0bf5b)
  • 修复某些情况下fs-icon spin失效的bug (2499a33)
  • 修复行编辑模式下,render、conditionalRender无效的bug (403fedc)
  • search 意外执行valueResolve的bug (b2ba83d)

Performance Improvements

1.14.1 (2023-06-16)

Bug Fixes

  • 修复 search initalForm初始化失效的bug (0da1be9)

1.14.0 (2023-06-09)

Features

  • crudBinding.value.table.columns由array改成map (8f89d2b)

1.13.12 (2023-06-08)

Note: Version bump only for package @fast-crud/fast-crud

1.13.11 (2023-06-08)

Bug Fixes

  • search: 修复多了一个search-middle插槽的问题 (11809c8)
  • sort: 修复取消sort不触发刷新的bug (de43d7e)

Performance Improvements

  • 支持settings.searchCopyFormProps配置,可以配置哪些属性从form复制 (b80f748)
  • crudBinding.value.sort转移到crudBinding.value.table.sort (0dad531)
  • search校验失败后,refresh保持原来的formData (632a0df)
  • search: validation支持 (72b8164)

1.13.10 (2023-05-31)

Bug Fixes

  • 修复search-middle插槽错位问题 (6423c14)

1.13.9 (2023-05-31)

Bug Fixes

1.13.8 (2023-05-22)

Performance Improvements

  • form: 支持conditionalRender (270fd52)

1.13.7 (2023-05-19)

Bug Fixes

  • 修复rowhandle 排列不整齐的问题 (ff644b1)
  • 修复useFormWrapper 报inject错误的bug (fbaf8b8)

1.13.6 (2023-05-13)

Note: Version bump only for package @fast-crud/fast-crud

1.13.5 (2023-05-13)

Bug Fixes

  • 修复本地字典切换列显隐时无法显示label的bug (35327c8)

  • 修复useFormWrapper丢失主题的bug (35bbf94)

Performance Improvements

  • 每个分组支持统一col配置 (9ed3465)

  • 优化对话框全屏按钮居中 (8f83857)

1.13.4 (2023-05-06)

Bug Fixes

  • 修复全屏模式错位问题 (748838a)

Performance Improvements

  • 查询多行模式,行展开按钮支持显隐配置 (a788977)

  • 服务端过滤示例 (006bfb2)

1.13.3 (2023-05-04)

Performance Improvements

  • vModel支持trim、number (e8ffb64)

1.13.2 (2023-04-20)

Bug Fixes

  • 修复查询框多行模式下,select超出宽度的bug (1861fc7)

  • 修复search.container的定义错误 (45699c0)

  • dict ts缺少cloneable参数 (ab9528d)

Performance Improvements

  • 多行search 收起展开文字优化 (b932f96)

  • 优化fs-images-format 加载失败时的显示 (7df6eab)

1.13.1 (2023-04-10)

Bug Fixes

  • 修复getComponentRef获取错误的bug (67ee58e)

1.13.0 (2023-04-07)

Features

  • FsComponentRender组件重构 (fb6d77d)

1.12.2 (2023-04-06)

Bug Fixes

  • 修复layoutcard样式问题 (02aca45)

Performance Improvements

  • 新增table.conditionalRender配置,条件渲染 (0273b91)

1.12.1 (2023-04-04)

Reverts

  • Revert "refactor: 删除多余的umd配置" (008a833)

1.12.0 (2023-03-31)

Features

  • search: search支持自定义布局 (94c10cf)

Performance Improvements

1.11.10 (2023-03-29)

Bug Fixes

  • 修复列设置显隐和禁用无效的bug (ab28857)

1.11.9 (2023-03-28)

Bug Fixes

  • 修复某些情况下 column original 为空无法读取__show的bug (c640c76)

  • 修复form表单配置ref无效的bug (97e8904)

  • 修复form表单render scope.form修改值不生效的bug (47694c3)

1.11.8 (2023-03-24)

Bug Fixes

  • 修复列设置非fixed字段越过fixed字段错乱的bug (d944fb2)

  • 修复element 本地排序无效的bug (bc64205)

Performance Improvements

1.11.7 (2023-03-22)

Note: Version bump only for package @fast-crud/fast-crud

1.11.6 (2023-03-22)

Note: Version bump only for package @fast-crud/fast-crud

1.11.5 (2023-03-22)

Note: Version bump only for package @fast-crud/fast-crud

1.11.4 (2023-03-22)

Bug Fixes

  • 多级表头列设置不显示bug (f66afaf)

  • 修复 buttons丢失class配置的问题 (40a885d)

  • tabs,修复连续触发两次查询的bug (52eab90)

Performance Improvements

1.11.3 (2023-03-21)

Note: Version bump only for package @fast-crud/fast-crud

1.11.2 (2023-03-21)

Performance Improvements

  • ui 支持render (18b97a3)

  • ui package移除对fast-crud的依赖 (7a7b51f)

1.11.1 (2023-03-17)

Performance Improvements

  • useFs优化,增加context:UseFsContext (c3d3080)

  • useFs支持crudExposeRef (c56e840)

1.11.0 (2023-03-16)

Features

Performance Improvements

1.10.0 (2023-03-11)

Bug Fixes

  • 行编辑支持多级表头 (a547c99)

  • 修复误删draggable的import,导致列设置字段无法显示的bug (f36c506)

  • values-format: 修复defaultLabel无效的bug (bb55591)

Features

  • fs-form-wrapper支持多实例 (023cc1d)

  • resetCrudOptions 示例 (67a6c63)

  • tabs快捷查询组件 (db88968)

Performance Improvements

  • 表单下方按钮支持context (583017f)

  • 日期增加week、month、year、quarter类型 (6073b00)

  • 完善文档,完善部分types (8fff02d)

  • 优化d.ts类型 (7a51aac)

  • 优化dict (f2f9d6e)

  • 增加s3示例 (9060b03)

  • antdv 增加自定义表头示例 (d5cc254)

  • upload sdk换成aws-s3 (6814083)

1.9.2 (2023-03-01)

Bug Fixes

  • dict没有的值,默认显示value (268ea48)

1.9.1 (2023-03-01)

Performance Improvements

  • getFormRef 增加需要打开对话框的警告提示 (671f440)

1.9.0 (2023-02-09)

Bug Fixes

  • 列设置 n-drawer 丢失title的问题 (dfcd31f)

  • 修复 button 配置tooltip之后触发两次点击的bug (f355031)

Features

Performance Improvements

  • dict 获取data格式错误时,添加警告 (9092d1f)

1.8.5 (2023-01-30)

Note: Version bump only for package @fast-crud/fast-crud

1.8.4 (2023-01-19)

Bug Fixes

  • 表单label支持render (1c039d6)

  • 修复表单第一次弹出生硬的问题 (d8bf83d)

Performance Improvements

  • columnMergePlugin使用示例 (8b626ce)

  • viewForm 支持使用cell组件显示, viewFormUseCellComponent (82addf3)

1.8.3 (2023-01-11)

Bug Fixes

  • 修复search 重置失败的bug (7aeeb10)

  • 移除form.resetWrap 接口方法 (f3fa08f)

1.8.2 (2023-01-11)

Bug Fixes

  • 给search、pagination等默认值,避免空指针异常 (b35067a)

  • 列设置title显示错误的bug (1d3b486)

1.8.1 (2023-01-03)

Bug Fixes

  • 修复查询框多行模式折叠配置无效的bug (7a42cd0)

  • 移除buttonsPosition参数 (ccada57)

1.8.0 (2022-12-22)

Features

  • 对话框支持拖拽 (1f41d13)

  • 优化uploader扩展组件,buildUrl支持异步方法 (a09f05d)

Performance Improvements

  • image-format 的buildUrl支持异步 (58229a2)

1.7.1 (2022-12-14)

Performance Improvements

  • 调整ui-*、extends的d.ts编译目录 (4749dac)

1.7.0 (2022-12-14)

Bug Fixes

  • 调整doRefresh中pageRequest判空的的时机 (d2c7c90)

  • 修复文件上传的一些bug (52cbfff)

  • 修复search无法自定义按钮的bug (e265f9b)

  • 优化列设置,修复勾选问题 (f93d0ff)

Features

Performance Improvements

  • 菜单增加操作列 (4b328ce)

  • 通过useFs来简化fs-crud的初始化过程 (76b3c80)

  • image-format支持预览原图 (5b94c17)

1.6.1 (2022-11-20)

Note: Version bump only for package @fast-crud/fast-crud

1.6.0 (2022-11-20)

Bug Fixes

  • 修复刷新后compute失效的bug (a9f4e1d)

  • 修复local模式下调用pageRequest报错的bug (8ed92bf)

  • helper换行 (053c355)

  • search的valueChange支持object模式 (133da11)

Features

  • 支持配置表单字段不提交后台key.form.submit (0b77875)

  • 支持自定义布局,支持Card布局 (879e212)

Performance Improvements

1.5.4 (2022-11-05)

Bug Fixes

  • 修复自动查询失效的bug (9640150)

  • dict 动态添加data选项,value-format无法动态监听变化的问题 (5346d57)

Performance Improvements

  • tab分组表单校验失败后在tab签上显示错误 (bc673fb)

1.5.3 (2022-11-03)

Bug Fixes

  • 修复值为0时表单不能赋值的bug (50715aa)

1.5.2 (2022-11-03)

Bug Fixes

  • 修复buttons click options报错的问题 (5169ca9)

  • helper icon调整 (1e011ae)

Performance Improvements

  • 优化antdv的labelWidth设置,优化grid布局示例 (3516af6)

  • 优化grid布局示例 (8998e60)

  • actionbar 支持order (c950997)

1.5.1 (2022-10-28)

Bug Fixes

  • 修复d.ts某些地方飘红的问题 (17f5503)

1.5.0 (2022-10-25)

Bug Fixes

  • 修复报错后影响其他页面加载的问题 (589ecb9)

  • 修复多级表头不显示列表内容的bug (51f7234)

  • 修复setFormData错误 (ad07021)

Features

  • 支持深度数据 (3ca871e)

  • fs-page组件外层增加fs-page-container包裹,防止出现样式错乱 (72766a5)

Performance Improvements

  • 表单提交成功后,将返回值放到afterSubmit的context中 (9023be0)

  • 优化value change (91a6cc2)

  • 自定义删除示例 (7d4413c)

  • column showTitle (53c9617)

  • compute参数增加类型定义 (494f349)

  • fs-page恢复回absolute (d38f5ad)

1.4.2 (2022-10-03)

Note: Version bump only for package @fast-crud/fast-crud

1.4.1 (2022-10-03)

Note: Version bump only for package @fast-crud/fast-crud

1.4.0 (2022-10-03)

Bug Fixes

  • 修复fs-container的body被内部元素撑大的bug (ad24ef8)

Features

1.3.0 (2022-08-30)

Features

1.2.10 (2022-08-25)

Bug Fixes

  • 修复group配置没有的字段报空指针异常的问题 (438d0ad)

  • 修复group配置没有的字段报空指针异常的问题 (96dcc2d)

Performance Improvements

  • 表单分组: 当分组下所有的字段都配置了隐藏时,整个分组直接隐藏 (76b20d3)

1.2.9 (2022-08-08)

Bug Fixes

  • 修复rowHandle的更多按钮没有对齐的问题 (f59bca1)

Performance Improvements

1.2.8 (2022-07-28)

Bug Fixes

  • 修复列设置后,单元格配置无效的bug (9aae340)

1.2.7 (2022-07-27)

Bug Fixes

  • 修复rowhandler 无法配置居中的问题 (7811ffd)

1.2.6 (2022-07-27)

Note: Version bump only for package @fast-crud/fast-crud

1.2.5 (2022-07-27)

Note: Version bump only for package @fast-crud/fast-crud

1.2.4 (2022-07-27)

Bug Fixes

  • 修复自定义type不支持valueResolve、valueBuilder的bug (74294b2)

Performance Improvements

  • dict组件增加dict-change事件 (ab4416c)

  • dict组件增加dict-change事件 (4bf8cc4)

1.2.3 (2022-07-05)

Bug Fixes

  • 修复配置esbuild.pure =['console.log'] 报...异常的问题 (fad8a57)

Performance Improvements

  • 新增表单字段空白占位配置:key.form.blank (4b47258)

1.2.2 (2022-06-11)

Note: Version bump only for package @fast-crud/fast-crud

1.2.1 (2022-06-11)

Note: Version bump only for package @fast-crud/fast-crud

1.2.0 (2022-05-24)

Bug Fixes

  • 给fs-form增加doReset参数 (6e991d2)

  • 修复列设置无法打开的问题 (db1bff0)

  • 修复console.log被drop之后报错的问题 (74305a2)

  • 修复element弹出窗口close错位问题 (d58a4da)

  • 增加重置示例 (ecbde2e)

  • 增加buttonsPosition=[default,bottom]配置 (734ef99)

Features

  • CrudProps与CrudExpose完善 (78c27ce)

1.1.2 (2022-04-26)

Note: Version bump only for package @fast-crud/fast-crud

1.1.1 (2022-04-23)

Bug Fixes

  • 紧急修复dayjs引入错误的问题 (f371444)

1.1.0 (2022-04-22)

Features

  • antdv,element都升级到最新版,element支持tree-select (644a217)

1.0.7 (2022-03-30)

Bug Fixes

  • 去除意外的滚动条 (b8fa2c7)

  • 修复antdv 固定表头失效的问题 (f2d0fa2)

  • 修复antdv 列配置错位问题 (18d1e82)

1.0.6 (2022-03-23)

Bug Fixes

  • 修复element button 图标错乱问题 (347694f)

  • 修复getSearchFormData无法获取默认值的问题 (cd05002)

  • 修复naive button 图标错乱问题 (be28c9c)

  • 优化第一次打开是iconfiy需要再次分析依赖的问题 (1b941fb)

1.0.5 (2022-03-22)

Bug Fixes

  • 修复antdv图标错位问题 (887c876)

  • 修复button icon 报性能警告的问题 (78240e9)

  • 修复element错位 (35e46ea)

1.0.4 (2022-03-14)

Bug Fixes

  • 去除无用代码 (93d4b90)

  • 修复antdv菜单和按钮图标错位的问题 (0610534)

1.0.3 (2022-03-10)

Bug Fixes

  • 1.解决naive ui与列设置冲突的问题 (3897b4f)

1.0.2 (2022-03-09)

Note: Version bump only for package @fast-crud/fast-crud

1.0.1 (2022-03-02)

Note: Version bump only for package @fast-crud/fast-crud

1.0.0-alpha.7 (2022-02-10)

Features

1.0.0-alpha.6 (2022-01-22)

Features

  • 增加列设置简化模式示例及文档 (0633cc5)

  • values-format支持iconify icon (d1be55e)

1.0.0-alpha.5 (2022-01-17)

Bug Fixes

  • 修复服务端排序无效的bug (a693746)

  • 修复rowHandle无法隐藏的bug (f9786f7)

1.0.0-alpha.4 (2022-01-10)

Bug Fixes

  • 修复valueBuilder失效的bug (d413278)

1.0.0-alpha.3 (2022-01-07)

Bug Fixes

  • 修复table不显示的问题 (ffd4b1c)

Features

  • 新增一些组件的文档生成 (9892016)

  • 页面内打开表单对话框 (2f34260)

  • form 增加beforeSubmit,和afterSubmit配置 (aadc77d)

  • search支持valueResolve (6743580)

1.0.0-alpha.3 (2022-01-06)

Bug Fixes

  • 修复对话框全屏的问题 (bcc5161)

1.0.0-alpha.1 (2022-01-06)

Performance Improvements

  • naive-ui 改成本地mock (710bfc7)

0.22.1 (2021-11-29)

Bug Fixes

  • setFormData支持valueBuilder (95dcb5d)

Performance Improvements

0.22.0 (2021-11-09)

Features

  • 查询框展开,新页面打开表单 (eebd6a3)

  • 升级element最新版,采用新版element-plus/icon (bb7ea32)

Performance Improvements

0.21.0 (2021-11-02)

Bug Fixes

  • 日期示例、checkbox radio 支持按钮样式、边框样式 (b2905eb)

  • 修复auto search不触发的bug (9d929da)

Features

  • 查询框多行模式 (f01a92e)

  • rowHandle按钮根据dropdown的配置来判断是否折叠 (242530a)

0.20.1 (2021-10-25)

Bug Fixes

  • 修复autoSearch.value判断错误的bug (481ecff)

0.20.0 (2021-10-19)

Features

  • 统一字段排序,【破坏性变更】所有字段排序号默认都为1 (e09b17f)

Performance Improvements

0.19.0 (2021-10-18)

Features

  • 统一字段排序,【破坏性变更】所有字段排序号默认都为1 (e09b17f)

Performance Improvements

0.18.1 (2021-09-24)

Performance Improvements

  • 增加自定义布局示例 (615ca18)

0.18.0 (2021-09-24)

Features

  • 升级vue到3.2.11 (0fdd615)

  • dict-select支持select的插槽配置,支持页面内打开对话框,支持路由缓存 (e5c0fc0)

0.17.6 (2021-09-07)

Bug Fixes

0.17.5 (2021-08-28)

Bug Fixes

Performance Improvements

0.17.4 (2021-08-17)

Bug Fixes

  • form group 里面某个字段没有配置时提示readproperty show undefined的bug (ccede90)

  • 修复日期组件显示问题,修复上传组件校验报错的问题 (1580c9b)

0.17.3 (2021-08-06)

Bug Fixes

  • 修复默认值的bug (f8de8f6)

  • 第一次获取异步组件为空的bug (9eb7a05)

0.17.2 (2021-08-05)

Performance Improvements

  • 优化cascader,fieldNames跟随dict配置走 (c35029e)

0.17.1 (2021-08-04)

Bug Fixes

0.17.0 (2021-07-16)

Bug Fixes

  • 修复form a-row的警告 (1ec74b3)

Features

0.16.0 (2021-07-14)

Bug Fixes

  • 修复行编辑对勾无效的bug,修复a-button的danger type警告 (4d48447)

Features

  • valueChange 支持 immediate (f72f87e)

Performance Improvements

  • 添加select本地过滤示例 (660dc5f)

0.15.1 (2021-07-09)

Note: Version bump only for package @fast-crud/fast-crud

0.15.0 (2021-07-06)

Bug Fixes

Features

Performance Improvements

  • rowHandle动态显隐示例 (0ad8205)

0.14.0 (2021-07-05)

Bug Fixes

  • 修复antdv pagination current没有设置成功的bug (d236e15)

Features

  • fast-extends,包含uploader、editors (1b1becc)

  • 增加edtior-quill (73566e4)

Performance Improvements

0.13.0 (2021-07-04)

Features

0.12.0 (2021-07-03)

Features

  • 动态计算支持ref和compImpl (757edde)

Performance Improvements

  • select 远程搜索演示 (6c8b2cf)

0.11.0 (2021-07-02)

Bug Fixes

Features

  • radio 支持 button样式 (60ee9c6)

Performance Improvements

0.10.5 (2021-07-01)

Bug Fixes

Performance Improvements

0.10.4 (2021-06-20)

Bug Fixes

  • 修复element expand不显示的bug (0394626)

Performance Improvements

  • 优化logger (97a0ca9)

  • 禁止在列设置中选择配置属性名称修改为columnSetDisabled (8d6420a)

0.10.3 (2021-06-19)

Bug Fixes

Performance Improvements

0.10.2 (2021-06-15)

Performance Improvements

0.10.1 (2021-06-14)

Bug Fixes

  • search增加默认值,columns[x].search.value (3ce9d23)

  • 修复a-table宽度拖动问题 (944f4a5)

0.10.0 (2021-06-14)

Bug Fixes

Features

  • 将ui-interface单独抽出来 (6bcc22a)

0.9.3 (2021-05-30)

Bug Fixes

  • sort change ui (cdd754e)

  • 修复element pagination 触发antdv的onChange事件的bug (8915732)

0.9.2 (2021-05-30)

Note: Version bump only for package @fast-crud/fast-crud

0.9.1 (2021-05-27)

Note: Version bump only for package @fast-crud/fast-crud

0.9.0 (2021-05-23)

Features

0.8.3 (2021-05-22)

Note: Version bump only for package @fast-crud/fast-crud

0.8.2 (2021-05-22)

Bug Fixes

0.8.1 (2021-05-22)

Note: Version bump only for package @fast-crud/fast-crud

0.8.0 (2021-05-09)

Features

  • type支持数组,可以多个继承合并 (7f75a39)