@cocreate/users 1.22.8 → 1.22.10
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 +1796 -1781
- package/CONTRIBUTING.md +96 -96
- package/CoCreate.config.js +26 -26
- package/LICENSE +21 -21
- package/README.md +85 -85
- package/demo/signin.html +132 -83
- package/demo/signout.html +61 -39
- package/demo/signup.html +161 -103
- package/docs/index.html +371 -134
- package/package.json +70 -70
- package/release.config.js +21 -21
- package/src/client.js +268 -268
- package/src/index.css +9 -9
- package/src/index.js +13 -13
- package/src/server.js +127 -127
- package/webpack.config.js +84 -84
package/CHANGELOG.md
CHANGED
|
@@ -1,1782 +1,1797 @@
|
|
|
1
|
-
## [1.22.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
*
|
|
7
|
-
|
|
8
|
-
## [1.22.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
13
|
-
*
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
*
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
###
|
|
118
|
-
|
|
119
|
-
*
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
###
|
|
125
|
-
|
|
126
|
-
*
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
*
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
*
|
|
179
|
-
|
|
180
|
-
## [1.19.
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
### Bug Fixes
|
|
184
|
-
|
|
185
|
-
*
|
|
186
|
-
*
|
|
187
|
-
|
|
188
|
-
## [1.19.
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
### Bug Fixes
|
|
192
|
-
|
|
193
|
-
*
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
###
|
|
199
|
-
|
|
200
|
-
*
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
###
|
|
226
|
-
|
|
227
|
-
*
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
*
|
|
243
|
-
|
|
244
|
-
## [1.17.
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
### Bug Fixes
|
|
248
|
-
|
|
249
|
-
*
|
|
250
|
-
|
|
251
|
-
## [1.17.
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
### Bug Fixes
|
|
255
|
-
|
|
256
|
-
*
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
*
|
|
349
|
-
|
|
350
|
-
## [1.15.
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
### Bug Fixes
|
|
354
|
-
|
|
355
|
-
* bump
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
*
|
|
364
|
-
|
|
365
|
-
## [1.
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
### Bug Fixes
|
|
369
|
-
|
|
370
|
-
*
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
###
|
|
417
|
-
|
|
418
|
-
*
|
|
419
|
-
|
|
420
|
-
## [1.12.
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
### Bug Fixes
|
|
424
|
-
|
|
425
|
-
* bump
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
*
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
###
|
|
453
|
-
|
|
454
|
-
*
|
|
455
|
-
|
|
456
|
-
## [1.11.
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
### Bug Fixes
|
|
460
|
-
|
|
461
|
-
* bump
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
* bump
|
|
477
|
-
|
|
478
|
-
## [1.11.
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
### Bug Fixes
|
|
482
|
-
|
|
483
|
-
*
|
|
484
|
-
|
|
485
|
-
## [1.11.
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
### Bug Fixes
|
|
489
|
-
|
|
490
|
-
*
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
*
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
###
|
|
504
|
-
|
|
505
|
-
* index.css
|
|
506
|
-
|
|
507
|
-
## [1.
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
### Bug Fixes
|
|
511
|
-
|
|
512
|
-
*
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
*
|
|
535
|
-
|
|
536
|
-
## [1.10.
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
### Bug Fixes
|
|
540
|
-
|
|
541
|
-
* bump dependencies ([
|
|
542
|
-
|
|
543
|
-
## [1.10.
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
### Bug Fixes
|
|
547
|
-
|
|
548
|
-
* bump dependencies ([
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
*
|
|
585
|
-
|
|
586
|
-
## [1.10.
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
### Bug Fixes
|
|
590
|
-
|
|
591
|
-
*
|
|
592
|
-
|
|
593
|
-
## [1.10.
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
### Bug Fixes
|
|
597
|
-
|
|
598
|
-
* bump dependencies ([
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
*
|
|
621
|
-
|
|
622
|
-
## [1.10.
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
### Bug Fixes
|
|
626
|
-
|
|
627
|
-
* bump
|
|
628
|
-
|
|
629
|
-
## [1.10.
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
### Bug Fixes
|
|
633
|
-
|
|
634
|
-
*
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
* bump
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
*
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
###
|
|
715
|
-
|
|
716
|
-
*
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
*
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
###
|
|
820
|
-
|
|
821
|
-
*
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
* bump cdn
|
|
879
|
-
|
|
880
|
-
## [1.7.
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
### Bug Fixes
|
|
884
|
-
|
|
885
|
-
* bump cdn version to 1.
|
|
886
|
-
|
|
887
|
-
## [1.7.
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
### Bug Fixes
|
|
891
|
-
|
|
892
|
-
* bump cdn version
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
*
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
*
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
* bump cdn version to 1.15.
|
|
981
|
-
|
|
982
|
-
## [1.7.
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
### Bug Fixes
|
|
986
|
-
|
|
987
|
-
* bump cdn version to 1.15.
|
|
988
|
-
|
|
989
|
-
## [1.7.
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
### Bug Fixes
|
|
993
|
-
|
|
994
|
-
* bump
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
*
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
###
|
|
1064
|
-
|
|
1065
|
-
*
|
|
1066
|
-
|
|
1067
|
-
## [1.5.
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
### Bug Fixes
|
|
1071
|
-
|
|
1072
|
-
*
|
|
1073
|
-
*
|
|
1074
|
-
|
|
1075
|
-
## [1.5.
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
### Bug Fixes
|
|
1079
|
-
|
|
1080
|
-
*
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
* update
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
###
|
|
1094
|
-
|
|
1095
|
-
*
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
* update dependencies ([
|
|
1174
|
-
|
|
1175
|
-
## [1.4.
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
### Bug Fixes
|
|
1179
|
-
|
|
1180
|
-
* update dependencies ([
|
|
1181
|
-
|
|
1182
|
-
## [1.4.
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
### Bug Fixes
|
|
1186
|
-
|
|
1187
|
-
*
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
*
|
|
1196
|
-
|
|
1197
|
-
## [1.4.
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
### Bug Fixes
|
|
1201
|
-
|
|
1202
|
-
* update
|
|
1203
|
-
|
|
1204
|
-
## [1.4.
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
### Bug Fixes
|
|
1208
|
-
|
|
1209
|
-
*
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
* update
|
|
1330
|
-
|
|
1331
|
-
## [1.4.
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
### Bug Fixes
|
|
1335
|
-
|
|
1336
|
-
* update
|
|
1337
|
-
|
|
1338
|
-
## [1.4.
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
### Bug Fixes
|
|
1342
|
-
|
|
1343
|
-
* update
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
*
|
|
1408
|
-
|
|
1409
|
-
## [1.2.
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
### Bug Fixes
|
|
1413
|
-
|
|
1414
|
-
* update dependencies ([
|
|
1415
|
-
|
|
1416
|
-
## [1.2.
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
### Bug Fixes
|
|
1420
|
-
|
|
1421
|
-
* update dependencies ([
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
*
|
|
1605
|
-
|
|
1606
|
-
## [1.2.
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
### Bug Fixes
|
|
1610
|
-
|
|
1611
|
-
*
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
###
|
|
1617
|
-
|
|
1618
|
-
*
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
*
|
|
1653
|
-
|
|
1654
|
-
## [1.0.
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
### Bug Fixes
|
|
1658
|
-
|
|
1659
|
-
*
|
|
1660
|
-
|
|
1661
|
-
## [1.0.
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
### Bug Fixes
|
|
1665
|
-
|
|
1666
|
-
*
|
|
1667
|
-
*
|
|
1668
|
-
|
|
1669
|
-
## [1.0.
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
### Bug Fixes
|
|
1673
|
-
|
|
1674
|
-
*
|
|
1675
|
-
|
|
1676
|
-
## [1.0.
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
### Bug Fixes
|
|
1680
|
-
|
|
1681
|
-
*
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
*
|
|
1760
|
-
|
|
1761
|
-
## [1.0.
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
### Bug Fixes
|
|
1765
|
-
|
|
1766
|
-
*
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
*
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
###
|
|
1780
|
-
|
|
1781
|
-
*
|
|
1
|
+
## [1.22.10](https://github.com/CoCreate-app/CoCreate-users/compare/v1.22.9...v1.22.10) (2023-06-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **semantic-release:** worklow error solved by running node version 14 ([393deba](https://github.com/CoCreate-app/CoCreate-users/commit/393debaf54c8b652c494e0eb6a89d414973261e2))
|
|
7
|
+
|
|
8
|
+
## [1.22.9](https://github.com/CoCreate-app/CoCreate-users/compare/v1.22.8...v1.22.9) (2023-06-02)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* format demo html ([f35ed1a](https://github.com/CoCreate-app/CoCreate-users/commit/f35ed1a39d546047f58912c39d7a51fc4d28d9ae))
|
|
14
|
+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([1cd1125](https://github.com/CoCreate-app/CoCreate-users/commit/1cd1125dee02acd064f1ed500ed7a59ab5a78e8f))
|
|
15
|
+
|
|
16
|
+
## [1.22.8](https://github.com/CoCreate-app/CoCreate-users/compare/v1.22.7...v1.22.8) (2023-06-01)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* Refactor user creation and remove unnecessary code. ([15bf5c8](https://github.com/CoCreate-app/CoCreate-users/commit/15bf5c87572521471be3aa1a75bbdba37486ac1c))
|
|
22
|
+
|
|
23
|
+
## [1.22.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.22.6...v1.22.7) (2023-05-25)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* Update dependencies versions ([8ea7c78](https://github.com/CoCreate-app/CoCreate-users/commit/8ea7c782737e2c0c62bce71bc320a7738521f0ad))
|
|
29
|
+
|
|
30
|
+
## [1.22.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.22.5...v1.22.6) (2023-05-25)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* renamed authInstance to authenticate ([64554c1](https://github.com/CoCreate-app/CoCreate-users/commit/64554c164582d7950319aca24f3802d7be31325f))
|
|
36
|
+
|
|
37
|
+
## [1.22.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.22.4...v1.22.5) (2023-05-23)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* Add indexedDB support and remove db property when signing in. ([7979c19](https://github.com/CoCreate-app/CoCreate-users/commit/7979c192bd21905437aa65893b7a9600793e7fbc))
|
|
43
|
+
|
|
44
|
+
## [1.22.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.22.3...v1.22.4) (2023-05-21)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* Add UID to sign-in and user status response ([33801a9](https://github.com/CoCreate-app/CoCreate-users/commit/33801a93dc5c2a36d3752dbe39abf443b8cc884c))
|
|
50
|
+
|
|
51
|
+
## [1.22.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.22.2...v1.22.3) (2023-05-21)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Bug Fixes
|
|
55
|
+
|
|
56
|
+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([a117535](https://github.com/CoCreate-app/CoCreate-users/commit/a117535e92ebbf93a7430e66569d5ecdb0240cb6))
|
|
57
|
+
|
|
58
|
+
## [1.22.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.22.1...v1.22.2) (2023-05-21)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Bug Fixes
|
|
62
|
+
|
|
63
|
+
* Refactor authentication flow for CoCreateUser ([25bd324](https://github.com/CoCreate-app/CoCreate-users/commit/25bd324bd04d0c196161f4e93b48589c80acee41))
|
|
64
|
+
|
|
65
|
+
## [1.22.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.22.0...v1.22.1) (2023-05-21)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Bug Fixes
|
|
69
|
+
|
|
70
|
+
* Remove unused function from client.js ([11fb260](https://github.com/CoCreate-app/CoCreate-users/commit/11fb2601c31e60b56b9463462dd9a44f70a797d2))
|
|
71
|
+
|
|
72
|
+
# [1.22.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.21.7...v1.22.0) (2023-05-21)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Features
|
|
76
|
+
|
|
77
|
+
* signup create a user and userKey ([67da925](https://github.com/CoCreate-app/CoCreate-users/commit/67da925f23ebdbc4ae0e38452f6a00d020691a62))
|
|
78
|
+
|
|
79
|
+
## [1.21.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.21.6...v1.21.7) (2023-05-20)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Bug Fixes
|
|
83
|
+
|
|
84
|
+
* updated dependencies to their latest versions ([2807bb2](https://github.com/CoCreate-app/CoCreate-users/commit/2807bb28f7845959ffd0f70fea7b0b502f033da1))
|
|
85
|
+
|
|
86
|
+
## [1.21.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.21.5...v1.21.6) (2023-05-20)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Bug Fixes
|
|
90
|
+
|
|
91
|
+
* Refactor user sign-in data collection in client.js ([fb899e2](https://github.com/CoCreate-app/CoCreate-users/commit/fb899e2e88c3cb1be0ee6efbdbb468e768fb34e0))
|
|
92
|
+
|
|
93
|
+
## [1.21.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.21.4...v1.21.5) (2023-05-20)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Bug Fixes
|
|
97
|
+
|
|
98
|
+
* Simplify CoCreateUser class by adding async/await and removing unnecessary commented code. ([bd22d42](https://github.com/CoCreate-app/CoCreate-users/commit/bd22d42c6e73be130c6d208bb8010b1056e0da0a))
|
|
99
|
+
|
|
100
|
+
## [1.21.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.21.3...v1.21.4) (2023-05-19)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Bug Fixes
|
|
104
|
+
|
|
105
|
+
* 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. ([57377f1](https://github.com/CoCreate-app/CoCreate-users/commit/57377f19ca386d3d1db4fd22b4a4d7a5ec4eb710))
|
|
106
|
+
|
|
107
|
+
## [1.21.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.21.2...v1.21.3) (2023-05-18)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Bug Fixes
|
|
111
|
+
|
|
112
|
+
* Refactored initialization of client and socket, signIn, signUp, signOut and updateUserStatus methods. ([cd98a9a](https://github.com/CoCreate-app/CoCreate-users/commit/cd98a9a30982ee61b31802c0879528d2d86c195d))
|
|
113
|
+
|
|
114
|
+
## [1.21.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.21.1...v1.21.2) (2023-05-12)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### Bug Fixes
|
|
118
|
+
|
|
119
|
+
* renamed signInRequest to signIn ([d6aa96b](https://github.com/CoCreate-app/CoCreate-users/commit/d6aa96b3ea705e974c8b20e38fdf3f6d478d5a4a))
|
|
120
|
+
|
|
121
|
+
## [1.21.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.21.0...v1.21.1) (2023-05-10)
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Bug Fixes
|
|
125
|
+
|
|
126
|
+
* apikey renamed to key ([392ec35](https://github.com/CoCreate-app/CoCreate-users/commit/392ec35a1d5b0234a30cd5342ea6b6dfd0d59b05))
|
|
127
|
+
* apikey renamed to key ([f195cc7](https://github.com/CoCreate-app/CoCreate-users/commit/f195cc726e448b45e3e94ec8ee15af105840c9ba))
|
|
128
|
+
|
|
129
|
+
# [1.21.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.20.0...v1.21.0) (2023-05-10)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
### Features
|
|
133
|
+
|
|
134
|
+
* added @cocreate/form ([2fb6c2b](https://github.com/CoCreate-app/CoCreate-users/commit/2fb6c2b635f7bb6cc7d527f0d6c439eaa95cf19d))
|
|
135
|
+
|
|
136
|
+
# [1.20.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.19.9...v1.20.0) (2023-05-10)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Features
|
|
140
|
+
|
|
141
|
+
* if !dbUrl use indexeddb ([ba86800](https://github.com/CoCreate-app/CoCreate-users/commit/ba8680066b01ffa8df02dfeb260d229d2081fc44))
|
|
142
|
+
|
|
143
|
+
## [1.19.9](https://github.com/CoCreate-app/CoCreate-users/compare/v1.19.8...v1.19.9) (2023-05-07)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Bug Fixes
|
|
147
|
+
|
|
148
|
+
* crud.wsManger ([f725296](https://github.com/CoCreate-app/CoCreate-users/commit/f725296a7fc62eb6520e2c3e748a5f64bb3cc164))
|
|
149
|
+
|
|
150
|
+
## [1.19.8](https://github.com/CoCreate-app/CoCreate-users/compare/v1.19.7...v1.19.8) (2023-05-06)
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
### Bug Fixes
|
|
154
|
+
|
|
155
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([fe717a3](https://github.com/CoCreate-app/CoCreate-users/commit/fe717a368dc272414fa1b3185431db8ad1ac5c58))
|
|
156
|
+
|
|
157
|
+
## [1.19.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.19.6...v1.19.7) (2023-05-01)
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Bug Fixes
|
|
161
|
+
|
|
162
|
+
* update manifest.json to manifest.webmanifest ([96379ef](https://github.com/CoCreate-app/CoCreate-users/commit/96379ef50135dfd8e98f37e6230c1fb7a8e880ea))
|
|
163
|
+
|
|
164
|
+
## [1.19.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.19.5...v1.19.6) (2023-05-01)
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
### Bug Fixes
|
|
168
|
+
|
|
169
|
+
* replace fontawesome with svg ([a6b9c25](https://github.com/CoCreate-app/CoCreate-users/commit/a6b9c25056b066d112e788445f7e6f78e6334165))
|
|
170
|
+
|
|
171
|
+
## [1.19.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.19.4...v1.19.5) (2023-04-30)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Bug Fixes
|
|
175
|
+
|
|
176
|
+
* fullscreen target updated to fullscreen fullscreen-target ([87ded01](https://github.com/CoCreate-app/CoCreate-users/commit/87ded01f06f5998ac01d5e0c91227bfc29d084ee))
|
|
177
|
+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([73273fe](https://github.com/CoCreate-app/CoCreate-users/commit/73273fe61cd5502ff85e87b1af0905069daf1dfb))
|
|
178
|
+
* removed toogle fullscreen icons. now using css content ([66baed9](https://github.com/CoCreate-app/CoCreate-users/commit/66baed9cbc315ee55b41dafd78f0cf5855a12f95))
|
|
179
|
+
|
|
180
|
+
## [1.19.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.19.3...v1.19.4) (2023-04-24)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Bug Fixes
|
|
184
|
+
|
|
185
|
+
* updated worrkflows to v3 and node version 16 ([a9eb288](https://github.com/CoCreate-app/CoCreate-users/commit/a9eb2884ec99ee9b19636dc1f4ac1e0446d97aca))
|
|
186
|
+
* workflow node version updated 16 ([db39289](https://github.com/CoCreate-app/CoCreate-users/commit/db39289773d66d8e3e1fd648bcd683b834a02e1a))
|
|
187
|
+
|
|
188
|
+
## [1.19.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.19.2...v1.19.3) (2023-04-24)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Bug Fixes
|
|
192
|
+
|
|
193
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([7c8614d](https://github.com/CoCreate-app/CoCreate-users/commit/7c8614dcfe06e5a5bb1bdd95987187a2bb255afa))
|
|
194
|
+
|
|
195
|
+
## [1.19.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.19.1...v1.19.2) (2023-04-24)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Bug Fixes
|
|
199
|
+
|
|
200
|
+
* typo ([7e34148](https://github.com/CoCreate-app/CoCreate-users/commit/7e3414843f3bef3cd3dc7fe42f45cb55ade0442f))
|
|
201
|
+
* userStatus redirect conditions ([0d32f10](https://github.com/CoCreate-app/CoCreate-users/commit/0d32f10d60f18d1270ba5fb1702cadc9d9a39934))
|
|
202
|
+
|
|
203
|
+
## [1.19.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.19.0...v1.19.1) (2023-04-24)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
### Bug Fixes
|
|
207
|
+
|
|
208
|
+
* removed uglify.js from dev dependencies ([849636e](https://github.com/CoCreate-app/CoCreate-users/commit/849636e7d46af31d9d09ab636c37997690949e80))
|
|
209
|
+
|
|
210
|
+
# [1.19.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.18.0...v1.19.0) (2023-04-24)
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
### Features
|
|
214
|
+
|
|
215
|
+
* added pwa manifest ([36cae5b](https://github.com/CoCreate-app/CoCreate-users/commit/36cae5bcc5e6240c796f087c8aafb75c47fee466))
|
|
216
|
+
|
|
217
|
+
# [1.18.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.17.7...v1.18.0) (2023-04-13)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
* broadcast new user doc ([244226f](https://github.com/CoCreate-app/CoCreate-users/commit/244226ff818f3f6a2251b0cedd3ab196e02d137e))
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Features
|
|
226
|
+
|
|
227
|
+
* commented code that send signUp to server, instead it uses crud directly ([ef70d2a](https://github.com/CoCreate-app/CoCreate-users/commit/ef70d2a254cc882d12c6fe5257ecef18327ab276))
|
|
228
|
+
* data-type now handeled by getValue value-type ([4715d3e](https://github.com/CoCreate-app/CoCreate-users/commit/4715d3e95f0bd8d71d170b7c5a5cbfe846e7998a))
|
|
229
|
+
|
|
230
|
+
## [1.17.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.17.6...v1.17.7) (2023-04-11)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
### Bug Fixes
|
|
234
|
+
|
|
235
|
+
* removed adding token as cookie ([44077f7](https://github.com/CoCreate-app/CoCreate-users/commit/44077f7064c6b489d29b278353044b1fe7d6c420))
|
|
236
|
+
|
|
237
|
+
## [1.17.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.17.5...v1.17.6) (2023-04-11)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### Bug Fixes
|
|
241
|
+
|
|
242
|
+
* bump dependencies ([c4f667a](https://github.com/CoCreate-app/CoCreate-users/commit/c4f667a581777a7fd5e6334ccea0c328efa78266))
|
|
243
|
+
|
|
244
|
+
## [1.17.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.17.4...v1.17.5) (2023-04-11)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Bug Fixes
|
|
248
|
+
|
|
249
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([937ebce](https://github.com/CoCreate-app/CoCreate-users/commit/937ebce521a7563d2fd59987b2de8a68f46de55f))
|
|
250
|
+
|
|
251
|
+
## [1.17.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.17.3...v1.17.4) (2023-04-11)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Bug Fixes
|
|
255
|
+
|
|
256
|
+
* comment code that added org as a db in platform ([ff42708](https://github.com/CoCreate-app/CoCreate-users/commit/ff427084dbeb2bbf60c323af17ced6d20ca6f0d6))
|
|
257
|
+
* renamed domans to hosts ([ca9c918](https://github.com/CoCreate-app/CoCreate-users/commit/ca9c91812225464ea582fbf78d06ca871f5d76d4))
|
|
258
|
+
|
|
259
|
+
## [1.17.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.17.2...v1.17.3) (2023-03-30)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Bug Fixes
|
|
263
|
+
|
|
264
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies' ([45135ac](https://github.com/CoCreate-app/CoCreate-users/commit/45135ac4da7ab2ddfa77221d5708cdeef963335f))
|
|
265
|
+
|
|
266
|
+
## [1.17.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.17.1...v1.17.2) (2023-03-16)
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
### Bug Fixes
|
|
270
|
+
|
|
271
|
+
* bump dependencies' ([433324f](https://github.com/CoCreate-app/CoCreate-users/commit/433324fb769813b4c9ff5e42022014a358c8bd6c))
|
|
272
|
+
|
|
273
|
+
## [1.17.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.17.0...v1.17.1) (2023-03-16)
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
### Bug Fixes
|
|
277
|
+
|
|
278
|
+
* bump dependencies' ([6928a04](https://github.com/CoCreate-app/CoCreate-users/commit/6928a04d34e71dcaea7ab6e6f8e79f3f127ac23c))
|
|
279
|
+
|
|
280
|
+
# [1.17.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.16.5...v1.17.0) (2023-03-16)
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Features
|
|
284
|
+
|
|
285
|
+
* replaced get-value and set-value with a super charged version of CoCreate-events ([c0d6733](https://github.com/CoCreate-app/CoCreate-users/commit/c0d673358d45b3113a0220ef92cc814765d93e0d))
|
|
286
|
+
|
|
287
|
+
## [1.16.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.16.4...v1.16.5) (2023-02-01)
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
### Bug Fixes
|
|
291
|
+
|
|
292
|
+
* bump dependencies ([3ac0852](https://github.com/CoCreate-app/CoCreate-users/commit/3ac085254ecbea5fdab069335cea31f9b1108ce4))
|
|
293
|
+
|
|
294
|
+
## [1.16.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.16.3...v1.16.4) (2023-01-31)
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
### Bug Fixes
|
|
298
|
+
|
|
299
|
+
* bump dependencies ([065b2ba](https://github.com/CoCreate-app/CoCreate-users/commit/065b2ba805b824ee230281772c953cbbec7b585e))
|
|
300
|
+
|
|
301
|
+
## [1.16.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.16.2...v1.16.3) (2023-01-30)
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
### Bug Fixes
|
|
305
|
+
|
|
306
|
+
* bump dependencies ([b92d30b](https://github.com/CoCreate-app/CoCreate-users/commit/b92d30b2dddebbe8c51646469a979ec77b6d82eb))
|
|
307
|
+
|
|
308
|
+
## [1.16.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.16.1...v1.16.2) (2023-01-29)
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Bug Fixes
|
|
312
|
+
|
|
313
|
+
* bump dependencies ([cb8e61e](https://github.com/CoCreate-app/CoCreate-users/commit/cb8e61e26b31925b566b8d2969a2de91bc9289a4))
|
|
314
|
+
|
|
315
|
+
## [1.16.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.16.0...v1.16.1) (2023-01-29)
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
### Bug Fixes
|
|
319
|
+
|
|
320
|
+
* bump dependencies ([c4af30d](https://github.com/CoCreate-app/CoCreate-users/commit/c4af30d8a45fb31aca2211b2926be39faa9187a5))
|
|
321
|
+
|
|
322
|
+
# [1.16.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.15.6...v1.16.0) (2023-01-29)
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
### Features
|
|
326
|
+
|
|
327
|
+
* import @cocreate/local-storage ([c49ce25](https://github.com/CoCreate-app/CoCreate-users/commit/c49ce2512a673aaec1e3ad6f5c68b6896aa0c1d9))
|
|
328
|
+
|
|
329
|
+
## [1.15.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.15.5...v1.15.6) (2023-01-27)
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
### Bug Fixes
|
|
333
|
+
|
|
334
|
+
* bump dependencies ([7770274](https://github.com/CoCreate-app/CoCreate-users/commit/7770274a283ead18ccce7f45e96c4f13fd145436))
|
|
335
|
+
|
|
336
|
+
## [1.15.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.15.4...v1.15.5) (2023-01-13)
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
### Bug Fixes
|
|
340
|
+
|
|
341
|
+
* bump dependencies ([827ccd4](https://github.com/CoCreate-app/CoCreate-users/commit/827ccd407dfa3f3a6cdddebcd3c42ff43295eacd))
|
|
342
|
+
|
|
343
|
+
## [1.15.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.15.3...v1.15.4) (2023-01-10)
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
### Bug Fixes
|
|
347
|
+
|
|
348
|
+
* bump dependencies ([fcdba59](https://github.com/CoCreate-app/CoCreate-users/commit/fcdba599f5b5dde14f98c5b687d4e0c8de8299b9))
|
|
349
|
+
|
|
350
|
+
## [1.15.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.15.2...v1.15.3) (2023-01-09)
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
### Bug Fixes
|
|
354
|
+
|
|
355
|
+
* bump dependnecies ([7509f54](https://github.com/CoCreate-app/CoCreate-users/commit/7509f5420897a3bc4704df973aee37a939f278cc))
|
|
356
|
+
|
|
357
|
+
## [1.15.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.15.1...v1.15.2) (2023-01-06)
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
### Bug Fixes
|
|
361
|
+
|
|
362
|
+
* bump dependencies, worklow [@v3](https://github.com/v3) ([200b027](https://github.com/CoCreate-app/CoCreate-users/commit/200b02786426ce59ad82766f34b12677d6e4d644))
|
|
363
|
+
* edit in github btn styles ([66b8531](https://github.com/CoCreate-app/CoCreate-users/commit/66b8531810ff0e6182fd71bcb6ff3a3da6aa5e38))
|
|
364
|
+
|
|
365
|
+
## [1.15.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.15.0...v1.15.1) (2023-01-05)
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
### Bug Fixes
|
|
369
|
+
|
|
370
|
+
* bump cdn to 1.39.4 ([ae13d52](https://github.com/CoCreate-app/CoCreate-users/commit/ae13d5210b49a5e4dd9581e819cd75ae1d238653))
|
|
371
|
+
* bump dependencies ([96bbeec](https://github.com/CoCreate-app/CoCreate-users/commit/96bbeeca8361762782b7f14d7cca649287e1691a))
|
|
372
|
+
|
|
373
|
+
# [1.15.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.14.1...v1.15.0) (2023-01-02)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Features
|
|
377
|
+
|
|
378
|
+
* class="template" template_id="id" replaced with template="id" ([84b59f7](https://github.com/CoCreate-app/CoCreate-users/commit/84b59f7a3c09c0d967399dd523f944d284383b9f))
|
|
379
|
+
|
|
380
|
+
## [1.14.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.14.0...v1.14.1) (2023-01-01)
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
### Bug Fixes
|
|
384
|
+
|
|
385
|
+
* docs sanbox overflow ([8475ec8](https://github.com/CoCreate-app/CoCreate-users/commit/8475ec8592e426b5b7cf7cb2c03a5d907eecd4cd))
|
|
386
|
+
|
|
387
|
+
# [1.14.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.13.2...v1.14.0) (2022-12-31)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Features
|
|
391
|
+
|
|
392
|
+
* initSession function to sendMessage to server to get userStatus ([24a9493](https://github.com/CoCreate-app/CoCreate-users/commit/24a94937eb5323c0511d78277a23fa873f08d835))
|
|
393
|
+
|
|
394
|
+
## [1.13.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.13.1...v1.13.2) (2022-12-31)
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
### Bug Fixes
|
|
398
|
+
|
|
399
|
+
* bump dependencies ([8bdc471](https://github.com/CoCreate-app/CoCreate-users/commit/8bdc4715335ff6029531ddf643951ffdf74ebc3a))
|
|
400
|
+
|
|
401
|
+
## [1.13.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.13.0...v1.13.1) (2022-12-30)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Bug Fixes
|
|
405
|
+
|
|
406
|
+
* update config sources to use template braces with entry on src ([67492b3](https://github.com/CoCreate-app/CoCreate-users/commit/67492b3589f03475a32586231e50f863f0cc9bdf))
|
|
407
|
+
|
|
408
|
+
# [1.13.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.12.4...v1.13.0) (2022-12-29)
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
### Bug Fixes
|
|
412
|
+
|
|
413
|
+
* bump dependencies ([df8da39](https://github.com/CoCreate-app/CoCreate-users/commit/df8da39598a9f0339b2d56f02e45c16a61b2448b))
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
### Features
|
|
417
|
+
|
|
418
|
+
* if userStatus is off trigger redirect ([afe3a67](https://github.com/CoCreate-app/CoCreate-users/commit/afe3a67890d9328dfdf106a81f9eb427aacf92d4))
|
|
419
|
+
|
|
420
|
+
## [1.12.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.12.3...v1.12.4) (2022-12-27)
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
### Bug Fixes
|
|
424
|
+
|
|
425
|
+
* bump dependecies ([9062616](https://github.com/CoCreate-app/CoCreate-users/commit/90626161128ec491198d11fbf684f1585ae1c33c))
|
|
426
|
+
* bump dependencies ([e38cb03](https://github.com/CoCreate-app/CoCreate-users/commit/e38cb034ddd56b5b336476a017d5aecc2846ebac))
|
|
427
|
+
|
|
428
|
+
## [1.12.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.12.2...v1.12.3) (2022-12-25)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
### Bug Fixes
|
|
432
|
+
|
|
433
|
+
* bump dependencies ([daf39e3](https://github.com/CoCreate-app/CoCreate-users/commit/daf39e3b78f1d301d5fb078ef2e2fdbdee8d55e5))
|
|
434
|
+
|
|
435
|
+
## [1.12.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.12.1...v1.12.2) (2022-12-23)
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
### Bug Fixes
|
|
439
|
+
|
|
440
|
+
* bump dependnecies ([3b1d204](https://github.com/CoCreate-app/CoCreate-users/commit/3b1d204a1ac32829ded52b84bbc6e1259e544794))
|
|
441
|
+
|
|
442
|
+
## [1.12.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.12.0...v1.12.1) (2022-12-23)
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
### Bug Fixes
|
|
446
|
+
|
|
447
|
+
* render signup notification ([d49ef36](https://github.com/CoCreate-app/CoCreate-users/commit/d49ef362b716e0a2952187bc1c6a350ca4d7d052))
|
|
448
|
+
|
|
449
|
+
# [1.12.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.8...v1.12.0) (2022-12-23)
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
### Features
|
|
453
|
+
|
|
454
|
+
* render signout status message ([fd6ab4a](https://github.com/CoCreate-app/CoCreate-users/commit/fd6ab4a660479527bd2dcdbb3a38745215037b52))
|
|
455
|
+
|
|
456
|
+
## [1.11.8](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.7...v1.11.8) (2022-12-22)
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Bug Fixes
|
|
460
|
+
|
|
461
|
+
* bump dependencies ([fafebce](https://github.com/CoCreate-app/CoCreate-users/commit/fafebce38f4c9a833451128c6d3da389885fe3ae))
|
|
462
|
+
* update cdn ([9afb4d5](https://github.com/CoCreate-app/CoCreate-users/commit/9afb4d54b046a87b20dac956ed006d02e56934e8))
|
|
463
|
+
|
|
464
|
+
## [1.11.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.6...v1.11.7) (2022-12-22)
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
### Bug Fixes
|
|
468
|
+
|
|
469
|
+
* update demos and bump dependencies ([6fd9021](https://github.com/CoCreate-app/CoCreate-users/commit/6fd9021ad3de00b08f1d5981e0948e1c154cf674))
|
|
470
|
+
|
|
471
|
+
## [1.11.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.5...v1.11.6) (2022-12-21)
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
### Bug Fixes
|
|
475
|
+
|
|
476
|
+
* bump cdn to 1.34.3 ([b600548](https://github.com/CoCreate-app/CoCreate-users/commit/b6005481efa91d0a553fce4048b0be4c55bfa707))
|
|
477
|
+
|
|
478
|
+
## [1.11.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.4...v1.11.5) (2022-12-21)
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
### Bug Fixes
|
|
482
|
+
|
|
483
|
+
* bump dependencies ([ffb69f9](https://github.com/CoCreate-app/CoCreate-users/commit/ffb69f92adfa0c1138aa21e043fae12d0c7d2027))
|
|
484
|
+
|
|
485
|
+
## [1.11.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.3...v1.11.4) (2022-12-20)
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
### Bug Fixes
|
|
489
|
+
|
|
490
|
+
* bump cdn to 1.34.0 ([b536878](https://github.com/CoCreate-app/CoCreate-users/commit/b536878d0c572ea093667cd547753520d5315524))
|
|
491
|
+
* bump dependencies ([18cc270](https://github.com/CoCreate-app/CoCreate-users/commit/18cc270d194b711b0fc809041b0d50d48679d510))
|
|
492
|
+
|
|
493
|
+
## [1.11.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.2...v1.11.3) (2022-12-15)
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
### Bug Fixes
|
|
497
|
+
|
|
498
|
+
* add missing dev dependency style-loader ([d517c3f](https://github.com/CoCreate-app/CoCreate-users/commit/d517c3f29767643227cec3bf224006199a016d5f))
|
|
499
|
+
|
|
500
|
+
## [1.11.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.1...v1.11.2) (2022-12-15)
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
### Bug Fixes
|
|
504
|
+
|
|
505
|
+
* add index.css file ([a11f28a](https://github.com/CoCreate-app/CoCreate-users/commit/a11f28add4884afdad37f136d79b8add8d452a44))
|
|
506
|
+
|
|
507
|
+
## [1.11.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.0...v1.11.1) (2022-12-15)
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
### Bug Fixes
|
|
511
|
+
|
|
512
|
+
* bump cdn 1.33.17 ([ef2b536](https://github.com/CoCreate-app/CoCreate-users/commit/ef2b53639071b4a94c337f2f924fbfa52d0382de))
|
|
513
|
+
* bump cdn to 1.33.16 ([baca156](https://github.com/CoCreate-app/CoCreate-users/commit/baca1563bb571ecf7a8b68a2bf4bc6fc287bbc06))
|
|
514
|
+
|
|
515
|
+
# [1.11.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.25...v1.11.0) (2022-12-15)
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
### Features
|
|
519
|
+
|
|
520
|
+
* index.css for user-status ([ed329c4](https://github.com/CoCreate-app/CoCreate-users/commit/ed329c4470f65ddd3733d3180526eedff959f6ed))
|
|
521
|
+
|
|
522
|
+
## [1.10.25](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.24...v1.10.25) (2022-12-13)
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
### Bug Fixes
|
|
526
|
+
|
|
527
|
+
* removed un used devDependencies ([8aabc0d](https://github.com/CoCreate-app/CoCreate-users/commit/8aabc0d51ef49b10ebfd47a20ff79865f8910a90))
|
|
528
|
+
|
|
529
|
+
## [1.10.24](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.23...v1.10.24) (2022-12-13)
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
### Bug Fixes
|
|
533
|
+
|
|
534
|
+
* bump dependencies ([0233665](https://github.com/CoCreate-app/CoCreate-users/commit/02336656dbc5cfd6946c63d79f288668567b0b6c))
|
|
535
|
+
|
|
536
|
+
## [1.10.23](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.22...v1.10.23) (2022-12-12)
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
### Bug Fixes
|
|
540
|
+
|
|
541
|
+
* bump dependencies ([d3e42d7](https://github.com/CoCreate-app/CoCreate-users/commit/d3e42d79458c90043509bd704d1ecb8b2c226bea))
|
|
542
|
+
|
|
543
|
+
## [1.10.22](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.21...v1.10.22) (2022-12-11)
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
### Bug Fixes
|
|
547
|
+
|
|
548
|
+
* bump dependencies ([dd52b6e](https://github.com/CoCreate-app/CoCreate-users/commit/dd52b6e7229e98644de8c1db3f75ec6555e3ef33))
|
|
549
|
+
* link docucument_id updated ([dff4274](https://github.com/CoCreate-app/CoCreate-users/commit/dff4274ce75965a0dc6033570145fae2f422166d))
|
|
550
|
+
|
|
551
|
+
## [1.10.21](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.20...v1.10.21) (2022-12-09)
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### Bug Fixes
|
|
555
|
+
|
|
556
|
+
* bump dependencies ([ce9438c](https://github.com/CoCreate-app/CoCreate-users/commit/ce9438c450b1d663a7286bb784d152cb6f66bb4e))
|
|
557
|
+
|
|
558
|
+
## [1.10.20](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.19...v1.10.20) (2022-12-08)
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
### Bug Fixes
|
|
562
|
+
|
|
563
|
+
* bump dependencies ([401f4f5](https://github.com/CoCreate-app/CoCreate-users/commit/401f4f53225897d2638a2fed7b515e1eea3cbc2c))
|
|
564
|
+
|
|
565
|
+
## [1.10.19](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.18...v1.10.19) (2022-12-08)
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Bug Fixes
|
|
569
|
+
|
|
570
|
+
* removed mongodb dependency ([a4034bf](https://github.com/CoCreate-app/CoCreate-users/commit/a4034bfec8799a1119436308aecb8107348957b7))
|
|
571
|
+
|
|
572
|
+
## [1.10.18](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.17...v1.10.18) (2022-12-07)
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
### Bug Fixes
|
|
576
|
+
|
|
577
|
+
* bump dependencies ([bafd959](https://github.com/CoCreate-app/CoCreate-users/commit/bafd9598657a280e7e2b891199c10bf62e39fcb5))
|
|
578
|
+
|
|
579
|
+
## [1.10.17](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.16...v1.10.17) (2022-12-04)
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
### Bug Fixes
|
|
583
|
+
|
|
584
|
+
* bump dependencies ([4533550](https://github.com/CoCreate-app/CoCreate-users/commit/45335508b474cb208b9ac0784d441d105ee38f6c))
|
|
585
|
+
|
|
586
|
+
## [1.10.16](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.15...v1.10.16) (2022-12-02)
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
### Bug Fixes
|
|
590
|
+
|
|
591
|
+
* docs ([f0b8eb6](https://github.com/CoCreate-app/CoCreate-users/commit/f0b8eb618620fd99d963fe28d805f5053e866528))
|
|
592
|
+
|
|
593
|
+
## [1.10.15](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.14...v1.10.15) (2022-12-02)
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
### Bug Fixes
|
|
597
|
+
|
|
598
|
+
* bump dependencies ([4730a5d](https://github.com/CoCreate-app/CoCreate-users/commit/4730a5d9261d08631547598a5c2125a7de6a8ce3))
|
|
599
|
+
* renamed createUser to signUp, login to signIn and logout to signOut ([9d2ee52](https://github.com/CoCreate-app/CoCreate-users/commit/9d2ee52e795556aef3f947ce97aa63d59173b23d))
|
|
600
|
+
|
|
601
|
+
## [1.10.14](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.13...v1.10.14) (2022-11-28)
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
### Bug Fixes
|
|
605
|
+
|
|
606
|
+
* bump dependencies ([3a64f4a](https://github.com/CoCreate-app/CoCreate-users/commit/3a64f4a5c52e116a69745cedc77cdba07e9653ea))
|
|
607
|
+
|
|
608
|
+
## [1.10.13](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.12...v1.10.13) (2022-11-28)
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
### Bug Fixes
|
|
612
|
+
|
|
613
|
+
* bump dependencies ([9d4fc70](https://github.com/CoCreate-app/CoCreate-users/commit/9d4fc7051734c628c82ab81745d17882a4730e21))
|
|
614
|
+
|
|
615
|
+
## [1.10.12](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.11...v1.10.12) (2022-11-27)
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
### Bug Fixes
|
|
619
|
+
|
|
620
|
+
* bump dependencies ([d5f00c8](https://github.com/CoCreate-app/CoCreate-users/commit/d5f00c8567cbdeee95cd58464923c1a2b42a4749))
|
|
621
|
+
|
|
622
|
+
## [1.10.11](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.10...v1.10.11) (2022-11-26)
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
### Bug Fixes
|
|
626
|
+
|
|
627
|
+
* bump dependencies ([f907740](https://github.com/CoCreate-app/CoCreate-users/commit/f9077400d8b7c89a28a5b7ecf60553517a92310e))
|
|
628
|
+
|
|
629
|
+
## [1.10.10](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.9...v1.10.10) (2022-11-25)
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
### Bug Fixes
|
|
633
|
+
|
|
634
|
+
* bump dependencies ([abb5879](https://github.com/CoCreate-app/CoCreate-users/commit/abb5879cca4a1dbb5b2c53d18184214e4001e4b0))
|
|
635
|
+
* CoCreate.crud.default removed bug causing default object ([dee83ce](https://github.com/CoCreate-app/CoCreate-users/commit/dee83ce9fc213678f7afb6266839bb0f76046e4a))
|
|
636
|
+
|
|
637
|
+
## [1.10.9](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.8...v1.10.9) (2022-11-24)
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
### Bug Fixes
|
|
641
|
+
|
|
642
|
+
* bump depenedencies ([436fc9a](https://github.com/CoCreate-app/CoCreate-users/commit/436fc9aa57a4e078db9b44757cec78aca7af2c33))
|
|
643
|
+
|
|
644
|
+
## [1.10.8](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.7...v1.10.8) (2022-11-23)
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
### Bug Fixes
|
|
648
|
+
|
|
649
|
+
* bumped [@cocreate](https://github.com/cocreate) dependencies ([436c33a](https://github.com/CoCreate-app/CoCreate-users/commit/436c33ad4d1614774ffd46b69851993409926b0e))
|
|
650
|
+
|
|
651
|
+
## [1.10.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.6...v1.10.7) (2022-11-22)
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
### Bug Fixes
|
|
655
|
+
|
|
656
|
+
* workflow docs ([e543da2](https://github.com/CoCreate-app/CoCreate-users/commit/e543da21cc9eeae54db5e0ac97d2ddf3851c3da3))
|
|
657
|
+
|
|
658
|
+
## [1.10.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.5...v1.10.6) (2022-11-22)
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
### Bug Fixes
|
|
662
|
+
|
|
663
|
+
* apply src: {{source}} to CoCreate.config ([ff57b37](https://github.com/CoCreate-app/CoCreate-users/commit/ff57b37173bcac24a5c57b4a257d56f1f846b825))
|
|
664
|
+
|
|
665
|
+
## [1.10.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.4...v1.10.5) (2022-11-21)
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
### Bug Fixes
|
|
669
|
+
|
|
670
|
+
* @cocreate/docs bug fix ([1c951db](https://github.com/CoCreate-app/CoCreate-users/commit/1c951db5de437fd674a269d4c763e9dfa70258d8))
|
|
671
|
+
|
|
672
|
+
## [1.10.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.3...v1.10.4) (2022-11-21)
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
### Bug Fixes
|
|
676
|
+
|
|
677
|
+
* replaced document_id with document._id ([e5f1303](https://github.com/CoCreate-app/CoCreate-users/commit/e5f13030187135b36a4ec61fa906f3a839c9a417))
|
|
678
|
+
|
|
679
|
+
## [1.10.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.2...v1.10.3) (2022-11-21)
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Bug Fixes
|
|
683
|
+
|
|
684
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([b402374](https://github.com/CoCreate-app/CoCreate-users/commit/b402374b14ac7acc22a1031b38ded2f9d52e63a2))
|
|
685
|
+
|
|
686
|
+
## [1.10.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.1...v1.10.2) (2022-11-21)
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
### Bug Fixes
|
|
690
|
+
|
|
691
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([a188b6d](https://github.com/CoCreate-app/CoCreate-users/commit/a188b6d7f1e0818c2cb7341289712f6e20470a3f))
|
|
692
|
+
|
|
693
|
+
## [1.10.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.0...v1.10.1) (2022-11-21)
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
### Bug Fixes
|
|
697
|
+
|
|
698
|
+
* bump d@cocreate ependencies ([ee0e697](https://github.com/CoCreate-app/CoCreate-users/commit/ee0e6973ba07012fba07db4ba0d97e31df1be136))
|
|
699
|
+
|
|
700
|
+
# [1.10.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.13...v1.10.0) (2022-11-21)
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
### Bug Fixes
|
|
704
|
+
|
|
705
|
+
* bump cdn to 1.28.7 ([a80ebcc](https://github.com/CoCreate-app/CoCreate-users/commit/a80ebcc52c8f82e878241f0dae933039163c5207))
|
|
706
|
+
* bump cdn to 1.28.8 ([a66d8bd](https://github.com/CoCreate-app/CoCreate-users/commit/a66d8bd75045a968755362c05b323768ebee6e16))
|
|
707
|
+
* renamed data.data to data.document ([6aa2257](https://github.com/CoCreate-app/CoCreate-users/commit/6aa2257f3c755fa8cf112f89fe43c8270aa6c729))
|
|
708
|
+
* renamed getSocket to getSockets ([56fd7c9](https://github.com/CoCreate-app/CoCreate-users/commit/56fd7c90f68785e9f654e052bae9a7df5335e2f7))
|
|
709
|
+
* typo data | request ([2ef1f2f](https://github.com/CoCreate-app/CoCreate-users/commit/2ef1f2fb485d3e42159479e5d517476ea3785689))
|
|
710
|
+
* update crud functions to receive an array of objects as the response ([117db56](https://github.com/CoCreate-app/CoCreate-users/commit/117db56540891728946b183c561df56ad5aa23c0))
|
|
711
|
+
* update status to userStatus ([febb7ac](https://github.com/CoCreate-app/CoCreate-users/commit/febb7acb7fa13db900896db069195796a25064b2))
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
### Features
|
|
715
|
+
|
|
716
|
+
* Add @cocreate/element-prototype ([9c2e8be](https://github.com/CoCreate-app/CoCreate-users/commit/9c2e8be1f7516877ee36074b0dcd1d9a03e3bd4a))
|
|
717
|
+
* updated to use new crud which has the abilty to use multiple databases ([88db3d3](https://github.com/CoCreate-app/CoCreate-users/commit/88db3d328bdc82d97c8e265bfb2e39c10d7383a5))
|
|
718
|
+
|
|
719
|
+
## [1.9.13](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.12...v1.9.13) (2022-10-02)
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
### Bug Fixes
|
|
723
|
+
|
|
724
|
+
* bump dependencies ([734568c](https://github.com/CoCreate-app/CoCreate-users/commit/734568cc9534c55a8f2168649702b006d3452109))
|
|
725
|
+
|
|
726
|
+
## [1.9.12](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.11...v1.9.12) (2022-10-02)
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
### Bug Fixes
|
|
730
|
+
|
|
731
|
+
* minor bug fixes ([35b92f5](https://github.com/CoCreate-app/CoCreate-users/commit/35b92f5b4dc605da9856a9632e4488b56a57f3bd))
|
|
732
|
+
|
|
733
|
+
## [1.9.11](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.10...v1.9.11) (2022-10-02)
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
### Bug Fixes
|
|
737
|
+
|
|
738
|
+
* bump @cocreate/hosting and @cocreate/socket-client ([30cca07](https://github.com/CoCreate-app/CoCreate-users/commit/30cca074bf40848f61ba6d59ab1abc1bd61ddbbb))
|
|
739
|
+
|
|
740
|
+
## [1.9.10](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.9...v1.9.10) (2022-10-01)
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
### Bug Fixes
|
|
744
|
+
|
|
745
|
+
* bump cdn version to 1.28.4 ([81f9d0e](https://github.com/CoCreate-app/CoCreate-users/commit/81f9d0e02f6ea4fe08d3bfdd742369e44e29a299))
|
|
746
|
+
|
|
747
|
+
## [1.9.9](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.8...v1.9.9) (2022-10-01)
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
### Bug Fixes
|
|
751
|
+
|
|
752
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([250cd6d](https://github.com/CoCreate-app/CoCreate-users/commit/250cd6d7186b5a2d5ee7cdf60892d297a36dd232))
|
|
753
|
+
|
|
754
|
+
## [1.9.8](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.7...v1.9.8) (2022-10-01)
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
### Bug Fixes
|
|
758
|
+
|
|
759
|
+
* bump dependencies ([158a260](https://github.com/CoCreate-app/CoCreate-users/commit/158a2609c12a779c983495c6d1ab9abc6b5c4e45))
|
|
760
|
+
|
|
761
|
+
## [1.9.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.6...v1.9.7) (2022-10-01)
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
### Bug Fixes
|
|
765
|
+
|
|
766
|
+
* bump dependencies ([39d82b5](https://github.com/CoCreate-app/CoCreate-users/commit/39d82b5dd0c2f13b21512b8316aef549e94d92e8))
|
|
767
|
+
|
|
768
|
+
## [1.9.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.5...v1.9.6) (2022-09-30)
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
### Bug Fixes
|
|
772
|
+
|
|
773
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([c993165](https://github.com/CoCreate-app/CoCreate-users/commit/c993165db1c0be88b1822f6b625324be589e7e55))
|
|
774
|
+
|
|
775
|
+
## [1.9.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.4...v1.9.5) (2022-09-30)
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
### Bug Fixes
|
|
779
|
+
|
|
780
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([2a7ea8c](https://github.com/CoCreate-app/CoCreate-users/commit/2a7ea8ca9aa9f2aa2fd17bd511b05dbcab89ceec))
|
|
781
|
+
|
|
782
|
+
## [1.9.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.3...v1.9.4) (2022-09-30)
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
### Bug Fixes
|
|
786
|
+
|
|
787
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([2c0e284](https://github.com/CoCreate-app/CoCreate-users/commit/2c0e2842d1b881df2c5fa0b0c1b37b01302c0f27))
|
|
788
|
+
|
|
789
|
+
## [1.9.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.2...v1.9.3) (2022-09-30)
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
### Bug Fixes
|
|
793
|
+
|
|
794
|
+
* bump dependencies ([1b31131](https://github.com/CoCreate-app/CoCreate-users/commit/1b31131894648a9738ea0bba87d611640e94ee18))
|
|
795
|
+
|
|
796
|
+
## [1.9.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.1...v1.9.2) (2022-09-30)
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
### Bug Fixes
|
|
800
|
+
|
|
801
|
+
* bump dependencies ([f08a489](https://github.com/CoCreate-app/CoCreate-users/commit/f08a489e9a9d817b9896808d9d86e96c46efef63))
|
|
802
|
+
|
|
803
|
+
## [1.9.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.9.0...v1.9.1) (2022-09-29)
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
### Bug Fixes
|
|
807
|
+
|
|
808
|
+
* config renameed to CoCreateConfig ([b91eecb](https://github.com/CoCreate-app/CoCreate-users/commit/b91eecbbc1e518379557ec1021949b3af954a3f5))
|
|
809
|
+
|
|
810
|
+
# [1.9.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.8.0...v1.9.0) (2022-09-28)
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
### Bug Fixes
|
|
814
|
+
|
|
815
|
+
* broadcast params reduced to socket, message, data ([9192a90](https://github.com/CoCreate-app/CoCreate-users/commit/9192a90024ed97a91061bf3af987d5427b64c7e7))
|
|
816
|
+
* remove createUserSocket ([6c6d7a2](https://github.com/CoCreate-app/CoCreate-users/commit/6c6d7a2818ec00fd29fdd8561c915758565c1003))
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
### Features
|
|
820
|
+
|
|
821
|
+
* config is now accessible from socket.config ([14157aa](https://github.com/CoCreate-app/CoCreate-users/commit/14157aae133a17561e624862dd3024a8ed1d0d68))
|
|
822
|
+
* create new user while offline ([4456e39](https://github.com/CoCreate-app/CoCreate-users/commit/4456e39d810e49a9479431b77b5e9b61445269c0))
|
|
823
|
+
|
|
824
|
+
# [1.8.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.29...v1.8.0) (2022-09-22)
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
### Features
|
|
828
|
+
|
|
829
|
+
* login works offline ([cd6a36b](https://github.com/CoCreate-app/CoCreate-users/commit/cd6a36ba14b8dd8e7ecc28c48cedfb9d23880653))
|
|
830
|
+
|
|
831
|
+
## [1.7.29](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.28...v1.7.29) (2022-09-01)
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
### Bug Fixes
|
|
835
|
+
|
|
836
|
+
* bump cdn version to 1.27.1 ([0502b0c](https://github.com/CoCreate-app/CoCreate-users/commit/0502b0ca1ce3741297677d3f6b4f0273e8347491))
|
|
837
|
+
|
|
838
|
+
## [1.7.28](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.27...v1.7.28) (2022-09-01)
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
### Bug Fixes
|
|
842
|
+
|
|
843
|
+
* bump all of [@cocreate](https://github.com/cocreate) dependencies ([f24987d](https://github.com/CoCreate-app/CoCreate-users/commit/f24987db770ba7c16400d88b53abec7b6c45f1ef))
|
|
844
|
+
|
|
845
|
+
## [1.7.27](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.26...v1.7.27) (2022-08-31)
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
### Bug Fixes
|
|
849
|
+
|
|
850
|
+
* getValue and setValue using HTMLElement.prototype ([31a45bd](https://github.com/CoCreate-app/CoCreate-users/commit/31a45bd8f933f6e76e6320af9097f6f949cc3dad))
|
|
851
|
+
|
|
852
|
+
## [1.7.26](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.25...v1.7.26) (2022-08-23)
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
### Bug Fixes
|
|
856
|
+
|
|
857
|
+
* bump cdn version to 1.26.0 ([2e7c0d6](https://github.com/CoCreate-app/CoCreate-users/commit/2e7c0d600f55d628a934686ccc7f16307b981cbf))
|
|
858
|
+
|
|
859
|
+
## [1.7.25](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.24...v1.7.25) (2022-08-19)
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
### Bug Fixes
|
|
863
|
+
|
|
864
|
+
* renamed order-by and order-type to filter-order-name and filter-order-type ([6ef6799](https://github.com/CoCreate-app/CoCreate-users/commit/6ef67996b0e691e200f90946d91c3d340ea5058d))
|
|
865
|
+
|
|
866
|
+
## [1.7.24](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.23...v1.7.24) (2022-08-01)
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
### Bug Fixes
|
|
870
|
+
|
|
871
|
+
* bump cdn version to 1.25.2 ([e2a5209](https://github.com/CoCreate-app/CoCreate-users/commit/e2a5209e3382b76cdee69e4fff11007fe38a5b91))
|
|
872
|
+
|
|
873
|
+
## [1.7.23](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.22...v1.7.23) (2022-08-01)
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
### Bug Fixes
|
|
877
|
+
|
|
878
|
+
* bump cdn dependency to version 1.25.1 ([e29fb1a](https://github.com/CoCreate-app/CoCreate-users/commit/e29fb1affb4cba9b585133dab5eb5325fb80c513))
|
|
879
|
+
|
|
880
|
+
## [1.7.22](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.21...v1.7.22) (2022-07-29)
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
### Bug Fixes
|
|
884
|
+
|
|
885
|
+
* bump cdn version to 1.25.0 ([448fcb8](https://github.com/CoCreate-app/CoCreate-users/commit/448fcb8a26eb921cb18172d706e4be58fd67cc58))
|
|
886
|
+
|
|
887
|
+
## [1.7.21](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.20...v1.7.21) (2022-07-25)
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
### Bug Fixes
|
|
891
|
+
|
|
892
|
+
* bump cdn to version 1.23.3 ([ffbfd99](https://github.com/CoCreate-app/CoCreate-users/commit/ffbfd9910853b6510d7ebc56c3881a1c073aca4b))
|
|
893
|
+
* bump cdn version to 1.23.4 ([4ed045b](https://github.com/CoCreate-app/CoCreate-users/commit/4ed045b240457c6251f50b66973cd9912cd7b223))
|
|
894
|
+
|
|
895
|
+
## [1.7.20](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.19...v1.7.20) (2022-07-08)
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
### Bug Fixes
|
|
899
|
+
|
|
900
|
+
* bump cdn version to 1.23.2 ([05edd60](https://github.com/CoCreate-app/CoCreate-users/commit/05edd60e8bc078c13c66581c40d14254d1c21d53))
|
|
901
|
+
|
|
902
|
+
## [1.7.19](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.18...v1.7.19) (2022-06-27)
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
### Bug Fixes
|
|
906
|
+
|
|
907
|
+
* bump cdn version to 1.22.1 ([1bd1fdf](https://github.com/CoCreate-app/CoCreate-users/commit/1bd1fdfc9a2b436c13b5a144c7ea0e7d79101e45))
|
|
908
|
+
|
|
909
|
+
## [1.7.18](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.17...v1.7.18) (2022-06-23)
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
### Bug Fixes
|
|
913
|
+
|
|
914
|
+
* bump cdn version to 1.21.0 ([9d655ab](https://github.com/CoCreate-app/CoCreate-users/commit/9d655abf97aeb28734fd6a10674a1aeef77999a6))
|
|
915
|
+
|
|
916
|
+
## [1.7.17](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.16...v1.7.17) (2022-06-22)
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
### Bug Fixes
|
|
920
|
+
|
|
921
|
+
* bump cdn version to 1.20.2 ([7c9fb0c](https://github.com/CoCreate-app/CoCreate-users/commit/7c9fb0c9c5cc8fc94e4f68484a9fd00e675781ac))
|
|
922
|
+
|
|
923
|
+
## [1.7.16](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.15...v1.7.16) (2022-06-21)
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
### Bug Fixes
|
|
927
|
+
|
|
928
|
+
* bump cdn version to 1.20.1 ([adc4947](https://github.com/CoCreate-app/CoCreate-users/commit/adc49477fa68e417f077abfd0f4864df09eb5ae5))
|
|
929
|
+
|
|
930
|
+
## [1.7.15](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.14...v1.7.15) (2022-06-19)
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
### Bug Fixes
|
|
934
|
+
|
|
935
|
+
* update templates to use placeholder ([fe0e43f](https://github.com/CoCreate-app/CoCreate-users/commit/fe0e43f17ddbe085987fba434351fedaa85f704d))
|
|
936
|
+
|
|
937
|
+
## [1.7.14](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.13...v1.7.14) (2022-06-18)
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
### Bug Fixes
|
|
941
|
+
|
|
942
|
+
* update demos ([19bed1a](https://github.com/CoCreate-app/CoCreate-users/commit/19bed1ae846f2895b8491594d83d68b6a6f83f91))
|
|
943
|
+
|
|
944
|
+
## [1.7.13](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.12...v1.7.13) (2022-06-18)
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
### Bug Fixes
|
|
948
|
+
|
|
949
|
+
* bump dependencies ([28f6cd5](https://github.com/CoCreate-app/CoCreate-users/commit/28f6cd5d65c83290f9db22f015866dc1ccc2189f))
|
|
950
|
+
|
|
951
|
+
## [1.7.12](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.11...v1.7.12) (2022-06-16)
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
### Bug Fixes
|
|
955
|
+
|
|
956
|
+
* bump cdn version to 1.17.1 ([86b414e](https://github.com/CoCreate-app/CoCreate-users/commit/86b414ed9318b9672a9b021e2858c0a0e2bfdbf9))
|
|
957
|
+
|
|
958
|
+
## [1.7.11](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.10...v1.7.11) (2022-06-13)
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
### Bug Fixes
|
|
962
|
+
|
|
963
|
+
* bump cdn to 1.16.2 ([ad54a0a](https://github.com/CoCreate-app/CoCreate-users/commit/ad54a0a068954bfea9430872c9710d8b84acb6e3))
|
|
964
|
+
|
|
965
|
+
## [1.7.10](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.9...v1.7.10) (2022-06-12)
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
### Bug Fixes
|
|
969
|
+
|
|
970
|
+
* bump cdn version to 1.15.13 ([1aa11a2](https://github.com/CoCreate-app/CoCreate-users/commit/1aa11a2ba553633370d4062343e9258f7555ae74))
|
|
971
|
+
* update dependencies ([c4f3b8c](https://github.com/CoCreate-app/CoCreate-users/commit/c4f3b8c36c11ed4824628065d91888e697252376))
|
|
972
|
+
* update docs css document_id ([cdb5ca5](https://github.com/CoCreate-app/CoCreate-users/commit/cdb5ca5d38b58839b1e0573ca94de1f2f5be92dc))
|
|
973
|
+
* update modal btn to actions ([f4a7e0a](https://github.com/CoCreate-app/CoCreate-users/commit/f4a7e0a1fe45c208522f571edbd757abb48e115c))
|
|
974
|
+
|
|
975
|
+
## [1.7.9](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.8...v1.7.9) (2022-06-02)
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
### Bug Fixes
|
|
979
|
+
|
|
980
|
+
* bump cdn version to 1.15.11 ([51ec7aa](https://github.com/CoCreate-app/CoCreate-users/commit/51ec7aa4840b898374a3410df096abceca1bd213))
|
|
981
|
+
|
|
982
|
+
## [1.7.8](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.7...v1.7.8) (2022-05-29)
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
### Bug Fixes
|
|
986
|
+
|
|
987
|
+
* bump cdn version to 1.15.10 ([2faa2bb](https://github.com/CoCreate-app/CoCreate-users/commit/2faa2bb0ee0e9beb45bbcd15105f8db2c3cb73ff))
|
|
988
|
+
|
|
989
|
+
## [1.7.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.6...v1.7.7) (2022-05-27)
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
### Bug Fixes
|
|
993
|
+
|
|
994
|
+
* bump cdn version to 1.15.8 ([7edbc27](https://github.com/CoCreate-app/CoCreate-users/commit/7edbc273135f7bddd84ccbb6a27666a6447b5f86))
|
|
995
|
+
* bump cdn version to 1.15.9 ([bbac4b3](https://github.com/CoCreate-app/CoCreate-users/commit/bbac4b3774b6392d09b284cbbbf56ccc2ea1bf16))
|
|
996
|
+
|
|
997
|
+
## [1.7.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.5...v1.7.6) (2022-05-23)
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
### Bug Fixes
|
|
1001
|
+
|
|
1002
|
+
* bump cdn version to 1.15.7 ([41a54d9](https://github.com/CoCreate-app/CoCreate-users/commit/41a54d95041fca3cad6db2f720e8581782aeab4c))
|
|
1003
|
+
|
|
1004
|
+
## [1.7.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.4...v1.7.5) (2022-05-23)
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
### Bug Fixes
|
|
1008
|
+
|
|
1009
|
+
* bump all dependencies ([9ad3395](https://github.com/CoCreate-app/CoCreate-users/commit/9ad3395d749c31a15ee1090dc9cd88cd780f2d73))
|
|
1010
|
+
|
|
1011
|
+
## [1.7.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.3...v1.7.4) (2022-05-21)
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
### Bug Fixes
|
|
1015
|
+
|
|
1016
|
+
* bump cdn version ([5ecd4a4](https://github.com/CoCreate-app/CoCreate-users/commit/5ecd4a478b1bc8802c5cc7f032b084758a6b5c1b))
|
|
1017
|
+
|
|
1018
|
+
## [1.7.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.2...v1.7.3) (2022-05-19)
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
### Bug Fixes
|
|
1022
|
+
|
|
1023
|
+
* bump cdn version to 1.15.4 ([0b2b350](https://github.com/CoCreate-app/CoCreate-users/commit/0b2b35093231da0b63e4e7b7abdb97153d7cc222))
|
|
1024
|
+
|
|
1025
|
+
## [1.7.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.1...v1.7.2) (2022-05-17)
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
### Bug Fixes
|
|
1029
|
+
|
|
1030
|
+
* update document_id on link index.css ([bd2f3cf](https://github.com/CoCreate-app/CoCreate-users/commit/bd2f3cfafd2e9a409d6224890eb3d069fd0d0339))
|
|
1031
|
+
|
|
1032
|
+
## [1.7.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.0...v1.7.1) (2022-05-14)
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
### Bug Fixes
|
|
1036
|
+
|
|
1037
|
+
* update demos ([57acb8e](https://github.com/CoCreate-app/CoCreate-users/commit/57acb8ed3e2fdb4cda9c8187ee0dbef8a178fdb3))
|
|
1038
|
+
|
|
1039
|
+
# [1.7.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.6.2...v1.7.0) (2022-05-14)
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
### Features
|
|
1043
|
+
|
|
1044
|
+
* function readDocumentList has been renamed to readDocuments ([1cbdec0](https://github.com/CoCreate-app/CoCreate-users/commit/1cbdec073ed41b1e5b17aac47b7e960186a87e20))
|
|
1045
|
+
|
|
1046
|
+
## [1.6.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.6.1...v1.6.2) (2022-05-13)
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
### Bug Fixes
|
|
1050
|
+
|
|
1051
|
+
* renamed usersCurrentOrg to userCurrentOrg ([3910c8a](https://github.com/CoCreate-app/CoCreate-users/commit/3910c8ad2e2e8175cc53b032aab25b184fa0492c))
|
|
1052
|
+
|
|
1053
|
+
## [1.6.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.6.0...v1.6.1) (2022-05-11)
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
### Bug Fixes
|
|
1057
|
+
|
|
1058
|
+
* bump cdn version to 1.14.6 ([b6db64b](https://github.com/CoCreate-app/CoCreate-users/commit/b6db64b4173dbce1c64142040ca4c43083413390))
|
|
1059
|
+
|
|
1060
|
+
# [1.6.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.5.5...v1.6.0) (2022-05-11)
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
### Features
|
|
1064
|
+
|
|
1065
|
+
* store lastlogin datetime in db. Add demos for signup, login, logout ([7df894a](https://github.com/CoCreate-app/CoCreate-users/commit/7df894a85931c4f6c632c70429b0df72acd0867d))
|
|
1066
|
+
|
|
1067
|
+
## [1.5.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.5.4...v1.5.5) (2022-05-09)
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
### Bug Fixes
|
|
1071
|
+
|
|
1072
|
+
* client.js - remove adminUI_id and builderUI_id ([88da86d](https://github.com/CoCreate-app/CoCreate-users/commit/88da86d9ecc31a12d3eb5cef0a941c38697828ad))
|
|
1073
|
+
* insert returns insertedId instead of [0]._id ([36c83fc](https://github.com/CoCreate-app/CoCreate-users/commit/36c83fc08d0ba70a3a9993b4d06bf8ad3304b2f7))
|
|
1074
|
+
|
|
1075
|
+
## [1.5.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.5.3...v1.5.4) (2022-05-08)
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
### Bug Fixes
|
|
1079
|
+
|
|
1080
|
+
* convert user_id object_id to string ([bec7113](https://github.com/CoCreate-app/CoCreate-users/commit/bec711359b99594c0a6207ca478a73968dbc0a41))
|
|
1081
|
+
|
|
1082
|
+
## [1.5.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.5.2...v1.5.3) (2022-05-06)
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
### Bug Fixes
|
|
1086
|
+
|
|
1087
|
+
* replace ObjectID with ObjectId due to mongodb depreciation ([0e7f5be](https://github.com/CoCreate-app/CoCreate-users/commit/0e7f5beba78bb71937a97fb3224d63b9c7c711db))
|
|
1088
|
+
* update config organization_Id to organization_id ([929f871](https://github.com/CoCreate-app/CoCreate-users/commit/929f871205441c86b4024f07f239338abd52995f))
|
|
1089
|
+
|
|
1090
|
+
## [1.5.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.5.1...v1.5.2) (2022-05-03)
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
### Bug Fixes
|
|
1094
|
+
|
|
1095
|
+
* removed localstorage.setItem for admin_ui and builder_ui ([350f289](https://github.com/CoCreate-app/CoCreate-users/commit/350f289f731bf21f535d892b276708044eb662a3))
|
|
1096
|
+
* user permission typo contained duplicate delete switch case. renamed one to update ([66f6fc7](https://github.com/CoCreate-app/CoCreate-users/commit/66f6fc72ce3b60facaaa41112246de22358062dd))
|
|
1097
|
+
|
|
1098
|
+
## [1.5.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.5.0...v1.5.1) (2022-03-06)
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
### Bug Fixes
|
|
1102
|
+
|
|
1103
|
+
* update param roomInfo to socketInfo ([6784138](https://github.com/CoCreate-app/CoCreate-users/commit/6784138e71feb00866cb8159b1d3c95136b5f00d))
|
|
1104
|
+
|
|
1105
|
+
# [1.5.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.35...v1.5.0) (2022-03-03)
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
### Features
|
|
1109
|
+
|
|
1110
|
+
* manage server and client scripts ([06a8797](https://github.com/CoCreate-app/CoCreate-users/commit/06a87978b99879a83a303dcbc078ebfb27191375))
|
|
1111
|
+
|
|
1112
|
+
## [1.4.35](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.34...v1.4.35) (2022-02-24)
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
### Bug Fixes
|
|
1116
|
+
|
|
1117
|
+
* CoCreate.config replace CoCreate.app with * ([e16c35a](https://github.com/CoCreate-app/CoCreate-users/commit/e16c35ab0e658d85b0233764a79982dd03ebe326))
|
|
1118
|
+
|
|
1119
|
+
## [1.4.34](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.33...v1.4.34) (2022-02-16)
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
### Bug Fixes
|
|
1123
|
+
|
|
1124
|
+
* update dependencies ([6a542aa](https://github.com/CoCreate-app/CoCreate-users/commit/6a542aa5e6776ef5f7d7e72acca379fc199805f6))
|
|
1125
|
+
|
|
1126
|
+
## [1.4.33](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.32...v1.4.33) (2022-02-16)
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
### Bug Fixes
|
|
1130
|
+
|
|
1131
|
+
* update action param to name ([274b50f](https://github.com/CoCreate-app/CoCreate-users/commit/274b50f4bb2092d88a50c3e46bbce9540573a9dc))
|
|
1132
|
+
|
|
1133
|
+
## [1.4.32](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.31...v1.4.32) (2022-02-10)
|
|
1134
|
+
|
|
1135
|
+
|
|
1136
|
+
### Bug Fixes
|
|
1137
|
+
|
|
1138
|
+
* bump dependencies ([56e9b48](https://github.com/CoCreate-app/CoCreate-users/commit/56e9b4841b4bc4d92cd65cf3df0c3ab0ab8b43cd))
|
|
1139
|
+
|
|
1140
|
+
## [1.4.31](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.30...v1.4.31) (2022-02-07)
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
### Bug Fixes
|
|
1144
|
+
|
|
1145
|
+
* bump dependency versions ([a62ac30](https://github.com/CoCreate-app/CoCreate-users/commit/a62ac30b3fe4e7db0f4ab21b9ccfc904a61362af))
|
|
1146
|
+
|
|
1147
|
+
## [1.4.30](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.29...v1.4.30) (2022-02-03)
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
### Bug Fixes
|
|
1151
|
+
|
|
1152
|
+
* replaced show and hide class hidden with attribute hidden ([1fe3942](https://github.com/CoCreate-app/CoCreate-users/commit/1fe3942fb84d254e24870e6edbe2f157a2cc7c11))
|
|
1153
|
+
|
|
1154
|
+
## [1.4.29](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.28...v1.4.29) (2022-02-01)
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
### Bug Fixes
|
|
1158
|
+
|
|
1159
|
+
* update dependency versions ([a19b302](https://github.com/CoCreate-app/CoCreate-users/commit/a19b30276633b45841b282f28f98d2475dbcd87d))
|
|
1160
|
+
|
|
1161
|
+
## [1.4.28](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.27...v1.4.28) (2022-01-01)
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
### Bug Fixes
|
|
1165
|
+
|
|
1166
|
+
* get-value attribute value now supports a selector added # to all values currently in get-value attributes ([2397a64](https://github.com/CoCreate-app/CoCreate-users/commit/2397a64a3fcc052ce269f871974ea56e82b84597))
|
|
1167
|
+
|
|
1168
|
+
## [1.4.27](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.26...v1.4.27) (2021-12-15)
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
### Bug Fixes
|
|
1172
|
+
|
|
1173
|
+
* update dependencies ([de1a4e5](https://github.com/CoCreate-app/CoCreate-users/commit/de1a4e5036e390f031584e8a3969bc7a326681cd))
|
|
1174
|
+
|
|
1175
|
+
## [1.4.26](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.25...v1.4.26) (2021-12-14)
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
### Bug Fixes
|
|
1179
|
+
|
|
1180
|
+
* update dependencies ([ee86f68](https://github.com/CoCreate-app/CoCreate-users/commit/ee86f689f13a92ac6b65dc8ca31189dee4ef57c9))
|
|
1181
|
+
|
|
1182
|
+
## [1.4.25](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.24...v1.4.25) (2021-11-27)
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
### Bug Fixes
|
|
1186
|
+
|
|
1187
|
+
* actions import typo ([d6abdd2](https://github.com/CoCreate-app/CoCreate-users/commit/d6abdd2b09f7a94ec8ea785fefc7347cd69abf98))
|
|
1188
|
+
* update dependencies ([e207b39](https://github.com/CoCreate-app/CoCreate-users/commit/e207b397d1cb045e24c5aa6bb857e4e73ea619ff))
|
|
1189
|
+
|
|
1190
|
+
## [1.4.24](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.23...v1.4.24) (2021-11-27)
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
### Bug Fixes
|
|
1194
|
+
|
|
1195
|
+
* update dependencies ([f71624b](https://github.com/CoCreate-app/CoCreate-users/commit/f71624bbf725f44448c7025b865eef8071f6ff44))
|
|
1196
|
+
|
|
1197
|
+
## [1.4.23](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.22...v1.4.23) (2021-11-27)
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
### Bug Fixes
|
|
1201
|
+
|
|
1202
|
+
* update docs api and cocreateJS script ([43e3a93](https://github.com/CoCreate-app/CoCreate-users/commit/43e3a93833e09562e9e0f6bd28164b0d7a56078e))
|
|
1203
|
+
|
|
1204
|
+
## [1.4.22](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.21...v1.4.22) (2021-11-26)
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
### Bug Fixes
|
|
1208
|
+
|
|
1209
|
+
* docs sidenav width ([e456bec](https://github.com/CoCreate-app/CoCreate-users/commit/e456bec70c2d3a1039f86f10b9da5b7a96446a60))
|
|
1210
|
+
* updated action dependency to actions ([0028d90](https://github.com/CoCreate-app/CoCreate-users/commit/0028d9040c0f3e257bccfc0e0323de1406a8fe18))
|
|
1211
|
+
|
|
1212
|
+
## [1.4.21](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.20...v1.4.21) (2021-11-26)
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
### Bug Fixes
|
|
1216
|
+
|
|
1217
|
+
* update dependencies ([f0bbe48](https://github.com/CoCreate-app/CoCreate-users/commit/f0bbe48a4865b4d2dde0562a710da606e96189c5))
|
|
1218
|
+
|
|
1219
|
+
## [1.4.20](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.19...v1.4.20) (2021-11-23)
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
### Bug Fixes
|
|
1223
|
+
|
|
1224
|
+
* update dependencies ([2a94b25](https://github.com/CoCreate-app/CoCreate-users/commit/2a94b251d8b4608093205f2ca72c08a03c13acc6))
|
|
1225
|
+
|
|
1226
|
+
## [1.4.19](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.18...v1.4.19) (2021-11-20)
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
### Bug Fixes
|
|
1230
|
+
|
|
1231
|
+
* update dependencies ([d0e8a14](https://github.com/CoCreate-app/CoCreate-users/commit/d0e8a1439b80c3f91474e83c937e2c3c6ec3e162))
|
|
1232
|
+
|
|
1233
|
+
## [1.4.18](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.17...v1.4.18) (2021-11-18)
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
### Bug Fixes
|
|
1237
|
+
|
|
1238
|
+
* update dependencies ([ee06d07](https://github.com/CoCreate-app/CoCreate-users/commit/ee06d07cafc5077e5e52367e1268042fda3cd7b6))
|
|
1239
|
+
|
|
1240
|
+
## [1.4.17](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.16...v1.4.17) (2021-11-16)
|
|
1241
|
+
|
|
1242
|
+
|
|
1243
|
+
### Bug Fixes
|
|
1244
|
+
|
|
1245
|
+
* update dependencies ([923ee39](https://github.com/CoCreate-app/CoCreate-users/commit/923ee393a8670bb0a23b327c7c0ec6cc0ddf160a))
|
|
1246
|
+
|
|
1247
|
+
## [1.4.16](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.15...v1.4.16) (2021-11-15)
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
### Bug Fixes
|
|
1251
|
+
|
|
1252
|
+
* update dependencies ([5851589](https://github.com/CoCreate-app/CoCreate-users/commit/58515897561ee045fd7ca0601318968f93c0ca85))
|
|
1253
|
+
|
|
1254
|
+
## [1.4.15](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.14...v1.4.15) (2021-11-11)
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
### Bug Fixes
|
|
1258
|
+
|
|
1259
|
+
* update readme ([dea805f](https://github.com/CoCreate-app/CoCreate-users/commit/dea805fac33f908a3606f4296852d126a9db2bbc))
|
|
1260
|
+
|
|
1261
|
+
## [1.4.14](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.13...v1.4.14) (2021-11-07)
|
|
1262
|
+
|
|
1263
|
+
|
|
1264
|
+
### Bug Fixes
|
|
1265
|
+
|
|
1266
|
+
* add init() directly above export default to fix bug in firefox ([be871af](https://github.com/CoCreate-app/CoCreate-users/commit/be871af7d8145644f1305048cbc9afd0351281f4))
|
|
1267
|
+
|
|
1268
|
+
## [1.4.13](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.12...v1.4.13) (2021-11-06)
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
### Bug Fixes
|
|
1272
|
+
|
|
1273
|
+
* update dependencies ([7a083e5](https://github.com/CoCreate-app/CoCreate-users/commit/7a083e54323427d70a7e66d66f67c545b73f2cc0))
|
|
1274
|
+
|
|
1275
|
+
## [1.4.12](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.11...v1.4.12) (2021-11-05)
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
### Bug Fixes
|
|
1279
|
+
|
|
1280
|
+
* element for getValue was not defined correctly ([eb52990](https://github.com/CoCreate-app/CoCreate-users/commit/eb52990eb0d3b1fdeec1a08cc18d4fa1af8534cc))
|
|
1281
|
+
|
|
1282
|
+
## [1.4.11](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.10...v1.4.11) (2021-11-04)
|
|
1283
|
+
|
|
1284
|
+
|
|
1285
|
+
### Bug Fixes
|
|
1286
|
+
|
|
1287
|
+
* update dependencies ([977c816](https://github.com/CoCreate-app/CoCreate-users/commit/977c816de36e27ecd564982cb45739ff7d8a8330))
|
|
1288
|
+
|
|
1289
|
+
## [1.4.10](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.9...v1.4.10) (2021-11-04)
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
### Bug Fixes
|
|
1293
|
+
|
|
1294
|
+
* update packages ([581fff8](https://github.com/CoCreate-app/CoCreate-users/commit/581fff89006cbe8a5f1e1ecfab0d91900490bf6c))
|
|
1295
|
+
|
|
1296
|
+
## [1.4.9](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.8...v1.4.9) (2021-11-03)
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
### Bug Fixes
|
|
1300
|
+
|
|
1301
|
+
* update dependencies ([6054aa8](https://github.com/CoCreate-app/CoCreate-users/commit/6054aa833ac3871127dde4c29fbbb64e2bf5badd))
|
|
1302
|
+
|
|
1303
|
+
## [1.4.8](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.7...v1.4.8) (2021-11-02)
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
### Bug Fixes
|
|
1307
|
+
|
|
1308
|
+
* removed @cocreate/form ([0e8e3b4](https://github.com/CoCreate-app/CoCreate-users/commit/0e8e3b4a2583a05a0c44f2d800e13684fe19d9b3))
|
|
1309
|
+
|
|
1310
|
+
## [1.4.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.6...v1.4.7) (2021-11-01)
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
### Bug Fixes
|
|
1314
|
+
|
|
1315
|
+
* update package dependencies ([793e093](https://github.com/CoCreate-app/CoCreate-users/commit/793e093bbb55366e44b07aea672fc71b2bd23e84))
|
|
1316
|
+
|
|
1317
|
+
## [1.4.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.5...v1.4.6) (2021-10-29)
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
### Bug Fixes
|
|
1321
|
+
|
|
1322
|
+
* update dependencies ([476e295](https://github.com/CoCreate-app/CoCreate-users/commit/476e2957ca35e0ebd8a5b7fe4f1371ca6d973584))
|
|
1323
|
+
|
|
1324
|
+
## [1.4.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.4...v1.4.5) (2021-10-17)
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
### Bug Fixes
|
|
1328
|
+
|
|
1329
|
+
* update dependendies ([1299373](https://github.com/CoCreate-app/CoCreate-users/commit/1299373f714b4f04d6bf3edf6f271fe1bc51c4ea))
|
|
1330
|
+
|
|
1331
|
+
## [1.4.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.3...v1.4.4) (2021-10-16)
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
### Bug Fixes
|
|
1335
|
+
|
|
1336
|
+
* update socket package to fix bug in docs ([f630b52](https://github.com/CoCreate-app/CoCreate-users/commit/f630b52a1bbdf49a0b8807f693bb1f3cd9eab7be))
|
|
1337
|
+
|
|
1338
|
+
## [1.4.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.2...v1.4.3) (2021-10-15)
|
|
1339
|
+
|
|
1340
|
+
|
|
1341
|
+
### Bug Fixes
|
|
1342
|
+
|
|
1343
|
+
* update dependencies ([9902dda](https://github.com/CoCreate-app/CoCreate-users/commit/9902dda0b3b615f2475bbfc9545d42c9fa694f3c))
|
|
1344
|
+
* update dependencies ([ecddcb0](https://github.com/CoCreate-app/CoCreate-users/commit/ecddcb00d53a0c58c5a43a0a88895094c558a5d4))
|
|
1345
|
+
|
|
1346
|
+
## [1.4.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.1...v1.4.2) (2021-10-15)
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
### Bug Fixes
|
|
1350
|
+
|
|
1351
|
+
* update packages ([3820505](https://github.com/CoCreate-app/CoCreate-users/commit/3820505d36bf47fc90f4e6305ea4567555d2c783))
|
|
1352
|
+
|
|
1353
|
+
## [1.4.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.4.0...v1.4.1) (2021-10-15)
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
### Bug Fixes
|
|
1357
|
+
|
|
1358
|
+
* update packages ([c09e61f](https://github.com/CoCreate-app/CoCreate-users/commit/c09e61f65736a0aef6ca8eab82734460bc883b06))
|
|
1359
|
+
|
|
1360
|
+
# [1.4.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.3.2...v1.4.0) (2021-10-14)
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
### Features
|
|
1364
|
+
|
|
1365
|
+
* opens socket chaner for user Status ([e875c8d](https://github.com/CoCreate-app/CoCreate-users/commit/e875c8d904df36e9136df9484ddac461ce560bb3))
|
|
1366
|
+
|
|
1367
|
+
## [1.3.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.3.1...v1.3.2) (2021-10-14)
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
### Bug Fixes
|
|
1371
|
+
|
|
1372
|
+
* dispatch login endEvent if succesful ([ac4b37d](https://github.com/CoCreate-app/CoCreate-users/commit/ac4b37dc723d90db9cd9aa963fbd166da9331905))
|
|
1373
|
+
|
|
1374
|
+
## [1.3.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.3.0...v1.3.1) (2021-10-14)
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
### Bug Fixes
|
|
1378
|
+
|
|
1379
|
+
* dispatch login endEvent ([5385212](https://github.com/CoCreate-app/CoCreate-users/commit/5385212be9eb2e31d9c4cbe48424231d111489ad))
|
|
1380
|
+
|
|
1381
|
+
# [1.3.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.34...v1.3.0) (2021-10-14)
|
|
1382
|
+
|
|
1383
|
+
|
|
1384
|
+
### Features
|
|
1385
|
+
|
|
1386
|
+
* render log for success ([24480a0](https://github.com/CoCreate-app/CoCreate-users/commit/24480a036390608b9ad1cf79dd68c995df1991ac))
|
|
1387
|
+
|
|
1388
|
+
## [1.2.34](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.33...v1.2.34) (2021-10-13)
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
### Bug Fixes
|
|
1392
|
+
|
|
1393
|
+
* update descriptions ([b2095b7](https://github.com/CoCreate-app/CoCreate-users/commit/b2095b7f9e09b25b46b1523a06dfe2b59857da6e))
|
|
1394
|
+
|
|
1395
|
+
## [1.2.33](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.32...v1.2.33) (2021-10-13)
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
### Bug Fixes
|
|
1399
|
+
|
|
1400
|
+
* update dependencies ([06dd77d](https://github.com/CoCreate-app/CoCreate-users/commit/06dd77d89b2dcbdf806ee3971ec7caa6cd1c59af))
|
|
1401
|
+
|
|
1402
|
+
## [1.2.32](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.31...v1.2.32) (2021-10-12)
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
### Bug Fixes
|
|
1406
|
+
|
|
1407
|
+
* render object and updte crud.send ([f37abf1](https://github.com/CoCreate-app/CoCreate-users/commit/f37abf17f7e5320462458ab36b005048e17d54ec))
|
|
1408
|
+
|
|
1409
|
+
## [1.2.31](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.30...v1.2.31) (2021-10-06)
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
### Bug Fixes
|
|
1413
|
+
|
|
1414
|
+
* update dependencies ([831a523](https://github.com/CoCreate-app/CoCreate-users/commit/831a523c4a7fe65c3acdaa19b281625873b99452))
|
|
1415
|
+
|
|
1416
|
+
## [1.2.30](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.29...v1.2.30) (2021-10-05)
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
### Bug Fixes
|
|
1420
|
+
|
|
1421
|
+
* update dependencies ([c387223](https://github.com/CoCreate-app/CoCreate-users/commit/c387223f9636396ccfc189b90da5d15c2ab4cc43))
|
|
1422
|
+
* website_id in CoCreate.config ([62f1381](https://github.com/CoCreate-app/CoCreate-users/commit/62f1381869c6dc66666045c4785529d08b94cb7a))
|
|
1423
|
+
|
|
1424
|
+
## [1.2.29](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.28...v1.2.29) (2021-10-04)
|
|
1425
|
+
|
|
1426
|
+
|
|
1427
|
+
### Bug Fixes
|
|
1428
|
+
|
|
1429
|
+
* update dependencies ([32eb566](https://github.com/CoCreate-app/CoCreate-users/commit/32eb566b3f2da83282b07bc9707941d6ecacc5cc))
|
|
1430
|
+
|
|
1431
|
+
## [1.2.28](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.27...v1.2.28) (2021-10-04)
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
### Bug Fixes
|
|
1435
|
+
|
|
1436
|
+
* update dependencies ([f64e8cf](https://github.com/CoCreate-app/CoCreate-users/commit/f64e8cfff95aa762860b4e422a4f87c289cb65da))
|
|
1437
|
+
|
|
1438
|
+
## [1.2.27](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.26...v1.2.27) (2021-10-01)
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
### Bug Fixes
|
|
1442
|
+
|
|
1443
|
+
* update packages ([8d7426b](https://github.com/CoCreate-app/CoCreate-users/commit/8d7426bc01c03be011c4e596d37f85c7cba2aa5c))
|
|
1444
|
+
|
|
1445
|
+
## [1.2.26](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.25...v1.2.26) (2021-10-01)
|
|
1446
|
+
|
|
1447
|
+
|
|
1448
|
+
### Bug Fixes
|
|
1449
|
+
|
|
1450
|
+
* update dependencies ([dfe40f4](https://github.com/CoCreate-app/CoCreate-users/commit/dfe40f463af98a1df158c7cc3e0b56dd0233a3fd))
|
|
1451
|
+
|
|
1452
|
+
## [1.2.25](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.24...v1.2.25) (2021-09-30)
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
### Bug Fixes
|
|
1456
|
+
|
|
1457
|
+
* update packages ([6f664f1](https://github.com/CoCreate-app/CoCreate-users/commit/6f664f1e7ee9a135829c2fcafc07e2793de3794b))
|
|
1458
|
+
|
|
1459
|
+
## [1.2.24](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.23...v1.2.24) (2021-09-28)
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
### Bug Fixes
|
|
1463
|
+
|
|
1464
|
+
* update dependencies ([2d9ce31](https://github.com/CoCreate-app/CoCreate-users/commit/2d9ce31967687b40947723932f41a8717741ec33))
|
|
1465
|
+
|
|
1466
|
+
## [1.2.23](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.22...v1.2.23) (2021-09-16)
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
### Bug Fixes
|
|
1470
|
+
|
|
1471
|
+
* update dependencies ([15cffcf](https://github.com/CoCreate-app/CoCreate-users/commit/15cffcffc0bcfd095ef37b87c4edbfb70da859fd))
|
|
1472
|
+
|
|
1473
|
+
## [1.2.22](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.21...v1.2.22) (2021-09-15)
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
### Bug Fixes
|
|
1477
|
+
|
|
1478
|
+
* replaced .sessionTrue and .sessionFalse with session="true|false" ([4a1770c](https://github.com/CoCreate-app/CoCreate-users/commit/4a1770c311ed8a42db40b52b396dfc2b38ad508f))
|
|
1479
|
+
|
|
1480
|
+
## [1.2.21](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.20...v1.2.21) (2021-09-15)
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
### Bug Fixes
|
|
1484
|
+
|
|
1485
|
+
* delete cookie ([437a21c](https://github.com/CoCreate-app/CoCreate-users/commit/437a21cc89310c21c80570195a3b98566eaf5a94))
|
|
1486
|
+
|
|
1487
|
+
## [1.2.20](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.19...v1.2.20) (2021-09-15)
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
### Bug Fixes
|
|
1491
|
+
|
|
1492
|
+
* check token for redirect ([856d989](https://github.com/CoCreate-app/CoCreate-users/commit/856d989f4f1615a3dcd0d3b8c25174888b2eafc0))
|
|
1493
|
+
|
|
1494
|
+
## [1.2.19](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.18...v1.2.19) (2021-09-15)
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
### Bug Fixes
|
|
1498
|
+
|
|
1499
|
+
* check token and userid for redirect ([ccc91e1](https://github.com/CoCreate-app/CoCreate-users/commit/ccc91e144d562bdc95531b8c2d10de2df80985fa))
|
|
1500
|
+
|
|
1501
|
+
## [1.2.18](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.17...v1.2.18) (2021-09-14)
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
### Bug Fixes
|
|
1505
|
+
|
|
1506
|
+
* add cocreate.app to domains ([be41d60](https://github.com/CoCreate-app/CoCreate-users/commit/be41d60768d9048508707b5c6958a8c74277bae3))
|
|
1507
|
+
|
|
1508
|
+
## [1.2.17](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.16...v1.2.17) (2021-09-13)
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
### Bug Fixes
|
|
1512
|
+
|
|
1513
|
+
* upgrade dependencies ([6872197](https://github.com/CoCreate-app/CoCreate-users/commit/68721978548a773514c97c04df178a592de147ff))
|
|
1514
|
+
|
|
1515
|
+
## [1.2.16](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.15...v1.2.16) (2021-09-12)
|
|
1516
|
+
|
|
1517
|
+
|
|
1518
|
+
### Bug Fixes
|
|
1519
|
+
|
|
1520
|
+
* update sidenav to use resize and toggle ([8087a12](https://github.com/CoCreate-app/CoCreate-users/commit/8087a12bc7c75c1fbfc1656dfef0b714d94452f0))
|
|
1521
|
+
|
|
1522
|
+
## [1.2.15](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.14...v1.2.15) (2021-09-09)
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
### Bug Fixes
|
|
1526
|
+
|
|
1527
|
+
* update dependency @cocreate/docs ([2933ea9](https://github.com/CoCreate-app/CoCreate-users/commit/2933ea9366521d0ddbbfbac83de8c8ef0cb0081a))
|
|
1528
|
+
|
|
1529
|
+
## [1.2.14](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.13...v1.2.14) (2021-09-09)
|
|
1530
|
+
|
|
1531
|
+
|
|
1532
|
+
### Bug Fixes
|
|
1533
|
+
|
|
1534
|
+
* ci docs ([845da0f](https://github.com/CoCreate-app/CoCreate-users/commit/845da0f92925cc50a668f0d67b2a0a3ba9869f80))
|
|
1535
|
+
|
|
1536
|
+
## [1.2.13](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.12...v1.2.13) (2021-09-09)
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
### Bug Fixes
|
|
1540
|
+
|
|
1541
|
+
* update dependencies ([87e5616](https://github.com/CoCreate-app/CoCreate-users/commit/87e56167c75dccfd4386d0959af9033a2ebde050))
|
|
1542
|
+
|
|
1543
|
+
## [1.2.12](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.11...v1.2.12) (2021-09-09)
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
### Bug Fixes
|
|
1547
|
+
|
|
1548
|
+
* CoCreate.config directory, path, name and public ([8602718](https://github.com/CoCreate-app/CoCreate-users/commit/8602718829525c09aaf428e1c7ba2bc0e08ff0dc))
|
|
1549
|
+
|
|
1550
|
+
## [1.2.11](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.10...v1.2.11) (2021-09-08)
|
|
1551
|
+
|
|
1552
|
+
|
|
1553
|
+
### Bug Fixes
|
|
1554
|
+
|
|
1555
|
+
* update dependencies ([ca2f761](https://github.com/CoCreate-app/CoCreate-users/commit/ca2f76172b38435cc2bd1a687cfa778eec483a1a))
|
|
1556
|
+
|
|
1557
|
+
## [1.2.10](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.9...v1.2.10) (2021-09-04)
|
|
1558
|
+
|
|
1559
|
+
|
|
1560
|
+
### Bug Fixes
|
|
1561
|
+
|
|
1562
|
+
* update dependencies ([5e4fd8f](https://github.com/CoCreate-app/CoCreate-users/commit/5e4fd8fb1bf02260eb09d20aa210e9f9fa92f649))
|
|
1563
|
+
|
|
1564
|
+
## [1.2.9](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.8...v1.2.9) (2021-08-31)
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
### Bug Fixes
|
|
1568
|
+
|
|
1569
|
+
* update dependencies ([45c8695](https://github.com/CoCreate-app/CoCreate-users/commit/45c8695e4894d36aac5eb2e5d70f4091eb71d9c1))
|
|
1570
|
+
|
|
1571
|
+
## [1.2.8](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.7...v1.2.8) (2021-08-27)
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
### Bug Fixes
|
|
1575
|
+
|
|
1576
|
+
* updaed dependencies ([8646f79](https://github.com/CoCreate-app/CoCreate-users/commit/8646f793c553458a39fc529aaae578eaa0c5127e))
|
|
1577
|
+
|
|
1578
|
+
## [1.2.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.6...v1.2.7) (2021-08-23)
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
### Bug Fixes
|
|
1582
|
+
|
|
1583
|
+
* update package versions ([9629b80](https://github.com/CoCreate-app/CoCreate-users/commit/9629b806ed5bfdba0f637c7680fe146ec371a7d4))
|
|
1584
|
+
|
|
1585
|
+
## [1.2.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.5...v1.2.6) (2021-08-22)
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
### Bug Fixes
|
|
1589
|
+
|
|
1590
|
+
* removed data- from main-content, clone, filter-value_type ([765271d](https://github.com/CoCreate-app/CoCreate-users/commit/765271dc5ee47db224bc955a64f9e472013f3cbe))
|
|
1591
|
+
|
|
1592
|
+
## [1.2.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.4...v1.2.5) (2021-08-22)
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
### Bug Fixes
|
|
1596
|
+
|
|
1597
|
+
* bump dependancy package versions ([c05b0a0](https://github.com/CoCreate-app/CoCreate-users/commit/c05b0a06c86beef2aec8438cc0c6641aef568568))
|
|
1598
|
+
|
|
1599
|
+
## [1.2.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.3...v1.2.4) (2021-08-22)
|
|
1600
|
+
|
|
1601
|
+
|
|
1602
|
+
### Bug Fixes
|
|
1603
|
+
|
|
1604
|
+
* bump package versions ([2c66a1d](https://github.com/CoCreate-app/CoCreate-users/commit/2c66a1dd9c26811be98fb4cf833c32cecfe8cd8d))
|
|
1605
|
+
|
|
1606
|
+
## [1.2.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.2...v1.2.3) (2021-08-14)
|
|
1607
|
+
|
|
1608
|
+
|
|
1609
|
+
### Bug Fixes
|
|
1610
|
+
|
|
1611
|
+
* update to docs ([9720fa0](https://github.com/CoCreate-app/CoCreate-users/commit/9720fa0a51f4d7cd8b3cb998975144536c88852e))
|
|
1612
|
+
|
|
1613
|
+
## [1.2.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.1...v1.2.2) (2021-08-02)
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
### Bug Fixes
|
|
1617
|
+
|
|
1618
|
+
* remove data- from attributes ([35ec886](https://github.com/CoCreate-app/CoCreate-users/commit/35ec886c1060358b9c9a07bc69dc091ced152ffa))
|
|
1619
|
+
* update data-fullscreen to fullscreen ([82afacc](https://github.com/CoCreate-app/CoCreate-users/commit/82afacc072b7be76f4c985c4f80057e70d6d98e3))
|
|
1620
|
+
|
|
1621
|
+
## [1.2.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.2.0...v1.2.1) (2021-07-28)
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
### Bug Fixes
|
|
1625
|
+
|
|
1626
|
+
* remove data- from fetch, pass and filter ([5390b35](https://github.com/CoCreate-app/CoCreate-users/commit/5390b35a5651d8785969554c25df9c544172d7c0))
|
|
1627
|
+
|
|
1628
|
+
# [1.2.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.1.1...v1.2.0) (2021-07-28)
|
|
1629
|
+
|
|
1630
|
+
|
|
1631
|
+
### Features
|
|
1632
|
+
|
|
1633
|
+
* add new is{attribute} system and remove data- from attributtes ([ef331ad](https://github.com/CoCreate-app/CoCreate-users/commit/ef331ad433809d7851c7d12cdb7a6e911392a7a1))
|
|
1634
|
+
|
|
1635
|
+
## [1.1.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.1.0...v1.1.1) (2021-07-26)
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
### Bug Fixes
|
|
1639
|
+
|
|
1640
|
+
* refactored to newOrg_id convention ([0119f44](https://github.com/CoCreate-app/CoCreate-users/commit/0119f44aaf1fe72180d3f67ea6acc606012c277e))
|
|
1641
|
+
|
|
1642
|
+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.19...v1.1.0) (2021-07-23)
|
|
1643
|
+
|
|
1644
|
+
|
|
1645
|
+
### Bug Fixes
|
|
1646
|
+
|
|
1647
|
+
* reorder functions for more readabilty ([585015b](https://github.com/CoCreate-app/CoCreate-users/commit/585015b66b2fbc4a9cf62fb729a1bc1883d9ded0))
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
### Features
|
|
1651
|
+
|
|
1652
|
+
* added createUser function ([8659688](https://github.com/CoCreate-app/CoCreate-users/commit/8659688d0261e73ac3139b843d8780264a4ac78b))
|
|
1653
|
+
|
|
1654
|
+
## [1.0.19](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.18...v1.0.19) (2021-07-22)
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
### Bug Fixes
|
|
1658
|
+
|
|
1659
|
+
* added data action for login and logout ([51ae49d](https://github.com/CoCreate-app/CoCreate-users/commit/51ae49df2216c1a10d5232b1baeb26d793819b8f))
|
|
1660
|
+
|
|
1661
|
+
## [1.0.18](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.17...v1.0.18) (2021-07-17)
|
|
1662
|
+
|
|
1663
|
+
|
|
1664
|
+
### Bug Fixes
|
|
1665
|
+
|
|
1666
|
+
* init and update demos scripts ([7d9ec7a](https://github.com/CoCreate-app/CoCreate-users/commit/7d9ec7a2244997175c258197d9a7d5d1433c62d8))
|
|
1667
|
+
* workflows ([9f59a78](https://github.com/CoCreate-app/CoCreate-users/commit/9f59a78f37419890e4d7d67d2ae3050781129b5c))
|
|
1668
|
+
|
|
1669
|
+
## [1.0.17](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.16...v1.0.17) (2021-07-14)
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
### Bug Fixes
|
|
1673
|
+
|
|
1674
|
+
* upgrade all packages ([f4900ba](https://github.com/CoCreate-app/CoCreate-users/commit/f4900bac3c50b82a3d67596200ba0796a33c2e89))
|
|
1675
|
+
|
|
1676
|
+
## [1.0.16](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.15...v1.0.16) (2021-07-13)
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
### Bug Fixes
|
|
1680
|
+
|
|
1681
|
+
* add yarn lockfile to git ignore ([f5d787c](https://github.com/CoCreate-app/CoCreate-users/commit/f5d787c0ac93899108fa2fc42eb7304b2bdaf562))
|
|
1682
|
+
* remove yarn.lock ([9c9d278](https://github.com/CoCreate-app/CoCreate-users/commit/9c9d2780dcdd5395df4941ef9d8145cd25fa9e70))
|
|
1683
|
+
|
|
1684
|
+
## [1.0.15](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.14...v1.0.15) (2021-07-10)
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
### Bug Fixes
|
|
1688
|
+
|
|
1689
|
+
* gitignore all logs ([1d6a495](https://github.com/CoCreate-app/CoCreate-users/commit/1d6a495ff72b67dfd81f13983714a9e4fa37ef76))
|
|
1690
|
+
|
|
1691
|
+
## [1.0.14](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.13...v1.0.14) (2021-07-07)
|
|
1692
|
+
|
|
1693
|
+
|
|
1694
|
+
### Bug Fixes
|
|
1695
|
+
|
|
1696
|
+
* update package versions ([252fd84](https://github.com/CoCreate-app/CoCreate-users/commit/252fd84dbcc33391c95060ea4601541086d08838))
|
|
1697
|
+
|
|
1698
|
+
## [1.0.13](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.12...v1.0.13) (2021-06-30)
|
|
1699
|
+
|
|
1700
|
+
|
|
1701
|
+
### Bug Fixes
|
|
1702
|
+
|
|
1703
|
+
* Update readme.md ([8511aef](https://github.com/CoCreate-app/CoCreate-users/commit/8511aefb8e63c04dfa34ac54b650c8320a45eef9))
|
|
1704
|
+
|
|
1705
|
+
## [1.0.12](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.11...v1.0.12) (2021-06-30)
|
|
1706
|
+
|
|
1707
|
+
|
|
1708
|
+
### Bug Fixes
|
|
1709
|
+
|
|
1710
|
+
* automated and manual workflows ([307de2c](https://github.com/CoCreate-app/CoCreate-users/commit/307de2cbbf36ca3bf7fe742c68743030c958b20a))
|
|
1711
|
+
|
|
1712
|
+
## [1.0.11](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.10...v1.0.11) (2021-06-25)
|
|
1713
|
+
|
|
1714
|
+
|
|
1715
|
+
### Bug Fixes
|
|
1716
|
+
|
|
1717
|
+
* latest version numbers applied to all cocreate packages ([8998df5](https://github.com/CoCreate-app/CoCreate-users/commit/8998df5cc179c98865edeab98c9e11b156060014))
|
|
1718
|
+
|
|
1719
|
+
## [1.0.10](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.9...v1.0.10) (2021-06-24)
|
|
1720
|
+
|
|
1721
|
+
|
|
1722
|
+
### Bug Fixes
|
|
1723
|
+
|
|
1724
|
+
* package versioningto 1.0.0 ([f64372e](https://github.com/CoCreate-app/CoCreate-users/commit/f64372e54d93259486afbc10e57668651a961db2))
|
|
1725
|
+
|
|
1726
|
+
## [1.0.9](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.8...v1.0.9) (2021-06-24)
|
|
1727
|
+
|
|
1728
|
+
|
|
1729
|
+
### Bug Fixes
|
|
1730
|
+
|
|
1731
|
+
* update all [@cocreate](https://github.com/cocreate) to use latest versions ([4b60d15](https://github.com/CoCreate-app/CoCreate-users/commit/4b60d157f9ff52b66cd0d9290831f83469697563))
|
|
1732
|
+
|
|
1733
|
+
## [1.0.8](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.7...v1.0.8) (2021-06-17)
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
### Bug Fixes
|
|
1737
|
+
|
|
1738
|
+
* added header for seo ([c5693c3](https://github.com/CoCreate-app/CoCreate-users/commit/c5693c3be4a4851257dd5736ffee8e52f89a034e))
|
|
1739
|
+
|
|
1740
|
+
## [1.0.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.6...v1.0.7) (2021-05-08)
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
### Bug Fixes
|
|
1744
|
+
|
|
1745
|
+
* add css auto parse and save to docs. ([7bc34bf](https://github.com/CoCreate-app/CoCreate-users/commit/7bc34bf3d18b23c7cddf47b41002990a892a9947))
|
|
1746
|
+
|
|
1747
|
+
## [1.0.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.5...v1.0.6) (2021-04-27)
|
|
1748
|
+
|
|
1749
|
+
|
|
1750
|
+
### Bug Fixes
|
|
1751
|
+
|
|
1752
|
+
* add host in docs ([4a59f50](https://github.com/CoCreate-app/CoCreate-users/commit/4a59f50baa5ea385048b88b7c36dd39807395d9e))
|
|
1753
|
+
|
|
1754
|
+
## [1.0.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.4...v1.0.5) (2021-04-27)
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
### Bug Fixes
|
|
1758
|
+
|
|
1759
|
+
* Update to readme, demo, added cdn scripts ([3c2d47f](https://github.com/CoCreate-app/CoCreate-users/commit/3c2d47fa75b7f6df3f9fe49aec189c1e02f77aba))
|
|
1760
|
+
|
|
1761
|
+
## [1.0.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.3...v1.0.4) (2021-04-26)
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
### Bug Fixes
|
|
1765
|
+
|
|
1766
|
+
* add missing imports and dependancies ([03377b8](https://github.com/CoCreate-app/CoCreate-users/commit/03377b82eb5d8ff9118cd7a54c714382814aca9c))
|
|
1767
|
+
|
|
1768
|
+
## [1.0.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.2...v1.0.3) (2021-04-23)
|
|
1769
|
+
|
|
1770
|
+
|
|
1771
|
+
### Bug Fixes
|
|
1772
|
+
|
|
1773
|
+
* readme and documentation. Removed securitykeys ([ce4b587](https://github.com/CoCreate-app/CoCreate-users/commit/ce4b587447c974a408d28b69a46d9945ac43d0b1))
|
|
1774
|
+
* remove securityKey ([5dc85f2](https://github.com/CoCreate-app/CoCreate-users/commit/5dc85f2b4ad05879dea97f728e3d493663f94b77))
|
|
1775
|
+
|
|
1776
|
+
## [1.0.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.1...v1.0.2) (2021-04-19)
|
|
1777
|
+
|
|
1778
|
+
|
|
1779
|
+
### Bug Fixes
|
|
1780
|
+
|
|
1781
|
+
* ci and build process ([f22c604](https://github.com/CoCreate-app/CoCreate-users/commit/f22c604bedb5287d6e22133dbe09dacafceff1eb))
|
|
1782
|
+
* npm publish and cdn deployment ([94f21d9](https://github.com/CoCreate-app/CoCreate-users/commit/94f21d94d2af07bc50bb3b84fcda241d076b83e3))
|
|
1783
|
+
|
|
1784
|
+
## [1.0.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.0...v1.0.1) (2021-03-29)
|
|
1785
|
+
|
|
1786
|
+
|
|
1787
|
+
### Bug Fixes
|
|
1788
|
+
|
|
1789
|
+
* Package Paths ([32b313d](https://github.com/CoCreate-app/CoCreate-users/commit/32b313d89ce91f07a00708f876eeb9d97b68544b))
|
|
1790
|
+
|
|
1791
|
+
# 1.0.0 (2021-03-29)
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
### Features
|
|
1795
|
+
|
|
1796
|
+
* Initial Release ([0799142](https://github.com/CoCreate-app/CoCreate-users/commit/07991421b0ee3ffb549f3a1d386b8cad2f224681))
|
|
1782
1797
|
* Initial Release ([c4fe26f](https://github.com/CoCreate-app/CoCreate-users/commit/c4fe26feac816a2907647d74a84209abe965156c))
|