@cocreate/file 1.18.0 → 1.19.1
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 +24 -0
- package/docs/index.html +328 -334
- package/package.json +1 -1
- package/prettier.config.js +16 -0
- package/src/client.js +932 -901
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## [1.19.1](https://github.com/CoCreate-app/CoCreate-file/compare/v1.19.0...v1.19.1) (2024-12-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* fileElement refrence ([6042290](https://github.com/CoCreate-app/CoCreate-file/commit/6042290aa667b53e42f7afc2cc85dd4c2642dc76))
|
|
7
|
+
* if no file.id set id using pathname in getCustomData() ([f1ef237](https://github.com/CoCreate-app/CoCreate-file/commit/f1ef237b8d807067537b29ba9ae60401b334a813))
|
|
8
|
+
* improved handeling of multiple ([c56ac70](https://github.com/CoCreate-app/CoCreate-file/commit/c56ac70a8732bd86ba04bd0e9004dadd59c48114))
|
|
9
|
+
|
|
10
|
+
# [1.19.0](https://github.com/CoCreate-app/CoCreate-file/compare/v1.18.0...v1.19.0) (2024-11-04)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* observer taget has been renamed to selector ([edccd76](https://github.com/CoCreate-app/CoCreate-file/commit/edccd7664b459fce740f7935514805aa3611047d))
|
|
16
|
+
* pretier.config.js and file formating ([a9af856](https://github.com/CoCreate-app/CoCreate-file/commit/a9af8567970d98ff6fcdba0b44d6a3f548423b42))
|
|
17
|
+
* return if typeof file not object ([d0463e4](https://github.com/CoCreate-app/CoCreate-file/commit/d0463e417a1b8abd91a2c5c6b2187a62dfb83a17))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add prettier.config.js and format files ([1929bea](https://github.com/CoCreate-app/CoCreate-file/commit/1929beaf8e0279bc41a205bad83b88510cefa288))
|
|
23
|
+
* add prettier.config.js and format files ([499e705](https://github.com/CoCreate-app/CoCreate-file/commit/499e705ba9bae33afe94d8b109f00e395480b1fc))
|
|
24
|
+
|
|
1
25
|
# [1.18.0](https://github.com/CoCreate-app/CoCreate-file/compare/v1.17.5...v1.18.0) (2024-08-24)
|
|
2
26
|
|
|
3
27
|
|