1 Star 1 Fork 67

EtSKY / fast-crud

forked from fast-crud / fast-crud 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CHANGELOG.md 27.28 KB
一键复制 编辑 原始数据 按行查看 历史
Greper 提交于 2022-03-30 10:51 . v1.0.7

Change Log

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

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

  • 修复刷新页面丢失query参数的bug (499348a)
  • 修复antdv图标错位问题 (887c876)
  • 修复button icon 报性能警告的问题 (78240e9)
  • 修复element错位 (8a59c97)
  • 修复element错位 (35e46ea)

1.0.4 (2022-03-14)

Bug Fixes

  • 去除无用代码 (93d4b90)
  • 修复权限无法保存的bug (f570740)
  • 修复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-root

1.0.1 (2022-03-02)

Note: Version bump only for package fast-crud-root

1.0.0 (2022-03-02)

Bug Fixes

  • 修复element折叠左侧菜单显示文本的问题 (e6da33a)

Features

  • 升级element-plus到2.0.2,修复合并单元格示例无效的问题 (41e9556)
  • antdv rowhandle插槽示例 (390cb95)
  • fs-icon支持svg (6f9958c)
  • rowHandle 支持插槽 (b19ebcf)
  • table 增加 data-change事件 (291da67)

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)
  • 修复切换size刷新两次的bug (5a9eeec)
  • 修复element文件上传加号错位的bug (fdda181)
  • 修复rowHandle无法隐藏的bug (f9786f7)

Performance Improvements

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.2 (2022-01-06)

Bug Fixes

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

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

Performance Improvements

  • naive-ui 改成本地mock (48817d2)
  • 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)

Performance Improvements

0.20.1 (2021-10-25)

Bug Fixes

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

Performance Improvements

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 (d4c4fb4)
  • 升级vue到3.2.11 (0fdd615)
  • dict-select支持select的插槽配置,支持页面内打开对话框,支持路由缓存 (ddf4aaa)
  • 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)

Performance Improvements

  • 文件上传组件,支持一次选择多个文件 (df90b39)

0.17.3 (2021-08-06)

Bug Fixes

  • 修复默认值的bug (f8de8f6)
  • 第一次获取异步组件为空的bug (9eb7a05)

0.17.2 (2021-08-05)

Performance Improvements

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

0.17.1 (2021-08-04)

Bug Fixes

Performance Improvements

  • 分解a-table的onChange事件为onSortChange和onFilterChange (8a6db33)

0.17.0 (2021-07-16)

Bug Fixes

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

Features

Performance Improvements

  • 文件上传组件优化 (db88a16)
  • 文件上传组件优化 (0a5afa8)
  • 文件上传组件优化 (f46680c)

0.16.0 (2021-07-14)

Bug Fixes

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

Features

  • valueChange 支持 immediate (16987d3)
  • valueChange 支持 immediate (f72f87e)

Performance Improvements

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

0.15.1 (2021-07-09)

Note: Version bump only for package fast-crud-root

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)
  • fs-admin目录改成fast-admin (fc6d962)
  • 增加edtior-quill (73566e4)
  • 移除extends-uploader (0063df7)

Performance Improvements

0.13.0 (2021-07-04)

Features

0.12.0 (2021-07-03)

Bug Fixes

  • 修复切换主题后,按钮text颜色变化的问题 (8748e29)

Features

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

Performance Improvements

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-root

0.9.1 (2021-05-27)

Bug Fixes

  • element文件上传到第二个时获取不到url的bug (ac7f663)

0.9.0 (2021-05-23)

Features

0.8.5 (2021-05-22)

Note: Version bump only for package fast-crud-root

0.8.4 (2021-05-22)

Note: Version bump only for package fast-crud-root

0.8.3 (2021-05-22)

Note: Version bump only for package fast-crud-root

0.8.2 (2021-05-22)

Bug Fixes

0.8.1 (2021-05-22)

Note: Version bump only for package fast-crud-root

0.8.0 (2021-05-09)

Features

  • type支持数组,可以多个继承合并 (7f75a39)
1
https://gitee.com/ecoiyun/fast-crud.git
git@gitee.com:ecoiyun/fast-crud.git
ecoiyun
fast-crud
fast-crud
main

搜索帮助