@cocreate/utils 1.20.11 → 1.21.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/.github/FUNDING.yml +3 -3
- package/.github/workflows/automated.yml +95 -95
- package/.github/workflows/manual.yml +44 -44
- package/CHANGELOG.md +1489 -1477
- package/CoCreate.config.js +26 -26
- package/LICENSE +21 -21
- package/README.md +85 -85
- package/demo/index.html +23 -23
- package/docs/index.html +361 -361
- package/package.json +64 -64
- package/release.config.js +21 -21
- package/src/archive.js +495 -495
- package/src/index.js +13 -13
- package/src/utils.js +606 -608
- package/webpack.config.js +84 -84
package/CHANGELOG.md
CHANGED
|
@@ -1,1486 +1,1498 @@
|
|
|
1
|
-
|
|
1
|
+
# [1.21.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.11...v1.21.0) (2023-06-04)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
|
|
8
|
-
## [1.20.10](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.9...v1.20.10) (2023-05-21)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
13
|
-
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([15e76aa](https://github.com/CoCreate-app/CoCreate-utils/commit/15e76aa21facfd82c46851e5838f746a9e1d145b))
|
|
14
|
-
|
|
15
|
-
## [1.20.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.8...v1.20.9) (2023-05-19)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
|
|
20
|
-
* update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([44fd1d1](https://github.com/CoCreate-app/CoCreate-utils/commit/44fd1d1bb5b1d020610becf5b4633c623207f96a))
|
|
21
|
-
|
|
22
|
-
## [1.20.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.7...v1.20.8) (2023-05-10)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Bug Fixes
|
|
26
|
-
|
|
27
|
-
* apikey renamed to key ([04c944b](https://github.com/CoCreate-app/CoCreate-utils/commit/04c944b58b00cb5ee68f3c08e5fa7b382b4e668c))
|
|
28
|
-
|
|
29
|
-
## [1.20.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.6...v1.20.7) (2023-05-06)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### Bug Fixes
|
|
33
|
-
|
|
34
|
-
* bump [@cocreate](https://github.com/cocreate) dependencies ([e2a3b43](https://github.com/CoCreate-app/CoCreate-utils/commit/e2a3b43be8ae595f5ef5691bb4ca23e64bc662d4))
|
|
35
|
-
|
|
36
|
-
## [1.20.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.5...v1.20.6) (2023-05-01)
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
### Bug Fixes
|
|
40
|
-
|
|
41
|
-
* update manifest.json to manifest.webmanifest ([a3a589c](https://github.com/CoCreate-app/CoCreate-utils/commit/a3a589c3970e8bbc2a84da9aa3b96838d95d8c35))
|
|
42
|
-
|
|
43
|
-
## [1.20.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.4...v1.20.5) (2023-05-01)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
### Bug Fixes
|
|
47
|
-
|
|
48
|
-
* replace fontawesome with svg ([27533ff](https://github.com/CoCreate-app/CoCreate-utils/commit/27533ffbb078eb1c30ee46b68d2e702a603e435c))
|
|
49
|
-
|
|
50
|
-
## [1.20.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.3...v1.20.4) (2023-04-30)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Bug Fixes
|
|
54
|
-
|
|
55
|
-
* fullscreen target updated to fullscreen fullscreen-target ([a070010](https://github.com/CoCreate-app/CoCreate-utils/commit/a070010b154dce613b3cec1fd6a9f456405b8006))
|
|
56
|
-
* package-lock.json and pnpm-lock.yaml added to .gitignore ([ac2e244](https://github.com/CoCreate-app/CoCreate-utils/commit/ac2e2448448b8d2c0d2a95b230ec508a7200787b))
|
|
57
|
-
* removed toogle fullscreen icons. now using css content ([b2700fa](https://github.com/CoCreate-app/CoCreate-utils/commit/b2700fa1ce380bfb42a369b1843e236718d2c27c))
|
|
58
|
-
|
|
59
|
-
## [1.20.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.2...v1.20.3) (2023-04-24)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
### Bug Fixes
|
|
63
|
-
|
|
64
|
-
* updated worrkflows to v3 and node version 16 ([47558e0](https://github.com/CoCreate-app/CoCreate-utils/commit/47558e00e12baeb3d2792afbd3fde4d36657624c))
|
|
65
|
-
* workflow node version updated 16 ([c1ad96d](https://github.com/CoCreate-app/CoCreate-utils/commit/c1ad96d68866758203ffbe3bf90c86c1c7c808fc))
|
|
66
|
-
|
|
67
|
-
## [1.20.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.1...v1.20.2) (2023-04-24)
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### Bug Fixes
|
|
71
|
-
|
|
72
|
-
* bump [@cocreate](https://github.com/cocreate) dependencies ([87a223d](https://github.com/CoCreate-app/CoCreate-utils/commit/87a223d80fd1f15f5ce5a11c533baa48969911a1))
|
|
73
|
-
|
|
74
|
-
## [1.20.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.0...v1.20.1) (2023-04-24)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### Bug Fixes
|
|
78
|
-
|
|
79
|
-
* removed uglify.js from dev dependencies ([717a3cc](https://github.com/CoCreate-app/CoCreate-utils/commit/717a3ccd7eec18bbc62e936737cfa2fb4a9c5961))
|
|
80
|
-
|
|
81
|
-
# [1.20.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.7...v1.20.0) (2023-04-24)
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
### Features
|
|
85
|
-
|
|
86
|
-
* added pwa manifest ([3692080](https://github.com/CoCreate-app/CoCreate-utils/commit/36920809ee5101bedda992ef005842a34feb3498))
|
|
87
|
-
|
|
88
|
-
## [1.19.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.6...v1.19.7) (2023-04-13)
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
### Bug Fixes
|
|
92
|
-
|
|
93
|
-
* replaced object.entries with Object.keys ([f679614](https://github.com/CoCreate-app/CoCreate-utils/commit/f67961495349a9ce44ca387144c0790684c73ee1))
|
|
94
|
-
|
|
95
|
-
## [1.19.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.5...v1.19.6) (2023-04-11)
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
### Bug Fixes
|
|
99
|
-
|
|
100
|
-
* bump dependencies ([c4e4b22](https://github.com/CoCreate-app/CoCreate-utils/commit/c4e4b22299b8a419d6d2db6fcd788ea62f2088d9))
|
|
101
|
-
|
|
102
|
-
## [1.19.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.4...v1.19.5) (2023-04-11)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### Bug Fixes
|
|
106
|
-
|
|
107
|
-
* bump [@cocreate](https://github.com/cocreate) dependencies ([49f3652](https://github.com/CoCreate-app/CoCreate-utils/commit/49f36528a4572491187bb69e5625c626e793c56d))
|
|
108
|
-
|
|
109
|
-
## [1.19.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.3...v1.19.4) (2023-04-11)
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
### Bug Fixes
|
|
113
|
-
|
|
114
|
-
* renamed domans to hosts ([a43e64a](https://github.com/CoCreate-app/CoCreate-utils/commit/a43e64aa6c3ee8def8e7c1ddb2121c678f117576))
|
|
115
|
-
|
|
116
|
-
## [1.19.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.2...v1.19.3) (2023-03-30)
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
### Bug Fixes
|
|
120
|
-
|
|
121
|
-
* bump [@cocreate](https://github.com/cocreate) dependencies' ([ab12c4c](https://github.com/CoCreate-app/CoCreate-utils/commit/ab12c4cc0378418a6a484dea5abc0611e72dd604))
|
|
122
|
-
|
|
123
|
-
## [1.19.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.1...v1.19.2) (2023-03-16)
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
### Bug Fixes
|
|
127
|
-
|
|
128
|
-
* bump dependencies' ([b66fd12](https://github.com/CoCreate-app/CoCreate-utils/commit/b66fd123ff2ec9ec8c5f422c1123366205c2e00c))
|
|
129
|
-
|
|
130
|
-
## [1.19.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.0...v1.19.1) (2023-03-16)
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
### Bug Fixes
|
|
134
|
-
|
|
135
|
-
* bump dependencies' ([275260b](https://github.com/CoCreate-app/CoCreate-utils/commit/275260b77e3d3b80ba983b9e80345fa8e88ca778))
|
|
136
|
-
|
|
137
|
-
# [1.19.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.4...v1.19.0) (2023-03-16)
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
### Features
|
|
141
|
-
|
|
142
|
-
* replaced get-value and set-value with a super charged version of CoCreate-events ([144e773](https://github.com/CoCreate-app/CoCreate-utils/commit/144e773bacb91393eac7cc8b909f8e9ae8921288))
|
|
143
|
-
|
|
144
|
-
## [1.18.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.3...v1.18.4) (2023-02-27)
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
### Bug Fixes
|
|
148
|
-
|
|
149
|
-
* getValueFromObject returns empty strings ([d030659](https://github.com/CoCreate-app/CoCreate-utils/commit/d030659a285bed28900bc1c2fd2197addc894cba))
|
|
150
|
-
|
|
151
|
-
## [1.18.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.2...v1.18.3) (2023-02-01)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
### Bug Fixes
|
|
155
|
-
|
|
156
|
-
* bump dependencies ([1ff96fd](https://github.com/CoCreate-app/CoCreate-utils/commit/1ff96fd4e36d067b083547c95c0e0f8b5286230c))
|
|
157
|
-
|
|
158
|
-
## [1.18.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.1...v1.18.2) (2023-02-01)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
### Bug Fixes
|
|
162
|
-
|
|
163
|
-
* improved serchData function ([9ccdeb2](https://github.com/CoCreate-app/CoCreate-utils/commit/9ccdeb20be86e87e50fea2f37cb5d019ca6636bc))
|
|
164
|
-
|
|
165
|
-
## [1.18.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.0...v1.18.1) (2023-01-31)
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
### Bug Fixes
|
|
169
|
-
|
|
170
|
-
* bump dependencies ([1923825](https://github.com/CoCreate-app/CoCreate-utils/commit/192382563e0afcbadd0aa3c9fa6aa65f28c397ec))
|
|
171
|
-
|
|
172
|
-
# [1.18.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.26...v1.18.0) (2023-01-31)
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
### Features
|
|
176
|
-
|
|
177
|
-
* supports query and search of empty string. ([b3e45e8](https://github.com/CoCreate-app/CoCreate-utils/commit/b3e45e81b27f595d0179f6e01af5555e9315cfa2))
|
|
178
|
-
|
|
179
|
-
## [1.17.26](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.25...v1.17.26) (2023-01-30)
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
### Bug Fixes
|
|
183
|
-
|
|
184
|
-
* bump dependencies ([a1ec5c0](https://github.com/CoCreate-app/CoCreate-utils/commit/a1ec5c01851192a5e0f737eedd00acdc80280785))
|
|
185
|
-
|
|
186
|
-
## [1.17.25](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.24...v1.17.25) (2023-01-30)
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
### Bug Fixes
|
|
190
|
-
|
|
191
|
-
* selectors = [selector] ([7d1d45d](https://github.com/CoCreate-app/CoCreate-utils/commit/7d1d45d4778592284f8da1d9a14bb363adb9c95b))
|
|
192
|
-
|
|
193
|
-
## [1.17.24](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.23...v1.17.24) (2023-01-30)
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
### Bug Fixes
|
|
197
|
-
|
|
198
|
-
* queryDocumentSelectorAll return array ([ae3759d](https://github.com/CoCreate-app/CoCreate-utils/commit/ae3759d8062d1e21d452d3f48fdb6dd66bd71367))
|
|
199
|
-
|
|
200
|
-
## [1.17.23](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.22...v1.17.23) (2023-01-29)
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
### Bug Fixes
|
|
204
|
-
|
|
205
|
-
* bump dependencies ([f794357](https://github.com/CoCreate-app/CoCreate-utils/commit/f7943578bb3a265b6cfed8343cce5307c5e40b53))
|
|
206
|
-
|
|
207
|
-
## [1.17.22](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.21...v1.17.22) (2023-01-27)
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
### Bug Fixes
|
|
211
|
-
|
|
212
|
-
* bump dependencies ([f310a55](https://github.com/CoCreate-app/CoCreate-utils/commit/f310a55935915f70964ff7df808844efe88b6a7f))
|
|
213
|
-
|
|
214
|
-
## [1.17.21](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.20...v1.17.21) (2023-01-27)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Bug Fixes
|
|
218
|
-
|
|
219
|
-
* try to access window.top if fails continue ([c2bd8e6](https://github.com/CoCreate-app/CoCreate-utils/commit/c2bd8e6275ebb6450ffdac7a7d40ffd7837a87bc))
|
|
220
|
-
|
|
221
|
-
## [1.17.20](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.19...v1.17.20) (2023-01-10)
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
### Bug Fixes
|
|
225
|
-
|
|
226
|
-
* bump dependencies ([2f25cc8](https://github.com/CoCreate-app/CoCreate-utils/commit/2f25cc888fe737b3ba2e68fbbb2049583e613c1d))
|
|
227
|
-
|
|
228
|
-
## [1.17.19](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.18...v1.17.19) (2023-01-09)
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
### Bug Fixes
|
|
232
|
-
|
|
233
|
-
* bump dependnecies ([af70876](https://github.com/CoCreate-app/CoCreate-utils/commit/af70876684e901ec45e481edd137a40cc569cbfd))
|
|
234
|
-
|
|
235
|
-
## [1.17.18](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.17...v1.17.18) (2023-01-09)
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
### Bug Fixes
|
|
239
|
-
|
|
240
|
-
* bumpo dependnecies ([b177a5d](https://github.com/CoCreate-app/CoCreate-utils/commit/b177a5d3a20262d750f77918edaeaf15efde658b))
|
|
241
|
-
* query logical operator default set to and, if sort is number and has no value set to 0 ([27f6e87](https://github.com/CoCreate-app/CoCreate-utils/commit/27f6e87db9ab13e9903d57b17f5e0850d8357220))
|
|
242
|
-
|
|
243
|
-
## [1.17.17](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.16...v1.17.17) (2023-01-06)
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
### Bug Fixes
|
|
247
|
-
|
|
248
|
-
* bump dependencies, worklow [@v3](https://github.com/v3) ([fb77bfe](https://github.com/CoCreate-app/CoCreate-utils/commit/fb77bfe5784fc41cd0faf8f015ee241d80607b91))
|
|
249
|
-
* edit in github btn styles ([8e09f99](https://github.com/CoCreate-app/CoCreate-utils/commit/8e09f99a86995328b2616e0532155741f9efd890))
|
|
250
|
-
|
|
251
|
-
## [1.17.16](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.15...v1.17.16) (2023-01-05)
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
### Bug Fixes
|
|
255
|
-
|
|
256
|
-
* bump dependencies ([38e764e](https://github.com/CoCreate-app/CoCreate-utils/commit/38e764e72fc91f09b6435ceea2389e1c21b0d4f2))
|
|
257
|
-
|
|
258
|
-
## [1.17.15](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.14...v1.17.15) (2023-01-05)
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
### Bug Fixes
|
|
262
|
-
|
|
263
|
-
* bump cdn to 1.39.4 ([ad89cdd](https://github.com/CoCreate-app/CoCreate-utils/commit/ad89cdd4b84f894da6962c0b1f0531b584d5b72a))
|
|
264
|
-
* bump dependencies ([a509975](https://github.com/CoCreate-app/CoCreate-utils/commit/a50997515eb03121175b1cb58db00abf1e3fe708))
|
|
265
|
-
|
|
266
|
-
## [1.17.14](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.13...v1.17.14) (2023-01-01)
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
### Bug Fixes
|
|
270
|
-
|
|
271
|
-
* docs sanbox overflow ([1c6b8bd](https://github.com/CoCreate-app/CoCreate-utils/commit/1c6b8bd4f6d64111379e725965ded3ccb49cac2a))
|
|
272
|
-
|
|
273
|
-
## [1.17.13](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.12...v1.17.13) (2022-12-31)
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
### Bug Fixes
|
|
277
|
-
|
|
278
|
-
* bump dependencies ([0ec93f9](https://github.com/CoCreate-app/CoCreate-utils/commit/0ec93f9c20168ebd086ad6a753cadb99009f730d))
|
|
279
|
-
|
|
280
|
-
## [1.17.12](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.11...v1.17.12) (2022-12-31)
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
### Bug Fixes
|
|
284
|
-
|
|
285
|
-
* bump dependencies ([4539e63](https://github.com/CoCreate-app/CoCreate-utils/commit/4539e63cace3f7bc4fea394f3988a7beaaaee941))
|
|
286
|
-
|
|
287
|
-
## [1.17.11](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.10...v1.17.11) (2022-12-30)
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
### Bug Fixes
|
|
291
|
-
|
|
292
|
-
* update config sources to use template braces with entry on src ([15ef786](https://github.com/CoCreate-app/CoCreate-utils/commit/15ef7862f5d1a5a4ff7fc21814d4d7dbd0289b78))
|
|
293
|
-
|
|
294
|
-
## [1.17.10](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.9...v1.17.10) (2022-12-29)
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
### Bug Fixes
|
|
298
|
-
|
|
299
|
-
* bump dependencies ([d5e1e9d](https://github.com/CoCreate-app/CoCreate-utils/commit/d5e1e9dd385d226a8f5e3ee8cd5ccd3556dde131))
|
|
300
|
-
|
|
301
|
-
## [1.17.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.8...v1.17.9) (2022-12-29)
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
### Bug Fixes
|
|
305
|
-
|
|
306
|
-
* bump dependencies ([66454fd](https://github.com/CoCreate-app/CoCreate-utils/commit/66454fd19e0540c4d2c3de883fc0f0c3410b75bc))
|
|
307
|
-
|
|
308
|
-
## [1.17.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.7...v1.17.8) (2022-12-27)
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
### Bug Fixes
|
|
312
|
-
|
|
313
|
-
* bump dependencies ([aeda203](https://github.com/CoCreate-app/CoCreate-utils/commit/aeda203630f6ef6f6fced9a1e02ada288a140db3))
|
|
314
|
-
|
|
315
|
-
## [1.17.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.6...v1.17.7) (2022-12-25)
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
### Bug Fixes
|
|
319
|
-
|
|
320
|
-
* bump dependencies ([18fb95d](https://github.com/CoCreate-app/CoCreate-utils/commit/18fb95d3411197a04ef76c4eeb4a898ae8024174))
|
|
321
|
-
|
|
322
|
-
## [1.17.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.5...v1.17.6) (2022-12-25)
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
### Bug Fixes
|
|
326
|
-
|
|
327
|
-
* bump dependencies ([72d7043](https://github.com/CoCreate-app/CoCreate-utils/commit/72d7043a09c923a6dd05bf0d699e4e7ee5126a31))
|
|
328
|
-
|
|
329
|
-
## [1.17.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.4...v1.17.5) (2022-12-23)
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
### Bug Fixes
|
|
333
|
-
|
|
334
|
-
* bump dependnecies ([82a2a7e](https://github.com/CoCreate-app/CoCreate-utils/commit/82a2a7ede631d3f8be42ac5e1f815de49ffa8070))
|
|
335
|
-
|
|
336
|
-
## [1.17.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.3...v1.17.4) (2022-12-22)
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
### Bug Fixes
|
|
340
|
-
|
|
341
|
-
* bump dependencies ([efd2255](https://github.com/CoCreate-app/CoCreate-utils/commit/efd22556fa81b09c154c5ce48b95368f883acede))
|
|
342
|
-
* update cdn ([0a41491](https://github.com/CoCreate-app/CoCreate-utils/commit/0a41491cd21bd0420c7447fae90fc69ea30635c9))
|
|
343
|
-
|
|
344
|
-
## [1.17.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.2...v1.17.3) (2022-12-22)
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
### Bug Fixes
|
|
348
|
-
|
|
349
|
-
* update demos and bump dependencies ([8c3eb78](https://github.com/CoCreate-app/CoCreate-utils/commit/8c3eb788e855ca649c56d447fa726bad2926819d))
|
|
350
|
-
|
|
351
|
-
## [1.17.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.1...v1.17.2) (2022-12-21)
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
### Bug Fixes
|
|
355
|
-
|
|
356
|
-
* bump dependencies ([8c3f6dd](https://github.com/CoCreate-app/CoCreate-utils/commit/8c3f6dd820e213be43494edb8ddd202f5de579e3))
|
|
357
|
-
|
|
358
|
-
## [1.17.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.0...v1.17.1) (2022-12-20)
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
### Bug Fixes
|
|
362
|
-
|
|
363
|
-
* bump dependencies ([d73c223](https://github.com/CoCreate-app/CoCreate-utils/commit/d73c2232038fca2dff19c701fd0fee1a4701a78a))
|
|
364
|
-
|
|
365
|
-
# [1.17.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.16.5...v1.17.0) (2022-12-17)
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
### Features
|
|
369
|
-
|
|
370
|
-
* escapeHthml function ([ef5359b](https://github.com/CoCreate-app/CoCreate-utils/commit/ef5359b511351b47803674e9ebde3532620313e1))
|
|
371
|
-
|
|
372
|
-
## [1.16.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.16.4...v1.16.5) (2022-12-15)
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
### Bug Fixes
|
|
376
|
-
|
|
377
|
-
* add missing dev dependency style-loader ([b3553f1](https://github.com/CoCreate-app/CoCreate-utils/commit/b3553f106576deb1856e76239ed72d78ff481625))
|
|
378
|
-
|
|
379
|
-
## [1.16.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.16.3...v1.16.4) (2022-12-13)
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
### Bug Fixes
|
|
383
|
-
|
|
384
|
-
* removed un used devDependencies ([0a09534](https://github.com/CoCreate-app/CoCreate-utils/commit/0a09534a11df3680e432febf9776411e1e0e73ab))
|
|
385
|
-
|
|
386
|
-
## [1.16.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.16.2...v1.16.3) (2022-12-13)
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
### Bug Fixes
|
|
390
|
-
|
|
391
|
-
* bump dependencies ([c67f136](https://github.com/CoCreate-app/CoCreate-utils/commit/c67f136bd3438c2977251e322a9bc51cd8efed3d))
|
|
392
|
-
|
|
393
|
-
## [1.16.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.16.1...v1.16.2) (2022-12-13)
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
### Bug Fixes
|
|
397
|
-
|
|
398
|
-
* query operator includes and $includes ([c3cbafe](https://github.com/CoCreate-app/CoCreate-utils/commit/c3cbafe2751387de0a8a28cd0bb284eb19ce651d))
|
|
399
|
-
* sort direction uses key word asc desc ([87870b0](https://github.com/CoCreate-app/CoCreate-utils/commit/87870b005720d4d723fb194a5c876acd1b6f1c41))
|
|
400
|
-
|
|
401
|
-
## [1.16.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.16.0...v1.16.1) (2022-12-12)
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
### Bug Fixes
|
|
405
|
-
|
|
406
|
-
* bump dependencies ([d36245c](https://github.com/CoCreate-app/CoCreate-utils/commit/d36245c5c78c5f33e9ecb23f2c5091cee7e46aee))
|
|
407
|
-
|
|
408
|
-
# [1.16.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.15.3...v1.16.0) (2022-12-12)
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
### Features
|
|
412
|
-
|
|
413
|
-
* getAttributes, getAttributeNames and setAttributeNames ([de2d962](https://github.com/CoCreate-app/CoCreate-utils/commit/de2d96223017f457a1bf13e07ee1a8c49a0596ed))
|
|
414
|
-
|
|
415
|
-
## [1.15.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.15.2...v1.15.3) (2022-12-11)
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
### Bug Fixes
|
|
419
|
-
|
|
420
|
-
* bump dependencies ([e818cea](https://github.com/CoCreate-app/CoCreate-utils/commit/e818cea98fbdc8a4c831fe2a35d50b49e3f1b33c))
|
|
421
|
-
|
|
422
|
-
## [1.15.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.15.1...v1.15.2) (2022-12-09)
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
### Bug Fixes
|
|
426
|
-
|
|
427
|
-
* bump dependencies ([97c1d5f](https://github.com/CoCreate-app/CoCreate-utils/commit/97c1d5fc7d514989169a314d503f6e08dd77078c))
|
|
428
|
-
|
|
429
|
-
## [1.15.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.15.0...v1.15.1) (2022-12-09)
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
### Bug Fixes
|
|
433
|
-
|
|
434
|
-
* getValueFromObject returned false if value could not be found, it will now return undefined ([2ca7c4f](https://github.com/CoCreate-app/CoCreate-utils/commit/2ca7c4f1c893025b9240b796858457a1b33cc47e))
|
|
435
|
-
|
|
436
|
-
# [1.15.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.14.3...v1.15.0) (2022-12-08)
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
### Features
|
|
440
|
-
|
|
441
|
-
* checkValue function to check if value contains template brackets {{}} ([8432c50](https://github.com/CoCreate-app/CoCreate-utils/commit/8432c50ab48e345dfbcaf025128bed7db1abd539))
|
|
442
|
-
|
|
443
|
-
## [1.14.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.14.2...v1.14.3) (2022-12-07)
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
### Bug Fixes
|
|
447
|
-
|
|
448
|
-
* bump dependencies ([20dfebf](https://github.com/CoCreate-app/CoCreate-utils/commit/20dfebf1c48cf79c10ba376ce3d409c7065e0147))
|
|
449
|
-
|
|
450
|
-
## [1.14.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.14.1...v1.14.2) (2022-12-07)
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
### Bug Fixes
|
|
454
|
-
|
|
455
|
-
* sort type is string and value is undefined replace with empty string ([009cc48](https://github.com/CoCreate-app/CoCreate-utils/commit/009cc48ad7dbfdf1b04dd2e0d8dedbba291e6fb3))
|
|
456
|
-
|
|
457
|
-
## [1.14.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.14.0...v1.14.1) (2022-12-04)
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
### Bug Fixes
|
|
461
|
-
|
|
462
|
-
* bump dependencies ([047612f](https://github.com/CoCreate-app/CoCreate-utils/commit/047612f5d961df25b08994cd2bd394db5ed552b6))
|
|
463
|
-
|
|
464
|
-
# [1.14.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.13.1...v1.14.0) (2022-12-04)
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
### Bug Fixes
|
|
468
|
-
|
|
469
|
-
* operator typo ([fd47c03](https://github.com/CoCreate-app/CoCreate-utils/commit/fd47c03fcccc2e55d55fd01d50b24bfb36914106))
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
### Features
|
|
473
|
-
|
|
474
|
-
* ObjectId generator ([7b2de66](https://github.com/CoCreate-app/CoCreate-utils/commit/7b2de667e83ab5420228b86052cd2d6918d17188))
|
|
475
|
-
|
|
476
|
-
## [1.13.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.13.0...v1.13.1) (2022-12-02)
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
### Bug Fixes
|
|
480
|
-
|
|
481
|
-
* bump dependencies ([d260b53](https://github.com/CoCreate-app/CoCreate-utils/commit/d260b531473a55becb72c25bc79b1e4924b9331e))
|
|
482
|
-
* docs ([8c98304](https://github.com/CoCreate-app/CoCreate-utils/commit/8c98304bb530b7d1357788ef9b03589cef1fcf4b))
|
|
483
|
-
|
|
484
|
-
# [1.13.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.7...v1.13.0) (2022-12-02)
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
### Features
|
|
488
|
-
|
|
489
|
-
* getValueFromObject returns the defined key value, supports dot notation string. queryData supports logicalOperators and, or ([4d3c5e2](https://github.com/CoCreate-app/CoCreate-utils/commit/4d3c5e273ebe6042f78cb8f85d535468c1bd049d))
|
|
490
|
-
* search param caseSensitive and search can be an array ([50cd481](https://github.com/CoCreate-app/CoCreate-utils/commit/50cd4810bfa0b1e286b30d8418246045e67a2b37))
|
|
491
|
-
|
|
492
|
-
## [1.12.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.6...v1.12.7) (2022-11-28)
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
### Bug Fixes
|
|
496
|
-
|
|
497
|
-
* bump dependencies ([36a7c1c](https://github.com/CoCreate-app/CoCreate-utils/commit/36a7c1c273c6767f6202241659172fd76ebd452a))
|
|
498
|
-
|
|
499
|
-
## [1.12.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.5...v1.12.6) (2022-11-28)
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
### Bug Fixes
|
|
503
|
-
|
|
504
|
-
* if no query.length or no search.length return true ([67d40d1](https://github.com/CoCreate-app/CoCreate-utils/commit/67d40d14d4c2c6c21aa83c6ec0aca575efeaec08))
|
|
505
|
-
|
|
506
|
-
## [1.12.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.4...v1.12.5) (2022-11-28)
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
### Bug Fixes
|
|
510
|
-
|
|
511
|
-
* bump dependencies ([83e94fc](https://github.com/CoCreate-app/CoCreate-utils/commit/83e94fc3911cb241b05d3700e33abeff35ed1aab))
|
|
512
|
-
|
|
513
|
-
## [1.12.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.3...v1.12.4) (2022-11-28)
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
### Bug Fixes
|
|
517
|
-
|
|
518
|
-
* search - if operator or and no match found return false ([27dc82d](https://github.com/CoCreate-app/CoCreate-utils/commit/27dc82d6ea56983fa46736fba0f4cab3f31a4ea0))
|
|
519
|
-
|
|
520
|
-
## [1.12.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.2...v1.12.3) (2022-11-27)
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
### Bug Fixes
|
|
524
|
-
|
|
525
|
-
* bump dependencies ([b13d826](https://github.com/CoCreate-app/CoCreate-utils/commit/b13d8265de4a93a23c2fa9f2c8d31860cffa7846))
|
|
526
|
-
|
|
527
|
-
## [1.12.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.1...v1.12.2) (2022-11-27)
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
### Bug Fixes
|
|
531
|
-
|
|
532
|
-
* improved searchData function ([25febc6](https://github.com/CoCreate-app/CoCreate-utils/commit/25febc683f44bbb75e7bd4f1e69ef239837a01de))
|
|
533
|
-
|
|
534
|
-
## [1.12.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.0...v1.12.1) (2022-11-26)
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
### Bug Fixes
|
|
538
|
-
|
|
539
|
-
* bump dependencies ([146c820](https://github.com/CoCreate-app/CoCreate-utils/commit/146c8209a799a8f742076e3e5a2881f99bd26bc9))
|
|
540
|
-
|
|
541
|
-
# [1.12.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.11.0...v1.12.0) (2022-11-25)
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
### Features
|
|
545
|
-
|
|
546
|
-
* functions for search, query and sorting objects and arrays ([a0ef76d](https://github.com/CoCreate-app/CoCreate-utils/commit/a0ef76d24969e3679159987b2f3c4633bc46c138))
|
|
547
|
-
|
|
548
|
-
# [1.11.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.23...v1.11.0) (2022-11-25)
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
### Bug Fixes
|
|
552
|
-
|
|
553
|
-
* add valueTypes to archive ([6fd51ff](https://github.com/CoCreate-app/CoCreate-utils/commit/6fd51ffe880699b5303be7f2452a363cc3737716))
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
### Features
|
|
557
|
-
|
|
558
|
-
* utils can be used in browser or server ([f8ad791](https://github.com/CoCreate-app/CoCreate-utils/commit/f8ad7913e5d0c658ca3ef58bda09082dde8b67ef))
|
|
559
|
-
|
|
560
|
-
## [1.10.23](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.22...v1.10.23) (2022-11-24)
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
### Bug Fixes
|
|
564
|
-
|
|
565
|
-
* bump depenedencies ([9b4eb69](https://github.com/CoCreate-app/CoCreate-utils/commit/9b4eb69f42919ec31dfcd2dc7aaff651b645c8d6))
|
|
566
|
-
|
|
567
|
-
## [1.10.22](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.21...v1.10.22) (2022-11-23)
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
### Bug Fixes
|
|
571
|
-
|
|
572
|
-
* bumped [@cocreate](https://github.com/cocreate) dependencies ([1df48f4](https://github.com/CoCreate-app/CoCreate-utils/commit/1df48f4dcf4cea3242306d9f1db7b45a4d106adf))
|
|
573
|
-
|
|
574
|
-
## [1.10.21](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.20...v1.10.21) (2022-11-22)
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
### Bug Fixes
|
|
578
|
-
|
|
579
|
-
* workflow docs ([c487ffc](https://github.com/CoCreate-app/CoCreate-utils/commit/c487ffc8ecf10a9aef8d0940a38c46a122f58b59))
|
|
580
|
-
|
|
581
|
-
## [1.10.20](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.19...v1.10.20) (2022-11-22)
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
### Bug Fixes
|
|
585
|
-
|
|
586
|
-
* apply src: {{source}} to CoCreate.config ([49cbcc5](https://github.com/CoCreate-app/CoCreate-utils/commit/49cbcc5c1471bf5f42ee1a4e708bf783096e760c))
|
|
587
|
-
|
|
588
|
-
## [1.10.19](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.18...v1.10.19) (2022-11-21)
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
### Bug Fixes
|
|
592
|
-
|
|
593
|
-
* @cocreate/docs bug fix ([b748daf](https://github.com/CoCreate-app/CoCreate-utils/commit/b748daf8b18ead98fc66bedf1e480c166be03df4))
|
|
594
|
-
|
|
595
|
-
## [1.10.18](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.17...v1.10.18) (2022-11-21)
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
### Bug Fixes
|
|
599
|
-
|
|
600
|
-
* replaced document_id with document._id ([90e32b2](https://github.com/CoCreate-app/CoCreate-utils/commit/90e32b2da28abdcbd35e4dd08aabd77865b615a1))
|
|
601
|
-
|
|
602
|
-
## [1.10.17](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.16...v1.10.17) (2022-11-21)
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
### Bug Fixes
|
|
606
|
-
|
|
607
|
-
* bump [@cocreate](https://github.com/cocreate) dependencies ([97926a2](https://github.com/CoCreate-app/CoCreate-utils/commit/97926a2fb7c383d3d0fc3fcdda75a1c47430e9b4))
|
|
608
|
-
|
|
609
|
-
## [1.10.16](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.15...v1.10.16) (2022-11-21)
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
### Bug Fixes
|
|
613
|
-
|
|
614
|
-
* bump [@cocreate](https://github.com/cocreate) dependencies ([8692bb4](https://github.com/CoCreate-app/CoCreate-utils/commit/8692bb4a25724ac06246475010b41fb99584967d))
|
|
615
|
-
|
|
616
|
-
## [1.10.15](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.14...v1.10.15) (2022-11-21)
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
### Bug Fixes
|
|
620
|
-
|
|
621
|
-
* bump d@cocreate ependencies ([3824be5](https://github.com/CoCreate-app/CoCreate-utils/commit/3824be507971f5febc247da3cccebc85a8e2b6d1))
|
|
622
|
-
|
|
623
|
-
## [1.10.14](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.13...v1.10.14) (2022-11-21)
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
### Bug Fixes
|
|
627
|
-
|
|
628
|
-
* renamed crud.checkAttrValue to crud.checkValue ([fe07687](https://github.com/CoCreate-app/CoCreate-utils/commit/fe076874b5f0f8a835556749341c53205c3d7bbf))
|
|
629
|
-
|
|
630
|
-
## [1.10.13](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.12...v1.10.13) (2022-10-02)
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
### Bug Fixes
|
|
634
|
-
|
|
635
|
-
* bump dependencies ([ea69eb1](https://github.com/CoCreate-app/CoCreate-utils/commit/ea69eb176c68c83b44f574cff98c639fc5931275))
|
|
636
|
-
|
|
637
|
-
## [1.10.12](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.11...v1.10.12) (2022-10-02)
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
### Bug Fixes
|
|
641
|
-
|
|
642
|
-
* minor bug fixes ([1a527d6](https://github.com/CoCreate-app/CoCreate-utils/commit/1a527d6996a779faaf55624d058e1313df5f578f))
|
|
643
|
-
|
|
644
|
-
## [1.10.11](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.10...v1.10.11) (2022-10-02)
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
### Bug Fixes
|
|
648
|
-
|
|
649
|
-
* bump @cocreate/hosting and @cocreate/socket-client ([445c4d4](https://github.com/CoCreate-app/CoCreate-utils/commit/445c4d41132d1b78d036de69de60c1f8915d75d6))
|
|
650
|
-
|
|
651
|
-
## [1.10.10](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.9...v1.10.10) (2022-10-01)
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
### Bug Fixes
|
|
655
|
-
|
|
656
|
-
* bump [@cocreate](https://github.com/cocreate) dependencies ([7cea885](https://github.com/CoCreate-app/CoCreate-utils/commit/7cea88580789306e2fd5ede13ba8400d789ef2d5))
|
|
657
|
-
|
|
658
|
-
## [1.10.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.8...v1.10.9) (2022-10-01)
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
### Bug Fixes
|
|
662
|
-
|
|
663
|
-
* bump dependencies ([be3502f](https://github.com/CoCreate-app/CoCreate-utils/commit/be3502f901f436839e3b7f9276a8bd3a042a9b03))
|
|
664
|
-
|
|
665
|
-
## [1.10.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.7...v1.10.8) (2022-10-01)
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
### Bug Fixes
|
|
669
|
-
|
|
670
|
-
* bump dependencies ([8664d0b](https://github.com/CoCreate-app/CoCreate-utils/commit/8664d0bbb3bf10f8a93833b42ef9d35374c57dd8))
|
|
671
|
-
|
|
672
|
-
## [1.10.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.6...v1.10.7) (2022-09-30)
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
### Bug Fixes
|
|
676
|
-
|
|
677
|
-
* bump [@cocreate](https://github.com/cocreate) dependencies ([c6b9551](https://github.com/CoCreate-app/CoCreate-utils/commit/c6b9551fb3ba3f987dd20c89a297e2e290cee35c))
|
|
678
|
-
|
|
679
|
-
## [1.10.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.5...v1.10.6) (2022-09-30)
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
### Bug Fixes
|
|
683
|
-
|
|
684
|
-
* bump [@cocreate](https://github.com/cocreate) dependencies ([c71abcb](https://github.com/CoCreate-app/CoCreate-utils/commit/c71abcb2c1dd6dc1e816c58a47492c86e4302d78))
|
|
685
|
-
|
|
686
|
-
## [1.10.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.4...v1.10.5) (2022-09-30)
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
### Bug Fixes
|
|
690
|
-
|
|
691
|
-
* bump [@cocreate](https://github.com/cocreate) dependencies ([234caa2](https://github.com/CoCreate-app/CoCreate-utils/commit/234caa2621090861097931ace25525e7caf3a1f6))
|
|
692
|
-
|
|
693
|
-
## [1.10.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.3...v1.10.4) (2022-09-30)
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
### Bug Fixes
|
|
697
|
-
|
|
698
|
-
* bump dependencies ([5b0d903](https://github.com/CoCreate-app/CoCreate-utils/commit/5b0d9036d12d59076ebdbd8fc70862cc791771e0))
|
|
699
|
-
|
|
700
|
-
## [1.10.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.2...v1.10.3) (2022-09-29)
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
### Bug Fixes
|
|
704
|
-
|
|
705
|
-
* config renameed to CoCreateConfig ([eda669c](https://github.com/CoCreate-app/CoCreate-utils/commit/eda669c88a5e141bb50fe37ba9ede11824da36bb))
|
|
706
|
-
|
|
707
|
-
## [1.10.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.1...v1.10.2) (2022-09-22)
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
### Bug Fixes
|
|
711
|
-
|
|
712
|
-
* dotNotationToObject if condition bug resolved ([cee0089](https://github.com/CoCreate-app/CoCreate-utils/commit/cee0089818f3a5358ec20b625c84910e1508661f))
|
|
713
|
-
|
|
714
|
-
## [1.10.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.0...v1.10.1) (2022-09-01)
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
### Bug Fixes
|
|
718
|
-
|
|
719
|
-
* bump all of [@cocreate](https://github.com/cocreate) dependencies ([36536ff](https://github.com/CoCreate-app/CoCreate-utils/commit/36536ff6e53f08edabbdece0b082b4bf389263bb))
|
|
720
|
-
|
|
721
|
-
# [1.10.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.9.1...v1.10.0) (2022-08-23)
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
### Features
|
|
725
|
-
|
|
726
|
-
* dotNotationToObject to convert a dot notation string to a nested object structure ([b924d33](https://github.com/CoCreate-app/CoCreate-utils/commit/b924d333ccf364d6ac1f736e8cbfe2d8999316cb))
|
|
727
|
-
|
|
728
|
-
## [1.9.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.9.0...v1.9.1) (2022-07-29)
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
### Bug Fixes
|
|
732
|
-
|
|
733
|
-
* removed console.log ([b237022](https://github.com/CoCreate-app/CoCreate-utils/commit/b2370221c33dc1972eee8204af8a310f9e44721c))
|
|
734
|
-
|
|
735
|
-
# [1.9.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.8.1...v1.9.0) (2022-07-03)
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
### Bug Fixes
|
|
739
|
-
|
|
740
|
-
* add queryDocumentSelector to export default ([b067ed1](https://github.com/CoCreate-app/CoCreate-utils/commit/b067ed1354488cf52014e2d417d75c5be455fc6f))
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
### Features
|
|
744
|
-
|
|
745
|
-
* queryDocumentSelector to return one element from an iframe or iframes parent ([477f179](https://github.com/CoCreate-app/CoCreate-utils/commit/477f179ef4e00aab219d12a5a9ae3a5e1cfae992))
|
|
746
|
-
|
|
747
|
-
## [1.8.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.8.0...v1.8.1) (2022-07-01)
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
### Bug Fixes
|
|
751
|
-
|
|
752
|
-
* remove function queryFrameSelector rhas been replaced by queryDocumentSelectorAll ([3c11054](https://github.com/CoCreate-app/CoCreate-utils/commit/3c110543598ded5753c9d715f3cb650d46e93263))
|
|
753
|
-
|
|
754
|
-
# [1.8.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.6...v1.8.0) (2022-07-01)
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
### Features
|
|
758
|
-
|
|
759
|
-
* queryDocumentSelectorAll - ability to query iframes and parent of iframes ([90bd26b](https://github.com/CoCreate-app/CoCreate-utils/commit/90bd26b139a6a5413ac67a92504cf533f10e0838))
|
|
760
|
-
|
|
761
|
-
## [1.7.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.5...v1.7.6) (2022-06-27)
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
### Bug Fixes
|
|
765
|
-
|
|
766
|
-
* remove functon getAttributes ([162228d](https://github.com/CoCreate-app/CoCreate-utils/commit/162228ddd99bcdf64a59088bddf2a6216a911898))
|
|
767
|
-
|
|
768
|
-
## [1.7.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.4...v1.7.5) (2022-06-24)
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
### Bug Fixes
|
|
772
|
-
|
|
773
|
-
* check path for character < if exist clean up path to mak it in to a valid selector ([9321063](https://github.com/CoCreate-app/CoCreate-utils/commit/93210634425db2dff507919dd32415f0d7bdfc95))
|
|
774
|
-
|
|
775
|
-
## [1.7.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.3...v1.7.4) (2022-06-18)
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
### Bug Fixes
|
|
779
|
-
|
|
780
|
-
* bump dependencies ([779f302](https://github.com/CoCreate-app/CoCreate-utils/commit/779f3026942bded821eb58ed0631c254494ba9ab))
|
|
781
|
-
|
|
782
|
-
## [1.7.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.2...v1.7.3) (2022-06-12)
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
### Bug Fixes
|
|
786
|
-
|
|
787
|
-
* update dependencies ([925855d](https://github.com/CoCreate-app/CoCreate-utils/commit/925855da986c61f700642657e27a4dca8a461d64))
|
|
788
|
-
* update docs css document_id ([cec8894](https://github.com/CoCreate-app/CoCreate-utils/commit/cec8894132d8d47eac5b0857fdcfd793ec97e6a2))
|
|
789
|
-
|
|
790
|
-
## [1.7.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.1...v1.7.2) (2022-05-23)
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
### Bug Fixes
|
|
794
|
-
|
|
795
|
-
* bump all dependencies ([2008e5d](https://github.com/CoCreate-app/CoCreate-utils/commit/2008e5d332cd30e801b47bb09d07609722fa7b02))
|
|
796
|
-
|
|
797
|
-
## [1.7.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.0...v1.7.1) (2022-05-17)
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
### Bug Fixes
|
|
801
|
-
|
|
802
|
-
* update document_id on link index.css ([a364cfb](https://github.com/CoCreate-app/CoCreate-utils/commit/a364cfb814524a0f2f8142919c8afbe696492bdc))
|
|
803
|
-
|
|
804
|
-
# [1.7.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.7...v1.7.0) (2022-05-14)
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
### Features
|
|
808
|
-
|
|
809
|
-
* function readDocumentList has been renamed to readDocuments ([19a402f](https://github.com/CoCreate-app/CoCreate-utils/commit/19a402f4a3372a6d88c75c729efc7ef38bdbb11b))
|
|
810
|
-
|
|
811
|
-
## [1.6.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.6...v1.6.7) (2022-05-06)
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
### Bug Fixes
|
|
815
|
-
|
|
816
|
-
* update config organization_Id to organization_id ([ea79e61](https://github.com/CoCreate-app/CoCreate-utils/commit/ea79e610fb1807e13516959697176253c38c8a9f))
|
|
817
|
-
|
|
818
|
-
## [1.6.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.5...v1.6.6) (2022-02-24)
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
### Bug Fixes
|
|
822
|
-
|
|
823
|
-
* CoCreate.config replace CoCreate.app with * ([d651a4a](https://github.com/CoCreate-app/CoCreate-utils/commit/d651a4a5a88fd105a1986bb55ec9795aad52ffd6))
|
|
824
|
-
|
|
825
|
-
## [1.6.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.4...v1.6.5) (2022-02-16)
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
### Bug Fixes
|
|
829
|
-
|
|
830
|
-
* update dependencies ([e727235](https://github.com/CoCreate-app/CoCreate-utils/commit/e7272356da2fee0811b9f42ed8c8d749b8c1ef2b))
|
|
831
|
-
|
|
832
|
-
## [1.6.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.3...v1.6.4) (2022-02-10)
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
### Bug Fixes
|
|
836
|
-
|
|
837
|
-
* bump dependencies ([5235dcb](https://github.com/CoCreate-app/CoCreate-utils/commit/5235dcb03337bce15bd0aa7d94497660f4024c8f))
|
|
838
|
-
|
|
839
|
-
## [1.6.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.2...v1.6.3) (2022-02-07)
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
### Bug Fixes
|
|
843
|
-
|
|
844
|
-
* bump dependency versions ([849f540](https://github.com/CoCreate-app/CoCreate-utils/commit/849f5409d140a475701f7c392ab99eeeb7001c6e))
|
|
845
|
-
|
|
846
|
-
## [1.6.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.1...v1.6.2) (2022-02-07)
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
### Bug Fixes
|
|
850
|
-
|
|
851
|
-
* if eid contains {{...}} continue with cssPath ([34e142c](https://github.com/CoCreate-app/CoCreate-utils/commit/34e142ce50e82da94c603c431244727f479bd333))
|
|
852
|
-
|
|
853
|
-
## [1.6.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.0...v1.6.1) (2022-02-03)
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
### Bug Fixes
|
|
857
|
-
|
|
858
|
-
* replaced show and hide class hidden with attribute hidden ([f1ad793](https://github.com/CoCreate-app/CoCreate-utils/commit/f1ad793841db4abe67032a24625e8a46f7560bbf))
|
|
859
|
-
|
|
860
|
-
# [1.6.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.5.1...v1.6.0) (2022-02-03)
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
### Features
|
|
864
|
-
|
|
865
|
-
* queryFrameSelectorAll to return elements from other documents, getFrameSelector to pase a selector and return document and selector ([c3b8c27](https://github.com/CoCreate-app/CoCreate-utils/commit/c3b8c27fc1f452b7eac0ac801770e3c0809295f8))
|
|
866
|
-
|
|
867
|
-
## [1.5.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.5.0...v1.5.1) (2022-02-01)
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
### Bug Fixes
|
|
871
|
-
|
|
872
|
-
* update dependency versions ([f85b89a](https://github.com/CoCreate-app/CoCreate-utils/commit/f85b89a8b27e0a92153739e89345c753917b350f))
|
|
873
|
-
|
|
874
|
-
# [1.5.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.4.3...v1.5.0) (2022-01-29)
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
### Features
|
|
878
|
-
|
|
879
|
-
* function to add click event to all documents in order to apply clickedElement to document dom object. this provides a refrence to the element that was actively clicked ([537003d](https://github.com/CoCreate-app/CoCreate-utils/commit/537003de6aa749a8dc215e70926dfc3dd2b830fb))
|
|
880
|
-
|
|
881
|
-
## [1.4.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.4.2...v1.4.3) (2022-01-01)
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
### Bug Fixes
|
|
885
|
-
|
|
886
|
-
* get-value attribute value now supports a selector added # to all values currently in get-value attributes ([d48bcd5](https://github.com/CoCreate-app/CoCreate-utils/commit/d48bcd5bdbc715b3aacb8db3b99cd8aa581b72ce))
|
|
887
|
-
|
|
888
|
-
## [1.4.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.4.1...v1.4.2) (2021-12-25)
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
### Bug Fixes
|
|
892
|
-
|
|
893
|
-
* comment cssPath class parser. path could not resolve element ([1a00794](https://github.com/CoCreate-app/CoCreate-utils/commit/1a00794a0ee96699379e8efd0e75000efe93cded))
|
|
894
|
-
|
|
895
|
-
## [1.4.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.4.0...v1.4.1) (2021-12-15)
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
### Bug Fixes
|
|
899
|
-
|
|
900
|
-
* update dependencies ([a36e4a6](https://github.com/CoCreate-app/CoCreate-utils/commit/a36e4a6356fdf7e25351895c9897e0f31341a9e1))
|
|
901
|
-
|
|
902
|
-
# [1.4.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.19...v1.4.0) (2021-12-14)
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
### Features
|
|
906
|
-
|
|
907
|
-
* cssPath and domParser update to support nested contenteditable elements ([a7b700a](https://github.com/CoCreate-app/CoCreate-utils/commit/a7b700add647856071cf2c3bfa0ce95b36144e0a))
|
|
908
|
-
|
|
909
|
-
## [1.3.19](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.18...v1.3.19) (2021-12-08)
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
### Bug Fixes
|
|
913
|
-
|
|
914
|
-
* cssPath nth-child if childern > 1 ([caa0f54](https://github.com/CoCreate-app/CoCreate-utils/commit/caa0f5480c58a3f5a5e8e117133ccad9f4acde66))
|
|
915
|
-
|
|
916
|
-
## [1.3.18](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.17...v1.3.18) (2021-12-08)
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
### Bug Fixes
|
|
920
|
-
|
|
921
|
-
* csspath element null return ([dd4ac41](https://github.com/CoCreate-app/CoCreate-utils/commit/dd4ac41f123105f1b4364e858bc221914220427c))
|
|
922
|
-
|
|
923
|
-
## [1.3.17](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.16...v1.3.17) (2021-11-27)
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
### Bug Fixes
|
|
927
|
-
|
|
928
|
-
* update dependencies ([d09ebd8](https://github.com/CoCreate-app/CoCreate-utils/commit/d09ebd8f0c9f0be1ffc9a84cd86252faf7d13bfd))
|
|
929
|
-
|
|
930
|
-
## [1.3.16](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.15...v1.3.16) (2021-11-27)
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
### Bug Fixes
|
|
934
|
-
|
|
935
|
-
* update dependencies ([86924ed](https://github.com/CoCreate-app/CoCreate-utils/commit/86924ed3e16a02c1c02a9c8727adc3e284a2b0a5))
|
|
936
|
-
|
|
937
|
-
## [1.3.15](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.14...v1.3.15) (2021-11-27)
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
### Bug Fixes
|
|
941
|
-
|
|
942
|
-
* update docs api and cocreateJS script ([7c731e2](https://github.com/CoCreate-app/CoCreate-utils/commit/7c731e23e2f90a6e47f503fbc20c310e3d325f51))
|
|
943
|
-
|
|
944
|
-
## [1.3.14](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.13...v1.3.14) (2021-11-26)
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
### Bug Fixes
|
|
948
|
-
|
|
949
|
-
* docs sidenav width ([340fe11](https://github.com/CoCreate-app/CoCreate-utils/commit/340fe115daa5795d4e4c31439b892232f77201d6))
|
|
950
|
-
|
|
951
|
-
## [1.3.13](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.12...v1.3.13) (2021-11-26)
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
### Bug Fixes
|
|
955
|
-
|
|
956
|
-
* update dependencies ([5f0a9a3](https://github.com/CoCreate-app/CoCreate-utils/commit/5f0a9a32bc5429359a67eeaa5dbe76b26f55f357))
|
|
957
|
-
|
|
958
|
-
## [1.3.12](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.11...v1.3.12) (2021-11-23)
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
### Bug Fixes
|
|
962
|
-
|
|
963
|
-
* update dependencies ([46a25c9](https://github.com/CoCreate-app/CoCreate-utils/commit/46a25c956602b61815398426e910aef0071ba23d))
|
|
964
|
-
|
|
965
|
-
## [1.3.11](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.10...v1.3.11) (2021-11-20)
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
### Bug Fixes
|
|
969
|
-
|
|
970
|
-
* update dependencies ([3cd5ae0](https://github.com/CoCreate-app/CoCreate-utils/commit/3cd5ae06e78e35b9cc0410293d1f03de7e4e4abd))
|
|
971
|
-
|
|
972
|
-
## [1.3.10](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.9...v1.3.10) (2021-11-19)
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
### Bug Fixes
|
|
976
|
-
|
|
977
|
-
* update dependencies ([ea1b16b](https://github.com/CoCreate-app/CoCreate-utils/commit/ea1b16b5f8f385e2a9970e061cde393fcd8a345f))
|
|
978
|
-
|
|
979
|
-
## [1.3.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.8...v1.3.9) (2021-11-18)
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
### Bug Fixes
|
|
983
|
-
|
|
984
|
-
* update dependencies ([3805e75](https://github.com/CoCreate-app/CoCreate-utils/commit/3805e7545a91be4159cf54e24b08516f4f9529ad))
|
|
985
|
-
|
|
986
|
-
## [1.3.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.7...v1.3.8) (2021-11-16)
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
### Bug Fixes
|
|
990
|
-
|
|
991
|
-
* update dependencies ([8ba3aac](https://github.com/CoCreate-app/CoCreate-utils/commit/8ba3aac3e2549a9ecb3fce877e11d5bfae59d913))
|
|
992
|
-
|
|
993
|
-
## [1.3.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.6...v1.3.7) (2021-11-15)
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
### Bug Fixes
|
|
997
|
-
|
|
998
|
-
* update dependencies ([5408f3b](https://github.com/CoCreate-app/CoCreate-utils/commit/5408f3bddf05ec2253c72fe07ce9e31595cf5243))
|
|
999
|
-
|
|
1000
|
-
## [1.3.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.5...v1.3.6) (2021-11-11)
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
### Bug Fixes
|
|
1004
|
-
|
|
1005
|
-
* update readme ([cf15c33](https://github.com/CoCreate-app/CoCreate-utils/commit/cf15c33d12bb74508a10cda88ffa62ba05163c32))
|
|
1006
|
-
|
|
1007
|
-
## [1.3.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.4...v1.3.5) (2021-11-06)
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
### Bug Fixes
|
|
1011
|
-
|
|
1012
|
-
* update dependencies ([d673974](https://github.com/CoCreate-app/CoCreate-utils/commit/d673974be38c03a86e19a01255da95555a9efe0d))
|
|
1013
|
-
|
|
1014
|
-
## [1.3.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.3...v1.3.4) (2021-11-04)
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
### Bug Fixes
|
|
1018
|
-
|
|
1019
|
-
* update dependencies ([810034c](https://github.com/CoCreate-app/CoCreate-utils/commit/810034c4cec62f7a98b2f498ef6132ebfdb250e4))
|
|
1020
|
-
|
|
1021
|
-
## [1.3.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.2...v1.3.3) (2021-11-04)
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
### Bug Fixes
|
|
1025
|
-
|
|
1026
|
-
* update packages ([ab1805f](https://github.com/CoCreate-app/CoCreate-utils/commit/ab1805f2c318b0446a7f83ec7970dac22112afc3))
|
|
1027
|
-
|
|
1028
|
-
## [1.3.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.1...v1.3.2) (2021-11-03)
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
### Bug Fixes
|
|
1032
|
-
|
|
1033
|
-
* domParser could not handle an innerHtml html that began with text. maintag could not be found ([3fcbda4](https://github.com/CoCreate-app/CoCreate-utils/commit/3fcbda446d1b979884f5c99ad6bd8f37ff936541))
|
|
1034
|
-
|
|
1035
|
-
## [1.3.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.0...v1.3.1) (2021-11-01)
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
### Bug Fixes
|
|
1039
|
-
|
|
1040
|
-
* update package dependencies ([1dce029](https://github.com/CoCreate-app/CoCreate-utils/commit/1dce029e60e599897f374a376588ec3e607f8786))
|
|
1041
|
-
|
|
1042
|
-
# [1.3.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.2.1...v1.3.0) (2021-11-01)
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
### Bug Fixes
|
|
1046
|
-
|
|
1047
|
-
* cssPath did not push and return path if it was id ([4af00bd](https://github.com/CoCreate-app/CoCreate-utils/commit/4af00bd4c3fd376a1fd15d7dd1eeeec63ff0ddcf))
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
### Features
|
|
1051
|
-
|
|
1052
|
-
* cssPath will stop and return path if id or eid found... rather then continuing to travel up the dom tree ([17d6ced](https://github.com/CoCreate-app/CoCreate-utils/commit/17d6ced222f0552f870f2feeffecf7970ad653a3))
|
|
1053
|
-
|
|
1054
|
-
## [1.2.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.2.0...v1.2.1) (2021-10-29)
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
### Bug Fixes
|
|
1058
|
-
|
|
1059
|
-
* update dependencies ([f77e945](https://github.com/CoCreate-app/CoCreate-utils/commit/f77e945e2b17310d20769434492bd074e99a1d78))
|
|
1060
|
-
|
|
1061
|
-
# [1.2.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.36...v1.2.0) (2021-10-29)
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
### Features
|
|
1065
|
-
|
|
1066
|
-
* cssPath and domParser ([25c5088](https://github.com/CoCreate-app/CoCreate-utils/commit/25c508855c663f5e2f64596549d1eccb14eb4292))
|
|
1067
|
-
|
|
1068
|
-
## [1.1.36](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.35...v1.1.36) (2021-10-17)
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
### Bug Fixes
|
|
1072
|
-
|
|
1073
|
-
* update dependendies ([c5a34a9](https://github.com/CoCreate-app/CoCreate-utils/commit/c5a34a9ce6cff492f76e8e614a35860037d1f722))
|
|
1074
|
-
|
|
1075
|
-
## [1.1.35](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.34...v1.1.35) (2021-10-16)
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
### Bug Fixes
|
|
1079
|
-
|
|
1080
|
-
* update socket package to fix bug in docs ([a5e71bd](https://github.com/CoCreate-app/CoCreate-utils/commit/a5e71bd6b6ae2a6cb025a50c91f6d90868c3f286))
|
|
1081
|
-
|
|
1082
|
-
## [1.1.34](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.33...v1.1.34) (2021-10-15)
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
### Bug Fixes
|
|
1086
|
-
|
|
1087
|
-
* update dependencies ([c0118c8](https://github.com/CoCreate-app/CoCreate-utils/commit/c0118c87f282ba84eaf9394ee82d9e8273842629))
|
|
1088
|
-
* update dependencies ([f388916](https://github.com/CoCreate-app/CoCreate-utils/commit/f388916f3ba3fdf76aa9d9e6e80d9ea53cb36af1))
|
|
1089
|
-
|
|
1090
|
-
## [1.1.33](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.32...v1.1.33) (2021-10-15)
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
### Bug Fixes
|
|
1094
|
-
|
|
1095
|
-
* update packages ([e525a27](https://github.com/CoCreate-app/CoCreate-utils/commit/e525a2736d8ec2079c0808804626d79e6a438f93))
|
|
1096
|
-
|
|
1097
|
-
## [1.1.32](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.31...v1.1.32) (2021-10-15)
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
### Bug Fixes
|
|
1101
|
-
|
|
1102
|
-
* updated dependencies ([c1dd75e](https://github.com/CoCreate-app/CoCreate-utils/commit/c1dd75e7d0d7c96aecf399cd7340d14a299ec0f2))
|
|
1103
|
-
|
|
1104
|
-
## [1.1.31](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.30...v1.1.31) (2021-10-13)
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
### Bug Fixes
|
|
1108
|
-
|
|
1109
|
-
* update descriptions ([64fbbc6](https://github.com/CoCreate-app/CoCreate-utils/commit/64fbbc610289b180b72c8b372424835f57e2430f))
|
|
1110
|
-
|
|
1111
|
-
## [1.1.30](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.29...v1.1.30) (2021-10-13)
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
### Bug Fixes
|
|
1115
|
-
|
|
1116
|
-
* update dependencies ([611597a](https://github.com/CoCreate-app/CoCreate-utils/commit/611597a68a44407870096408dfcc6cd3446560d9))
|
|
1117
|
-
|
|
1118
|
-
## [1.1.29](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.28...v1.1.29) (2021-10-06)
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
### Bug Fixes
|
|
1122
|
-
|
|
1123
|
-
* update dependencies ([82fbcbc](https://github.com/CoCreate-app/CoCreate-utils/commit/82fbcbc7c034c2dd2185812cd9c2f1ccc9f9a1ef))
|
|
1124
|
-
|
|
1125
|
-
## [1.1.28](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.27...v1.1.28) (2021-10-05)
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
### Bug Fixes
|
|
1129
|
-
|
|
1130
|
-
* update dependencies ([fce9515](https://github.com/CoCreate-app/CoCreate-utils/commit/fce9515f11247a3653f3bbb4ff34926b66d76459))
|
|
1131
|
-
* website_id in CoCreate.config ([dc0ba5c](https://github.com/CoCreate-app/CoCreate-utils/commit/dc0ba5c7956c959d5b3a2535f1e37e69e7d4f1aa))
|
|
1132
|
-
|
|
1133
|
-
## [1.1.27](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.26...v1.1.27) (2021-10-04)
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
### Bug Fixes
|
|
1137
|
-
|
|
1138
|
-
* update dependencies ([fae48cb](https://github.com/CoCreate-app/CoCreate-utils/commit/fae48cb6eeed8ae6b474be2ff30f7deb190fe190))
|
|
1139
|
-
|
|
1140
|
-
## [1.1.26](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.25...v1.1.26) (2021-10-04)
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
### Bug Fixes
|
|
1144
|
-
|
|
1145
|
-
* remove configMatch from exports ([069417e](https://github.com/CoCreate-app/CoCreate-utils/commit/069417e0bd8d4b1b798034497b72c9d7d05840df))
|
|
1146
|
-
|
|
1147
|
-
## [1.1.25](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.24...v1.1.25) (2021-10-04)
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
### Bug Fixes
|
|
1151
|
-
|
|
1152
|
-
* relocated matchConfig to @cocreate/element-config ([0ff7505](https://github.com/CoCreate-app/CoCreate-utils/commit/0ff7505e6c38727179d3d39221551c294926e6e4))
|
|
1153
|
-
|
|
1154
|
-
## [1.1.24](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.23...v1.1.24) (2021-10-02)
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
### Bug Fixes
|
|
1158
|
-
|
|
1159
|
-
* removed unused functions ([49e4e46](https://github.com/CoCreate-app/CoCreate-utils/commit/49e4e461bf572897012052e235430c4cf3a23808))
|
|
1160
|
-
|
|
1161
|
-
## [1.1.23](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.22...v1.1.23) (2021-10-02)
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
### Bug Fixes
|
|
1165
|
-
|
|
1166
|
-
* removed unused utilties ([b7d4c93](https://github.com/CoCreate-app/CoCreate-utils/commit/b7d4c93cb44ff202e33fc1f2be7643c7bef75cb1))
|
|
1167
|
-
* reverted prevoius changes ([303bcf1](https://github.com/CoCreate-app/CoCreate-utils/commit/303bcf1d77260b39fd05d45ffe69b1d99f027a90))
|
|
1168
|
-
|
|
1169
|
-
## [1.1.22](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.21...v1.1.22) (2021-10-01)
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
### Bug Fixes
|
|
1173
|
-
|
|
1174
|
-
* update packages ([77b69a1](https://github.com/CoCreate-app/CoCreate-utils/commit/77b69a172adc0a8186bf6c4284ff643a4b7d37de))
|
|
1175
|
-
|
|
1176
|
-
## [1.1.21](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.20...v1.1.21) (2021-10-01)
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
### Bug Fixes
|
|
1180
|
-
|
|
1181
|
-
* update dependencies ([36a9a59](https://github.com/CoCreate-app/CoCreate-utils/commit/36a9a59fb27d49223aded9236d490b6e308a6b86))
|
|
1182
|
-
|
|
1183
|
-
## [1.1.20](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.19...v1.1.20) (2021-09-28)
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
### Bug Fixes
|
|
1187
|
-
|
|
1188
|
-
* update dependencies ([b110537](https://github.com/CoCreate-app/CoCreate-utils/commit/b11053759d32263badf4d622a75be7539e45791d))
|
|
1189
|
-
|
|
1190
|
-
## [1.1.19](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.18...v1.1.19) (2021-09-16)
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
### Bug Fixes
|
|
1194
|
-
|
|
1195
|
-
* update dependencies ([4e227bd](https://github.com/CoCreate-app/CoCreate-utils/commit/4e227bd655df2a811cfc61ade1409b7a7424559c))
|
|
1196
|
-
|
|
1197
|
-
## [1.1.18](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.17...v1.1.18) (2021-09-14)
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
### Bug Fixes
|
|
1201
|
-
|
|
1202
|
-
* add cocreate.app to domains ([e570e58](https://github.com/CoCreate-app/CoCreate-utils/commit/e570e58569fac4f3309746a1a8888daa0192c1df))
|
|
1203
|
-
|
|
1204
|
-
## [1.1.17](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.16...v1.1.17) (2021-09-13)
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
### Bug Fixes
|
|
1208
|
-
|
|
1209
|
-
* upgrade dependencies ([303315d](https://github.com/CoCreate-app/CoCreate-utils/commit/303315d7010bd7c1cf15ef96f715af543c3e3d84))
|
|
1210
|
-
|
|
1211
|
-
## [1.1.16](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.15...v1.1.16) (2021-09-12)
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
### Bug Fixes
|
|
1215
|
-
|
|
1216
|
-
* update sidenav to use resize and toggle ([24a3e09](https://github.com/CoCreate-app/CoCreate-utils/commit/24a3e0908f062987c1da18732ace2d84a2a5b6b4))
|
|
1217
|
-
|
|
1218
|
-
## [1.1.15](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.14...v1.1.15) (2021-09-09)
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
### Bug Fixes
|
|
1222
|
-
|
|
1223
|
-
* update dependency @cocreate/docs ([8026f9a](https://github.com/CoCreate-app/CoCreate-utils/commit/8026f9a5a7882250afaa73e8de47b8413742c0fe))
|
|
1224
|
-
|
|
1225
|
-
## [1.1.14](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.13...v1.1.14) (2021-09-09)
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
### Bug Fixes
|
|
1229
|
-
|
|
1230
|
-
* ci docs ([f889bc3](https://github.com/CoCreate-app/CoCreate-utils/commit/f889bc34976b6932b878975cef224c78b4f154ba))
|
|
1231
|
-
|
|
1232
|
-
## [1.1.13](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.12...v1.1.13) (2021-09-09)
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
### Bug Fixes
|
|
1236
|
-
|
|
1237
|
-
* update dependencies ([a6efa27](https://github.com/CoCreate-app/CoCreate-utils/commit/a6efa2796f51b5a94f81dc32c900b7dc65706d6c))
|
|
1238
|
-
|
|
1239
|
-
## [1.1.12](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.11...v1.1.12) (2021-09-09)
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
### Bug Fixes
|
|
1243
|
-
|
|
1244
|
-
* CoCreate.config directory, path, name and public ([197bbcf](https://github.com/CoCreate-app/CoCreate-utils/commit/197bbcf6dc27b7db1a4f6bae623138075b12e192))
|
|
1245
|
-
|
|
1246
|
-
## [1.1.11](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.10...v1.1.11) (2021-09-08)
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
### Bug Fixes
|
|
1250
|
-
|
|
1251
|
-
* update dependencies ([4f4835c](https://github.com/CoCreate-app/CoCreate-utils/commit/4f4835c38aeb8871ba8e0283cc6b68254e112a5b))
|
|
1252
|
-
|
|
1253
|
-
## [1.1.10](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.9...v1.1.10) (2021-09-04)
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
### Bug Fixes
|
|
1257
|
-
|
|
1258
|
-
* update dependencies ([ccc34f0](https://github.com/CoCreate-app/CoCreate-utils/commit/ccc34f0702407aeb04b904fd9d487becfd63de2e))
|
|
1259
|
-
|
|
1260
|
-
## [1.1.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.8...v1.1.9) (2021-08-31)
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
### Bug Fixes
|
|
1264
|
-
|
|
1265
|
-
* update dependencies ([6f15f55](https://github.com/CoCreate-app/CoCreate-utils/commit/6f15f55d2639ee2f1b307b49fe2d70d02861d7c4))
|
|
1266
|
-
|
|
1267
|
-
## [1.1.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.7...v1.1.8) (2021-08-27)
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
### Bug Fixes
|
|
1271
|
-
|
|
1272
|
-
* updaed dependencies ([ba3d183](https://github.com/CoCreate-app/CoCreate-utils/commit/ba3d183f54fc3099bd47ae9b504c59299cd51de5))
|
|
1273
|
-
|
|
1274
|
-
## [1.1.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.6...v1.1.7) (2021-08-23)
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
### Bug Fixes
|
|
1278
|
-
|
|
1279
|
-
* update package versions ([2136a18](https://github.com/CoCreate-app/CoCreate-utils/commit/2136a1856f6fb3fd7e922859f8adeef7e1af6718))
|
|
1280
|
-
|
|
1281
|
-
## [1.1.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.5...v1.1.6) (2021-08-22)
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
### Bug Fixes
|
|
1285
|
-
|
|
1286
|
-
* removed data- from main-content, clone, filter-value_type ([e5f182e](https://github.com/CoCreate-app/CoCreate-utils/commit/e5f182e08ef0a0198e54d9c4f4acd9097fb34165))
|
|
1287
|
-
|
|
1288
|
-
## [1.1.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.4...v1.1.5) (2021-08-22)
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
### Bug Fixes
|
|
1292
|
-
|
|
1293
|
-
* bump package versions ([00dd6ba](https://github.com/CoCreate-app/CoCreate-utils/commit/00dd6ba11390c83fa5cf34b1ea81d034966952ea))
|
|
1294
|
-
|
|
1295
|
-
## [1.1.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.3...v1.1.4) (2021-08-22)
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
### Bug Fixes
|
|
1299
|
-
|
|
1300
|
-
* bump package versions ([b394252](https://github.com/CoCreate-app/CoCreate-utils/commit/b39425257a92bed3a70b8e68714ddab1edc1ed0a))
|
|
1301
|
-
|
|
1302
|
-
## [1.1.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.2...v1.1.3) (2021-08-14)
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
### Bug Fixes
|
|
1306
|
-
|
|
1307
|
-
* update to docs ([2e7fba9](https://github.com/CoCreate-app/CoCreate-utils/commit/2e7fba91ec908fef3645cc55fb2c18f5ca1ddb0d))
|
|
1308
|
-
|
|
1309
|
-
## [1.1.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.1...v1.1.2) (2021-08-02)
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
### Bug Fixes
|
|
1313
|
-
|
|
1314
|
-
* remove data- from attributes ([94e0b2a](https://github.com/CoCreate-app/CoCreate-utils/commit/94e0b2a6b6c82445a1c0cd3fb627a6ad287e20fd))
|
|
1315
|
-
* update data-fullscreen to fullscreen ([3f97b5c](https://github.com/CoCreate-app/CoCreate-utils/commit/3f97b5c79f2ddda24b5452df5a976fc8dde2cd39))
|
|
1316
|
-
|
|
1317
|
-
## [1.1.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.0...v1.1.1) (2021-07-28)
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
### Bug Fixes
|
|
1321
|
-
|
|
1322
|
-
* remove data- from fetch, pass and filter ([7a2ba8c](https://github.com/CoCreate-app/CoCreate-utils/commit/7a2ba8cfc3d342bf8f02d5f95163a0061be8e65d))
|
|
1323
|
-
|
|
1324
|
-
# [1.1.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.21...v1.1.0) (2021-07-28)
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
### Features
|
|
1328
|
-
|
|
1329
|
-
* add new is{attribute} system and remove data- from attributtes ([98ed4b1](https://github.com/CoCreate-app/CoCreate-utils/commit/98ed4b1ef1e0add092c6d0dd0fbbffd9271aa8fd))
|
|
1330
|
-
|
|
1331
|
-
## [1.0.21](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.20...v1.0.21) (2021-07-17)
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
### Bug Fixes
|
|
1335
|
-
|
|
1336
|
-
* init and update demos scripts ([7baf1c8](https://github.com/CoCreate-app/CoCreate-utils/commit/7baf1c82a5aa0887730a28f95c7dae80a0d66da2))
|
|
1337
|
-
* workflows ([35b25e1](https://github.com/CoCreate-app/CoCreate-utils/commit/35b25e13ff2a072b572a21a2b0ab2a7074f30b2a))
|
|
1338
|
-
|
|
1339
|
-
## [1.0.20](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.19...v1.0.20) (2021-07-14)
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
### Bug Fixes
|
|
1343
|
-
|
|
1344
|
-
* upgrade all packages ([82aab58](https://github.com/CoCreate-app/CoCreate-utils/commit/82aab58878db6c589cba0d4df8cdfb2dd2444008))
|
|
1345
|
-
|
|
1346
|
-
## [1.0.19](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.18...v1.0.19) (2021-07-13)
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
### Bug Fixes
|
|
1350
|
-
|
|
1351
|
-
* add yarn lockfile to git ignore ([acc31a1](https://github.com/CoCreate-app/CoCreate-utils/commit/acc31a17a8d67948de170435a916a5ca036fb39e))
|
|
1352
|
-
* remove yarn.lock ([4059687](https://github.com/CoCreate-app/CoCreate-utils/commit/4059687ceeddc13eeccf40a60d79a8ef1dc82b2b))
|
|
1353
|
-
|
|
1354
|
-
## [1.0.18](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.17...v1.0.18) (2021-07-10)
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
### Bug Fixes
|
|
1358
|
-
|
|
1359
|
-
* gitignore all logs ([05e2893](https://github.com/CoCreate-app/CoCreate-utils/commit/05e289339aa8d7a2f5dcdcc808e1644ea190efa9))
|
|
1360
|
-
|
|
1361
|
-
## [1.0.17](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.16...v1.0.17) (2021-07-07)
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
### Bug Fixes
|
|
1365
|
-
|
|
1366
|
-
* update package versions ([0a83875](https://github.com/CoCreate-app/CoCreate-utils/commit/0a8387520dda6948b2d1af9bae3de6b0ce795725))
|
|
1367
|
-
|
|
1368
|
-
## [1.0.16](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.15...v1.0.16) (2021-06-30)
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
### Bug Fixes
|
|
1372
|
-
|
|
1373
|
-
* Update readme.md ([9afa4cb](https://github.com/CoCreate-app/CoCreate-utils/commit/9afa4cb1d8bfe4658ef0b17939b157ef50300cee))
|
|
1374
|
-
|
|
1375
|
-
## [1.0.15](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.14...v1.0.15) (2021-06-30)
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
### Bug Fixes
|
|
1379
|
-
|
|
1380
|
-
* automated and manual workflows ([f82fdb0](https://github.com/CoCreate-app/CoCreate-utils/commit/f82fdb00215289e510e556a76aa99f486aa36633))
|
|
1381
|
-
|
|
1382
|
-
## [1.0.14](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.13...v1.0.14) (2021-06-25)
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
### Bug Fixes
|
|
1386
|
-
|
|
1387
|
-
* latest version numbers applied to all cocreate packages ([a8168c1](https://github.com/CoCreate-app/CoCreate-utils/commit/a8168c18f2be60eb08d75c990129d30bdbb864f3))
|
|
1388
|
-
|
|
1389
|
-
## [1.0.13](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.12...v1.0.13) (2021-06-24)
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
### Bug Fixes
|
|
1393
|
-
|
|
1394
|
-
* package versioningto 1.0.0 ([c80db11](https://github.com/CoCreate-app/CoCreate-utils/commit/c80db1116ba547c538ed4f2d9b1c35451a88ba96))
|
|
1395
|
-
|
|
1396
|
-
## [1.0.12](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.11...v1.0.12) (2021-06-24)
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
### Bug Fixes
|
|
1400
|
-
|
|
1401
|
-
* update all [@cocreate](https://github.com/cocreate) to use latest versions ([4c64b7b](https://github.com/CoCreate-app/CoCreate-utils/commit/4c64b7b1d14801a7597a1746ec524804b01b46ca))
|
|
1402
|
-
|
|
1403
|
-
## [1.0.11](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.10...v1.0.11) (2021-06-23)
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
### Bug Fixes
|
|
1407
|
-
|
|
1408
|
-
* update checkValue to checkAttrValue ([a33ec95](https://github.com/CoCreate-app/CoCreate-utils/commit/a33ec95fe6e64a9dbaacd5747d89e51fb98d0563))
|
|
1409
|
-
|
|
1410
|
-
## [1.0.10](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.9...v1.0.10) (2021-06-20)
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
### Bug Fixes
|
|
1414
|
-
|
|
1415
|
-
* new mutaionObserver init function ([bc296e7](https://github.com/CoCreate-app/CoCreate-utils/commit/bc296e749964365a8dbdd4f8452364fda49f6ab3))
|
|
1416
|
-
|
|
1417
|
-
## [1.0.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.8...v1.0.9) (2021-06-17)
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
### Bug Fixes
|
|
1421
|
-
|
|
1422
|
-
* added header for seo ([102167c](https://github.com/CoCreate-app/CoCreate-utils/commit/102167c3ed079729022811096c3172eff980c0d1))
|
|
1423
|
-
|
|
1424
|
-
## [1.0.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.7...v1.0.8) (2021-06-06)
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
### Bug Fixes
|
|
1428
|
-
|
|
1429
|
-
* update packages, add uuid, add data-parse to demos ([1bdf18f](https://github.com/CoCreate-app/CoCreate-utils/commit/1bdf18ff122a94c4aba77ac905c12be17bb0b1f1))
|
|
1430
|
-
|
|
1431
|
-
## [1.0.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.6...v1.0.7) (2021-05-08)
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
### Bug Fixes
|
|
1435
|
-
|
|
1436
|
-
* add css auto parse and save to docs. ([1bd0ff1](https://github.com/CoCreate-app/CoCreate-utils/commit/1bd0ff186bf45b2123a08ebf0a1e3e6bf1072f33))
|
|
1437
|
-
|
|
1438
|
-
## [1.0.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.5...v1.0.6) (2021-04-27)
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
### Bug Fixes
|
|
1442
|
-
|
|
1443
|
-
* add host in docs ([a71d6ef](https://github.com/CoCreate-app/CoCreate-utils/commit/a71d6ef5cde9c98d75348382b8174c6967c9b218))
|
|
1444
|
-
|
|
1445
|
-
## [1.0.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.4...v1.0.5) (2021-04-27)
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
### Bug Fixes
|
|
1449
|
-
|
|
1450
|
-
* Update to readme, demo, added cdn scripts ([a322382](https://github.com/CoCreate-app/CoCreate-utils/commit/a322382c6a8fa5878459597751ad866af105e8b5))
|
|
1451
|
-
|
|
1452
|
-
## [1.0.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.3...v1.0.4) (2021-04-23)
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
### Bug Fixes
|
|
1456
|
-
|
|
1457
|
-
* readme and documentation. Removed securitykeys ([15bf3b8](https://github.com/CoCreate-app/CoCreate-utils/commit/15bf3b80360d107474d7a085325f9ecf0b785ffa))
|
|
1458
|
-
|
|
1459
|
-
## [1.0.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.2...v1.0.3) (2021-04-19)
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
### Bug Fixes
|
|
1463
|
-
|
|
1464
|
-
* ci and build process ([cfb2160](https://github.com/CoCreate-app/CoCreate-utils/commit/cfb216065c1efe0de27f5d387961e35b0f1cb9f7))
|
|
1465
|
-
* npm publish and cdn deployment ([e0475e5](https://github.com/CoCreate-app/CoCreate-utils/commit/e0475e5f15ece4e8e32364f6dc108caa16f02291))
|
|
1466
|
-
|
|
1467
|
-
## [1.0.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.1...v1.0.2) (2021-04-04)
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
### Bug Fixes
|
|
1471
|
-
|
|
1472
|
-
* update socket to socket-lient and crud to crud client" ([02d38d1](https://github.com/CoCreate-app/CoCreate-utils/commit/02d38d196db42a9d2ae9644ab45f6cb7f7018983))
|
|
1473
|
-
|
|
1474
|
-
## [1.0.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.0...v1.0.1) (2021-03-29)
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
### Bug Fixes
|
|
1478
|
-
|
|
1479
|
-
* Package Paths ([e3922fe](https://github.com/CoCreate-app/CoCreate-utils/commit/e3922fe7a0d8eaf1280cb908fe9e5637273e5e2b))
|
|
1480
|
-
|
|
1481
|
-
# 1.0.0 (2021-03-29)
|
|
6
|
+
* **semantic-release:** worklow error solved by running node version 14 ([13af687](https://github.com/CoCreate-app/CoCreate-utils/commit/13af68775507a53461fff3b421ebc11dbba7ac4d))
|
|
1482
7
|
|
|
1483
8
|
|
|
1484
9
|
### Features
|
|
1485
10
|
|
|
11
|
+
* dotNotationToObject will delete a key if its value is undefined. ([7689011](https://github.com/CoCreate-app/CoCreate-utils/commit/768901151cb6d58adfd8c32eb6e84f466a96ac64))
|
|
12
|
+
|
|
13
|
+
## [1.20.11](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.10...v1.20.11) (2023-06-02)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* format demo html ([0781405](https://github.com/CoCreate-app/CoCreate-utils/commit/07814055d65483c9e38199a3f9542d24ae038bbc))
|
|
19
|
+
|
|
20
|
+
## [1.20.10](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.9...v1.20.10) (2023-05-21)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([15e76aa](https://github.com/CoCreate-app/CoCreate-utils/commit/15e76aa21facfd82c46851e5838f746a9e1d145b))
|
|
26
|
+
|
|
27
|
+
## [1.20.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.8...v1.20.9) (2023-05-19)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([44fd1d1](https://github.com/CoCreate-app/CoCreate-utils/commit/44fd1d1bb5b1d020610becf5b4633c623207f96a))
|
|
33
|
+
|
|
34
|
+
## [1.20.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.7...v1.20.8) (2023-05-10)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* apikey renamed to key ([04c944b](https://github.com/CoCreate-app/CoCreate-utils/commit/04c944b58b00cb5ee68f3c08e5fa7b382b4e668c))
|
|
40
|
+
|
|
41
|
+
## [1.20.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.6...v1.20.7) (2023-05-06)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([e2a3b43](https://github.com/CoCreate-app/CoCreate-utils/commit/e2a3b43be8ae595f5ef5691bb4ca23e64bc662d4))
|
|
47
|
+
|
|
48
|
+
## [1.20.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.5...v1.20.6) (2023-05-01)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Bug Fixes
|
|
52
|
+
|
|
53
|
+
* update manifest.json to manifest.webmanifest ([a3a589c](https://github.com/CoCreate-app/CoCreate-utils/commit/a3a589c3970e8bbc2a84da9aa3b96838d95d8c35))
|
|
54
|
+
|
|
55
|
+
## [1.20.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.4...v1.20.5) (2023-05-01)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Bug Fixes
|
|
59
|
+
|
|
60
|
+
* replace fontawesome with svg ([27533ff](https://github.com/CoCreate-app/CoCreate-utils/commit/27533ffbb078eb1c30ee46b68d2e702a603e435c))
|
|
61
|
+
|
|
62
|
+
## [1.20.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.3...v1.20.4) (2023-04-30)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Bug Fixes
|
|
66
|
+
|
|
67
|
+
* fullscreen target updated to fullscreen fullscreen-target ([a070010](https://github.com/CoCreate-app/CoCreate-utils/commit/a070010b154dce613b3cec1fd6a9f456405b8006))
|
|
68
|
+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([ac2e244](https://github.com/CoCreate-app/CoCreate-utils/commit/ac2e2448448b8d2c0d2a95b230ec508a7200787b))
|
|
69
|
+
* removed toogle fullscreen icons. now using css content ([b2700fa](https://github.com/CoCreate-app/CoCreate-utils/commit/b2700fa1ce380bfb42a369b1843e236718d2c27c))
|
|
70
|
+
|
|
71
|
+
## [1.20.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.2...v1.20.3) (2023-04-24)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Bug Fixes
|
|
75
|
+
|
|
76
|
+
* updated worrkflows to v3 and node version 16 ([47558e0](https://github.com/CoCreate-app/CoCreate-utils/commit/47558e00e12baeb3d2792afbd3fde4d36657624c))
|
|
77
|
+
* workflow node version updated 16 ([c1ad96d](https://github.com/CoCreate-app/CoCreate-utils/commit/c1ad96d68866758203ffbe3bf90c86c1c7c808fc))
|
|
78
|
+
|
|
79
|
+
## [1.20.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.1...v1.20.2) (2023-04-24)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Bug Fixes
|
|
83
|
+
|
|
84
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([87a223d](https://github.com/CoCreate-app/CoCreate-utils/commit/87a223d80fd1f15f5ce5a11c533baa48969911a1))
|
|
85
|
+
|
|
86
|
+
## [1.20.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.0...v1.20.1) (2023-04-24)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Bug Fixes
|
|
90
|
+
|
|
91
|
+
* removed uglify.js from dev dependencies ([717a3cc](https://github.com/CoCreate-app/CoCreate-utils/commit/717a3ccd7eec18bbc62e936737cfa2fb4a9c5961))
|
|
92
|
+
|
|
93
|
+
# [1.20.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.7...v1.20.0) (2023-04-24)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
* added pwa manifest ([3692080](https://github.com/CoCreate-app/CoCreate-utils/commit/36920809ee5101bedda992ef005842a34feb3498))
|
|
99
|
+
|
|
100
|
+
## [1.19.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.6...v1.19.7) (2023-04-13)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Bug Fixes
|
|
104
|
+
|
|
105
|
+
* replaced object.entries with Object.keys ([f679614](https://github.com/CoCreate-app/CoCreate-utils/commit/f67961495349a9ce44ca387144c0790684c73ee1))
|
|
106
|
+
|
|
107
|
+
## [1.19.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.5...v1.19.6) (2023-04-11)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Bug Fixes
|
|
111
|
+
|
|
112
|
+
* bump dependencies ([c4e4b22](https://github.com/CoCreate-app/CoCreate-utils/commit/c4e4b22299b8a419d6d2db6fcd788ea62f2088d9))
|
|
113
|
+
|
|
114
|
+
## [1.19.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.4...v1.19.5) (2023-04-11)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### Bug Fixes
|
|
118
|
+
|
|
119
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([49f3652](https://github.com/CoCreate-app/CoCreate-utils/commit/49f36528a4572491187bb69e5625c626e793c56d))
|
|
120
|
+
|
|
121
|
+
## [1.19.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.3...v1.19.4) (2023-04-11)
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Bug Fixes
|
|
125
|
+
|
|
126
|
+
* renamed domans to hosts ([a43e64a](https://github.com/CoCreate-app/CoCreate-utils/commit/a43e64aa6c3ee8def8e7c1ddb2121c678f117576))
|
|
127
|
+
|
|
128
|
+
## [1.19.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.2...v1.19.3) (2023-03-30)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Bug Fixes
|
|
132
|
+
|
|
133
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies' ([ab12c4c](https://github.com/CoCreate-app/CoCreate-utils/commit/ab12c4cc0378418a6a484dea5abc0611e72dd604))
|
|
134
|
+
|
|
135
|
+
## [1.19.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.1...v1.19.2) (2023-03-16)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Bug Fixes
|
|
139
|
+
|
|
140
|
+
* bump dependencies' ([b66fd12](https://github.com/CoCreate-app/CoCreate-utils/commit/b66fd123ff2ec9ec8c5f422c1123366205c2e00c))
|
|
141
|
+
|
|
142
|
+
## [1.19.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.19.0...v1.19.1) (2023-03-16)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
### Bug Fixes
|
|
146
|
+
|
|
147
|
+
* bump dependencies' ([275260b](https://github.com/CoCreate-app/CoCreate-utils/commit/275260b77e3d3b80ba983b9e80345fa8e88ca778))
|
|
148
|
+
|
|
149
|
+
# [1.19.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.4...v1.19.0) (2023-03-16)
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Features
|
|
153
|
+
|
|
154
|
+
* replaced get-value and set-value with a super charged version of CoCreate-events ([144e773](https://github.com/CoCreate-app/CoCreate-utils/commit/144e773bacb91393eac7cc8b909f8e9ae8921288))
|
|
155
|
+
|
|
156
|
+
## [1.18.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.3...v1.18.4) (2023-02-27)
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### Bug Fixes
|
|
160
|
+
|
|
161
|
+
* getValueFromObject returns empty strings ([d030659](https://github.com/CoCreate-app/CoCreate-utils/commit/d030659a285bed28900bc1c2fd2197addc894cba))
|
|
162
|
+
|
|
163
|
+
## [1.18.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.2...v1.18.3) (2023-02-01)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Bug Fixes
|
|
167
|
+
|
|
168
|
+
* bump dependencies ([1ff96fd](https://github.com/CoCreate-app/CoCreate-utils/commit/1ff96fd4e36d067b083547c95c0e0f8b5286230c))
|
|
169
|
+
|
|
170
|
+
## [1.18.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.1...v1.18.2) (2023-02-01)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Bug Fixes
|
|
174
|
+
|
|
175
|
+
* improved serchData function ([9ccdeb2](https://github.com/CoCreate-app/CoCreate-utils/commit/9ccdeb20be86e87e50fea2f37cb5d019ca6636bc))
|
|
176
|
+
|
|
177
|
+
## [1.18.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.0...v1.18.1) (2023-01-31)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Bug Fixes
|
|
181
|
+
|
|
182
|
+
* bump dependencies ([1923825](https://github.com/CoCreate-app/CoCreate-utils/commit/192382563e0afcbadd0aa3c9fa6aa65f28c397ec))
|
|
183
|
+
|
|
184
|
+
# [1.18.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.26...v1.18.0) (2023-01-31)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Features
|
|
188
|
+
|
|
189
|
+
* supports query and search of empty string. ([b3e45e8](https://github.com/CoCreate-app/CoCreate-utils/commit/b3e45e81b27f595d0179f6e01af5555e9315cfa2))
|
|
190
|
+
|
|
191
|
+
## [1.17.26](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.25...v1.17.26) (2023-01-30)
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### Bug Fixes
|
|
195
|
+
|
|
196
|
+
* bump dependencies ([a1ec5c0](https://github.com/CoCreate-app/CoCreate-utils/commit/a1ec5c01851192a5e0f737eedd00acdc80280785))
|
|
197
|
+
|
|
198
|
+
## [1.17.25](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.24...v1.17.25) (2023-01-30)
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### Bug Fixes
|
|
202
|
+
|
|
203
|
+
* selectors = [selector] ([7d1d45d](https://github.com/CoCreate-app/CoCreate-utils/commit/7d1d45d4778592284f8da1d9a14bb363adb9c95b))
|
|
204
|
+
|
|
205
|
+
## [1.17.24](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.23...v1.17.24) (2023-01-30)
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
### Bug Fixes
|
|
209
|
+
|
|
210
|
+
* queryDocumentSelectorAll return array ([ae3759d](https://github.com/CoCreate-app/CoCreate-utils/commit/ae3759d8062d1e21d452d3f48fdb6dd66bd71367))
|
|
211
|
+
|
|
212
|
+
## [1.17.23](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.22...v1.17.23) (2023-01-29)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
### Bug Fixes
|
|
216
|
+
|
|
217
|
+
* bump dependencies ([f794357](https://github.com/CoCreate-app/CoCreate-utils/commit/f7943578bb3a265b6cfed8343cce5307c5e40b53))
|
|
218
|
+
|
|
219
|
+
## [1.17.22](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.21...v1.17.22) (2023-01-27)
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
### Bug Fixes
|
|
223
|
+
|
|
224
|
+
* bump dependencies ([f310a55](https://github.com/CoCreate-app/CoCreate-utils/commit/f310a55935915f70964ff7df808844efe88b6a7f))
|
|
225
|
+
|
|
226
|
+
## [1.17.21](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.20...v1.17.21) (2023-01-27)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
### Bug Fixes
|
|
230
|
+
|
|
231
|
+
* try to access window.top if fails continue ([c2bd8e6](https://github.com/CoCreate-app/CoCreate-utils/commit/c2bd8e6275ebb6450ffdac7a7d40ffd7837a87bc))
|
|
232
|
+
|
|
233
|
+
## [1.17.20](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.19...v1.17.20) (2023-01-10)
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
### Bug Fixes
|
|
237
|
+
|
|
238
|
+
* bump dependencies ([2f25cc8](https://github.com/CoCreate-app/CoCreate-utils/commit/2f25cc888fe737b3ba2e68fbbb2049583e613c1d))
|
|
239
|
+
|
|
240
|
+
## [1.17.19](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.18...v1.17.19) (2023-01-09)
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
### Bug Fixes
|
|
244
|
+
|
|
245
|
+
* bump dependnecies ([af70876](https://github.com/CoCreate-app/CoCreate-utils/commit/af70876684e901ec45e481edd137a40cc569cbfd))
|
|
246
|
+
|
|
247
|
+
## [1.17.18](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.17...v1.17.18) (2023-01-09)
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
### Bug Fixes
|
|
251
|
+
|
|
252
|
+
* bumpo dependnecies ([b177a5d](https://github.com/CoCreate-app/CoCreate-utils/commit/b177a5d3a20262d750f77918edaeaf15efde658b))
|
|
253
|
+
* query logical operator default set to and, if sort is number and has no value set to 0 ([27f6e87](https://github.com/CoCreate-app/CoCreate-utils/commit/27f6e87db9ab13e9903d57b17f5e0850d8357220))
|
|
254
|
+
|
|
255
|
+
## [1.17.17](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.16...v1.17.17) (2023-01-06)
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
### Bug Fixes
|
|
259
|
+
|
|
260
|
+
* bump dependencies, worklow [@v3](https://github.com/v3) ([fb77bfe](https://github.com/CoCreate-app/CoCreate-utils/commit/fb77bfe5784fc41cd0faf8f015ee241d80607b91))
|
|
261
|
+
* edit in github btn styles ([8e09f99](https://github.com/CoCreate-app/CoCreate-utils/commit/8e09f99a86995328b2616e0532155741f9efd890))
|
|
262
|
+
|
|
263
|
+
## [1.17.16](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.15...v1.17.16) (2023-01-05)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Bug Fixes
|
|
267
|
+
|
|
268
|
+
* bump dependencies ([38e764e](https://github.com/CoCreate-app/CoCreate-utils/commit/38e764e72fc91f09b6435ceea2389e1c21b0d4f2))
|
|
269
|
+
|
|
270
|
+
## [1.17.15](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.14...v1.17.15) (2023-01-05)
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
### Bug Fixes
|
|
274
|
+
|
|
275
|
+
* bump cdn to 1.39.4 ([ad89cdd](https://github.com/CoCreate-app/CoCreate-utils/commit/ad89cdd4b84f894da6962c0b1f0531b584d5b72a))
|
|
276
|
+
* bump dependencies ([a509975](https://github.com/CoCreate-app/CoCreate-utils/commit/a50997515eb03121175b1cb58db00abf1e3fe708))
|
|
277
|
+
|
|
278
|
+
## [1.17.14](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.13...v1.17.14) (2023-01-01)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Bug Fixes
|
|
282
|
+
|
|
283
|
+
* docs sanbox overflow ([1c6b8bd](https://github.com/CoCreate-app/CoCreate-utils/commit/1c6b8bd4f6d64111379e725965ded3ccb49cac2a))
|
|
284
|
+
|
|
285
|
+
## [1.17.13](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.12...v1.17.13) (2022-12-31)
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
### Bug Fixes
|
|
289
|
+
|
|
290
|
+
* bump dependencies ([0ec93f9](https://github.com/CoCreate-app/CoCreate-utils/commit/0ec93f9c20168ebd086ad6a753cadb99009f730d))
|
|
291
|
+
|
|
292
|
+
## [1.17.12](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.11...v1.17.12) (2022-12-31)
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
### Bug Fixes
|
|
296
|
+
|
|
297
|
+
* bump dependencies ([4539e63](https://github.com/CoCreate-app/CoCreate-utils/commit/4539e63cace3f7bc4fea394f3988a7beaaaee941))
|
|
298
|
+
|
|
299
|
+
## [1.17.11](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.10...v1.17.11) (2022-12-30)
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
### Bug Fixes
|
|
303
|
+
|
|
304
|
+
* update config sources to use template braces with entry on src ([15ef786](https://github.com/CoCreate-app/CoCreate-utils/commit/15ef7862f5d1a5a4ff7fc21814d4d7dbd0289b78))
|
|
305
|
+
|
|
306
|
+
## [1.17.10](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.9...v1.17.10) (2022-12-29)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### Bug Fixes
|
|
310
|
+
|
|
311
|
+
* bump dependencies ([d5e1e9d](https://github.com/CoCreate-app/CoCreate-utils/commit/d5e1e9dd385d226a8f5e3ee8cd5ccd3556dde131))
|
|
312
|
+
|
|
313
|
+
## [1.17.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.8...v1.17.9) (2022-12-29)
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
### Bug Fixes
|
|
317
|
+
|
|
318
|
+
* bump dependencies ([66454fd](https://github.com/CoCreate-app/CoCreate-utils/commit/66454fd19e0540c4d2c3de883fc0f0c3410b75bc))
|
|
319
|
+
|
|
320
|
+
## [1.17.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.7...v1.17.8) (2022-12-27)
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
### Bug Fixes
|
|
324
|
+
|
|
325
|
+
* bump dependencies ([aeda203](https://github.com/CoCreate-app/CoCreate-utils/commit/aeda203630f6ef6f6fced9a1e02ada288a140db3))
|
|
326
|
+
|
|
327
|
+
## [1.17.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.6...v1.17.7) (2022-12-25)
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
### Bug Fixes
|
|
331
|
+
|
|
332
|
+
* bump dependencies ([18fb95d](https://github.com/CoCreate-app/CoCreate-utils/commit/18fb95d3411197a04ef76c4eeb4a898ae8024174))
|
|
333
|
+
|
|
334
|
+
## [1.17.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.5...v1.17.6) (2022-12-25)
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### Bug Fixes
|
|
338
|
+
|
|
339
|
+
* bump dependencies ([72d7043](https://github.com/CoCreate-app/CoCreate-utils/commit/72d7043a09c923a6dd05bf0d699e4e7ee5126a31))
|
|
340
|
+
|
|
341
|
+
## [1.17.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.4...v1.17.5) (2022-12-23)
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
### Bug Fixes
|
|
345
|
+
|
|
346
|
+
* bump dependnecies ([82a2a7e](https://github.com/CoCreate-app/CoCreate-utils/commit/82a2a7ede631d3f8be42ac5e1f815de49ffa8070))
|
|
347
|
+
|
|
348
|
+
## [1.17.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.3...v1.17.4) (2022-12-22)
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Bug Fixes
|
|
352
|
+
|
|
353
|
+
* bump dependencies ([efd2255](https://github.com/CoCreate-app/CoCreate-utils/commit/efd22556fa81b09c154c5ce48b95368f883acede))
|
|
354
|
+
* update cdn ([0a41491](https://github.com/CoCreate-app/CoCreate-utils/commit/0a41491cd21bd0420c7447fae90fc69ea30635c9))
|
|
355
|
+
|
|
356
|
+
## [1.17.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.2...v1.17.3) (2022-12-22)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Bug Fixes
|
|
360
|
+
|
|
361
|
+
* update demos and bump dependencies ([8c3eb78](https://github.com/CoCreate-app/CoCreate-utils/commit/8c3eb788e855ca649c56d447fa726bad2926819d))
|
|
362
|
+
|
|
363
|
+
## [1.17.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.1...v1.17.2) (2022-12-21)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Bug Fixes
|
|
367
|
+
|
|
368
|
+
* bump dependencies ([8c3f6dd](https://github.com/CoCreate-app/CoCreate-utils/commit/8c3f6dd820e213be43494edb8ddd202f5de579e3))
|
|
369
|
+
|
|
370
|
+
## [1.17.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.0...v1.17.1) (2022-12-20)
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
### Bug Fixes
|
|
374
|
+
|
|
375
|
+
* bump dependencies ([d73c223](https://github.com/CoCreate-app/CoCreate-utils/commit/d73c2232038fca2dff19c701fd0fee1a4701a78a))
|
|
376
|
+
|
|
377
|
+
# [1.17.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.16.5...v1.17.0) (2022-12-17)
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
### Features
|
|
381
|
+
|
|
382
|
+
* escapeHthml function ([ef5359b](https://github.com/CoCreate-app/CoCreate-utils/commit/ef5359b511351b47803674e9ebde3532620313e1))
|
|
383
|
+
|
|
384
|
+
## [1.16.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.16.4...v1.16.5) (2022-12-15)
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
### Bug Fixes
|
|
388
|
+
|
|
389
|
+
* add missing dev dependency style-loader ([b3553f1](https://github.com/CoCreate-app/CoCreate-utils/commit/b3553f106576deb1856e76239ed72d78ff481625))
|
|
390
|
+
|
|
391
|
+
## [1.16.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.16.3...v1.16.4) (2022-12-13)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
### Bug Fixes
|
|
395
|
+
|
|
396
|
+
* removed un used devDependencies ([0a09534](https://github.com/CoCreate-app/CoCreate-utils/commit/0a09534a11df3680e432febf9776411e1e0e73ab))
|
|
397
|
+
|
|
398
|
+
## [1.16.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.16.2...v1.16.3) (2022-12-13)
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Bug Fixes
|
|
402
|
+
|
|
403
|
+
* bump dependencies ([c67f136](https://github.com/CoCreate-app/CoCreate-utils/commit/c67f136bd3438c2977251e322a9bc51cd8efed3d))
|
|
404
|
+
|
|
405
|
+
## [1.16.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.16.1...v1.16.2) (2022-12-13)
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
### Bug Fixes
|
|
409
|
+
|
|
410
|
+
* query operator includes and $includes ([c3cbafe](https://github.com/CoCreate-app/CoCreate-utils/commit/c3cbafe2751387de0a8a28cd0bb284eb19ce651d))
|
|
411
|
+
* sort direction uses key word asc desc ([87870b0](https://github.com/CoCreate-app/CoCreate-utils/commit/87870b005720d4d723fb194a5c876acd1b6f1c41))
|
|
412
|
+
|
|
413
|
+
## [1.16.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.16.0...v1.16.1) (2022-12-12)
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
### Bug Fixes
|
|
417
|
+
|
|
418
|
+
* bump dependencies ([d36245c](https://github.com/CoCreate-app/CoCreate-utils/commit/d36245c5c78c5f33e9ecb23f2c5091cee7e46aee))
|
|
419
|
+
|
|
420
|
+
# [1.16.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.15.3...v1.16.0) (2022-12-12)
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
### Features
|
|
424
|
+
|
|
425
|
+
* getAttributes, getAttributeNames and setAttributeNames ([de2d962](https://github.com/CoCreate-app/CoCreate-utils/commit/de2d96223017f457a1bf13e07ee1a8c49a0596ed))
|
|
426
|
+
|
|
427
|
+
## [1.15.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.15.2...v1.15.3) (2022-12-11)
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
### Bug Fixes
|
|
431
|
+
|
|
432
|
+
* bump dependencies ([e818cea](https://github.com/CoCreate-app/CoCreate-utils/commit/e818cea98fbdc8a4c831fe2a35d50b49e3f1b33c))
|
|
433
|
+
|
|
434
|
+
## [1.15.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.15.1...v1.15.2) (2022-12-09)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
### Bug Fixes
|
|
438
|
+
|
|
439
|
+
* bump dependencies ([97c1d5f](https://github.com/CoCreate-app/CoCreate-utils/commit/97c1d5fc7d514989169a314d503f6e08dd77078c))
|
|
440
|
+
|
|
441
|
+
## [1.15.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.15.0...v1.15.1) (2022-12-09)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
### Bug Fixes
|
|
445
|
+
|
|
446
|
+
* getValueFromObject returned false if value could not be found, it will now return undefined ([2ca7c4f](https://github.com/CoCreate-app/CoCreate-utils/commit/2ca7c4f1c893025b9240b796858457a1b33cc47e))
|
|
447
|
+
|
|
448
|
+
# [1.15.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.14.3...v1.15.0) (2022-12-08)
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
### Features
|
|
452
|
+
|
|
453
|
+
* checkValue function to check if value contains template brackets {{}} ([8432c50](https://github.com/CoCreate-app/CoCreate-utils/commit/8432c50ab48e345dfbcaf025128bed7db1abd539))
|
|
454
|
+
|
|
455
|
+
## [1.14.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.14.2...v1.14.3) (2022-12-07)
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
### Bug Fixes
|
|
459
|
+
|
|
460
|
+
* bump dependencies ([20dfebf](https://github.com/CoCreate-app/CoCreate-utils/commit/20dfebf1c48cf79c10ba376ce3d409c7065e0147))
|
|
461
|
+
|
|
462
|
+
## [1.14.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.14.1...v1.14.2) (2022-12-07)
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
### Bug Fixes
|
|
466
|
+
|
|
467
|
+
* sort type is string and value is undefined replace with empty string ([009cc48](https://github.com/CoCreate-app/CoCreate-utils/commit/009cc48ad7dbfdf1b04dd2e0d8dedbba291e6fb3))
|
|
468
|
+
|
|
469
|
+
## [1.14.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.14.0...v1.14.1) (2022-12-04)
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
### Bug Fixes
|
|
473
|
+
|
|
474
|
+
* bump dependencies ([047612f](https://github.com/CoCreate-app/CoCreate-utils/commit/047612f5d961df25b08994cd2bd394db5ed552b6))
|
|
475
|
+
|
|
476
|
+
# [1.14.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.13.1...v1.14.0) (2022-12-04)
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
### Bug Fixes
|
|
480
|
+
|
|
481
|
+
* operator typo ([fd47c03](https://github.com/CoCreate-app/CoCreate-utils/commit/fd47c03fcccc2e55d55fd01d50b24bfb36914106))
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
### Features
|
|
485
|
+
|
|
486
|
+
* ObjectId generator ([7b2de66](https://github.com/CoCreate-app/CoCreate-utils/commit/7b2de667e83ab5420228b86052cd2d6918d17188))
|
|
487
|
+
|
|
488
|
+
## [1.13.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.13.0...v1.13.1) (2022-12-02)
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
### Bug Fixes
|
|
492
|
+
|
|
493
|
+
* bump dependencies ([d260b53](https://github.com/CoCreate-app/CoCreate-utils/commit/d260b531473a55becb72c25bc79b1e4924b9331e))
|
|
494
|
+
* docs ([8c98304](https://github.com/CoCreate-app/CoCreate-utils/commit/8c98304bb530b7d1357788ef9b03589cef1fcf4b))
|
|
495
|
+
|
|
496
|
+
# [1.13.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.7...v1.13.0) (2022-12-02)
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
### Features
|
|
500
|
+
|
|
501
|
+
* getValueFromObject returns the defined key value, supports dot notation string. queryData supports logicalOperators and, or ([4d3c5e2](https://github.com/CoCreate-app/CoCreate-utils/commit/4d3c5e273ebe6042f78cb8f85d535468c1bd049d))
|
|
502
|
+
* search param caseSensitive and search can be an array ([50cd481](https://github.com/CoCreate-app/CoCreate-utils/commit/50cd4810bfa0b1e286b30d8418246045e67a2b37))
|
|
503
|
+
|
|
504
|
+
## [1.12.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.6...v1.12.7) (2022-11-28)
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
### Bug Fixes
|
|
508
|
+
|
|
509
|
+
* bump dependencies ([36a7c1c](https://github.com/CoCreate-app/CoCreate-utils/commit/36a7c1c273c6767f6202241659172fd76ebd452a))
|
|
510
|
+
|
|
511
|
+
## [1.12.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.5...v1.12.6) (2022-11-28)
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### Bug Fixes
|
|
515
|
+
|
|
516
|
+
* if no query.length or no search.length return true ([67d40d1](https://github.com/CoCreate-app/CoCreate-utils/commit/67d40d14d4c2c6c21aa83c6ec0aca575efeaec08))
|
|
517
|
+
|
|
518
|
+
## [1.12.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.4...v1.12.5) (2022-11-28)
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
### Bug Fixes
|
|
522
|
+
|
|
523
|
+
* bump dependencies ([83e94fc](https://github.com/CoCreate-app/CoCreate-utils/commit/83e94fc3911cb241b05d3700e33abeff35ed1aab))
|
|
524
|
+
|
|
525
|
+
## [1.12.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.3...v1.12.4) (2022-11-28)
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
### Bug Fixes
|
|
529
|
+
|
|
530
|
+
* search - if operator or and no match found return false ([27dc82d](https://github.com/CoCreate-app/CoCreate-utils/commit/27dc82d6ea56983fa46736fba0f4cab3f31a4ea0))
|
|
531
|
+
|
|
532
|
+
## [1.12.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.2...v1.12.3) (2022-11-27)
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
### Bug Fixes
|
|
536
|
+
|
|
537
|
+
* bump dependencies ([b13d826](https://github.com/CoCreate-app/CoCreate-utils/commit/b13d8265de4a93a23c2fa9f2c8d31860cffa7846))
|
|
538
|
+
|
|
539
|
+
## [1.12.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.1...v1.12.2) (2022-11-27)
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
### Bug Fixes
|
|
543
|
+
|
|
544
|
+
* improved searchData function ([25febc6](https://github.com/CoCreate-app/CoCreate-utils/commit/25febc683f44bbb75e7bd4f1e69ef239837a01de))
|
|
545
|
+
|
|
546
|
+
## [1.12.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.12.0...v1.12.1) (2022-11-26)
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
### Bug Fixes
|
|
550
|
+
|
|
551
|
+
* bump dependencies ([146c820](https://github.com/CoCreate-app/CoCreate-utils/commit/146c8209a799a8f742076e3e5a2881f99bd26bc9))
|
|
552
|
+
|
|
553
|
+
# [1.12.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.11.0...v1.12.0) (2022-11-25)
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
### Features
|
|
557
|
+
|
|
558
|
+
* functions for search, query and sorting objects and arrays ([a0ef76d](https://github.com/CoCreate-app/CoCreate-utils/commit/a0ef76d24969e3679159987b2f3c4633bc46c138))
|
|
559
|
+
|
|
560
|
+
# [1.11.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.23...v1.11.0) (2022-11-25)
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
### Bug Fixes
|
|
564
|
+
|
|
565
|
+
* add valueTypes to archive ([6fd51ff](https://github.com/CoCreate-app/CoCreate-utils/commit/6fd51ffe880699b5303be7f2452a363cc3737716))
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Features
|
|
569
|
+
|
|
570
|
+
* utils can be used in browser or server ([f8ad791](https://github.com/CoCreate-app/CoCreate-utils/commit/f8ad7913e5d0c658ca3ef58bda09082dde8b67ef))
|
|
571
|
+
|
|
572
|
+
## [1.10.23](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.22...v1.10.23) (2022-11-24)
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
### Bug Fixes
|
|
576
|
+
|
|
577
|
+
* bump depenedencies ([9b4eb69](https://github.com/CoCreate-app/CoCreate-utils/commit/9b4eb69f42919ec31dfcd2dc7aaff651b645c8d6))
|
|
578
|
+
|
|
579
|
+
## [1.10.22](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.21...v1.10.22) (2022-11-23)
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
### Bug Fixes
|
|
583
|
+
|
|
584
|
+
* bumped [@cocreate](https://github.com/cocreate) dependencies ([1df48f4](https://github.com/CoCreate-app/CoCreate-utils/commit/1df48f4dcf4cea3242306d9f1db7b45a4d106adf))
|
|
585
|
+
|
|
586
|
+
## [1.10.21](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.20...v1.10.21) (2022-11-22)
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
### Bug Fixes
|
|
590
|
+
|
|
591
|
+
* workflow docs ([c487ffc](https://github.com/CoCreate-app/CoCreate-utils/commit/c487ffc8ecf10a9aef8d0940a38c46a122f58b59))
|
|
592
|
+
|
|
593
|
+
## [1.10.20](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.19...v1.10.20) (2022-11-22)
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
### Bug Fixes
|
|
597
|
+
|
|
598
|
+
* apply src: {{source}} to CoCreate.config ([49cbcc5](https://github.com/CoCreate-app/CoCreate-utils/commit/49cbcc5c1471bf5f42ee1a4e708bf783096e760c))
|
|
599
|
+
|
|
600
|
+
## [1.10.19](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.18...v1.10.19) (2022-11-21)
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
### Bug Fixes
|
|
604
|
+
|
|
605
|
+
* @cocreate/docs bug fix ([b748daf](https://github.com/CoCreate-app/CoCreate-utils/commit/b748daf8b18ead98fc66bedf1e480c166be03df4))
|
|
606
|
+
|
|
607
|
+
## [1.10.18](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.17...v1.10.18) (2022-11-21)
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
### Bug Fixes
|
|
611
|
+
|
|
612
|
+
* replaced document_id with document._id ([90e32b2](https://github.com/CoCreate-app/CoCreate-utils/commit/90e32b2da28abdcbd35e4dd08aabd77865b615a1))
|
|
613
|
+
|
|
614
|
+
## [1.10.17](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.16...v1.10.17) (2022-11-21)
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
### Bug Fixes
|
|
618
|
+
|
|
619
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([97926a2](https://github.com/CoCreate-app/CoCreate-utils/commit/97926a2fb7c383d3d0fc3fcdda75a1c47430e9b4))
|
|
620
|
+
|
|
621
|
+
## [1.10.16](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.15...v1.10.16) (2022-11-21)
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
### Bug Fixes
|
|
625
|
+
|
|
626
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([8692bb4](https://github.com/CoCreate-app/CoCreate-utils/commit/8692bb4a25724ac06246475010b41fb99584967d))
|
|
627
|
+
|
|
628
|
+
## [1.10.15](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.14...v1.10.15) (2022-11-21)
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
### Bug Fixes
|
|
632
|
+
|
|
633
|
+
* bump d@cocreate ependencies ([3824be5](https://github.com/CoCreate-app/CoCreate-utils/commit/3824be507971f5febc247da3cccebc85a8e2b6d1))
|
|
634
|
+
|
|
635
|
+
## [1.10.14](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.13...v1.10.14) (2022-11-21)
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
### Bug Fixes
|
|
639
|
+
|
|
640
|
+
* renamed crud.checkAttrValue to crud.checkValue ([fe07687](https://github.com/CoCreate-app/CoCreate-utils/commit/fe076874b5f0f8a835556749341c53205c3d7bbf))
|
|
641
|
+
|
|
642
|
+
## [1.10.13](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.12...v1.10.13) (2022-10-02)
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
### Bug Fixes
|
|
646
|
+
|
|
647
|
+
* bump dependencies ([ea69eb1](https://github.com/CoCreate-app/CoCreate-utils/commit/ea69eb176c68c83b44f574cff98c639fc5931275))
|
|
648
|
+
|
|
649
|
+
## [1.10.12](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.11...v1.10.12) (2022-10-02)
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
### Bug Fixes
|
|
653
|
+
|
|
654
|
+
* minor bug fixes ([1a527d6](https://github.com/CoCreate-app/CoCreate-utils/commit/1a527d6996a779faaf55624d058e1313df5f578f))
|
|
655
|
+
|
|
656
|
+
## [1.10.11](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.10...v1.10.11) (2022-10-02)
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
### Bug Fixes
|
|
660
|
+
|
|
661
|
+
* bump @cocreate/hosting and @cocreate/socket-client ([445c4d4](https://github.com/CoCreate-app/CoCreate-utils/commit/445c4d41132d1b78d036de69de60c1f8915d75d6))
|
|
662
|
+
|
|
663
|
+
## [1.10.10](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.9...v1.10.10) (2022-10-01)
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
### Bug Fixes
|
|
667
|
+
|
|
668
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([7cea885](https://github.com/CoCreate-app/CoCreate-utils/commit/7cea88580789306e2fd5ede13ba8400d789ef2d5))
|
|
669
|
+
|
|
670
|
+
## [1.10.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.8...v1.10.9) (2022-10-01)
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
### Bug Fixes
|
|
674
|
+
|
|
675
|
+
* bump dependencies ([be3502f](https://github.com/CoCreate-app/CoCreate-utils/commit/be3502f901f436839e3b7f9276a8bd3a042a9b03))
|
|
676
|
+
|
|
677
|
+
## [1.10.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.7...v1.10.8) (2022-10-01)
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
### Bug Fixes
|
|
681
|
+
|
|
682
|
+
* bump dependencies ([8664d0b](https://github.com/CoCreate-app/CoCreate-utils/commit/8664d0bbb3bf10f8a93833b42ef9d35374c57dd8))
|
|
683
|
+
|
|
684
|
+
## [1.10.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.6...v1.10.7) (2022-09-30)
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
### Bug Fixes
|
|
688
|
+
|
|
689
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([c6b9551](https://github.com/CoCreate-app/CoCreate-utils/commit/c6b9551fb3ba3f987dd20c89a297e2e290cee35c))
|
|
690
|
+
|
|
691
|
+
## [1.10.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.5...v1.10.6) (2022-09-30)
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
### Bug Fixes
|
|
695
|
+
|
|
696
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([c71abcb](https://github.com/CoCreate-app/CoCreate-utils/commit/c71abcb2c1dd6dc1e816c58a47492c86e4302d78))
|
|
697
|
+
|
|
698
|
+
## [1.10.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.4...v1.10.5) (2022-09-30)
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
### Bug Fixes
|
|
702
|
+
|
|
703
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([234caa2](https://github.com/CoCreate-app/CoCreate-utils/commit/234caa2621090861097931ace25525e7caf3a1f6))
|
|
704
|
+
|
|
705
|
+
## [1.10.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.3...v1.10.4) (2022-09-30)
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
### Bug Fixes
|
|
709
|
+
|
|
710
|
+
* bump dependencies ([5b0d903](https://github.com/CoCreate-app/CoCreate-utils/commit/5b0d9036d12d59076ebdbd8fc70862cc791771e0))
|
|
711
|
+
|
|
712
|
+
## [1.10.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.2...v1.10.3) (2022-09-29)
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
### Bug Fixes
|
|
716
|
+
|
|
717
|
+
* config renameed to CoCreateConfig ([eda669c](https://github.com/CoCreate-app/CoCreate-utils/commit/eda669c88a5e141bb50fe37ba9ede11824da36bb))
|
|
718
|
+
|
|
719
|
+
## [1.10.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.1...v1.10.2) (2022-09-22)
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
### Bug Fixes
|
|
723
|
+
|
|
724
|
+
* dotNotationToObject if condition bug resolved ([cee0089](https://github.com/CoCreate-app/CoCreate-utils/commit/cee0089818f3a5358ec20b625c84910e1508661f))
|
|
725
|
+
|
|
726
|
+
## [1.10.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.0...v1.10.1) (2022-09-01)
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
### Bug Fixes
|
|
730
|
+
|
|
731
|
+
* bump all of [@cocreate](https://github.com/cocreate) dependencies ([36536ff](https://github.com/CoCreate-app/CoCreate-utils/commit/36536ff6e53f08edabbdece0b082b4bf389263bb))
|
|
732
|
+
|
|
733
|
+
# [1.10.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.9.1...v1.10.0) (2022-08-23)
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
### Features
|
|
737
|
+
|
|
738
|
+
* dotNotationToObject to convert a dot notation string to a nested object structure ([b924d33](https://github.com/CoCreate-app/CoCreate-utils/commit/b924d333ccf364d6ac1f736e8cbfe2d8999316cb))
|
|
739
|
+
|
|
740
|
+
## [1.9.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.9.0...v1.9.1) (2022-07-29)
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
### Bug Fixes
|
|
744
|
+
|
|
745
|
+
* removed console.log ([b237022](https://github.com/CoCreate-app/CoCreate-utils/commit/b2370221c33dc1972eee8204af8a310f9e44721c))
|
|
746
|
+
|
|
747
|
+
# [1.9.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.8.1...v1.9.0) (2022-07-03)
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
### Bug Fixes
|
|
751
|
+
|
|
752
|
+
* add queryDocumentSelector to export default ([b067ed1](https://github.com/CoCreate-app/CoCreate-utils/commit/b067ed1354488cf52014e2d417d75c5be455fc6f))
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
### Features
|
|
756
|
+
|
|
757
|
+
* queryDocumentSelector to return one element from an iframe or iframes parent ([477f179](https://github.com/CoCreate-app/CoCreate-utils/commit/477f179ef4e00aab219d12a5a9ae3a5e1cfae992))
|
|
758
|
+
|
|
759
|
+
## [1.8.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.8.0...v1.8.1) (2022-07-01)
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
### Bug Fixes
|
|
763
|
+
|
|
764
|
+
* remove function queryFrameSelector rhas been replaced by queryDocumentSelectorAll ([3c11054](https://github.com/CoCreate-app/CoCreate-utils/commit/3c110543598ded5753c9d715f3cb650d46e93263))
|
|
765
|
+
|
|
766
|
+
# [1.8.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.6...v1.8.0) (2022-07-01)
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
### Features
|
|
770
|
+
|
|
771
|
+
* queryDocumentSelectorAll - ability to query iframes and parent of iframes ([90bd26b](https://github.com/CoCreate-app/CoCreate-utils/commit/90bd26b139a6a5413ac67a92504cf533f10e0838))
|
|
772
|
+
|
|
773
|
+
## [1.7.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.5...v1.7.6) (2022-06-27)
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
### Bug Fixes
|
|
777
|
+
|
|
778
|
+
* remove functon getAttributes ([162228d](https://github.com/CoCreate-app/CoCreate-utils/commit/162228ddd99bcdf64a59088bddf2a6216a911898))
|
|
779
|
+
|
|
780
|
+
## [1.7.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.4...v1.7.5) (2022-06-24)
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
### Bug Fixes
|
|
784
|
+
|
|
785
|
+
* check path for character < if exist clean up path to mak it in to a valid selector ([9321063](https://github.com/CoCreate-app/CoCreate-utils/commit/93210634425db2dff507919dd32415f0d7bdfc95))
|
|
786
|
+
|
|
787
|
+
## [1.7.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.3...v1.7.4) (2022-06-18)
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
### Bug Fixes
|
|
791
|
+
|
|
792
|
+
* bump dependencies ([779f302](https://github.com/CoCreate-app/CoCreate-utils/commit/779f3026942bded821eb58ed0631c254494ba9ab))
|
|
793
|
+
|
|
794
|
+
## [1.7.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.2...v1.7.3) (2022-06-12)
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
### Bug Fixes
|
|
798
|
+
|
|
799
|
+
* update dependencies ([925855d](https://github.com/CoCreate-app/CoCreate-utils/commit/925855da986c61f700642657e27a4dca8a461d64))
|
|
800
|
+
* update docs css document_id ([cec8894](https://github.com/CoCreate-app/CoCreate-utils/commit/cec8894132d8d47eac5b0857fdcfd793ec97e6a2))
|
|
801
|
+
|
|
802
|
+
## [1.7.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.1...v1.7.2) (2022-05-23)
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
### Bug Fixes
|
|
806
|
+
|
|
807
|
+
* bump all dependencies ([2008e5d](https://github.com/CoCreate-app/CoCreate-utils/commit/2008e5d332cd30e801b47bb09d07609722fa7b02))
|
|
808
|
+
|
|
809
|
+
## [1.7.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.7.0...v1.7.1) (2022-05-17)
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
### Bug Fixes
|
|
813
|
+
|
|
814
|
+
* update document_id on link index.css ([a364cfb](https://github.com/CoCreate-app/CoCreate-utils/commit/a364cfb814524a0f2f8142919c8afbe696492bdc))
|
|
815
|
+
|
|
816
|
+
# [1.7.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.7...v1.7.0) (2022-05-14)
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
### Features
|
|
820
|
+
|
|
821
|
+
* function readDocumentList has been renamed to readDocuments ([19a402f](https://github.com/CoCreate-app/CoCreate-utils/commit/19a402f4a3372a6d88c75c729efc7ef38bdbb11b))
|
|
822
|
+
|
|
823
|
+
## [1.6.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.6...v1.6.7) (2022-05-06)
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
### Bug Fixes
|
|
827
|
+
|
|
828
|
+
* update config organization_Id to organization_id ([ea79e61](https://github.com/CoCreate-app/CoCreate-utils/commit/ea79e610fb1807e13516959697176253c38c8a9f))
|
|
829
|
+
|
|
830
|
+
## [1.6.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.5...v1.6.6) (2022-02-24)
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
### Bug Fixes
|
|
834
|
+
|
|
835
|
+
* CoCreate.config replace CoCreate.app with * ([d651a4a](https://github.com/CoCreate-app/CoCreate-utils/commit/d651a4a5a88fd105a1986bb55ec9795aad52ffd6))
|
|
836
|
+
|
|
837
|
+
## [1.6.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.4...v1.6.5) (2022-02-16)
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
### Bug Fixes
|
|
841
|
+
|
|
842
|
+
* update dependencies ([e727235](https://github.com/CoCreate-app/CoCreate-utils/commit/e7272356da2fee0811b9f42ed8c8d749b8c1ef2b))
|
|
843
|
+
|
|
844
|
+
## [1.6.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.3...v1.6.4) (2022-02-10)
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
### Bug Fixes
|
|
848
|
+
|
|
849
|
+
* bump dependencies ([5235dcb](https://github.com/CoCreate-app/CoCreate-utils/commit/5235dcb03337bce15bd0aa7d94497660f4024c8f))
|
|
850
|
+
|
|
851
|
+
## [1.6.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.2...v1.6.3) (2022-02-07)
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
### Bug Fixes
|
|
855
|
+
|
|
856
|
+
* bump dependency versions ([849f540](https://github.com/CoCreate-app/CoCreate-utils/commit/849f5409d140a475701f7c392ab99eeeb7001c6e))
|
|
857
|
+
|
|
858
|
+
## [1.6.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.1...v1.6.2) (2022-02-07)
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
### Bug Fixes
|
|
862
|
+
|
|
863
|
+
* if eid contains {{...}} continue with cssPath ([34e142c](https://github.com/CoCreate-app/CoCreate-utils/commit/34e142ce50e82da94c603c431244727f479bd333))
|
|
864
|
+
|
|
865
|
+
## [1.6.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.6.0...v1.6.1) (2022-02-03)
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
### Bug Fixes
|
|
869
|
+
|
|
870
|
+
* replaced show and hide class hidden with attribute hidden ([f1ad793](https://github.com/CoCreate-app/CoCreate-utils/commit/f1ad793841db4abe67032a24625e8a46f7560bbf))
|
|
871
|
+
|
|
872
|
+
# [1.6.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.5.1...v1.6.0) (2022-02-03)
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
### Features
|
|
876
|
+
|
|
877
|
+
* queryFrameSelectorAll to return elements from other documents, getFrameSelector to pase a selector and return document and selector ([c3b8c27](https://github.com/CoCreate-app/CoCreate-utils/commit/c3b8c27fc1f452b7eac0ac801770e3c0809295f8))
|
|
878
|
+
|
|
879
|
+
## [1.5.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.5.0...v1.5.1) (2022-02-01)
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
### Bug Fixes
|
|
883
|
+
|
|
884
|
+
* update dependency versions ([f85b89a](https://github.com/CoCreate-app/CoCreate-utils/commit/f85b89a8b27e0a92153739e89345c753917b350f))
|
|
885
|
+
|
|
886
|
+
# [1.5.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.4.3...v1.5.0) (2022-01-29)
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
### Features
|
|
890
|
+
|
|
891
|
+
* function to add click event to all documents in order to apply clickedElement to document dom object. this provides a refrence to the element that was actively clicked ([537003d](https://github.com/CoCreate-app/CoCreate-utils/commit/537003de6aa749a8dc215e70926dfc3dd2b830fb))
|
|
892
|
+
|
|
893
|
+
## [1.4.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.4.2...v1.4.3) (2022-01-01)
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
### Bug Fixes
|
|
897
|
+
|
|
898
|
+
* get-value attribute value now supports a selector added # to all values currently in get-value attributes ([d48bcd5](https://github.com/CoCreate-app/CoCreate-utils/commit/d48bcd5bdbc715b3aacb8db3b99cd8aa581b72ce))
|
|
899
|
+
|
|
900
|
+
## [1.4.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.4.1...v1.4.2) (2021-12-25)
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
### Bug Fixes
|
|
904
|
+
|
|
905
|
+
* comment cssPath class parser. path could not resolve element ([1a00794](https://github.com/CoCreate-app/CoCreate-utils/commit/1a00794a0ee96699379e8efd0e75000efe93cded))
|
|
906
|
+
|
|
907
|
+
## [1.4.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.4.0...v1.4.1) (2021-12-15)
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
### Bug Fixes
|
|
911
|
+
|
|
912
|
+
* update dependencies ([a36e4a6](https://github.com/CoCreate-app/CoCreate-utils/commit/a36e4a6356fdf7e25351895c9897e0f31341a9e1))
|
|
913
|
+
|
|
914
|
+
# [1.4.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.19...v1.4.0) (2021-12-14)
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
### Features
|
|
918
|
+
|
|
919
|
+
* cssPath and domParser update to support nested contenteditable elements ([a7b700a](https://github.com/CoCreate-app/CoCreate-utils/commit/a7b700add647856071cf2c3bfa0ce95b36144e0a))
|
|
920
|
+
|
|
921
|
+
## [1.3.19](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.18...v1.3.19) (2021-12-08)
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
### Bug Fixes
|
|
925
|
+
|
|
926
|
+
* cssPath nth-child if childern > 1 ([caa0f54](https://github.com/CoCreate-app/CoCreate-utils/commit/caa0f5480c58a3f5a5e8e117133ccad9f4acde66))
|
|
927
|
+
|
|
928
|
+
## [1.3.18](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.17...v1.3.18) (2021-12-08)
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
### Bug Fixes
|
|
932
|
+
|
|
933
|
+
* csspath element null return ([dd4ac41](https://github.com/CoCreate-app/CoCreate-utils/commit/dd4ac41f123105f1b4364e858bc221914220427c))
|
|
934
|
+
|
|
935
|
+
## [1.3.17](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.16...v1.3.17) (2021-11-27)
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
### Bug Fixes
|
|
939
|
+
|
|
940
|
+
* update dependencies ([d09ebd8](https://github.com/CoCreate-app/CoCreate-utils/commit/d09ebd8f0c9f0be1ffc9a84cd86252faf7d13bfd))
|
|
941
|
+
|
|
942
|
+
## [1.3.16](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.15...v1.3.16) (2021-11-27)
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
### Bug Fixes
|
|
946
|
+
|
|
947
|
+
* update dependencies ([86924ed](https://github.com/CoCreate-app/CoCreate-utils/commit/86924ed3e16a02c1c02a9c8727adc3e284a2b0a5))
|
|
948
|
+
|
|
949
|
+
## [1.3.15](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.14...v1.3.15) (2021-11-27)
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
### Bug Fixes
|
|
953
|
+
|
|
954
|
+
* update docs api and cocreateJS script ([7c731e2](https://github.com/CoCreate-app/CoCreate-utils/commit/7c731e23e2f90a6e47f503fbc20c310e3d325f51))
|
|
955
|
+
|
|
956
|
+
## [1.3.14](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.13...v1.3.14) (2021-11-26)
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
### Bug Fixes
|
|
960
|
+
|
|
961
|
+
* docs sidenav width ([340fe11](https://github.com/CoCreate-app/CoCreate-utils/commit/340fe115daa5795d4e4c31439b892232f77201d6))
|
|
962
|
+
|
|
963
|
+
## [1.3.13](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.12...v1.3.13) (2021-11-26)
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
### Bug Fixes
|
|
967
|
+
|
|
968
|
+
* update dependencies ([5f0a9a3](https://github.com/CoCreate-app/CoCreate-utils/commit/5f0a9a32bc5429359a67eeaa5dbe76b26f55f357))
|
|
969
|
+
|
|
970
|
+
## [1.3.12](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.11...v1.3.12) (2021-11-23)
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
### Bug Fixes
|
|
974
|
+
|
|
975
|
+
* update dependencies ([46a25c9](https://github.com/CoCreate-app/CoCreate-utils/commit/46a25c956602b61815398426e910aef0071ba23d))
|
|
976
|
+
|
|
977
|
+
## [1.3.11](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.10...v1.3.11) (2021-11-20)
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
### Bug Fixes
|
|
981
|
+
|
|
982
|
+
* update dependencies ([3cd5ae0](https://github.com/CoCreate-app/CoCreate-utils/commit/3cd5ae06e78e35b9cc0410293d1f03de7e4e4abd))
|
|
983
|
+
|
|
984
|
+
## [1.3.10](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.9...v1.3.10) (2021-11-19)
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
### Bug Fixes
|
|
988
|
+
|
|
989
|
+
* update dependencies ([ea1b16b](https://github.com/CoCreate-app/CoCreate-utils/commit/ea1b16b5f8f385e2a9970e061cde393fcd8a345f))
|
|
990
|
+
|
|
991
|
+
## [1.3.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.8...v1.3.9) (2021-11-18)
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
### Bug Fixes
|
|
995
|
+
|
|
996
|
+
* update dependencies ([3805e75](https://github.com/CoCreate-app/CoCreate-utils/commit/3805e7545a91be4159cf54e24b08516f4f9529ad))
|
|
997
|
+
|
|
998
|
+
## [1.3.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.7...v1.3.8) (2021-11-16)
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
### Bug Fixes
|
|
1002
|
+
|
|
1003
|
+
* update dependencies ([8ba3aac](https://github.com/CoCreate-app/CoCreate-utils/commit/8ba3aac3e2549a9ecb3fce877e11d5bfae59d913))
|
|
1004
|
+
|
|
1005
|
+
## [1.3.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.6...v1.3.7) (2021-11-15)
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
### Bug Fixes
|
|
1009
|
+
|
|
1010
|
+
* update dependencies ([5408f3b](https://github.com/CoCreate-app/CoCreate-utils/commit/5408f3bddf05ec2253c72fe07ce9e31595cf5243))
|
|
1011
|
+
|
|
1012
|
+
## [1.3.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.5...v1.3.6) (2021-11-11)
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
### Bug Fixes
|
|
1016
|
+
|
|
1017
|
+
* update readme ([cf15c33](https://github.com/CoCreate-app/CoCreate-utils/commit/cf15c33d12bb74508a10cda88ffa62ba05163c32))
|
|
1018
|
+
|
|
1019
|
+
## [1.3.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.4...v1.3.5) (2021-11-06)
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
### Bug Fixes
|
|
1023
|
+
|
|
1024
|
+
* update dependencies ([d673974](https://github.com/CoCreate-app/CoCreate-utils/commit/d673974be38c03a86e19a01255da95555a9efe0d))
|
|
1025
|
+
|
|
1026
|
+
## [1.3.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.3...v1.3.4) (2021-11-04)
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
### Bug Fixes
|
|
1030
|
+
|
|
1031
|
+
* update dependencies ([810034c](https://github.com/CoCreate-app/CoCreate-utils/commit/810034c4cec62f7a98b2f498ef6132ebfdb250e4))
|
|
1032
|
+
|
|
1033
|
+
## [1.3.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.2...v1.3.3) (2021-11-04)
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
### Bug Fixes
|
|
1037
|
+
|
|
1038
|
+
* update packages ([ab1805f](https://github.com/CoCreate-app/CoCreate-utils/commit/ab1805f2c318b0446a7f83ec7970dac22112afc3))
|
|
1039
|
+
|
|
1040
|
+
## [1.3.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.1...v1.3.2) (2021-11-03)
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
### Bug Fixes
|
|
1044
|
+
|
|
1045
|
+
* domParser could not handle an innerHtml html that began with text. maintag could not be found ([3fcbda4](https://github.com/CoCreate-app/CoCreate-utils/commit/3fcbda446d1b979884f5c99ad6bd8f37ff936541))
|
|
1046
|
+
|
|
1047
|
+
## [1.3.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.3.0...v1.3.1) (2021-11-01)
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
### Bug Fixes
|
|
1051
|
+
|
|
1052
|
+
* update package dependencies ([1dce029](https://github.com/CoCreate-app/CoCreate-utils/commit/1dce029e60e599897f374a376588ec3e607f8786))
|
|
1053
|
+
|
|
1054
|
+
# [1.3.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.2.1...v1.3.0) (2021-11-01)
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
### Bug Fixes
|
|
1058
|
+
|
|
1059
|
+
* cssPath did not push and return path if it was id ([4af00bd](https://github.com/CoCreate-app/CoCreate-utils/commit/4af00bd4c3fd376a1fd15d7dd1eeeec63ff0ddcf))
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
### Features
|
|
1063
|
+
|
|
1064
|
+
* cssPath will stop and return path if id or eid found... rather then continuing to travel up the dom tree ([17d6ced](https://github.com/CoCreate-app/CoCreate-utils/commit/17d6ced222f0552f870f2feeffecf7970ad653a3))
|
|
1065
|
+
|
|
1066
|
+
## [1.2.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.2.0...v1.2.1) (2021-10-29)
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
### Bug Fixes
|
|
1070
|
+
|
|
1071
|
+
* update dependencies ([f77e945](https://github.com/CoCreate-app/CoCreate-utils/commit/f77e945e2b17310d20769434492bd074e99a1d78))
|
|
1072
|
+
|
|
1073
|
+
# [1.2.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.36...v1.2.0) (2021-10-29)
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
### Features
|
|
1077
|
+
|
|
1078
|
+
* cssPath and domParser ([25c5088](https://github.com/CoCreate-app/CoCreate-utils/commit/25c508855c663f5e2f64596549d1eccb14eb4292))
|
|
1079
|
+
|
|
1080
|
+
## [1.1.36](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.35...v1.1.36) (2021-10-17)
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
### Bug Fixes
|
|
1084
|
+
|
|
1085
|
+
* update dependendies ([c5a34a9](https://github.com/CoCreate-app/CoCreate-utils/commit/c5a34a9ce6cff492f76e8e614a35860037d1f722))
|
|
1086
|
+
|
|
1087
|
+
## [1.1.35](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.34...v1.1.35) (2021-10-16)
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
### Bug Fixes
|
|
1091
|
+
|
|
1092
|
+
* update socket package to fix bug in docs ([a5e71bd](https://github.com/CoCreate-app/CoCreate-utils/commit/a5e71bd6b6ae2a6cb025a50c91f6d90868c3f286))
|
|
1093
|
+
|
|
1094
|
+
## [1.1.34](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.33...v1.1.34) (2021-10-15)
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
### Bug Fixes
|
|
1098
|
+
|
|
1099
|
+
* update dependencies ([c0118c8](https://github.com/CoCreate-app/CoCreate-utils/commit/c0118c87f282ba84eaf9394ee82d9e8273842629))
|
|
1100
|
+
* update dependencies ([f388916](https://github.com/CoCreate-app/CoCreate-utils/commit/f388916f3ba3fdf76aa9d9e6e80d9ea53cb36af1))
|
|
1101
|
+
|
|
1102
|
+
## [1.1.33](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.32...v1.1.33) (2021-10-15)
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
### Bug Fixes
|
|
1106
|
+
|
|
1107
|
+
* update packages ([e525a27](https://github.com/CoCreate-app/CoCreate-utils/commit/e525a2736d8ec2079c0808804626d79e6a438f93))
|
|
1108
|
+
|
|
1109
|
+
## [1.1.32](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.31...v1.1.32) (2021-10-15)
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
### Bug Fixes
|
|
1113
|
+
|
|
1114
|
+
* updated dependencies ([c1dd75e](https://github.com/CoCreate-app/CoCreate-utils/commit/c1dd75e7d0d7c96aecf399cd7340d14a299ec0f2))
|
|
1115
|
+
|
|
1116
|
+
## [1.1.31](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.30...v1.1.31) (2021-10-13)
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
### Bug Fixes
|
|
1120
|
+
|
|
1121
|
+
* update descriptions ([64fbbc6](https://github.com/CoCreate-app/CoCreate-utils/commit/64fbbc610289b180b72c8b372424835f57e2430f))
|
|
1122
|
+
|
|
1123
|
+
## [1.1.30](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.29...v1.1.30) (2021-10-13)
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
### Bug Fixes
|
|
1127
|
+
|
|
1128
|
+
* update dependencies ([611597a](https://github.com/CoCreate-app/CoCreate-utils/commit/611597a68a44407870096408dfcc6cd3446560d9))
|
|
1129
|
+
|
|
1130
|
+
## [1.1.29](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.28...v1.1.29) (2021-10-06)
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
### Bug Fixes
|
|
1134
|
+
|
|
1135
|
+
* update dependencies ([82fbcbc](https://github.com/CoCreate-app/CoCreate-utils/commit/82fbcbc7c034c2dd2185812cd9c2f1ccc9f9a1ef))
|
|
1136
|
+
|
|
1137
|
+
## [1.1.28](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.27...v1.1.28) (2021-10-05)
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
### Bug Fixes
|
|
1141
|
+
|
|
1142
|
+
* update dependencies ([fce9515](https://github.com/CoCreate-app/CoCreate-utils/commit/fce9515f11247a3653f3bbb4ff34926b66d76459))
|
|
1143
|
+
* website_id in CoCreate.config ([dc0ba5c](https://github.com/CoCreate-app/CoCreate-utils/commit/dc0ba5c7956c959d5b3a2535f1e37e69e7d4f1aa))
|
|
1144
|
+
|
|
1145
|
+
## [1.1.27](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.26...v1.1.27) (2021-10-04)
|
|
1146
|
+
|
|
1147
|
+
|
|
1148
|
+
### Bug Fixes
|
|
1149
|
+
|
|
1150
|
+
* update dependencies ([fae48cb](https://github.com/CoCreate-app/CoCreate-utils/commit/fae48cb6eeed8ae6b474be2ff30f7deb190fe190))
|
|
1151
|
+
|
|
1152
|
+
## [1.1.26](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.25...v1.1.26) (2021-10-04)
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
### Bug Fixes
|
|
1156
|
+
|
|
1157
|
+
* remove configMatch from exports ([069417e](https://github.com/CoCreate-app/CoCreate-utils/commit/069417e0bd8d4b1b798034497b72c9d7d05840df))
|
|
1158
|
+
|
|
1159
|
+
## [1.1.25](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.24...v1.1.25) (2021-10-04)
|
|
1160
|
+
|
|
1161
|
+
|
|
1162
|
+
### Bug Fixes
|
|
1163
|
+
|
|
1164
|
+
* relocated matchConfig to @cocreate/element-config ([0ff7505](https://github.com/CoCreate-app/CoCreate-utils/commit/0ff7505e6c38727179d3d39221551c294926e6e4))
|
|
1165
|
+
|
|
1166
|
+
## [1.1.24](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.23...v1.1.24) (2021-10-02)
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
### Bug Fixes
|
|
1170
|
+
|
|
1171
|
+
* removed unused functions ([49e4e46](https://github.com/CoCreate-app/CoCreate-utils/commit/49e4e461bf572897012052e235430c4cf3a23808))
|
|
1172
|
+
|
|
1173
|
+
## [1.1.23](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.22...v1.1.23) (2021-10-02)
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
### Bug Fixes
|
|
1177
|
+
|
|
1178
|
+
* removed unused utilties ([b7d4c93](https://github.com/CoCreate-app/CoCreate-utils/commit/b7d4c93cb44ff202e33fc1f2be7643c7bef75cb1))
|
|
1179
|
+
* reverted prevoius changes ([303bcf1](https://github.com/CoCreate-app/CoCreate-utils/commit/303bcf1d77260b39fd05d45ffe69b1d99f027a90))
|
|
1180
|
+
|
|
1181
|
+
## [1.1.22](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.21...v1.1.22) (2021-10-01)
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
### Bug Fixes
|
|
1185
|
+
|
|
1186
|
+
* update packages ([77b69a1](https://github.com/CoCreate-app/CoCreate-utils/commit/77b69a172adc0a8186bf6c4284ff643a4b7d37de))
|
|
1187
|
+
|
|
1188
|
+
## [1.1.21](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.20...v1.1.21) (2021-10-01)
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
### Bug Fixes
|
|
1192
|
+
|
|
1193
|
+
* update dependencies ([36a9a59](https://github.com/CoCreate-app/CoCreate-utils/commit/36a9a59fb27d49223aded9236d490b6e308a6b86))
|
|
1194
|
+
|
|
1195
|
+
## [1.1.20](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.19...v1.1.20) (2021-09-28)
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
### Bug Fixes
|
|
1199
|
+
|
|
1200
|
+
* update dependencies ([b110537](https://github.com/CoCreate-app/CoCreate-utils/commit/b11053759d32263badf4d622a75be7539e45791d))
|
|
1201
|
+
|
|
1202
|
+
## [1.1.19](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.18...v1.1.19) (2021-09-16)
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
### Bug Fixes
|
|
1206
|
+
|
|
1207
|
+
* update dependencies ([4e227bd](https://github.com/CoCreate-app/CoCreate-utils/commit/4e227bd655df2a811cfc61ade1409b7a7424559c))
|
|
1208
|
+
|
|
1209
|
+
## [1.1.18](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.17...v1.1.18) (2021-09-14)
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
### Bug Fixes
|
|
1213
|
+
|
|
1214
|
+
* add cocreate.app to domains ([e570e58](https://github.com/CoCreate-app/CoCreate-utils/commit/e570e58569fac4f3309746a1a8888daa0192c1df))
|
|
1215
|
+
|
|
1216
|
+
## [1.1.17](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.16...v1.1.17) (2021-09-13)
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
### Bug Fixes
|
|
1220
|
+
|
|
1221
|
+
* upgrade dependencies ([303315d](https://github.com/CoCreate-app/CoCreate-utils/commit/303315d7010bd7c1cf15ef96f715af543c3e3d84))
|
|
1222
|
+
|
|
1223
|
+
## [1.1.16](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.15...v1.1.16) (2021-09-12)
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
### Bug Fixes
|
|
1227
|
+
|
|
1228
|
+
* update sidenav to use resize and toggle ([24a3e09](https://github.com/CoCreate-app/CoCreate-utils/commit/24a3e0908f062987c1da18732ace2d84a2a5b6b4))
|
|
1229
|
+
|
|
1230
|
+
## [1.1.15](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.14...v1.1.15) (2021-09-09)
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
### Bug Fixes
|
|
1234
|
+
|
|
1235
|
+
* update dependency @cocreate/docs ([8026f9a](https://github.com/CoCreate-app/CoCreate-utils/commit/8026f9a5a7882250afaa73e8de47b8413742c0fe))
|
|
1236
|
+
|
|
1237
|
+
## [1.1.14](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.13...v1.1.14) (2021-09-09)
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
### Bug Fixes
|
|
1241
|
+
|
|
1242
|
+
* ci docs ([f889bc3](https://github.com/CoCreate-app/CoCreate-utils/commit/f889bc34976b6932b878975cef224c78b4f154ba))
|
|
1243
|
+
|
|
1244
|
+
## [1.1.13](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.12...v1.1.13) (2021-09-09)
|
|
1245
|
+
|
|
1246
|
+
|
|
1247
|
+
### Bug Fixes
|
|
1248
|
+
|
|
1249
|
+
* update dependencies ([a6efa27](https://github.com/CoCreate-app/CoCreate-utils/commit/a6efa2796f51b5a94f81dc32c900b7dc65706d6c))
|
|
1250
|
+
|
|
1251
|
+
## [1.1.12](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.11...v1.1.12) (2021-09-09)
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
### Bug Fixes
|
|
1255
|
+
|
|
1256
|
+
* CoCreate.config directory, path, name and public ([197bbcf](https://github.com/CoCreate-app/CoCreate-utils/commit/197bbcf6dc27b7db1a4f6bae623138075b12e192))
|
|
1257
|
+
|
|
1258
|
+
## [1.1.11](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.10...v1.1.11) (2021-09-08)
|
|
1259
|
+
|
|
1260
|
+
|
|
1261
|
+
### Bug Fixes
|
|
1262
|
+
|
|
1263
|
+
* update dependencies ([4f4835c](https://github.com/CoCreate-app/CoCreate-utils/commit/4f4835c38aeb8871ba8e0283cc6b68254e112a5b))
|
|
1264
|
+
|
|
1265
|
+
## [1.1.10](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.9...v1.1.10) (2021-09-04)
|
|
1266
|
+
|
|
1267
|
+
|
|
1268
|
+
### Bug Fixes
|
|
1269
|
+
|
|
1270
|
+
* update dependencies ([ccc34f0](https://github.com/CoCreate-app/CoCreate-utils/commit/ccc34f0702407aeb04b904fd9d487becfd63de2e))
|
|
1271
|
+
|
|
1272
|
+
## [1.1.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.8...v1.1.9) (2021-08-31)
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
### Bug Fixes
|
|
1276
|
+
|
|
1277
|
+
* update dependencies ([6f15f55](https://github.com/CoCreate-app/CoCreate-utils/commit/6f15f55d2639ee2f1b307b49fe2d70d02861d7c4))
|
|
1278
|
+
|
|
1279
|
+
## [1.1.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.7...v1.1.8) (2021-08-27)
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
### Bug Fixes
|
|
1283
|
+
|
|
1284
|
+
* updaed dependencies ([ba3d183](https://github.com/CoCreate-app/CoCreate-utils/commit/ba3d183f54fc3099bd47ae9b504c59299cd51de5))
|
|
1285
|
+
|
|
1286
|
+
## [1.1.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.6...v1.1.7) (2021-08-23)
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
### Bug Fixes
|
|
1290
|
+
|
|
1291
|
+
* update package versions ([2136a18](https://github.com/CoCreate-app/CoCreate-utils/commit/2136a1856f6fb3fd7e922859f8adeef7e1af6718))
|
|
1292
|
+
|
|
1293
|
+
## [1.1.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.5...v1.1.6) (2021-08-22)
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
### Bug Fixes
|
|
1297
|
+
|
|
1298
|
+
* removed data- from main-content, clone, filter-value_type ([e5f182e](https://github.com/CoCreate-app/CoCreate-utils/commit/e5f182e08ef0a0198e54d9c4f4acd9097fb34165))
|
|
1299
|
+
|
|
1300
|
+
## [1.1.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.4...v1.1.5) (2021-08-22)
|
|
1301
|
+
|
|
1302
|
+
|
|
1303
|
+
### Bug Fixes
|
|
1304
|
+
|
|
1305
|
+
* bump package versions ([00dd6ba](https://github.com/CoCreate-app/CoCreate-utils/commit/00dd6ba11390c83fa5cf34b1ea81d034966952ea))
|
|
1306
|
+
|
|
1307
|
+
## [1.1.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.3...v1.1.4) (2021-08-22)
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
### Bug Fixes
|
|
1311
|
+
|
|
1312
|
+
* bump package versions ([b394252](https://github.com/CoCreate-app/CoCreate-utils/commit/b39425257a92bed3a70b8e68714ddab1edc1ed0a))
|
|
1313
|
+
|
|
1314
|
+
## [1.1.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.2...v1.1.3) (2021-08-14)
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
### Bug Fixes
|
|
1318
|
+
|
|
1319
|
+
* update to docs ([2e7fba9](https://github.com/CoCreate-app/CoCreate-utils/commit/2e7fba91ec908fef3645cc55fb2c18f5ca1ddb0d))
|
|
1320
|
+
|
|
1321
|
+
## [1.1.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.1...v1.1.2) (2021-08-02)
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
### Bug Fixes
|
|
1325
|
+
|
|
1326
|
+
* remove data- from attributes ([94e0b2a](https://github.com/CoCreate-app/CoCreate-utils/commit/94e0b2a6b6c82445a1c0cd3fb627a6ad287e20fd))
|
|
1327
|
+
* update data-fullscreen to fullscreen ([3f97b5c](https://github.com/CoCreate-app/CoCreate-utils/commit/3f97b5c79f2ddda24b5452df5a976fc8dde2cd39))
|
|
1328
|
+
|
|
1329
|
+
## [1.1.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.0...v1.1.1) (2021-07-28)
|
|
1330
|
+
|
|
1331
|
+
|
|
1332
|
+
### Bug Fixes
|
|
1333
|
+
|
|
1334
|
+
* remove data- from fetch, pass and filter ([7a2ba8c](https://github.com/CoCreate-app/CoCreate-utils/commit/7a2ba8cfc3d342bf8f02d5f95163a0061be8e65d))
|
|
1335
|
+
|
|
1336
|
+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.21...v1.1.0) (2021-07-28)
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
### Features
|
|
1340
|
+
|
|
1341
|
+
* add new is{attribute} system and remove data- from attributtes ([98ed4b1](https://github.com/CoCreate-app/CoCreate-utils/commit/98ed4b1ef1e0add092c6d0dd0fbbffd9271aa8fd))
|
|
1342
|
+
|
|
1343
|
+
## [1.0.21](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.20...v1.0.21) (2021-07-17)
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
### Bug Fixes
|
|
1347
|
+
|
|
1348
|
+
* init and update demos scripts ([7baf1c8](https://github.com/CoCreate-app/CoCreate-utils/commit/7baf1c82a5aa0887730a28f95c7dae80a0d66da2))
|
|
1349
|
+
* workflows ([35b25e1](https://github.com/CoCreate-app/CoCreate-utils/commit/35b25e13ff2a072b572a21a2b0ab2a7074f30b2a))
|
|
1350
|
+
|
|
1351
|
+
## [1.0.20](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.19...v1.0.20) (2021-07-14)
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
### Bug Fixes
|
|
1355
|
+
|
|
1356
|
+
* upgrade all packages ([82aab58](https://github.com/CoCreate-app/CoCreate-utils/commit/82aab58878db6c589cba0d4df8cdfb2dd2444008))
|
|
1357
|
+
|
|
1358
|
+
## [1.0.19](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.18...v1.0.19) (2021-07-13)
|
|
1359
|
+
|
|
1360
|
+
|
|
1361
|
+
### Bug Fixes
|
|
1362
|
+
|
|
1363
|
+
* add yarn lockfile to git ignore ([acc31a1](https://github.com/CoCreate-app/CoCreate-utils/commit/acc31a17a8d67948de170435a916a5ca036fb39e))
|
|
1364
|
+
* remove yarn.lock ([4059687](https://github.com/CoCreate-app/CoCreate-utils/commit/4059687ceeddc13eeccf40a60d79a8ef1dc82b2b))
|
|
1365
|
+
|
|
1366
|
+
## [1.0.18](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.17...v1.0.18) (2021-07-10)
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
### Bug Fixes
|
|
1370
|
+
|
|
1371
|
+
* gitignore all logs ([05e2893](https://github.com/CoCreate-app/CoCreate-utils/commit/05e289339aa8d7a2f5dcdcc808e1644ea190efa9))
|
|
1372
|
+
|
|
1373
|
+
## [1.0.17](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.16...v1.0.17) (2021-07-07)
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
### Bug Fixes
|
|
1377
|
+
|
|
1378
|
+
* update package versions ([0a83875](https://github.com/CoCreate-app/CoCreate-utils/commit/0a8387520dda6948b2d1af9bae3de6b0ce795725))
|
|
1379
|
+
|
|
1380
|
+
## [1.0.16](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.15...v1.0.16) (2021-06-30)
|
|
1381
|
+
|
|
1382
|
+
|
|
1383
|
+
### Bug Fixes
|
|
1384
|
+
|
|
1385
|
+
* Update readme.md ([9afa4cb](https://github.com/CoCreate-app/CoCreate-utils/commit/9afa4cb1d8bfe4658ef0b17939b157ef50300cee))
|
|
1386
|
+
|
|
1387
|
+
## [1.0.15](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.14...v1.0.15) (2021-06-30)
|
|
1388
|
+
|
|
1389
|
+
|
|
1390
|
+
### Bug Fixes
|
|
1391
|
+
|
|
1392
|
+
* automated and manual workflows ([f82fdb0](https://github.com/CoCreate-app/CoCreate-utils/commit/f82fdb00215289e510e556a76aa99f486aa36633))
|
|
1393
|
+
|
|
1394
|
+
## [1.0.14](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.13...v1.0.14) (2021-06-25)
|
|
1395
|
+
|
|
1396
|
+
|
|
1397
|
+
### Bug Fixes
|
|
1398
|
+
|
|
1399
|
+
* latest version numbers applied to all cocreate packages ([a8168c1](https://github.com/CoCreate-app/CoCreate-utils/commit/a8168c18f2be60eb08d75c990129d30bdbb864f3))
|
|
1400
|
+
|
|
1401
|
+
## [1.0.13](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.12...v1.0.13) (2021-06-24)
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
### Bug Fixes
|
|
1405
|
+
|
|
1406
|
+
* package versioningto 1.0.0 ([c80db11](https://github.com/CoCreate-app/CoCreate-utils/commit/c80db1116ba547c538ed4f2d9b1c35451a88ba96))
|
|
1407
|
+
|
|
1408
|
+
## [1.0.12](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.11...v1.0.12) (2021-06-24)
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
### Bug Fixes
|
|
1412
|
+
|
|
1413
|
+
* update all [@cocreate](https://github.com/cocreate) to use latest versions ([4c64b7b](https://github.com/CoCreate-app/CoCreate-utils/commit/4c64b7b1d14801a7597a1746ec524804b01b46ca))
|
|
1414
|
+
|
|
1415
|
+
## [1.0.11](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.10...v1.0.11) (2021-06-23)
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
### Bug Fixes
|
|
1419
|
+
|
|
1420
|
+
* update checkValue to checkAttrValue ([a33ec95](https://github.com/CoCreate-app/CoCreate-utils/commit/a33ec95fe6e64a9dbaacd5747d89e51fb98d0563))
|
|
1421
|
+
|
|
1422
|
+
## [1.0.10](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.9...v1.0.10) (2021-06-20)
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
### Bug Fixes
|
|
1426
|
+
|
|
1427
|
+
* new mutaionObserver init function ([bc296e7](https://github.com/CoCreate-app/CoCreate-utils/commit/bc296e749964365a8dbdd4f8452364fda49f6ab3))
|
|
1428
|
+
|
|
1429
|
+
## [1.0.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.8...v1.0.9) (2021-06-17)
|
|
1430
|
+
|
|
1431
|
+
|
|
1432
|
+
### Bug Fixes
|
|
1433
|
+
|
|
1434
|
+
* added header for seo ([102167c](https://github.com/CoCreate-app/CoCreate-utils/commit/102167c3ed079729022811096c3172eff980c0d1))
|
|
1435
|
+
|
|
1436
|
+
## [1.0.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.7...v1.0.8) (2021-06-06)
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
### Bug Fixes
|
|
1440
|
+
|
|
1441
|
+
* update packages, add uuid, add data-parse to demos ([1bdf18f](https://github.com/CoCreate-app/CoCreate-utils/commit/1bdf18ff122a94c4aba77ac905c12be17bb0b1f1))
|
|
1442
|
+
|
|
1443
|
+
## [1.0.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.6...v1.0.7) (2021-05-08)
|
|
1444
|
+
|
|
1445
|
+
|
|
1446
|
+
### Bug Fixes
|
|
1447
|
+
|
|
1448
|
+
* add css auto parse and save to docs. ([1bd0ff1](https://github.com/CoCreate-app/CoCreate-utils/commit/1bd0ff186bf45b2123a08ebf0a1e3e6bf1072f33))
|
|
1449
|
+
|
|
1450
|
+
## [1.0.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.5...v1.0.6) (2021-04-27)
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
### Bug Fixes
|
|
1454
|
+
|
|
1455
|
+
* add host in docs ([a71d6ef](https://github.com/CoCreate-app/CoCreate-utils/commit/a71d6ef5cde9c98d75348382b8174c6967c9b218))
|
|
1456
|
+
|
|
1457
|
+
## [1.0.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.4...v1.0.5) (2021-04-27)
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
### Bug Fixes
|
|
1461
|
+
|
|
1462
|
+
* Update to readme, demo, added cdn scripts ([a322382](https://github.com/CoCreate-app/CoCreate-utils/commit/a322382c6a8fa5878459597751ad866af105e8b5))
|
|
1463
|
+
|
|
1464
|
+
## [1.0.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.3...v1.0.4) (2021-04-23)
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
### Bug Fixes
|
|
1468
|
+
|
|
1469
|
+
* readme and documentation. Removed securitykeys ([15bf3b8](https://github.com/CoCreate-app/CoCreate-utils/commit/15bf3b80360d107474d7a085325f9ecf0b785ffa))
|
|
1470
|
+
|
|
1471
|
+
## [1.0.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.2...v1.0.3) (2021-04-19)
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
### Bug Fixes
|
|
1475
|
+
|
|
1476
|
+
* ci and build process ([cfb2160](https://github.com/CoCreate-app/CoCreate-utils/commit/cfb216065c1efe0de27f5d387961e35b0f1cb9f7))
|
|
1477
|
+
* npm publish and cdn deployment ([e0475e5](https://github.com/CoCreate-app/CoCreate-utils/commit/e0475e5f15ece4e8e32364f6dc108caa16f02291))
|
|
1478
|
+
|
|
1479
|
+
## [1.0.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.1...v1.0.2) (2021-04-04)
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
### Bug Fixes
|
|
1483
|
+
|
|
1484
|
+
* update socket to socket-lient and crud to crud client" ([02d38d1](https://github.com/CoCreate-app/CoCreate-utils/commit/02d38d196db42a9d2ae9644ab45f6cb7f7018983))
|
|
1485
|
+
|
|
1486
|
+
## [1.0.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.0...v1.0.1) (2021-03-29)
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
### Bug Fixes
|
|
1490
|
+
|
|
1491
|
+
* Package Paths ([e3922fe](https://github.com/CoCreate-app/CoCreate-utils/commit/e3922fe7a0d8eaf1280cb908fe9e5637273e5e2b))
|
|
1492
|
+
|
|
1493
|
+
# 1.0.0 (2021-03-29)
|
|
1494
|
+
|
|
1495
|
+
|
|
1496
|
+
### Features
|
|
1497
|
+
|
|
1486
1498
|
* Initial Release ([6c42b88](https://github.com/CoCreate-app/CoCreate-utils/commit/6c42b88a97bb8b3c92a42f4d5a6bd1f5463ab79d))
|