@cocreate/utils 1.36.0 → 1.37.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
  3. package/src/index.js +1123 -992
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [1.37.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.37.0...v1.37.1) (2024-12-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * $delete, $unset, $slice use splice to modify array ([674d17c](https://github.com/CoCreate-app/CoCreate-utils/commit/674d17cc9c54c72293b919ec349f0c5131891c73))
7
+
8
+ # [1.37.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.36.0...v1.37.0) (2024-12-09)
9
+
10
+
11
+ ### Features
12
+
13
+ * if queriedElement has a contentDocument the next query will be on the contentDocument ([190bd70](https://github.com/CoCreate-app/CoCreate-utils/commit/190bd7076c172ee7477e509845f79a04b2d50f12))
14
+ * queriedElements support frameDocument query ([768cbce](https://github.com/CoCreate-app/CoCreate-utils/commit/768cbce0cc2ef5e759521396aa76bb603046dd1f))
15
+
1
16
  # [1.36.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.35.0...v1.36.0) (2024-11-04)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/utils",
3
- "version": "1.36.0",
3
+ "version": "1.37.1",
4
4
  "description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "utils",