@cocreate/utils 1.37.3 → 1.39.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 CHANGED
@@ -1,3 +1,36 @@
1
+ # [1.39.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.38.0...v1.39.0) (2025-04-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * added css-loader ([6c004bb](https://github.com/CoCreate-app/CoCreate-utils/commit/6c004bb47bea3034717bfd728bd4eb4b12a01fa3))
7
+ * code comments ([ecfffef](https://github.com/CoCreate-app/CoCreate-utils/commit/ecfffef9b4a45aaec0fb88d155ee3a4b3c846e9a))
8
+ * queryTypesRegex ([ffb701a](https://github.com/CoCreate-app/CoCreate-utils/commit/ffb701af15bec5e369b99f2166bfc8d849a1d6fd))
9
+ * update query attributes ([b55cb88](https://github.com/CoCreate-app/CoCreate-utils/commit/b55cb88f31048b4dc92b0087949aa5a7b61dae7f))
10
+ * updated cocreate modules versions ([c5159ba](https://github.com/CoCreate-app/CoCreate-utils/commit/c5159ba91c6e17e0a3abe9a26a1070256b1386d8))
11
+ * webpack.config and devdependencies ([3069907](https://github.com/CoCreate-app/CoCreate-utils/commit/306990780e38edf216d79e3a26a79a569c84b628))
12
+
13
+
14
+ ### Features
15
+
16
+ * New helper functions ([7bd41b8](https://github.com/CoCreate-app/CoCreate-utils/commit/7bd41b84cad45780370abe8b9d89d16aadb7213e))
17
+
18
+ # [1.38.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.37.3...v1.38.0) (2025-04-11)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * query elements ([663eec4](https://github.com/CoCreate-app/CoCreate-utils/commit/663eec46c92716c298e45cd4fa6ec48be616a9a1))
24
+ * Selector === "" retuning null ([e8fd9fb](https://github.com/CoCreate-app/CoCreate-utils/commit/e8fd9fb726f78477e9ea5a15e9bf08097bc9250f))
25
+ * special selector split ([94dd267](https://github.com/CoCreate-app/CoCreate-utils/commit/94dd267d4028945c9813c4bc7be33bcc7d0494d3))
26
+ * variable typo selector ([fe101f5](https://github.com/CoCreate-app/CoCreate-utils/commit/fe101f5a9c728d054466b21524cfc2b0ece07e8a))
27
+
28
+
29
+ ### Features
30
+
31
+ * improve queryElements() ([0e05425](https://github.com/CoCreate-app/CoCreate-utils/commit/0e05425fc68394004ef2c78f3bd2004447b2233a))
32
+ * prefix-document to query document ([21644d9](https://github.com/CoCreate-app/CoCreate-utils/commit/21644d940e1f20530f5594b751d596b4aa431fc4))
33
+
1
34
  ## [1.37.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.37.2...v1.37.3) (2024-12-22)
2
35
 
3
36