994 lines
42 KiB
Markdown
994 lines
42 KiB
Markdown
# Change Log
|
||
|
||
All notable changes to this project will be documented in this file.
|
||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||
|
||
## [1.27.3](https://github.com/fast-crud/fast-crud/compare/v1.27.1...v1.27.3) (2025-09-26)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复editor-wang toolbarRef获取不到的bug ([74ebad2](https://github.com/fast-crud/fast-crud/commit/74ebad20813236052a8afd9090d5ec497c0f7421))
|
||
|
||
## [1.27.1](https://github.com/fast-crud/fast-crud/compare/v1.27.0...v1.27.1) (2025-09-22)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.27.0](https://github.com/fast-crud/fast-crud/compare/v1.26.6...v1.27.0) (2025-09-19)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.26.6](https://github.com/fast-crud/fast-crud/compare/v1.26.5...v1.26.6) (2025-08-29)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.26.5](https://github.com/fast-crud/fast-crud/compare/v1.26.4...v1.26.5) (2025-08-21)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.26.4](https://github.com/fast-crud/fast-crud/compare/v1.26.3...v1.26.4) (2025-08-14)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.26.3](https://github.com/fast-crud/fast-crud/compare/v1.26.2...v1.26.3) (2025-08-14)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.26.2](https://github.com/fast-crud/fast-crud/compare/v1.26.1...v1.26.2) (2025-08-08)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.26.1](https://github.com/fast-crud/fast-crud/compare/v1.26.0...v1.26.1) (2025-08-07)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.26.0](https://github.com/fast-crud/fast-crud/compare/v1.25.13...v1.26.0) (2025-07-28)
|
||
|
||
### Features
|
||
|
||
* 将代码编辑器单独打包到@fast-crud/editor-code,加快不需要code的项目的打包速度,如果您使用了editor-code,请按照文档重新进行editor-code的集成 ([2589b51](https://github.com/fast-crud/fast-crud/commit/2589b519cc2960b61f9706101bcf195d9003b953))
|
||
|
||
### BREAKING CHANGES
|
||
|
||
* 将代码编辑器单独打包到@fast-crud/editor-code,,如果您使用了editor-code,请按照文档重新进行editor-code的集成
|
||
|
||
## [1.25.13](https://github.com/fast-crud/fast-crud/compare/v1.25.12...v1.25.13) (2025-06-10)
|
||
|
||
### Performance Improvements
|
||
|
||
* humanize组件支持显示全量时间,优化文档显示 ([8fcf08c](https://github.com/fast-crud/fast-crud/commit/8fcf08c5dad7d323531347593894a7f94aaf74b9))
|
||
|
||
## [1.25.12](https://github.com/fast-crud/fast-crud/compare/v1.25.11...v1.25.12) (2025-05-26)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复cloneable模式下的dict 无法动态修改data的bug ([1dd5cd1](https://github.com/fast-crud/fast-crud/commit/1dd5cd1e1445b126451c6e1b68f453a70bf920de))
|
||
|
||
## [1.25.11](https://github.com/fast-crud/fast-crud/compare/v1.25.10...v1.25.11) (2025-05-14)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复naive-ui下 form-item 的label设置为render会报警告的问题 ([45e1bc6](https://github.com/fast-crud/fast-crud/commit/45e1bc6d9cfc408a98dfe628bf3b9bd14af4b2cf))
|
||
|
||
## [1.25.9](https://github.com/fast-crud/fast-crud/compare/v1.25.8...v1.25.9) (2025-04-16)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复预览大图previewurl错误的bug ([cfb6554](https://github.com/fast-crud/fast-crud/commit/cfb6554c7c93297ddfcaa206168aceaf4ba2c2ef))
|
||
* 修复yaml workers引入问题 ([1c90198](https://github.com/fast-crud/fast-crud/commit/1c90198f6f7df0ac0c9845d1c6af0592b1c34ae3))
|
||
|
||
## [1.25.8](https://github.com/fast-crud/fast-crud/compare/v1.25.7...v1.25.8) (2025-04-10)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复代码编辑器加载不出提示的bug ([4b42aaf](https://github.com/fast-crud/fast-crud/commit/4b42aaf9d99685e6b0231529cf427e89c986faa9))
|
||
* fs-editor-code 支持配置schema校验 ([7d342cb](https://github.com/fast-crud/fast-crud/commit/7d342cbe8ebbaebb6ff5b3b80ce977d87aaa9ba5))
|
||
|
||
## [1.25.7](https://github.com/fast-crud/fast-crud/compare/v1.25.6...v1.25.7) (2025-03-30)
|
||
|
||
### Performance Improvements
|
||
|
||
* 支持注册自定义monaco editor worker ([ced968e](https://github.com/fast-crud/fast-crud/commit/ced968efcca00e3fcec6c9ca2dadf48bce247ac2))
|
||
|
||
## [1.25.6](https://github.com/fast-crud/fast-crud/compare/v1.25.5...v1.25.6) (2025-03-19)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.25.5](https://github.com/fast-crud/fast-crud/compare/v1.25.4...v1.25.5) (2025-03-19)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.25.4](https://github.com/fast-crud/fast-crud/compare/v1.25.3...v1.25.4) (2025-03-04)
|
||
|
||
### Performance Improvements
|
||
|
||
* 精简lodash ([21f59e8](https://github.com/fast-crud/fast-crud/commit/21f59e80db56cf0968b2739b9bc7ff1e8b7be4e4))
|
||
|
||
## [1.25.3](https://github.com/fast-crud/fast-crud/compare/v1.25.2...v1.25.3) (2025-02-23)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.25.2](https://github.com/fast-crud/fast-crud/compare/v1.25.1...v1.25.2) (2025-02-22)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复element 上传组件,beforeUpload里面返回false 不阻止上传的bug ([d852150](https://github.com/fast-crud/fast-crud/commit/d85215028322fece5fc11e96a6affe7ed8aa04f6))
|
||
|
||
## [1.25.1](https://github.com/fast-crud/fast-crud/compare/v1.25.0...v1.25.1) (2025-02-12)
|
||
|
||
### Performance Improvements
|
||
|
||
* element 文件上传示例,超出数量限制增加提示 ([67d19dc](https://github.com/fast-crud/fast-crud/commit/67d19dc34558dcb9fbf3d1f3a590ef5963d8355e))
|
||
|
||
# [1.25.0](https://github.com/fast-crud/fast-crud/compare/v1.24.2...v1.25.0) (2025-01-12)
|
||
|
||
### Bug Fixes
|
||
|
||
* fs-file-uploader修复exceed没有触发的问题 ([7e23990](https://github.com/fast-crud/fast-crud/commit/7e2399045728b911b6b7e107f3869967f37857aa))
|
||
|
||
### Performance Improvements
|
||
|
||
* 优化手机号选择组件打包过大的问题 ([b599617](https://github.com/fast-crud/fast-crud/commit/b599617f25c71b88f78611bc480ccf2d9aa8c8ec))
|
||
|
||
## [1.24.2](https://github.com/fast-crud/fast-crud/compare/v1.24.1...v1.24.2) (2024-12-31)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.24.1](https://github.com/fast-crud/fast-crud/compare/v1.24.0...v1.24.1) (2024-12-28)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.24.0](https://github.com/fast-crud/fast-crud/compare/v1.23.4...v1.24.0) (2024-12-28)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复图片裁剪上传,多个时数组判断成object的bug ([349b8c1](https://github.com/fast-crud/fast-crud/commit/349b8c120b78b09f5125af9812c668dde15a4942))
|
||
|
||
## [1.23.4](https://github.com/fast-crud/fast-crud/compare/v1.23.3...v1.23.4) (2024-12-03)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.23.3](https://github.com/fast-crud/fast-crud/compare/v1.23.2...v1.23.3) (2024-11-26)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.23.2](https://github.com/fast-crud/fast-crud/compare/v1.23.1...v1.23.2) (2024-11-18)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.23.1](https://github.com/fast-crud/fast-crud/compare/v1.23.0...v1.23.1) (2024-11-13)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.23.0](https://github.com/fast-crud/fast-crud/compare/v1.22.5...v1.23.0) (2024-11-11)
|
||
|
||
### Performance Improvements
|
||
|
||
* 示例改成useFsAsync ([f7fac52](https://github.com/fast-crud/fast-crud/commit/f7fac52fcfaa4703bfebd8259007b235401b8357))
|
||
|
||
## [1.22.5](https://github.com/fast-crud/fast-crud/compare/v1.22.4...v1.22.5) (2024-11-04)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.22.4](https://github.com/fast-crud/fast-crud/compare/v1.22.3...v1.22.4) (2024-11-04)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.22.3](https://github.com/fast-crud/fast-crud/compare/v1.22.2...v1.22.3) (2024-11-01)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.22.2](https://github.com/fast-crud/fast-crud/compare/v1.22.1...v1.22.2) (2024-10-24)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.22.1](https://github.com/fast-crud/fast-crud/compare/v1.22.0...v1.22.1) (2024-10-23)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复table-select示例,自定义插槽按钮打开后不刷新表格的bug ([0f0564d](https://github.com/fast-crud/fast-crud/commit/0f0564d358a26e8cd1676d9895863c1d95405db7))
|
||
|
||
# [1.22.0](https://github.com/fast-crud/fast-crud/compare/v1.21.5...v1.22.0) (2024-10-21)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.21.5](https://github.com/fast-crud/fast-crud/compare/v1.21.4...v1.21.5) (2024-10-21)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.21.4](https://github.com/fast-crud/fast-crud/compare/v1.21.3...v1.21.4) (2024-10-13)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.21.3](https://github.com/fast-crud/fast-crud/compare/v1.21.2...v1.21.3) (2024-09-20)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复antdv 文件上传 success事件无效的bug ([89d9799](https://github.com/fast-crud/fast-crud/commit/89d9799451ecaebc97b85d5ebd2806c79680c35a))
|
||
|
||
## [1.21.2](https://github.com/fast-crud/fast-crud/compare/v1.21.1...v1.21.2) (2024-07-15)
|
||
|
||
### Performance Improvements
|
||
|
||
* 去除s3上传配置中的明文secret ([621e96d](https://github.com/fast-crud/fast-crud/commit/621e96d1a52728fac4bf5ad6ed7910a60b7fb6a0))
|
||
|
||
## [1.21.1](https://github.com/fast-crud/fast-crud/compare/v1.21.0...v1.21.1) (2024-06-23)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.21.0](https://github.com/fast-crud/fast-crud/compare/v1.20.2...v1.21.0) (2024-06-08)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复裁剪组件,图片上传较大的时候报错的问题 ([bf17607](https://github.com/fast-crud/fast-crud/commit/bf176071651dfe29104a401770c1b5ea6b90cac3))
|
||
* 修复富文本编辑器查看时没有被禁用的bug ([c88e1e9](https://github.com/fast-crud/fast-crud/commit/c88e1e9cc1ef2f0ab881c65845b7093af452817e))
|
||
* 修复图片裁剪组件在naiveui下按钮错乱的问题 ([1df42d1](https://github.com/fast-crud/fast-crud/commit/1df42d16ececf64b1d5de9bfdb4cf00241569a5e))
|
||
* 修复新版本jsx编译报错的问题 ([13c0e07](https://github.com/fast-crud/fast-crud/commit/13c0e07d31a1d37ae62d268f83ecabd23da65dca))
|
||
* 修复新版本jsx编译报错的问题 ([5a83708](https://github.com/fast-crud/fast-crud/commit/5a83708123e7601b04da0268482f4f78569338ae))
|
||
* 修复因vue升级导致Cannot find namespace 'JSX'问题 ([7d0c54c](https://github.com/fast-crud/fast-crud/commit/7d0c54ce94d736054f6f099724c6412077a47998))
|
||
* getFileName支持item参数 ([9b9d68c](https://github.com/fast-crud/fast-crud/commit/9b9d68cde2e5bf377ea647f8f3f9fb3deed7498b))
|
||
|
||
### Features
|
||
|
||
* table-select 支持查看模式 ([60c2cba](https://github.com/fast-crud/fast-crud/commit/60c2cbadab5d52864aef350241be4f6e7f14600d))
|
||
|
||
### Performance Improvements
|
||
|
||
* 图片裁剪组件中英文支持 ([8b5b3f6](https://github.com/fast-crud/fast-crud/commit/8b5b3f61bc67e17ed13ded4a5519434249d5c4df))
|
||
* alioss getAuthorization接口支持后台返回key ([93f4493](https://github.com/fast-crud/fast-crud/commit/93f4493910f1cbe46b034d8388fce7106b667cc2))
|
||
* alioss getAuthorization接口支持后台返回key ([75e5b14](https://github.com/fast-crud/fast-crud/commit/75e5b1449238fbae86f002c290771a6b9fd1f824))
|
||
|
||
## [1.20.2](https://github.com/fast-crud/fast-crud/compare/v1.20.1...v1.20.2) (2024-03-21)
|
||
|
||
### Bug Fixes
|
||
|
||
* getFileName方法支持await ([c90f1b7](https://github.com/fast-crud/fast-crud/commit/c90f1b76eb0d1d55c7e4b8530d06c8c4c9af9970))
|
||
|
||
### Performance Improvements
|
||
|
||
* 升级依赖版本 ([42ae562](https://github.com/fast-crud/fast-crud/commit/42ae56289cc9d80ee1b3c1f9b7b2dd4656e9ba84))
|
||
|
||
## [1.20.1](https://github.com/fast-crud/fast-crud/compare/v1.20.0...v1.20.1) (2024-02-27)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.20.0](https://github.com/fast-crud/fast-crud/compare/v1.19.3...v1.20.0) (2024-01-28)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复裁剪图片没有名称的bug ([05d0180](https://github.com/fast-crud/fast-crud/commit/05d01802f6b6ca0e07329bfa9c1d4260ebf861b6))
|
||
* 修复wangedit5 富文本编辑器被遮挡的问题 ([990c52f](https://github.com/fast-crud/fast-crud/commit/990c52fcf8ab7f99faeb09dbc4fc8cac5b8aae5c))
|
||
|
||
### Performance Improvements
|
||
|
||
* 优化jpg格式裁剪上传后体积膨胀的bug ([44d127f](https://github.com/fast-crud/fast-crud/commit/44d127fe44ea298bff13a8dca2b25241e3596095))
|
||
|
||
## [1.19.3](https://github.com/fast-crud/fast-crud/compare/v1.19.2...v1.19.3) (2023-12-15)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.19.2](https://github.com/fast-crud/fast-crud/compare/v1.19.1...v1.19.2) (2023-11-22)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.19.1](https://github.com/fast-crud/fast-crud/compare/v1.19.0...v1.19.1) (2023-11-20)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.19.0](https://github.com/fast-crud/fast-crud/compare/v1.18.5...v1.19.0) (2023-11-20)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.18.5](https://github.com/fast-crud/fast-crud/compare/v1.18.4...v1.18.5) (2023-11-08)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复file-uploader预览图片过大的问题 ([d92212f](https://github.com/fast-crud/fast-crud/commit/d92212fa35902d41a851d4399bdf09bbf4514b9e))
|
||
|
||
## [1.18.4](https://github.com/fast-crud/fast-crud/compare/v1.18.3...v1.18.4) (2023-11-07)
|
||
|
||
### Performance Improvements
|
||
|
||
* 新增国际手机号输入框 ([ebabee2](https://github.com/fast-crud/fast-crud/commit/ebabee2f61caed3678f0681330ed3cb044803a2f))
|
||
|
||
## [1.18.3](https://github.com/fast-crud/fast-crud/compare/v1.18.2...v1.18.3) (2023-10-26)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.18.2](https://github.com/fast-crud/fast-crud/compare/v1.18.1...v1.18.2) (2023-10-26)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.18.1](https://github.com/fast-crud/fast-crud/compare/v1.18.0...v1.18.1) (2023-10-26)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.18.0](https://github.com/fast-crud/fast-crud/compare/v1.17.5...v1.18.0) (2023-10-25)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.17.5](https://github.com/fast-crud/fast-crud/compare/v1.17.4...v1.17.5) (2023-09-26)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.17.4](https://github.com/fast-crud/fast-crud/compare/v1.17.3...v1.17.4) (2023-09-26)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.17.3](https://github.com/fast-crud/fast-crud/compare/v1.17.2...v1.17.3) (2023-09-23)
|
||
|
||
### Bug Fixes
|
||
|
||
* upload输入值支持int boolean等类型 ([60c641f](https://github.com/fast-crud/fast-crud/commit/60c641f3bc6e69608e173d98c800105d47862476))
|
||
|
||
### Performance Improvements
|
||
|
||
* fs-files-format 支持自定义getFileName ([994f3af](https://github.com/fast-crud/fast-crud/commit/994f3aff0fe749b8165de3891542b0c53f1dcd57))
|
||
* fs-files-uploader支持自定义getFileName ([1a6a3e4](https://github.com/fast-crud/fast-crud/commit/1a6a3e4ba180ea93ab5aaa08a2315528c52fa617))
|
||
|
||
## [1.17.2](https://github.com/fast-crud/fast-crud/compare/v1.17.1...v1.17.2) (2023-09-16)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复富文本编辑器图片上传报错的bug ([fa18d93](https://github.com/fast-crud/fast-crud/commit/fa18d93980d358382e191480a7e20ddf3d59fe63))
|
||
* 修复naive 最后一个文件无法删除的bug ([49c0e6f](https://github.com/fast-crud/fast-crud/commit/49c0e6f869b2587e19368ddd8915656f48e04009))
|
||
* antdv 查询框label上置错位的bug ([7545586](https://github.com/fast-crud/fast-crud/commit/7545586472eeddeca98d7097534b658403049996))
|
||
|
||
## [1.17.1](https://github.com/fast-crud/fast-crud/compare/v1.17.0...v1.17.1) (2023-09-13)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.17.0](https://github.com/fast-crud/fast-crud/compare/v1.16.11...v1.17.0) (2023-09-12)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复element 图片裁剪组件无法横向排列的bug ([25fa258](https://github.com/fast-crud/fast-crud/commit/25fa25855e9750813d5a959a8b09ff6e90b04c1c))
|
||
|
||
## [1.16.11](https://github.com/fast-crud/fast-crud/compare/v1.16.10...v1.16.11) (2023-09-03)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.16.10](https://github.com/fast-crud/fast-crud/compare/v1.16.9...v1.16.10) (2023-09-03)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.16.9](https://github.com/fast-crud/fast-crud/compare/v1.16.8...v1.16.9) (2023-09-03)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.16.8](https://github.com/fast-crud/fast-crud/compare/v1.16.7...v1.16.8) (2023-09-03)
|
||
|
||
### Performance Improvements
|
||
|
||
* 文件上传优化,导出上传方法 ([9f3c821](https://github.com/fast-crud/fast-crud/commit/9f3c8214cda27cf6411ecad7d0729b23afdcaf4e))
|
||
* 组件独立使用示例 ([ace357c](https://github.com/fast-crud/fast-crud/commit/ace357c152d6a30d5b8fbebf885db53e26a02ae6))
|
||
|
||
## [1.16.7](https://github.com/fast-crud/fast-crud/compare/v1.16.6...v1.16.7) (2023-08-21)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.16.6](https://github.com/fast-crud/fast-crud/compare/v1.16.5...v1.16.6) (2023-08-21)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.16.5](https://github.com/fast-crud/fast-crud/compare/v1.16.4...v1.16.5) (2023-08-20)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.16.4](https://github.com/fast-crud/fast-crud/compare/v1.16.3...v1.16.4) (2023-08-18)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.16.3](https://github.com/fast-crud/fast-crud/compare/v1.16.2...v1.16.3) (2023-08-18)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.16.2](https://github.com/fast-crud/fast-crud/compare/v1.16.1...v1.16.2) (2023-08-10)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.16.1](https://github.com/fast-crud/fast-crud/compare/v1.16.0...v1.16.1) (2023-08-09)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.16.0](https://github.com/fast-crud/fast-crud/compare/v1.15.1...v1.16.0) (2023-08-07)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.15.1](https://github.com/fast-crud/fast-crud/compare/v1.15.0...v1.15.1) (2023-08-05)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.15.0](https://github.com/fast-crud/fast-crud/compare/v1.14.7...v1.15.0) (2023-08-05)
|
||
|
||
### Features
|
||
|
||
* antdv4 支持 ([1935614](https://github.com/fast-crud/fast-crud/commit/19356142cda925d1248fe7c84c18cb8324ce5f70))
|
||
|
||
### Performance Improvements
|
||
|
||
* 升级依赖版本 ([1007384](https://github.com/fast-crud/fast-crud/commit/1007384e5e45f504b2106554c5411a3c50745ec6))
|
||
|
||
## [1.14.7](https://github.com/fast-crud/fast-crud/compare/v1.14.6...v1.14.7) (2023-07-24)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.14.6](https://github.com/fast-crud/fast-crud/compare/v1.14.5...v1.14.6) (2023-07-23)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复图片value值为object时报错的bug ([157da86](https://github.com/fast-crud/fast-crud/commit/157da86cb9623357554de6a415a13aeaefe510bc))
|
||
|
||
## [1.14.5](https://github.com/fast-crud/fast-crud/compare/v1.14.4...v1.14.5) (2023-07-04)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.14.4](https://github.com/fast-crud/fast-crud/compare/v1.14.3...v1.14.4) (2023-07-02)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.14.3](https://github.com/fast-crud/fast-crud/compare/v1.14.2...v1.14.3) (2023-07-02)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.14.2](https://github.com/fast-crud/fast-crud/compare/v1.14.1...v1.14.2) (2023-07-02)
|
||
|
||
### Performance Improvements
|
||
|
||
* 导出重构 ([e99dc7b](https://github.com/fast-crud/fast-crud/commit/e99dc7bb6b24d4456fc524a04e8787e16b07511e))
|
||
* 自定义组件支持触发validation ([ac15f11](https://github.com/fast-crud/fast-crud/commit/ac15f11b57ebcafb9a7dcd4846ae53b577e69b50))
|
||
* export 功能 ([7a06d06](https://github.com/fast-crud/fast-crud/commit/7a06d06786c14f1d16bf7b6fc02f461972ceeabc))
|
||
* export 功能 ([2accdba](https://github.com/fast-crud/fast-crud/commit/2accdba5d087c01a87c6fd20b98c6510d0038f9d))
|
||
* naiveui 自定义组件支持change validation ([9e8b75d](https://github.com/fast-crud/fast-crud/commit/9e8b75d3a0d640f86d66f9b78ac5ec57f687c339))
|
||
|
||
## [1.14.1](https://github.com/fast-crud/fast-crud/compare/v1.14.0...v1.14.1) (2023-06-16)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.14.0](https://github.com/fast-crud/fast-crud/compare/v1.13.12...v1.14.0) (2023-06-09)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.13.12](https://github.com/fast-crud/fast-crud/compare/v1.13.11...v1.13.12) (2023-06-08)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.13.11](https://github.com/fast-crud/fast-crud/compare/v1.13.10...v1.13.11) (2023-06-08)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.13.10](https://github.com/fast-crud/fast-crud/compare/v1.13.9...v1.13.10) (2023-05-31)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.13.9](https://github.com/fast-crud/fast-crud/compare/v1.13.8...v1.13.9) (2023-05-31)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复antdv文件上传限制数量的bug ([8b14ba3](https://github.com/fast-crud/fast-crud/commit/8b14ba3a45f90a11222cc751b2ca173e212bc666))
|
||
|
||
## [1.13.8](https://github.com/fast-crud/fast-crud/compare/v1.13.7...v1.13.8) (2023-05-22)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.13.7](https://github.com/fast-crud/fast-crud/compare/v1.13.6...v1.13.7) (2023-05-19)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.13.6](https://github.com/fast-crud/fast-crud/compare/v1.13.5...v1.13.6) (2023-05-13)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.13.5](https://github.com/fast-crud/fast-crud/compare/v1.13.4...v1.13.5) (2023-05-13)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.13.4](https://github.com/fast-crud/fast-crud/compare/v1.13.3...v1.13.4) (2023-05-06)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.13.3](https://github.com/fast-crud/fast-crud/compare/v1.13.2...v1.13.3) (2023-05-04)
|
||
|
||
### Bug Fixes
|
||
|
||
* 升级cos sdk,修复windows报毒问题 ([352f8df](https://github.com/fast-crud/fast-crud/commit/352f8df76dfe093dd29c8778f3b33e3e3775b902))
|
||
|
||
## [1.13.2](https://github.com/fast-crud/fast-crud/compare/v1.13.1...v1.13.2) (2023-04-20)
|
||
|
||
### Performance Improvements
|
||
|
||
* 优化fs-images-format 加载失败时的显示 ([7df6eab](https://github.com/fast-crud/fast-crud/commit/7df6eab4d653409de442eeef933177906a2ffc70))
|
||
|
||
## [1.13.1](https://github.com/fast-crud/fast-crud/compare/v1.13.0...v1.13.1) (2023-04-10)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复getComponentRef获取错误的bug ([67ee58e](https://github.com/fast-crud/fast-crud/commit/67ee58e7a3b7ac5a8f28ee79cff835e5d8534bd7))
|
||
|
||
# [1.13.0](https://github.com/fast-crud/fast-crud/compare/v1.12.2...v1.13.0) (2023-04-07)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.12.2](https://github.com/fast-crud/fast-crud/compare/v1.12.1...v1.12.2) (2023-04-06)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.12.1](https://github.com/fast-crud/fast-crud/compare/v1.12.0...v1.12.1) (2023-04-04)
|
||
|
||
### Reverts
|
||
|
||
* Revert "refactor: 删除多余的umd配置" ([008a833](https://github.com/fast-crud/fast-crud/commit/008a8333c4b761cfcab8a2531614faafc10cb18c))
|
||
|
||
# [1.12.0](https://github.com/fast-crud/fast-crud/compare/v1.11.10...v1.12.0) (2023-03-31)
|
||
|
||
### Performance Improvements
|
||
|
||
* **cropper-uploader:** 支持图片预览 ([b289af8](https://github.com/fast-crud/fast-crud/commit/b289af87267661d14a34aa632b48233c47f7c249))
|
||
|
||
## [1.11.10](https://github.com/fast-crud/fast-crud/compare/v1.11.9...v1.11.10) (2023-03-29)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.11.9](https://github.com/fast-crud/fast-crud/compare/v1.11.8...v1.11.9) (2023-03-28)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.11.8](https://github.com/fast-crud/fast-crud/compare/v1.11.7...v1.11.8) (2023-03-24)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复当limit=1时,上传文件删光后,再选择文件上传第一次无效的bug ([d0a1ed9](https://github.com/fast-crud/fast-crud/commit/d0a1ed9c8a730d5eea19dc61f0dd6cf4031db1c3))
|
||
|
||
## [1.11.7](https://github.com/fast-crud/fast-crud/compare/v1.11.6...v1.11.7) (2023-03-22)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.11.6](https://github.com/fast-crud/fast-crud/compare/v1.11.5...v1.11.6) (2023-03-22)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.11.5](https://github.com/fast-crud/fast-crud/compare/v1.11.4...v1.11.5) (2023-03-22)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.11.4](https://github.com/fast-crud/fast-crud/compare/v1.11.3...v1.11.4) (2023-03-22)
|
||
|
||
### Performance Improvements
|
||
|
||
* 文本复制组件优化 ([20a0b4c](https://github.com/fast-crud/fast-crud/commit/20a0b4c6d56c73157752e1b9bb99a6543e23fb98))
|
||
|
||
## [1.11.3](https://github.com/fast-crud/fast-crud/compare/v1.11.2...v1.11.3) (2023-03-21)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.11.2](https://github.com/fast-crud/fast-crud/compare/v1.11.1...v1.11.2) (2023-03-21)
|
||
|
||
### Performance Improvements
|
||
|
||
* ui package移除对fast-crud的依赖 ([7a7b51f](https://github.com/fast-crud/fast-crud/commit/7a7b51fd9594b29a31e844b0fd2d31396e96a613))
|
||
|
||
## [1.11.1](https://github.com/fast-crud/fast-crud/compare/v1.11.0...v1.11.1) (2023-03-17)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.11.0](https://github.com/fast-crud/fast-crud/compare/v1.10.0...v1.11.0) (2023-03-16)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复wangeditor无法上传视频的bug ([53ee51e](https://github.com/fast-crud/fast-crud/commit/53ee51e901956da9596600235632545bcf98746e))
|
||
|
||
### Features
|
||
|
||
* 全面TS化 ([95200f0](https://github.com/fast-crud/fast-crud/commit/95200f0bf91fbcefe5e41c7863916fe8d8a24336))
|
||
|
||
### Performance Improvements
|
||
|
||
* 全面ts化 ([168d3a2](https://github.com/fast-crud/fast-crud/commit/168d3a240eb67548195c31a5fa4cb5aedb8a410c))
|
||
|
||
* uploader支持buildUrls ([0085560](https://github.com/fast-crud/fast-crud/commit/00855600914f670595f3eec3d790bdf91f315953))
|
||
|
||
# [1.10.0](https://github.com/fast-crud/fast-crud/compare/v1.9.2...v1.10.0) (2023-03-11)
|
||
|
||
### Features
|
||
|
||
* upload 支持s3 minio ([2c2b9f6](https://github.com/fast-crud/fast-crud/commit/2c2b9f6e509f96e9c219f9d220b856a5b0f5fcb1))
|
||
|
||
### Performance Improvements
|
||
|
||
* 日期增加week、month、year、quarter类型 ([6073b00](https://github.com/fast-crud/fast-crud/commit/6073b006f740072f5fa3e9ad54c109819963ec93))
|
||
|
||
* 增加s3示例 ([9060b03](https://github.com/fast-crud/fast-crud/commit/9060b036ce9e36ef8f2ddc50b1362682c7d3aa7f))
|
||
|
||
* upload sdk换成aws-s3 ([6814083](https://github.com/fast-crud/fast-crud/commit/681408321be32ce42245a4aa34e491694a7e3d0e))
|
||
|
||
## [1.9.2](https://github.com/fast-crud/fast-crud/compare/v1.9.1...v1.9.2) (2023-03-01)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.9.1](https://github.com/fast-crud/fast-crud/compare/v1.9.0...v1.9.1) (2023-03-01)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.9.0](https://github.com/fast-crud/fast-crud/compare/v1.8.5...v1.9.0) (2023-02-09)
|
||
|
||
### Performance Improvements
|
||
|
||
* 自动remove debugger配置 ([adbe940](https://github.com/fast-crud/fast-crud/commit/adbe940f60e82a800fb66c572b66462af013e450))
|
||
|
||
## [1.8.5](https://github.com/fast-crud/fast-crud/compare/v1.8.4...v1.8.5) (2023-01-30)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.8.4](https://github.com/fast-crud/fast-crud/compare/v1.8.3...v1.8.4) (2023-01-19)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.8.3](https://github.com/fast-crud/fast-crud/compare/v1.8.2...v1.8.3) (2023-01-11)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.8.2](https://github.com/fast-crud/fast-crud/compare/v1.8.1...v1.8.2) (2023-01-11)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.8.1](https://github.com/fast-crud/fast-crud/compare/v1.8.0...v1.8.1) (2023-01-03)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.8.0](https://github.com/fast-crud/fast-crud/compare/v1.7.2...v1.8.0) (2022-12-22)
|
||
|
||
### Features
|
||
|
||
* 优化uploader扩展组件,buildUrl支持异步方法 ([a09f05d](https://github.com/fast-crud/fast-crud/commit/a09f05deed495675cb9a5cc36bc9ea530a44da08))
|
||
|
||
### Performance Improvements
|
||
|
||
* image-format 的buildUrl支持异步 ([58229a2](https://github.com/fast-crud/fast-crud/commit/58229a28a6c0480e5f100cb8c66a35d0aa93026c))
|
||
|
||
## [1.7.2](https://github.com/fast-crud/fast-crud/compare/v1.7.1...v1.7.2) (2022-12-15)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复element upload 文件校验失败的bug ([7ba48fb](https://github.com/fast-crud/fast-crud/commit/7ba48fbbef90df0c8f9d807ab0104315208474f8))
|
||
|
||
## [1.7.1](https://github.com/fast-crud/fast-crud/compare/v1.7.0...v1.7.1) (2022-12-14)
|
||
|
||
### Performance Improvements
|
||
|
||
* 调整ui-*、extends的d.ts编译目录 ([4749dac](https://github.com/fast-crud/fast-crud/commit/4749dac48979f654143e6e8e3f0edf936e80311c))
|
||
|
||
* extends ts化 ([671ccaf](https://github.com/fast-crud/fast-crud/commit/671ccaffb518c2d6102585f92780e1f77b9131e3))
|
||
|
||
# [1.7.0](https://github.com/fast-crud/fast-crud/compare/v1.6.1...v1.7.0) (2022-12-14)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复文件上传的一些bug ([52cbfff](https://github.com/fast-crud/fast-crud/commit/52cbfff33d85e9e2ae9dc71346e8ade8837a1221))
|
||
|
||
### Performance Improvements
|
||
|
||
* image-format支持预览原图 ([5b94c17](https://github.com/fast-crud/fast-crud/commit/5b94c17a4ba60d7721cce44bfcf162d65dea535d))
|
||
|
||
## [1.6.1](https://github.com/fast-crud/fast-crud/compare/v1.6.0...v1.6.1) (2022-11-20)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.6.0](https://github.com/fast-crud/fast-crud/compare/v1.5.4...v1.6.0) (2022-11-20)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.5.4](https://github.com/fast-crud/fast-crud/compare/v1.5.3...v1.5.4) (2022-11-05)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.5.3](https://github.com/fast-crud/fast-crud/compare/v1.5.2...v1.5.3) (2022-11-03)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.5.2](https://github.com/fast-crud/fast-crud/compare/v1.5.1...v1.5.2) (2022-11-03)
|
||
|
||
### Performance Improvements
|
||
|
||
* extends增加人性化时间格式化组件 ([c296780](https://github.com/fast-crud/fast-crud/commit/c2967809c341516e4de5aa0247f13c9a0172c460))
|
||
|
||
## [1.5.1](https://github.com/fast-crud/fast-crud/compare/v1.5.0...v1.5.1) (2022-10-28)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.5.0](https://github.com/fast-crud/fast-crud/compare/v1.4.2...v1.5.0) (2022-10-25)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复属性类型错误 ([a202884](https://github.com/fast-crud/fast-crud/commit/a20288438da21e451311bca9bb0eacb1ec64092e))
|
||
|
||
### Features
|
||
|
||
* extends 增加文本复制组件 ([129f30f](https://github.com/fast-crud/fast-crud/commit/129f30f755dd918651fd25203be4719128f831fe))
|
||
|
||
## [1.4.2](https://github.com/fast-crud/fast-crud/compare/v1.4.1...v1.4.2) (2022-10-03)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.4.1](https://github.com/fast-crud/fast-crud/compare/v1.4.0...v1.4.1) (2022-10-03)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.4.0](https://github.com/fast-crud/fast-crud/compare/v1.3.0...v1.4.0) (2022-10-03)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.3.0](https://github.com/fast-crud/fast-crud/compare/v1.2.10...v1.3.0) (2022-08-30)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.2.10](https://github.com/fast-crud/fast-crud/compare/v1.2.9...v1.2.10) (2022-08-25)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.2.9](https://github.com/fast-crud/fast-crud/compare/v1.2.8...v1.2.9) (2022-08-08)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.2.8](https://github.com/fast-crud/fast-crud/compare/v1.2.7...v1.2.8) (2022-07-28)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.2.7](https://github.com/fast-crud/fast-crud/compare/v1.2.6...v1.2.7) (2022-07-27)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.2.6](https://github.com/fast-crud/fast-crud/compare/v1.2.5...v1.2.6) (2022-07-27)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.2.5](https://github.com/fast-crud/fast-crud/compare/v1.2.4...v1.2.5) (2022-07-27)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.2.4](https://github.com/fast-crud/fast-crud/compare/v1.2.3...v1.2.4) (2022-07-27)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复avatar-uploader不显示组件的bug ([0765b92](https://github.com/fast-crud/fast-crud/commit/0765b9228e0c09d9e5e23d5d47644545a3cbf471))
|
||
|
||
## [1.2.3](https://github.com/fast-crud/fast-crud/compare/v1.2.2...v1.2.3) (2022-07-05)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.2.2](https://github.com/fast-crud/fast-crud/compare/v1.2.1...v1.2.2) (2022-06-11)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.2.1](https://github.com/fast-crud/fast-crud/compare/v1.2.0...v1.2.1) (2022-06-11)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复element图片预览的问题,图片加号错位问题 ([4ef13d6](https://github.com/fast-crud/fast-crud/commit/4ef13d6924e82eeea005a90594460bb49fdde815))
|
||
|
||
# [1.2.0](https://github.com/fast-crud/fast-crud/compare/v1.1.2...v1.2.0) (2022-05-24)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.1.2](https://github.com/fast-crud/fast-crud/compare/v1.1.1...v1.1.2) (2022-04-26)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.1.1](https://github.com/fast-crud/fast-crud/compare/v1.1.0...v1.1.1) (2022-04-23)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.1.0](https://github.com/fast-crud/fast-crud/compare/v1.0.7...v1.1.0) (2022-04-22)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.0.7](https://github.com/fast-crud/fast-crud/compare/v1.0.6...v1.0.7) (2022-03-30)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.0.6](https://github.com/fast-crud/fast-crud/compare/v1.0.5...v1.0.6) (2022-03-23)
|
||
|
||
### Bug Fixes
|
||
|
||
* 优化第一次打开是iconfiy需要再次分析依赖的问题 ([1b941fb](https://github.com/fast-crud/fast-crud/commit/1b941fbd106fc2eb9283e0332f7516c5522f1c62))
|
||
|
||
## [1.0.5](https://github.com/fast-crud/fast-crud/compare/v1.0.4...v1.0.5) (2022-03-22)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.0.4](https://github.com/fast-crud/fast-crud/compare/v1.0.3...v1.0.4) (2022-03-14)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.0.3](https://github.com/fast-crud/fast-crud/compare/v1.0.2...v1.0.3) (2022-03-10)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.0.2](https://github.com/fast-crud/fast-crud/compare/v1.0.1...v1.0.2) (2022-03-09)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [1.0.1](https://github.com/fast-crud/fast-crud/compare/v1.0.0...v1.0.1) (2022-03-02)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.0.0-alpha.7](https://github.com/fast-crud/fast-crud/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-02-10)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.0.0-alpha.6](https://github.com/fast-crud/fast-crud/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-01-22)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.0.0-alpha.5](https://github.com/fast-crud/fast-crud/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-01-17)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复element文件上传加号错位的bug ([fdda181](https://github.com/fast-crud/fast-crud/commit/fdda1812550304abaa0b4e04b0276ed4807bdf96))
|
||
|
||
# [1.0.0-alpha.4](https://github.com/fast-crud/fast-crud/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-01-10)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.0.0-alpha.3](https://github.com/fast-crud/fast-crud/compare/v1.0.0-alpha.3...v1.0.0-alpha.3) (2022-01-07)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.0.0-alpha.3](https://github.com/fast-crud/fast-crud/compare/v1.0.0-alpha.1...v1.0.0-alpha.3) (2022-01-06)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [1.0.0-alpha.1](https://github.com/fast-crud/fast-crud/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2022-01-06)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [0.22.1](https://github.com/fast-crud/fast-crud/compare/v0.22.0...v0.22.1) (2021-11-29)
|
||
|
||
### Performance Improvements
|
||
|
||
* 升级依赖版本 ([48531ac](https://github.com/fast-crud/fast-crud/commit/48531ac4d989a83d6e94fa4b086755149afca108))
|
||
|
||
# [0.22.0](https://github.com/fast-crud/fast-crud/compare/v0.21.0...v0.22.0) (2021-11-09)
|
||
|
||
### Features
|
||
|
||
* 查询框展开,新页面打开表单 ([eebd6a3](https://github.com/fast-crud/fast-crud/commit/eebd6a3af256061e6075fa6b41c6893e1b767066))
|
||
|
||
# [0.21.0](https://github.com/fast-crud/fast-crud/compare/v0.20.1...v0.21.0) (2021-11-02)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [0.20.1](https://github.com/fast-crud/fast-crud/compare/v0.20.0...v0.20.1) (2021-10-25)
|
||
|
||
### Performance Improvements
|
||
|
||
* 改用pnpm ([af59c5b](https://github.com/fast-crud/fast-crud/commit/af59c5b9e3f62949a62f1f1f73c03f8cf07fa13d))
|
||
|
||
# [0.20.0](https://github.com/fast-crud/fast-crud/compare/v0.18.1...v0.20.0) (2021-10-19)
|
||
|
||
### Performance Improvements
|
||
|
||
* 支持json-editor ([56e0203](https://github.com/fast-crud/fast-crud/commit/56e0203dff575b11b8f37b7eea8e75f28bb74c2c))
|
||
|
||
* image border ([3b459cc](https://github.com/fast-crud/fast-crud/commit/3b459cc06be7ba239c777074e446542ab3c1445c))
|
||
|
||
# [0.19.0](https://github.com/fast-crud/fast-crud/compare/v0.18.1...v0.19.0) (2021-10-18)
|
||
|
||
### Performance Improvements
|
||
|
||
* image border ([3b459cc](https://github.com/fast-crud/fast-crud/commit/3b459cc06be7ba239c777074e446542ab3c1445c))
|
||
|
||
# [0.18.0](https://github.com/fast-crud/fast-crud/compare/v0.17.6...v0.18.0) (2021-09-24)
|
||
|
||
### Features
|
||
|
||
* 升级vue到3.2.11 ([0fdd615](https://github.com/fast-crud/fast-crud/commit/0fdd61550fde70310dd17efec46cd91c4f65158b))
|
||
|
||
## [0.17.6](https://github.com/fast-crud/fast-crud/compare/v0.17.5...v0.17.6) (2021-09-07)
|
||
|
||
### Bug Fixes
|
||
|
||
* vue转移到devDependencies ([9af76bc](https://github.com/fast-crud/fast-crud/commit/9af76bc3b667a89026c9d2a3e31f103ffab9489f))
|
||
|
||
## [0.17.5](https://github.com/fast-crud/fast-crud/compare/v0.17.4...v0.17.5) (2021-08-28)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复文件上传数量限制错误的bug ([2db661c](https://github.com/fast-crud/fast-crud/commit/2db661c356dffd1cf6c5cca8d21246f1d60aabd7))
|
||
|
||
## [0.17.4](https://github.com/fast-crud/fast-crud/compare/v0.17.3...v0.17.4) (2021-08-17)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复日期组件显示问题,修复上传组件校验报错的问题 ([1580c9b](https://github.com/fast-crud/fast-crud/commit/1580c9bb978a14bf152ce391feda578f768ace24))
|
||
|
||
### Performance Improvements
|
||
|
||
* 文件上传组件,支持一次选择多个文件 ([df90b39](https://github.com/fast-crud/fast-crud/commit/df90b390bbe5554d105673f968edb65ef4a4e825))
|
||
|
||
## [0.17.1](https://github.com/fast-crud/fast-crud/compare/v0.17.0...v0.17.1) (2021-08-04)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [0.17.0](https://github.com/fast-crud/fast-crud/compare/v0.16.0...v0.17.0) (2021-07-16)
|
||
|
||
### Features
|
||
|
||
* 升级依赖版本 ([ded1213](https://github.com/fast-crud/fast-crud/commit/ded121378f878fd4960fb3722fa7bc42987ace91))
|
||
|
||
### Performance Improvements
|
||
|
||
* 文件上传组件优化 ([0a5afa8](https://github.com/fast-crud/fast-crud/commit/0a5afa8398fd52afae3fc642f1a362760da388aa))
|
||
|
||
* 文件上传组件优化 ([f46680c](https://github.com/fast-crud/fast-crud/commit/f46680cfdaef2747a59c32230b9098519183f957))
|
||
|
||
# [0.16.0](https://github.com/fast-crud/fast-crud/compare/v0.15.1...v0.16.0) (2021-07-14)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
## [0.15.1](https://github.com/fast-crud/fast-crud/compare/v0.15.0...v0.15.1) (2021-07-09)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [0.15.0](https://github.com/fast-crud/fast-crud/compare/v0.14.0...v0.15.0) (2021-07-06)
|
||
|
||
**Note:** Version bump only for package @fast-crud/fast-extends
|
||
|
||
# [0.14.0](https://github.com/fast-crud/fast-crud/compare/v0.13.0...v0.14.0) (2021-07-05)
|
||
|
||
### Features
|
||
|
||
* fast-extends,包含uploader、editors ([1b1becc](https://github.com/fast-crud/fast-crud/commit/1b1beccb59727f698d458fa725182ddd6cd7daca))
|
||
|
||
* 增加edtior-quill ([73566e4](https://github.com/fast-crud/fast-crud/commit/73566e4492779008011d4bacbc3c1adcfcfef1ac))
|
||
|
||
* 移除extends-uploader ([0063df7](https://github.com/fast-crud/fast-crud/commit/0063df7bf4421f1793a252166a9a7663ad4945bc))
|
||
|
||
# [0.13.0](https://github.com/fast-crud/fast-crud/compare/v0.12.0...v0.13.0) (2021-07-04)
|
||
|
||
**Note:** Version bump only for package @fast-crud/extends-uploader
|
||
|
||
# [0.12.0](https://github.com/fast-crud/fast-crud/compare/v0.11.0...v0.12.0) (2021-07-03)
|
||
|
||
**Note:** Version bump only for package @fast-crud/extends-uploader
|
||
|
||
# [0.11.0](https://github.com/fast-crud/fast-crud/compare/v0.10.4...v0.11.0) (2021-07-02)
|
||
|
||
**Note:** Version bump only for package @fast-crud/extends-uploader
|
||
|
||
## [0.10.1](https://github.com/fast-crud/fast-crud/compare/v0.10.0...v0.10.1) (2021-06-14)
|
||
|
||
### Bug Fixes
|
||
|
||
* search增加默认值,columns[x].search.value ([3ce9d23](https://github.com/fast-crud/fast-crud/commit/3ce9d235762036097736cc23ce325ea8e25b7f79))
|
||
|
||
# [0.10.0](https://github.com/fast-crud/fast-crud/compare/v0.9.3...v0.10.0) (2021-06-14)
|
||
|
||
**Note:** Version bump only for package @fast-crud/extends-uploader
|
||
|
||
## [0.9.3](https://github.com/fast-crud/fast-crud/compare/v0.9.2...v0.9.3) (2021-05-30)
|
||
|
||
### Bug Fixes
|
||
|
||
* 修复element pagination 触发antdv的onChange事件的bug ([8915732](https://github.com/fast-crud/fast-crud/commit/8915732f9f083f4d54b5cb7ef76beb5fe28b57ab))
|
||
|
||
## [0.9.2](https://github.com/fast-crud/fast-crud/compare/v0.9.1...v0.9.2) (2021-05-30)
|
||
|
||
**Note:** Version bump only for package @fast-crud/extends-uploader
|
||
|
||
## [0.9.1](https://github.com/fast-crud/fast-crud/compare/v0.9.0...v0.9.1) (2021-05-27)
|
||
|
||
### Bug Fixes
|
||
|
||
* element文件上传到第二个时获取不到url的bug ([ac7f663](https://github.com/fast-crud/fast-crud/commit/ac7f6632da570a5a89f193b304c30597e8ad726e))
|
||
|
||
# [0.9.0](https://github.com/fast-crud/fast-crud/compare/v0.8.5...v0.9.0) (2021-05-23)
|
||
|
||
**Note:** Version bump only for package @fast-crud/extends-uploader
|
||
|
||
## [0.8.1](https://github.com/fast-crud/fast-crud/compare/v0.8.0...v0.8.1) (2021-05-22)
|
||
|
||
**Note:** Version bump only for package @fast-crud/extends-uploader
|
||
|
||
# [0.8.0](https://github.com/fast-crud/fast-crud/compare/v0.7.1...v0.8.0) (2021-05-09)
|
||
|
||
**Note:** Version bump only for package @fast-crud/extends-uploader
|