el-plus-crud 0.1.112 → 0.1.114
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/el-plus-crud.mjs +1380 -1369
- package/dist/el-plus-crud.umd.js +1 -1
- package/dist/style.css +1 -1
- package/example/App.vue +23 -2
- package/lib/components/el-plus-form/ElPlusForm.vue +23 -4
- package/lib/components/el-plus-form/components/ElPlusFormDaterange.vue +4 -1
- package/lib/components/el-plus-form/components/ElPlusFormTextarea.vue +6 -2
- package/lib/components/el-plus-form/components/ElPlusFormUpload.vue +5 -1
- package/package.json +1 -1
- package/docs/file/CompactUploadForm_v3_Preview.html +0 -433
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.114](https://github.com/KDJack/el-plus-crud/compare/v0.1.113...v0.1.114) (2026-08-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **form:** daterange 支持 monthrange/yearrange 的起止时间与显示格式 ([d1a588d](https://github.com/KDJack/el-plus-crud/commit/d1a588daf64ad4b3dfc29621b0a43fb7126105e3))
|
|
11
|
+
* **form:** 修复上传组件图片预览与 base64 data URL 判定 ([7907779](https://github.com/KDJack/el-plus-crud/commit/79077793623169f64eaf7495eb35e5333c9461c8))
|
|
12
|
+
|
|
13
|
+
### [0.1.113](https://github.com/KDJack/el-plus-crud/compare/v0.1.112...v0.1.113) (2026-08-09)
|
|
14
|
+
|
|
5
15
|
### [0.1.112](https://github.com/KDJack/el-plus-crud/compare/v0.1.111...v0.1.112) (2026-08-08)
|
|
6
16
|
|
|
7
17
|
### [0.1.111](https://github.com/KDJack/el-plus-crud/compare/v0.1.110...v0.1.111) (2026-08-08)
|