Appearance
Change Log 
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.27.1 (2025-09-22) 
Bug Fixes 
1.27.0 (2025-09-19) 
Bug Fixes 
- 修复单元格编辑卡死的bug (72ea456)
 
Features 
- 【破坏性变更】缩小compute的范围,修复配置compute后,form变更引起所有字段重新加载的问题 (0929056)
 
Performance Improvements 
- 新增单元格编辑时自定义如何切换按钮组 (b803320)
 
1.26.6 (2025-08-29) 
Note: Version bump only for package @fast-crud/fast-crud
1.26.5 (2025-08-21) 
Bug Fixes 
- 修复naiveui 删除提示,确定和取消按钮没有翻译成英文的问题 (dec24f5)
 
Performance Improvements 
- useCrudRet 增加 rebuildCrudBindings (9f1621f)
 
1.26.4 (2025-08-14) 
Performance Improvements 
- 如果设置了columnSetShow=false ,则不参与用户的手动排序 (756f1cf)
 
1.26.3 (2025-08-14) 
Performance Improvements 
1.26.2 (2025-08-08) 
Bug Fixes 
- 修复editable 自定义disabled配置后报错的bug (2bf01da)
 
1.26.1 (2025-08-07) 
Bug Fixes 
Performance Improvements 
- dict-select组件重构成setup写法,支持slots (b307061)
 - element 增加自定义列头示例 (4aa3f0f)
 - naive 增加自定义列头示例, 修复naive rowKey警告 (7ddc147)
 
1.26.0 (2025-07-28) 
Bug Fixes 
- 修复tableRef 不存在时会报错的bug @zuihou (4ba786d)
 - 独立使用form表单缺失mode的问题 (9ed791a)
 - 兼容naive, naive支持rules配置 (921fd41)
 - 修复查询框多行模式下,input只有50%宽度的bug (36b82c1)
 - 修复element 保存提示弹出两次的bug (d8faf1c)
 - 修复naive 表单无法完全全屏的bug (5f0ac57)
 - 修复table-select 示例右上角自定义插槽无法设置的bug (54a5d90)
 - card布局情况下,header-top header-bottom同时跟search显隐的bug (3484232)
 
Features 
- 将代码编辑器单独打包到@fast-crud/editor-code,加快不需要code的项目的打包速度,如果您使用了editor-code,请按照文档重新进行editor-code的集成 (2589b51)
 
Performance Improvements 
- add title in SearchItemProps (#478) @ZhoufangErqiangu (1c0b401)
 - table-select对话框改成使用fs-form-wrapper,支持全屏拖拽等功能 (f63963d)
 
BREAKING CHANGES 
- table-select对话框改成使用fs-form-wrapper,
 - 将代码编辑器单独打包到@fast-crud/editor-code,,如果您使用了editor-code,请按照文档重新进行editor-code的集成
 
1.25.13 (2025-06-10) 
Bug Fixes 
- 修复fs-values-format组件某些值无法获取自动颜色的bug (18169fc)
 
1.25.12 (2025-05-26) 
Bug Fixes 
- 修复cloneable模式下的dict 无法动态修改data的bug (1dd5cd1)
 
1.25.11 (2025-05-14) 
Bug Fixes 
- 修复naive-ui下 form-item 的label设置为render会报警告的问题 (45e1bc6)
 
Performance Improvements 
- 单元格支持tooltip (44d83ad)
 
1.25.9 (2025-04-16) 
Performance Improvements 
- buildFormOptions支持mode参数 (7d66b6c)
 
1.25.8 (2025-04-10) 
Bug Fixes 
- 修复commonOptions无法覆盖某些参数的bug (f2ecc03)
 
1.25.7 (2025-03-30) 
Bug Fixes 
- 修复查看模式下表单验证问题 (5145fe3)
 
Performance Improvements 
- table-select 查看模式下支持开启和关闭emit事件 (5f8ebbc)
 
1.25.6 (2025-03-19) 
Performance Improvements 
1.25.5 (2025-03-19) 
Bug Fixes 
- 修复 antdv懒加载后dropdown按钮无法点击的bug (30ee067)
 
1.25.4 (2025-03-04) 
Performance Improvements 
1.25.3 (2025-02-23) 
Bug Fixes 
- 修复expose.getFormRef 获取不到的bug (3ddc629)
 
1.25.2 (2025-02-22) 
Bug Fixes 
- 修复4.2.x版本antdv导致modal全屏无效的bug (9a26363)
 
Performance Improvements 
- form ScopeContext新增validate (9b6b38f)
 
1.25.1 (2025-02-12) 
Performance Improvements 
1.25.0 (2025-01-12) 
Features 
- 升级naive-ui版本,draggable改成dragenabled,修复naive拖动问题 (0914c16)
 
Performance Improvements 
1.24.2 (2024-12-31) 
Performance Improvements 
- 解决数据量过大时,选中很慢的问题 (03693fa)
 
1.24.1 (2024-12-28) 
Note: Version bump only for package @fast-crud/fast-crud
1.24.0 (2024-12-28) 
Bug Fixes 
- 查询输入框在手机模式下呗遮挡的问题 (85283af)
 
Features 
- element版本支持虚拟表格,table-v2,性能巨大提升 (eb5fa25)
 
1.23.4 (2024-12-03) 
Bug Fixes 
Performance Improvements 
1.23.3 (2024-11-26) 
Bug Fixes 
Performance Improvements 
- table-select 增加 dialog-close事件 (610aca2)
 
1.23.2 (2024-11-18) 
Bug Fixes 
- 修复某些情况下doRefresh报scroll undefined的错误 (bdf042f)
 - 修复antdv下dialog 全屏按钮与关闭按钮重叠的bug (ed65ebb)
 - 修复dict-select多选情况下selected-change返回为空的bug (181b167)
 
1.23.1 (2024-11-13) 
Bug Fixes 
- 修复1.23.0 antdv下不显示pagination的bug (9424dc1)
 
1.23.0 (2024-11-11) 
Bug Fixes 
- 修复useFsAsync情况下element pagination 无法显示的bug (737a0ed)
 
Features 
- 示例全面改成useFsAsync (aa848a9)
 
Performance Improvements 
- 示例改成useFsAsync (f7fac52)
 
1.22.5 (2024-11-04) 
Note: Version bump only for package @fast-crud/fast-crud
1.22.4 (2024-11-04) 
Bug Fixes 
- 修复tab change后清空查询表单的bug (8d7525a)
 
1.22.3 (2024-11-01) 
Bug Fixes 
- 修复search.formItem配置无效的bug (e112f03)
 
Performance Improvements 
1.22.2 (2024-10-24) 
Bug Fixes 
- 修改后仍然滚动到顶部的bug (9f1620c)
 
Performance Improvements 
1.22.1 (2024-10-23) 
Bug Fixes 
- 修复多级表头子级表头,列设置无效的bug (a61b21e)
 - 修复element form关闭按钮没对齐的bug (926c1cd)
 - 修复onClosed报错的bug (264f682)
 - 修复table-select示例,自定义插槽按钮打开后不刷新表格的bug (0f0564d)
 - column支持valueChange.handle配置 (54a76b7)
 
Performance Improvements 
- 表单支持左右插槽 (e3a9e8b)
 - 查看模式仅显示确定按钮 (f0df8ad)
 - 独立使用表单支持插槽 (095da7a)
 - 修改保存时保持滚动条原来位置,不滚到顶部 (dc9d580)
 - 优化删除后,刷新不滚动到顶部 (18d8863)
 - editable支持单元格插槽 (ae029de)
 - values-format option支持iconSpin (cdaa4f5)
 
1.22.0 (2024-10-21) 
Performance Improvements 
- 列设置支持手动设置列显隐并持久化 (cfe0a00)
 
1.21.5 (2024-10-21) 
Performance Improvements 
- 列设置支持自定义storage (298fb2f)
 
1.21.4 (2024-10-13) 
Performance Improvements 
1.21.3 (2024-09-20) 
Bug Fixes 
- 修复antdv 文件上传 success事件无效的bug (89d9799)
 - 修复rowHandle dropdown按钮无法禁用的bug (47c34d9)
 - 修复search-slot错位的问题 (0791958)
 - datetime字段宽度170px 改为 170 (9466b34)
 
Performance Improvements 
- 优化antdv search按钮组错位问题 (0948650)
 - table-select支持beforeOpen参数 (d5de091)
 - useFormWrapper 新增openCrudFormDialog方法 (2afec44)
 
1.21.2 (2024-07-15) 
Performance Improvements 
- form group支持整个分组显隐,form.group.gorups.key.show (5a49cf0)
 
1.21.1 (2024-06-23) 
Bug Fixes 
- 修复独立使用对话框 openDialog方法await无返回值的bug (0cc22fd)
 - 修复多级表头时列设置的问题 (9f6d981)
 - 修复FsSelectTable查看模式下会修改vModel值的bug (2424fcc)
 - 修复viewFormUseCellComponent 在 type 为数组时,不生效的bug (197357a)
 
1.21.0 (2024-06-08) 
Bug Fixes 
- 修复提交表单只有一个输入框时点回车会刷新浏览器的问题 (3d756ea)
 - 修复图片裁剪按钮上下和左右相反的bug (c62b8d4)
 - 修复新版本jsx编译报错的问题 (13c0e07)
 - 修复新版本jsx编译报错的问题 (5a83708)
 - 修复因vue升级导致Cannot find namespace 'JSX'问题 (7d0c54c)
 - 修复fs-table.less中的颜色污染 (a0b1de4)
 - fs-form独立使用支持插槽 (ada8b49)
 - getFileName支持item参数 (9b9d68c)
 
Features 
Performance Improvements 
- 单选、多选、select、tree-select、table-select 都提供selected-change事件,可以获取选中的dict选项 (312489d)
 - 图片裁剪组件中英文支持 (8b5b3f6)
 - form.wrapper.buttons支持compute动态计算 (6797ff1)
 - fs-dict-tree支持插槽 (fca02f9)
 
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 
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 
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 
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 
- editable: 增加示例 (b0e2d84)
 
1.18.5 (2023-11-08) 
Bug Fixes 
- 修复form.value会覆盖初始值的bug (050f889)
 
1.18.4 (2023-11-07) 
Bug Fixes 
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 
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 
- table-select支持 (1c5b749)
 
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 
1.16.7 (2023-08-21) 
Bug Fixes 
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 
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 
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 
Performance Improvements 
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 
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 
- export lib (b93f554)
 
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 
- 导出支持dict (dbb60bf)
 - 导出重构 (e99dc7b)
 - 导入支持 (5d81372)
 - currentPage 为空时报警告 (fa25d08)
 - export 功能 (7a06d06)
 - export 功能 (2accdba)
 - naiveui 自定义组件支持change validation (9e8b75d)
 - v-model editable-row示例 (0304d51)
 
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 
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 
- 恢复search插槽 (12580ef)
 
1.13.8 (2023-05-22) 
Performance Improvements 
- form: 支持conditionalRender (270fd52)
 
1.13.7 (2023-05-19) 
Bug Fixes 
1.13.6 (2023-05-13) 
Note: Version bump only for package @fast-crud/fast-crud
1.13.5 (2023-05-13) 
Bug Fixes 
Performance Improvements 
1.13.4 (2023-05-06) 
Bug Fixes 
- 修复全屏模式错位问题 (748838a)
 
Performance Improvements 
1.13.3 (2023-05-04) 
Performance Improvements 
- vModel支持trim、number (e8ffb64)
 
1.13.2 (2023-04-20) 
Bug Fixes 
Performance Improvements 
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 
- 优化多行查询示例 (95fa427)
 
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 
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 
Performance Improvements 
- doRefresh增加参数 (a585604)
 
1.11.3 (2023-03-21) 
Note: Version bump only for package @fast-crud/fast-crud
1.11.2 (2023-03-21) 
Performance Improvements 
1.11.1 (2023-03-17) 
Performance Improvements 
1.11.0 (2023-03-16) 
Features 
- 全面TS化 (95200f0)
 
Performance Improvements 
1.10.0 (2023-03-11) 
Bug Fixes 
行编辑支持多级表头 (a547c99)
修复误删draggable的import,导致列设置字段无法显示的bug (f36c506)
values-format: 修复defaultLabel无效的bug (bb55591)
Features 
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 
Features 
- noImplicitAny: true (47c444b)
 
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 
Performance Improvements 
1.8.3 (2023-01-11) 
Bug Fixes 
1.8.2 (2023-01-11) 
Bug Fixes 
1.8.1 (2023-01-03) 
Bug Fixes 
1.8.0 (2022-12-22) 
Features 
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 
- button支持tooltip (b40ee32)
 
Performance Improvements 
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 
Performance Improvements 
- form 增加row配置 (1305207)
 
1.5.4 (2022-11-05) 
Bug Fixes 
Performance Improvements 
- tab分组表单校验失败后在tab签上显示错误 (bc673fb)
 
1.5.3 (2022-11-03) 
Bug Fixes 
- 修复值为0时表单不能赋值的bug (50715aa)
 
1.5.2 (2022-11-03) 
Bug Fixes 
Performance Improvements 
1.5.1 (2022-10-28) 
Bug Fixes 
- 修复d.ts某些地方飘红的问题 (17f5503)
 
1.5.0 (2022-10-25) 
Bug Fixes 
Features 
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 
- 增加onRefreshed事件 (9cb0a12)
 
1.2.10 (2022-08-25) 
Bug Fixes 
Performance Improvements 
- 表单分组: 当分组下所有的字段都配置了隐藏时,整个分组直接隐藏 (76b20d3)
 
1.2.9 (2022-08-08) 
Bug Fixes 
- 修复rowHandle的更多按钮没有对齐的问题 (f59bca1)
 
Performance Improvements 
- 移除多余的log (75c2881)
 
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 
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 
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 
1.0.4 (2022-03-14) 
Bug Fixes 
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 
1.0.0-alpha.5 (2022-01-17) 
Bug Fixes 
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 
- 升级依赖版本 (48531ac)
 
0.22.0 (2021-11-09) 
Features 
Performance Improvements 
- search collaspe (b459a04)
 
0.21.0 (2021-11-02) 
Bug Fixes 
Features 
0.20.1 (2021-10-25) 
Bug Fixes 
- 修复autoSearch.value判断错误的bug (481ecff)
 
0.20.0 (2021-10-19) 
Features 
- 统一字段排序,【破坏性变更】所有字段排序号默认都为1 (e09b17f)
 
Performance Improvements 
- 优化排序 (2577698)
 
0.19.0 (2021-10-18) 
Features 
- 统一字段排序,【破坏性变更】所有字段排序号默认都为1 (e09b17f)
 
Performance Improvements 
- 优化排序 (2577698)
 
0.18.1 (2021-09-24) 
Performance Improvements 
- 增加自定义布局示例 (615ca18)
 
0.18.0 (2021-09-24) 
Features 
0.17.6 (2021-09-07) 
Bug Fixes 
vue转移到devDependencies (9af76bc)
修复作为子组件时翻页组件错乱的bug,https://github.com/fast-crud/fast-crud/issues/17 (48289be)
0.17.5 (2021-08-28) 
Bug Fixes 
修复文件上传数量限制错误的bug (2db661c)
Performance Improvements 
- 列排序 (7c0b019)
 
0.17.4 (2021-08-17) 
Bug Fixes 
0.17.3 (2021-08-06) 
Bug Fixes 
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 
- util to ts (7b79e04)
 
Performance Improvements 
- rowHandle动态显隐示例 (0ad8205)
 
0.14.0 (2021-07-05) 
Bug Fixes 
- 修复antdv pagination current没有设置成功的bug (d236e15)
 
Features 
Performance Improvements 
- fs-button引用fs-icon (44b9120)
 
0.13.0 (2021-07-04) 
Features 
- icon支持iconify (72caa05)
 
0.12.0 (2021-07-03) 
Features 
- 动态计算支持ref和compImpl (757edde)
 
Performance Improvements 
- select 远程搜索演示 (6c8b2cf)
 
0.11.0 (2021-07-02) 
Bug Fixes 
头像与搜索框冲突的bug https://github.com/fast-crud/fast-crud/issues/2 (a118b91)
Features 
- radio 支持 button样式 (60ee9c6)
 
Performance Improvements 
- fs-admin 与crud demo (4e6b20f)
 
0.10.5 (2021-07-01) 
Bug Fixes 
头像与搜索框冲突的bug https://github.com/fast-crud/fast-crud/issues/2 (a118b91)
Performance Improvements 
- fs-admin 与crud demo (4e6b20f)
 
0.10.4 (2021-06-20) 
Bug Fixes 
- 修复element expand不显示的bug (0394626)
 
Performance Improvements 
0.10.3 (2021-06-19) 
Bug Fixes 
- table hide error (fb9c04f)
 
Performance Improvements 
- 优化expose (f1d75b5)
 
0.10.2 (2021-06-15) 
Performance Improvements 
- 增加固定列示例 (90d73b3)
 
0.10.1 (2021-06-14) 
Bug Fixes 
0.10.0 (2021-06-14) 
Bug Fixes 
- switch search (4615fe2)
 
Features 
- 将ui-interface单独抽出来 (6bcc22a)
 
0.9.3 (2021-05-30) 
Bug Fixes 
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 
- 修改locale单词 (dc6e7e8)
 
0.8.3 (2021-05-22) 
Note: Version bump only for package @fast-crud/fast-crud
0.8.2 (2021-05-22) 
Bug Fixes 
- editable add (14f3aa9)
 
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)