@cocreate/utils 1.35.0 → 1.37.0
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 +21 -0
- package/docs/index.html +319 -319
- package/package.json +1 -1
- package/prettier.config.js +16 -0
- package/src/index.js +1121 -992
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# [1.37.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.36.0...v1.37.0) (2024-12-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* if queriedElement has a contentDocument the next query will be on the contentDocument ([190bd70](https://github.com/CoCreate-app/CoCreate-utils/commit/190bd7076c172ee7477e509845f79a04b2d50f12))
|
|
7
|
+
* queriedElements support frameDocument query ([768cbce](https://github.com/CoCreate-app/CoCreate-utils/commit/768cbce0cc2ef5e759521396aa76bb603046dd1f))
|
|
8
|
+
|
|
9
|
+
# [1.36.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.35.0...v1.36.0) (2024-11-04)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* pretier.config.js and file formating ([70a49d7](https://github.com/CoCreate-app/CoCreate-utils/commit/70a49d750d9431754eda0858367d6db888208430))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* add prettier.config.js and format files ([ff9e566](https://github.com/CoCreate-app/CoCreate-utils/commit/ff9e5663151b59d6f3e70c473d84f84561881696))
|
|
20
|
+
* add prettier.config.js and format files ([8b2ce50](https://github.com/CoCreate-app/CoCreate-utils/commit/8b2ce50cefa8de3d21a31d56f054a7c65f4cf242))
|
|
21
|
+
|
|
1
22
|
# [1.35.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.34.3...v1.35.0) (2024-11-02)
|
|
2
23
|
|
|
3
24
|
|