@cocreate/file 1.19.0 → 1.19.2

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 CHANGED
@@ -1,3 +1,19 @@
1
+ ## [1.19.2](https://github.com/CoCreate-app/CoCreate-file/compare/v1.19.1...v1.19.2) (2025-01-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * formating ([65e9a91](https://github.com/CoCreate-app/CoCreate-file/commit/65e9a915b17f616abd5bed917fa7323b1f59bd28))
7
+
8
+ ## [1.19.1](https://github.com/CoCreate-app/CoCreate-file/compare/v1.19.0...v1.19.1) (2024-12-14)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fileElement refrence ([6042290](https://github.com/CoCreate-app/CoCreate-file/commit/6042290aa667b53e42f7afc2cc85dd4c2642dc76))
14
+ * if no file.id set id using pathname in getCustomData() ([f1ef237](https://github.com/CoCreate-app/CoCreate-file/commit/f1ef237b8d807067537b29ba9ae60401b334a813))
15
+ * improved handeling of multiple ([c56ac70](https://github.com/CoCreate-app/CoCreate-file/commit/c56ac70a8732bd86ba04bd0e9004dadd59c48114))
16
+
1
17
  # [1.19.0](https://github.com/CoCreate-app/CoCreate-file/compare/v1.18.0...v1.19.0) (2024-11-04)
2
18
 
3
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/file",
3
- "version": "1.19.0",
3
+ "version": "1.19.2",
4
4
  "description": "A versatile, configurable headless file uploader supporting local and server operations. Accessible via a JavaScript API and HTML5 attributes, it provides seamless file reading, writing, and uploading with fallbacks to the standard HTML5 file input API. Ideal for developers needing robust file management in headless environments.",
5
5
  "keywords": [
6
6
  "file-uploader",