@cocreate/text 1.20.12 → 1.20.14
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 +1805 -1790
- package/CONTRIBUTING.md +96 -96
- package/CoCreate.config.js +26 -26
- package/LICENSE +683 -683
- package/README.md +97 -97
- package/demo/custom-rich-text.html +277 -277
- package/demo/demos.1.html +24 -24
- package/demo/demos.html +38 -38
- package/demo/index.html +74 -74
- package/demo/test-webpage.html +376 -376
- package/docs/index.html +276 -276
- package/package.json +11 -11
- package/release.config.js +21 -21
- package/src/index.js +470 -470
- package/src/saveDomText.js +32 -32
- package/src/updateDom.js +208 -208
- package/src/updateText.js +79 -79
- package/webpack.config.js +84 -84
package/CHANGELOG.md
CHANGED
@@ -1,1791 +1,1806 @@
|
|
1
|
-
## [1.20.
|
2
|
-
|
3
|
-
|
4
|
-
### Bug Fixes
|
5
|
-
|
6
|
-
*
|
7
|
-
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([
|
8
|
-
|
9
|
-
## [1.20.
|
10
|
-
|
11
|
-
|
12
|
-
### Bug Fixes
|
13
|
-
|
14
|
-
*
|
15
|
-
|
16
|
-
## [1.20.
|
17
|
-
|
18
|
-
|
19
|
-
### Bug Fixes
|
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
|
-
## [1.20.
|
83
|
-
|
84
|
-
|
85
|
-
### Bug Fixes
|
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
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
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
|
-
## [1.18.
|
224
|
-
|
225
|
-
|
226
|
-
### Bug Fixes
|
227
|
-
|
228
|
-
* bump
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
*
|
237
|
-
|
238
|
-
## [1.18.
|
239
|
-
|
240
|
-
|
241
|
-
### Bug Fixes
|
242
|
-
|
243
|
-
* bump
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
*
|
266
|
-
|
267
|
-
## [1.18.
|
268
|
-
|
269
|
-
|
270
|
-
### Bug Fixes
|
271
|
-
|
272
|
-
* bump dependencies ([
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
* bump
|
281
|
-
|
282
|
-
## [1.18.
|
283
|
-
|
284
|
-
|
285
|
-
### Bug Fixes
|
286
|
-
|
287
|
-
* bump dependencies ([
|
288
|
-
*
|
289
|
-
|
290
|
-
## [1.18.
|
291
|
-
|
292
|
-
|
293
|
-
### Bug Fixes
|
294
|
-
|
295
|
-
*
|
296
|
-
|
297
|
-
## [1.18.
|
298
|
-
|
299
|
-
|
300
|
-
### Bug Fixes
|
301
|
-
|
302
|
-
* bump dependencies ([
|
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
|
-
* bump dependencies ([
|
346
|
-
|
347
|
-
## [1.18.
|
348
|
-
|
349
|
-
|
350
|
-
### Bug Fixes
|
351
|
-
|
352
|
-
* bump dependencies ([
|
353
|
-
|
354
|
-
## [1.18.
|
355
|
-
|
356
|
-
|
357
|
-
### Bug Fixes
|
358
|
-
|
359
|
-
*
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
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
|
-
|
421
|
-
|
422
|
-
|
423
|
-
*
|
424
|
-
|
425
|
-
## [1.18.
|
426
|
-
|
427
|
-
|
428
|
-
### Bug Fixes
|
429
|
-
|
430
|
-
* bump
|
431
|
-
|
432
|
-
## [1.18.
|
433
|
-
|
434
|
-
|
435
|
-
### Bug Fixes
|
436
|
-
|
437
|
-
*
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
*
|
446
|
-
|
447
|
-
## [1.18.
|
448
|
-
|
449
|
-
|
450
|
-
### Bug Fixes
|
451
|
-
|
452
|
-
* @cocreate/
|
453
|
-
|
454
|
-
## [1.18.
|
455
|
-
|
456
|
-
|
457
|
-
### Bug Fixes
|
458
|
-
|
459
|
-
*
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
*
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
###
|
487
|
-
|
488
|
-
*
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
*
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
###
|
502
|
-
|
503
|
-
*
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
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
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
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
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
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
|
-
## [1.
|
659
|
-
|
660
|
-
|
661
|
-
### Bug Fixes
|
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
|
-
|
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
|
-
## [1.15.
|
744
|
-
|
745
|
-
|
746
|
-
### Bug Fixes
|
747
|
-
|
748
|
-
* bump
|
749
|
-
|
750
|
-
## [1.15.
|
751
|
-
|
752
|
-
|
753
|
-
### Bug Fixes
|
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
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
###
|
912
|
-
|
913
|
-
*
|
914
|
-
|
915
|
-
## [1.12.
|
916
|
-
|
917
|
-
|
918
|
-
### Bug Fixes
|
919
|
-
|
920
|
-
*
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
*
|
929
|
-
|
930
|
-
## [1.12.
|
931
|
-
|
932
|
-
|
933
|
-
### Bug Fixes
|
934
|
-
|
935
|
-
* update
|
936
|
-
|
937
|
-
## [1.12.
|
938
|
-
|
939
|
-
|
940
|
-
### Bug Fixes
|
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
|
-
## [1.12.
|
967
|
-
|
968
|
-
|
969
|
-
### Bug Fixes
|
970
|
-
|
971
|
-
*
|
972
|
-
|
973
|
-
## [1.12.
|
974
|
-
|
975
|
-
|
976
|
-
### Bug Fixes
|
977
|
-
|
978
|
-
*
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
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
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
* update dependencies ([
|
1085
|
-
|
1086
|
-
## [1.12.
|
1087
|
-
|
1088
|
-
|
1089
|
-
### Bug Fixes
|
1090
|
-
|
1091
|
-
*
|
1092
|
-
|
1093
|
-
## [1.12.
|
1094
|
-
|
1095
|
-
|
1096
|
-
### Bug Fixes
|
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
|
-
# [1.
|
1144
|
-
|
1145
|
-
|
1146
|
-
### Features
|
1147
|
-
|
1148
|
-
*
|
1149
|
-
|
1150
|
-
## [1.
|
1151
|
-
|
1152
|
-
|
1153
|
-
### Bug Fixes
|
1154
|
-
|
1155
|
-
*
|
1156
|
-
|
1157
|
-
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1161
|
-
|
1162
|
-
|
1163
|
-
*
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
###
|
1169
|
-
|
1170
|
-
*
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
*
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
*
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1194
|
-
* update
|
1195
|
-
|
1196
|
-
## [1.9.
|
1197
|
-
|
1198
|
-
|
1199
|
-
### Bug Fixes
|
1200
|
-
|
1201
|
-
* update
|
1202
|
-
|
1203
|
-
## [1.9.
|
1204
|
-
|
1205
|
-
|
1206
|
-
### Bug Fixes
|
1207
|
-
|
1208
|
-
* update
|
1209
|
-
*
|
1210
|
-
|
1211
|
-
## [1.9.
|
1212
|
-
|
1213
|
-
|
1214
|
-
### Bug Fixes
|
1215
|
-
|
1216
|
-
* update
|
1217
|
-
|
1218
|
-
## [1.9.
|
1219
|
-
|
1220
|
-
|
1221
|
-
### Bug Fixes
|
1222
|
-
|
1223
|
-
* update
|
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
|
-
## [1.9.
|
1255
|
-
|
1256
|
-
|
1257
|
-
### Bug Fixes
|
1258
|
-
|
1259
|
-
* update
|
1260
|
-
|
1261
|
-
## [1.9.
|
1262
|
-
|
1263
|
-
|
1264
|
-
### Bug Fixes
|
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
|
-
|
1330
|
-
|
1331
|
-
|
1332
|
-
|
1333
|
-
|
1334
|
-
|
1335
|
-
|
1336
|
-
|
1337
|
-
|
1338
|
-
|
1339
|
-
*
|
1340
|
-
|
1341
|
-
|
1342
|
-
|
1343
|
-
|
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
|
-
|
1410
|
-
|
1411
|
-
|
1412
|
-
|
1413
|
-
|
1414
|
-
|
1415
|
-
|
1416
|
-
|
1417
|
-
|
1418
|
-
|
1419
|
-
|
1420
|
-
|
1421
|
-
|
1422
|
-
|
1423
|
-
|
1424
|
-
|
1425
|
-
|
1426
|
-
|
1427
|
-
|
1428
|
-
|
1429
|
-
|
1430
|
-
*
|
1431
|
-
|
1432
|
-
## [1.5.
|
1433
|
-
|
1434
|
-
|
1435
|
-
### Bug Fixes
|
1436
|
-
|
1437
|
-
*
|
1438
|
-
|
1439
|
-
## [1.5.
|
1440
|
-
|
1441
|
-
|
1442
|
-
### Bug Fixes
|
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
|
-
## [1.0.
|
1604
|
-
|
1605
|
-
|
1606
|
-
### Bug Fixes
|
1607
|
-
|
1608
|
-
*
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
*
|
1617
|
-
|
1618
|
-
## [1.0.
|
1619
|
-
|
1620
|
-
|
1621
|
-
### Bug Fixes
|
1622
|
-
|
1623
|
-
*
|
1624
|
-
|
1625
|
-
## [1.0.
|
1626
|
-
|
1627
|
-
|
1628
|
-
### Bug Fixes
|
1629
|
-
|
1630
|
-
*
|
1631
|
-
*
|
1632
|
-
|
1633
|
-
## [1.0.
|
1634
|
-
|
1635
|
-
|
1636
|
-
### Bug Fixes
|
1637
|
-
|
1638
|
-
*
|
1639
|
-
|
1640
|
-
## [1.0.
|
1641
|
-
|
1642
|
-
|
1643
|
-
### Bug Fixes
|
1644
|
-
|
1645
|
-
*
|
1646
|
-
|
1647
|
-
|
1648
|
-
|
1649
|
-
|
1650
|
-
|
1651
|
-
|
1652
|
-
|
1653
|
-
|
1654
|
-
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1660
|
-
*
|
1661
|
-
|
1662
|
-
## [1.0.
|
1663
|
-
|
1664
|
-
|
1665
|
-
### Bug Fixes
|
1666
|
-
|
1667
|
-
*
|
1668
|
-
|
1669
|
-
## [1.0.
|
1670
|
-
|
1671
|
-
|
1672
|
-
### Bug Fixes
|
1673
|
-
|
1674
|
-
* add
|
1675
|
-
*
|
1676
|
-
|
1677
|
-
## [1.0.
|
1678
|
-
|
1679
|
-
|
1680
|
-
### Bug Fixes
|
1681
|
-
|
1682
|
-
*
|
1683
|
-
|
1684
|
-
## [1.0.
|
1685
|
-
|
1686
|
-
|
1687
|
-
### Bug Fixes
|
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
|
-
## [1.0.
|
1735
|
-
|
1736
|
-
|
1737
|
-
### Bug Fixes
|
1738
|
-
|
1739
|
-
*
|
1740
|
-
|
1741
|
-
|
1742
|
-
|
1743
|
-
|
1744
|
-
|
1745
|
-
|
1746
|
-
|
1747
|
-
|
1748
|
-
|
1749
|
-
|
1750
|
-
|
1751
|
-
|
1752
|
-
|
1753
|
-
|
1754
|
-
|
1755
|
-
|
1756
|
-
*
|
1757
|
-
|
1758
|
-
|
1759
|
-
|
1760
|
-
|
1761
|
-
|
1762
|
-
|
1763
|
-
|
1764
|
-
|
1765
|
-
|
1766
|
-
|
1767
|
-
|
1768
|
-
|
1769
|
-
|
1770
|
-
|
1771
|
-
|
1772
|
-
|
1773
|
-
|
1774
|
-
|
1775
|
-
|
1776
|
-
|
1777
|
-
|
1778
|
-
|
1779
|
-
|
1780
|
-
|
1781
|
-
|
1782
|
-
|
1783
|
-
|
1784
|
-
|
1785
|
-
|
1786
|
-
|
1787
|
-
|
1788
|
-
|
1789
|
-
|
1790
|
-
|
1
|
+
## [1.20.14](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.13...v1.20.14) (2023-06-04)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* replaced secert GITHUB_TOKEN with GITHUB ([88104b5](https://github.com/CoCreate-app/CoCreate-text/commit/88104b513ce340cff27492ee1afee833577d1ee0))
|
7
|
+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([dc04f9c](https://github.com/CoCreate-app/CoCreate-text/commit/dc04f9c7ce5b33a6b6465c7000e8e102986fb5b5))
|
8
|
+
|
9
|
+
## [1.20.13](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.12...v1.20.13) (2023-06-04)
|
10
|
+
|
11
|
+
|
12
|
+
### Bug Fixes
|
13
|
+
|
14
|
+
* **semantic-release:** worklow error solved by running node version 14 ([96622e7](https://github.com/CoCreate-app/CoCreate-text/commit/96622e7e508c352bd220c340fafe817b1c198f05))
|
15
|
+
|
16
|
+
## [1.20.12](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.11...v1.20.12) (2023-06-02)
|
17
|
+
|
18
|
+
|
19
|
+
### Bug Fixes
|
20
|
+
|
21
|
+
* format demo html ([2c0b945](https://github.com/CoCreate-app/CoCreate-text/commit/2c0b9458e322a1d85dd3990635cf453a6e428e3c))
|
22
|
+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([fcc0161](https://github.com/CoCreate-app/CoCreate-text/commit/fcc0161c5ef30b22cc2eb8a9103b4654ccec0ef4))
|
23
|
+
|
24
|
+
## [1.20.11](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.10...v1.20.11) (2023-05-21)
|
25
|
+
|
26
|
+
|
27
|
+
### Bug Fixes
|
28
|
+
|
29
|
+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([6feb00b](https://github.com/CoCreate-app/CoCreate-text/commit/6feb00bf8f1f63c99822483f635218b41bad1604))
|
30
|
+
|
31
|
+
## [1.20.10](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.9...v1.20.10) (2023-05-19)
|
32
|
+
|
33
|
+
|
34
|
+
### Bug Fixes
|
35
|
+
|
36
|
+
* 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. ([ce5aa24](https://github.com/CoCreate-app/CoCreate-text/commit/ce5aa249a561197813b38858e920a3b7c11a754f))
|
37
|
+
|
38
|
+
## [1.20.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.8...v1.20.9) (2023-05-18)
|
39
|
+
|
40
|
+
|
41
|
+
### Bug Fixes
|
42
|
+
|
43
|
+
* apikey renamed to key ([1f24c67](https://github.com/CoCreate-app/CoCreate-text/commit/1f24c671ec57abd334b7ca51145c61237cf86233))
|
44
|
+
|
45
|
+
## [1.20.8](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.7...v1.20.8) (2023-05-09)
|
46
|
+
|
47
|
+
|
48
|
+
### Bug Fixes
|
49
|
+
|
50
|
+
* replace $ single quotes will double quotes t prevent db from escaping character ([44f5162](https://github.com/CoCreate-app/CoCreate-text/commit/44f5162c8009d96eab9f0bdb160ab1b9b3ec6702))
|
51
|
+
|
52
|
+
## [1.20.7](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.6...v1.20.7) (2023-05-06)
|
53
|
+
|
54
|
+
|
55
|
+
### Bug Fixes
|
56
|
+
|
57
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([0c16197](https://github.com/CoCreate-app/CoCreate-text/commit/0c16197ff737a8286b43a6b12ef0327d0b2d43bf))
|
58
|
+
|
59
|
+
## [1.20.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.5...v1.20.6) (2023-05-01)
|
60
|
+
|
61
|
+
|
62
|
+
### Bug Fixes
|
63
|
+
|
64
|
+
* update manifest.json to manifest.webmanifest ([19ec520](https://github.com/CoCreate-app/CoCreate-text/commit/19ec520d377c4f6e4b67791fc6adf50e6b0541d1))
|
65
|
+
|
66
|
+
## [1.20.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.4...v1.20.5) (2023-05-01)
|
67
|
+
|
68
|
+
|
69
|
+
### Bug Fixes
|
70
|
+
|
71
|
+
* replace fontawesome with svg ([1675a81](https://github.com/CoCreate-app/CoCreate-text/commit/1675a81fea4a29f213eaa9a69b0b6e56f038cc3f))
|
72
|
+
|
73
|
+
## [1.20.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.3...v1.20.4) (2023-04-30)
|
74
|
+
|
75
|
+
|
76
|
+
### Bug Fixes
|
77
|
+
|
78
|
+
* fullscreen target updated to fullscreen fullscreen-target ([9a1525f](https://github.com/CoCreate-app/CoCreate-text/commit/9a1525f2d8cbec9ecac34bd41059b57ef12f118c))
|
79
|
+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([c585be8](https://github.com/CoCreate-app/CoCreate-text/commit/c585be8722810ca6bd6fe2db0a829c118cea1289))
|
80
|
+
* removed toogle fullscreen icons. now using css content ([ea1beb9](https://github.com/CoCreate-app/CoCreate-text/commit/ea1beb9bd8f6ec8658938453f733c8e5452c4b17))
|
81
|
+
|
82
|
+
## [1.20.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.2...v1.20.3) (2023-04-24)
|
83
|
+
|
84
|
+
|
85
|
+
### Bug Fixes
|
86
|
+
|
87
|
+
* updated worrkflows to v3 and node version 16 ([3cee5b0](https://github.com/CoCreate-app/CoCreate-text/commit/3cee5b0f9969bb3453080933e2beb98e1bb2b0c0))
|
88
|
+
* workflow node version updated 16 ([3372b44](https://github.com/CoCreate-app/CoCreate-text/commit/3372b4458d0789c2bfbcf1483b678618ab6db1bd))
|
89
|
+
|
90
|
+
## [1.20.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.1...v1.20.2) (2023-04-24)
|
91
|
+
|
92
|
+
|
93
|
+
### Bug Fixes
|
94
|
+
|
95
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([000164c](https://github.com/CoCreate-app/CoCreate-text/commit/000164c1cdc15bab3086b91d1369cd322dc1fde4))
|
96
|
+
|
97
|
+
## [1.20.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.0...v1.20.1) (2023-04-24)
|
98
|
+
|
99
|
+
|
100
|
+
### Bug Fixes
|
101
|
+
|
102
|
+
* removed uglifyjs-webpack-plugin ([d597b34](https://github.com/CoCreate-app/CoCreate-text/commit/d597b34fccc4e8b2e20e912525d86c8925e15fef))
|
103
|
+
|
104
|
+
# [1.20.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.19.6...v1.20.0) (2023-04-24)
|
105
|
+
|
106
|
+
|
107
|
+
### Features
|
108
|
+
|
109
|
+
* added pwa manifest ([c1e9494](https://github.com/CoCreate-app/CoCreate-text/commit/c1e9494d0739c029fb888c34fa30c9190e5c3553))
|
110
|
+
|
111
|
+
## [1.19.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.19.5...v1.19.6) (2023-04-11)
|
112
|
+
|
113
|
+
|
114
|
+
### Bug Fixes
|
115
|
+
|
116
|
+
* bump dependencies ([a34d67f](https://github.com/CoCreate-app/CoCreate-text/commit/a34d67f3b263713cec4dcc84479233c17e44f73f))
|
117
|
+
|
118
|
+
## [1.19.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.19.4...v1.19.5) (2023-04-11)
|
119
|
+
|
120
|
+
|
121
|
+
### Bug Fixes
|
122
|
+
|
123
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([259181f](https://github.com/CoCreate-app/CoCreate-text/commit/259181f5a86d2f61572bb06b7bdabeddf977e661))
|
124
|
+
|
125
|
+
## [1.19.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.19.3...v1.19.4) (2023-04-11)
|
126
|
+
|
127
|
+
|
128
|
+
### Bug Fixes
|
129
|
+
|
130
|
+
* renamed domains to hosts ([14c7639](https://github.com/CoCreate-app/CoCreate-text/commit/14c7639491da82595ce6642c1e90d9474e7487b1))
|
131
|
+
|
132
|
+
## [1.19.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.19.2...v1.19.3) (2023-03-30)
|
133
|
+
|
134
|
+
|
135
|
+
### Bug Fixes
|
136
|
+
|
137
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies' ([6c51ce2](https://github.com/CoCreate-app/CoCreate-text/commit/6c51ce2062c12cdeb45bdc00ebd7cf69b97a45bc))
|
138
|
+
|
139
|
+
## [1.19.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.19.1...v1.19.2) (2023-03-16)
|
140
|
+
|
141
|
+
|
142
|
+
### Bug Fixes
|
143
|
+
|
144
|
+
* bump dependencies' ([c798af3](https://github.com/CoCreate-app/CoCreate-text/commit/c798af3250499f38cf1a487b025f4b7ce1b1a74b))
|
145
|
+
|
146
|
+
## [1.19.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.19.0...v1.19.1) (2023-03-16)
|
147
|
+
|
148
|
+
|
149
|
+
### Bug Fixes
|
150
|
+
|
151
|
+
* bump dependencies' ([a04710d](https://github.com/CoCreate-app/CoCreate-text/commit/a04710d7c504feceeaf6fdfa530975b668ca9d3f))
|
152
|
+
|
153
|
+
# [1.19.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.46...v1.19.0) (2023-03-16)
|
154
|
+
|
155
|
+
|
156
|
+
### Features
|
157
|
+
|
158
|
+
* replaced get-value and set-value with a super charged version of CoCreate-events ([603922a](https://github.com/CoCreate-app/CoCreate-text/commit/603922ac79c207153b4d20b55438ef2ce5d8dd29))
|
159
|
+
|
160
|
+
## [1.18.46](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.45...v1.18.46) (2023-02-01)
|
161
|
+
|
162
|
+
|
163
|
+
### Bug Fixes
|
164
|
+
|
165
|
+
* bump dependencies ([d55b2f8](https://github.com/CoCreate-app/CoCreate-text/commit/d55b2f8357b75eb22cfb4838cca5ed5a337c24e9))
|
166
|
+
|
167
|
+
## [1.18.45](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.44...v1.18.45) (2023-01-31)
|
168
|
+
|
169
|
+
|
170
|
+
### Bug Fixes
|
171
|
+
|
172
|
+
* bump dependencies ([6805838](https://github.com/CoCreate-app/CoCreate-text/commit/68058382cf36ebf5aafed32f1d1ffc0c1e46b26e))
|
173
|
+
|
174
|
+
## [1.18.44](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.43...v1.18.44) (2023-01-30)
|
175
|
+
|
176
|
+
|
177
|
+
### Bug Fixes
|
178
|
+
|
179
|
+
* bump dependencies ([b101f34](https://github.com/CoCreate-app/CoCreate-text/commit/b101f342bc6214e6532756a3e76b7dc4a3e19ab2))
|
180
|
+
|
181
|
+
## [1.18.43](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.42...v1.18.43) (2023-01-30)
|
182
|
+
|
183
|
+
|
184
|
+
### Bug Fixes
|
185
|
+
|
186
|
+
* catch cross-origin error when accessing window.top ([2753de1](https://github.com/CoCreate-app/CoCreate-text/commit/2753de13aac3973358bcfac2b256a152a35b2b9e))
|
187
|
+
|
188
|
+
## [1.18.42](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.41...v1.18.42) (2023-01-29)
|
189
|
+
|
190
|
+
|
191
|
+
### Bug Fixes
|
192
|
+
|
193
|
+
* bump dependencies ([6925572](https://github.com/CoCreate-app/CoCreate-text/commit/692557282e994418c64cc23e84db3006c0f0dfde))
|
194
|
+
|
195
|
+
## [1.18.41](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.40...v1.18.41) (2023-01-29)
|
196
|
+
|
197
|
+
|
198
|
+
### Bug Fixes
|
199
|
+
|
200
|
+
* bump dependencies ([9110c06](https://github.com/CoCreate-app/CoCreate-text/commit/9110c066996ff5e3deb1f2a79e99d136a52a67a0))
|
201
|
+
|
202
|
+
## [1.18.40](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.39...v1.18.40) (2023-01-27)
|
203
|
+
|
204
|
+
|
205
|
+
### Bug Fixes
|
206
|
+
|
207
|
+
* bump dependencies ([1692d3f](https://github.com/CoCreate-app/CoCreate-text/commit/1692d3fece50c3759abe12b1b5fd6635aa4812a5))
|
208
|
+
|
209
|
+
## [1.18.39](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.38...v1.18.39) (2023-01-13)
|
210
|
+
|
211
|
+
|
212
|
+
### Bug Fixes
|
213
|
+
|
214
|
+
* bump dependencies ([da326f7](https://github.com/CoCreate-app/CoCreate-text/commit/da326f7c6f43d858381f3b5f99e9801321f24bac))
|
215
|
+
|
216
|
+
## [1.18.38](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.37...v1.18.38) (2023-01-10)
|
217
|
+
|
218
|
+
|
219
|
+
### Bug Fixes
|
220
|
+
|
221
|
+
* bump dependencies ([efc3307](https://github.com/CoCreate-app/CoCreate-text/commit/efc33078b6ce6a47c9efd68932a16fb07535c8e1))
|
222
|
+
|
223
|
+
## [1.18.37](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.36...v1.18.37) (2023-01-09)
|
224
|
+
|
225
|
+
|
226
|
+
### Bug Fixes
|
227
|
+
|
228
|
+
* bump dependnecies ([517e9d6](https://github.com/CoCreate-app/CoCreate-text/commit/517e9d61ee0eb8dc5db08f9cf7dadbf1ca662606))
|
229
|
+
|
230
|
+
## [1.18.36](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.35...v1.18.36) (2023-01-06)
|
231
|
+
|
232
|
+
|
233
|
+
### Bug Fixes
|
234
|
+
|
235
|
+
* bump dependencies, worklow [@v3](https://github.com/v3) ([f9d8837](https://github.com/CoCreate-app/CoCreate-text/commit/f9d8837d91d714841dbaa51b3a8f7fc867a51713))
|
236
|
+
* edit in github btn styles ([64350e7](https://github.com/CoCreate-app/CoCreate-text/commit/64350e7ab946769cff06e5d77f1d8a85fd7b3e5a))
|
237
|
+
|
238
|
+
## [1.18.35](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.34...v1.18.35) (2023-01-05)
|
239
|
+
|
240
|
+
|
241
|
+
### Bug Fixes
|
242
|
+
|
243
|
+
* bump cdn to 1.39.4 ([afd956e](https://github.com/CoCreate-app/CoCreate-text/commit/afd956e1f13b659daba6e85365d7ce4c00882c62))
|
244
|
+
* bump dependencies ([0d9f4fa](https://github.com/CoCreate-app/CoCreate-text/commit/0d9f4fa59debc6598ad7c809f8814815cf41c163))
|
245
|
+
|
246
|
+
## [1.18.34](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.33...v1.18.34) (2023-01-01)
|
247
|
+
|
248
|
+
|
249
|
+
### Bug Fixes
|
250
|
+
|
251
|
+
* docs sanbox overflow ([1fb0aaa](https://github.com/CoCreate-app/CoCreate-text/commit/1fb0aaaadcfa2d01ed3882967a6e0529434be0a6))
|
252
|
+
|
253
|
+
## [1.18.33](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.32...v1.18.33) (2022-12-31)
|
254
|
+
|
255
|
+
|
256
|
+
### Bug Fixes
|
257
|
+
|
258
|
+
* bump dependencies ([9d9e0d1](https://github.com/CoCreate-app/CoCreate-text/commit/9d9e0d1d1730259cace17fd07275da4adbca103c))
|
259
|
+
|
260
|
+
## [1.18.32](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.31...v1.18.32) (2022-12-30)
|
261
|
+
|
262
|
+
|
263
|
+
### Bug Fixes
|
264
|
+
|
265
|
+
* update config sources to use template braces with entry on src ([578d3eb](https://github.com/CoCreate-app/CoCreate-text/commit/578d3ebce4edee9ec422c565f55d0a04bace0ff9))
|
266
|
+
|
267
|
+
## [1.18.31](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.30...v1.18.31) (2022-12-29)
|
268
|
+
|
269
|
+
|
270
|
+
### Bug Fixes
|
271
|
+
|
272
|
+
* bump dependencies ([fe420de](https://github.com/CoCreate-app/CoCreate-text/commit/fe420de8e148b130bce0335e56aa90ec68c98dda))
|
273
|
+
|
274
|
+
## [1.18.30](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.29...v1.18.30) (2022-12-27)
|
275
|
+
|
276
|
+
|
277
|
+
### Bug Fixes
|
278
|
+
|
279
|
+
* bump dependecies ([1d63e8d](https://github.com/CoCreate-app/CoCreate-text/commit/1d63e8d1adb221b10003bb647971532f747ddd17))
|
280
|
+
* bump dependencies ([8ae2e9a](https://github.com/CoCreate-app/CoCreate-text/commit/8ae2e9a5bcb3068a1947f2ad0c9dcb0394587c07))
|
281
|
+
|
282
|
+
## [1.18.29](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.28...v1.18.29) (2022-12-25)
|
283
|
+
|
284
|
+
|
285
|
+
### Bug Fixes
|
286
|
+
|
287
|
+
* bump dependencies ([dbbc575](https://github.com/CoCreate-app/CoCreate-text/commit/dbbc5757ee357d3c9ab85ad572a7c58334ed4944))
|
288
|
+
* bumpcdn to 1.34.4 ([21a81c7](https://github.com/CoCreate-app/CoCreate-text/commit/21a81c7979868237676ac8f9e8afd0daf8bcac15))
|
289
|
+
|
290
|
+
## [1.18.28](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.27...v1.18.28) (2022-12-23)
|
291
|
+
|
292
|
+
|
293
|
+
### Bug Fixes
|
294
|
+
|
295
|
+
* bump dependnecies ([bd82f2c](https://github.com/CoCreate-app/CoCreate-text/commit/bd82f2c3c50ab773eeeb4200e3f6dd0e9247efe4))
|
296
|
+
|
297
|
+
## [1.18.27](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.26...v1.18.27) (2022-12-22)
|
298
|
+
|
299
|
+
|
300
|
+
### Bug Fixes
|
301
|
+
|
302
|
+
* bump dependencies ([ede67d6](https://github.com/CoCreate-app/CoCreate-text/commit/ede67d6d437581a5f830b92b747e3c76ce789137))
|
303
|
+
* update cdn ([1269833](https://github.com/CoCreate-app/CoCreate-text/commit/1269833f3bdbbf0c55d7ea554e2dfbf7a361f33c))
|
304
|
+
|
305
|
+
## [1.18.26](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.25...v1.18.26) (2022-12-22)
|
306
|
+
|
307
|
+
|
308
|
+
### Bug Fixes
|
309
|
+
|
310
|
+
* update demos and bump dependencies ([db850f2](https://github.com/CoCreate-app/CoCreate-text/commit/db850f2c5c54e9cfba2c522c5548b0b69d87d5fe))
|
311
|
+
|
312
|
+
## [1.18.25](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.24...v1.18.25) (2022-12-21)
|
313
|
+
|
314
|
+
|
315
|
+
### Bug Fixes
|
316
|
+
|
317
|
+
* bump dependencies ([5b7fe03](https://github.com/CoCreate-app/CoCreate-text/commit/5b7fe0330a2abfa04060f1d805e6258bffaed1b2))
|
318
|
+
|
319
|
+
## [1.18.24](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.23...v1.18.24) (2022-12-20)
|
320
|
+
|
321
|
+
|
322
|
+
### Bug Fixes
|
323
|
+
|
324
|
+
* bump dependencies ([45b158a](https://github.com/CoCreate-app/CoCreate-text/commit/45b158a043cfef9b45d3385fb232e35f6a90c846))
|
325
|
+
|
326
|
+
## [1.18.23](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.22...v1.18.23) (2022-12-15)
|
327
|
+
|
328
|
+
|
329
|
+
### Bug Fixes
|
330
|
+
|
331
|
+
* add missing dev dependency style-loader ([6b5ffb8](https://github.com/CoCreate-app/CoCreate-text/commit/6b5ffb8e2d1c391be3aa3ab24236755d7a8f1aaa))
|
332
|
+
|
333
|
+
## [1.18.22](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.21...v1.18.22) (2022-12-13)
|
334
|
+
|
335
|
+
|
336
|
+
### Bug Fixes
|
337
|
+
|
338
|
+
* removed un used devDependencies ([77f5ef9](https://github.com/CoCreate-app/CoCreate-text/commit/77f5ef9b3ee310bb450311b076cec132c5f3ebcf))
|
339
|
+
|
340
|
+
## [1.18.21](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.20...v1.18.21) (2022-12-13)
|
341
|
+
|
342
|
+
|
343
|
+
### Bug Fixes
|
344
|
+
|
345
|
+
* bump dependencies ([c5547a4](https://github.com/CoCreate-app/CoCreate-text/commit/c5547a4a0a26157468b5799c018735278354b43e))
|
346
|
+
|
347
|
+
## [1.18.20](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.19...v1.18.20) (2022-12-12)
|
348
|
+
|
349
|
+
|
350
|
+
### Bug Fixes
|
351
|
+
|
352
|
+
* bump dependencies ([71fa03c](https://github.com/CoCreate-app/CoCreate-text/commit/71fa03c6fb79cb21fc7a56269cb808ad594834cb))
|
353
|
+
|
354
|
+
## [1.18.19](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.18...v1.18.19) (2022-12-11)
|
355
|
+
|
356
|
+
|
357
|
+
### Bug Fixes
|
358
|
+
|
359
|
+
* database or collection return ([bf4d655](https://github.com/CoCreate-app/CoCreate-text/commit/bf4d655d9aa30441a98e887d16e2e5c483937890))
|
360
|
+
* bump dependencies ([ee0445d](https://github.com/CoCreate-app/CoCreate-text/commit/ee0445d60ce04b40a0e1cbb6949d145191204334))
|
361
|
+
|
362
|
+
## [1.18.18](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.17...v1.18.18) (2022-12-09)
|
363
|
+
|
364
|
+
|
365
|
+
### Bug Fixes
|
366
|
+
|
367
|
+
* bump dependencies ([b1762ad](https://github.com/CoCreate-app/CoCreate-text/commit/b1762ad00083351dcd3717dc896143a875d51d20))
|
368
|
+
|
369
|
+
## [1.18.17](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.16...v1.18.17) (2022-12-08)
|
370
|
+
|
371
|
+
|
372
|
+
### Bug Fixes
|
373
|
+
|
374
|
+
* bump dependencies ([2aa0e73](https://github.com/CoCreate-app/CoCreate-text/commit/2aa0e738a119a87340afe98437c44d170e0018ef))
|
375
|
+
|
376
|
+
## [1.18.16](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.15...v1.18.16) (2022-12-07)
|
377
|
+
|
378
|
+
|
379
|
+
### Bug Fixes
|
380
|
+
|
381
|
+
* bump dependencies ([add9d3f](https://github.com/CoCreate-app/CoCreate-text/commit/add9d3fa3e10c6ed4db46d258d9562fb96ed9ec7))
|
382
|
+
|
383
|
+
## [1.18.15](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.14...v1.18.15) (2022-12-04)
|
384
|
+
|
385
|
+
|
386
|
+
### Bug Fixes
|
387
|
+
|
388
|
+
* bump dependencies ([0c1e139](https://github.com/CoCreate-app/CoCreate-text/commit/0c1e1391d8f96e25ba55ba0f4ce632acdadde68b))
|
389
|
+
|
390
|
+
## [1.18.14](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.13...v1.18.14) (2022-12-02)
|
391
|
+
|
392
|
+
|
393
|
+
### Bug Fixes
|
394
|
+
|
395
|
+
* docs ([3fb15b9](https://github.com/CoCreate-app/CoCreate-text/commit/3fb15b9fa797f4c78cb87dd80175223c80a98efe))
|
396
|
+
|
397
|
+
## [1.18.13](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.12...v1.18.13) (2022-12-02)
|
398
|
+
|
399
|
+
|
400
|
+
### Bug Fixes
|
401
|
+
|
402
|
+
* bump dependencies ([1bd11e2](https://github.com/CoCreate-app/CoCreate-text/commit/1bd11e24487b089b2dc771a9b8c50e843127419e))
|
403
|
+
|
404
|
+
## [1.18.12](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.11...v1.18.12) (2022-11-28)
|
405
|
+
|
406
|
+
|
407
|
+
### Bug Fixes
|
408
|
+
|
409
|
+
* bump dependencies ([39520c3](https://github.com/CoCreate-app/CoCreate-text/commit/39520c3af3850e1c8e367eb48306dd58d2aa9513))
|
410
|
+
|
411
|
+
## [1.18.11](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.10...v1.18.11) (2022-11-28)
|
412
|
+
|
413
|
+
|
414
|
+
### Bug Fixes
|
415
|
+
|
416
|
+
* bump dependencies ([69245df](https://github.com/CoCreate-app/CoCreate-text/commit/69245dfc2ceed57e763766653a742dec4ee2a9d1))
|
417
|
+
|
418
|
+
## [1.18.10](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.9...v1.18.10) (2022-11-27)
|
419
|
+
|
420
|
+
|
421
|
+
### Bug Fixes
|
422
|
+
|
423
|
+
* bump dependencies ([bce1c85](https://github.com/CoCreate-app/CoCreate-text/commit/bce1c854e21dab9f7b93ab56fe0b0d357b7ba862))
|
424
|
+
|
425
|
+
## [1.18.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.8...v1.18.9) (2022-11-26)
|
426
|
+
|
427
|
+
|
428
|
+
### Bug Fixes
|
429
|
+
|
430
|
+
* bump dependencies ([6a0bf50](https://github.com/CoCreate-app/CoCreate-text/commit/6a0bf50e5c635dc5beeaf68b1b76a51e7e582955))
|
431
|
+
|
432
|
+
## [1.18.8](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.7...v1.18.8) (2022-11-25)
|
433
|
+
|
434
|
+
|
435
|
+
### Bug Fixes
|
436
|
+
|
437
|
+
* bump dependencies ([56d1168](https://github.com/CoCreate-app/CoCreate-text/commit/56d11687bc22fd753c8bf0fc125e39827deeab03))
|
438
|
+
* CoCreate.crud.default removed bug causing default object ([b7b3f2b](https://github.com/CoCreate-app/CoCreate-text/commit/b7b3f2b0123efc7e126079f3250be3d6d7de1086))
|
439
|
+
|
440
|
+
## [1.18.7](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.6...v1.18.7) (2022-11-24)
|
441
|
+
|
442
|
+
|
443
|
+
### Bug Fixes
|
444
|
+
|
445
|
+
* bump depenedencies ([1c2de1e](https://github.com/CoCreate-app/CoCreate-text/commit/1c2de1e6f608f2ac96304dad222041e5c78282aa))
|
446
|
+
|
447
|
+
## [1.18.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.5...v1.18.6) (2022-11-23)
|
448
|
+
|
449
|
+
|
450
|
+
### Bug Fixes
|
451
|
+
|
452
|
+
* bumped [@cocreate](https://github.com/cocreate) dependencies ([2cc50ed](https://github.com/CoCreate-app/CoCreate-text/commit/2cc50ed12f4270b436c849e944b7eea175dd58d2))
|
453
|
+
|
454
|
+
## [1.18.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.4...v1.18.5) (2022-11-22)
|
455
|
+
|
456
|
+
|
457
|
+
### Bug Fixes
|
458
|
+
|
459
|
+
* apply src: {{source}} to CoCreate.config ([48985c6](https://github.com/CoCreate-app/CoCreate-text/commit/48985c6e4083b6b467ea683e781ab22e2f921ce7))
|
460
|
+
* workflow docs ([dda8f5d](https://github.com/CoCreate-app/CoCreate-text/commit/dda8f5d589b02d57e076da6abce70d82cb3c8702))
|
461
|
+
|
462
|
+
## [1.18.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.3...v1.18.4) (2022-11-21)
|
463
|
+
|
464
|
+
|
465
|
+
### Bug Fixes
|
466
|
+
|
467
|
+
* @cocreate/docs bug fix ([de15212](https://github.com/CoCreate-app/CoCreate-text/commit/de152121da2448cea063bbad5735d05f03b45951))
|
468
|
+
|
469
|
+
## [1.18.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.2...v1.18.3) (2022-11-21)
|
470
|
+
|
471
|
+
|
472
|
+
### Bug Fixes
|
473
|
+
|
474
|
+
* replaced document_id with document._id ([5762c40](https://github.com/CoCreate-app/CoCreate-text/commit/5762c40e08d286e777715f24e16b8f9162e21063))
|
475
|
+
|
476
|
+
## [1.18.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.1...v1.18.2) (2022-11-21)
|
477
|
+
|
478
|
+
|
479
|
+
### Bug Fixes
|
480
|
+
|
481
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([5bf76a8](https://github.com/CoCreate-app/CoCreate-text/commit/5bf76a8876e0f7cb92bee2014461a549fec17735))
|
482
|
+
|
483
|
+
## [1.18.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.0...v1.18.1) (2022-11-21)
|
484
|
+
|
485
|
+
|
486
|
+
### Bug Fixes
|
487
|
+
|
488
|
+
* bump d@cocreate ependencies ([ecb5a91](https://github.com/CoCreate-app/CoCreate-text/commit/ecb5a9147269b17dab395f23e98cb20c147971c7))
|
489
|
+
|
490
|
+
# [1.18.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.16...v1.18.0) (2022-11-21)
|
491
|
+
|
492
|
+
|
493
|
+
### Bug Fixes
|
494
|
+
|
495
|
+
* crud.getAttr renamed to crud.getAttributes ([3f2195c](https://github.com/CoCreate-app/CoCreate-text/commit/3f2195c37d31183cf3233373ab4cbdb020ddd957))
|
496
|
+
* renamed crud.checkAttrValue to crud.checkValue ([fd58a70](https://github.com/CoCreate-app/CoCreate-text/commit/fd58a70db438677256b04aff803f435b38cf2a37))
|
497
|
+
* renamed data.data to data.document ([708ea76](https://github.com/CoCreate-app/CoCreate-text/commit/708ea76fff5c26f8cb891e8922f45515385d3ee4))
|
498
|
+
* update crud functions to receive an array of objects as the response ([f374922](https://github.com/CoCreate-app/CoCreate-text/commit/f37492263db651eb1ab86f8e6af4374141abd9cd))
|
499
|
+
|
500
|
+
|
501
|
+
### Features
|
502
|
+
|
503
|
+
* added crud.getAttributeNames to observer attributeName param, this will allow observing custom attributes ([fe08a4d](https://github.com/CoCreate-app/CoCreate-text/commit/fe08a4d64424105ab2211faa5f46e21ca03d6e98))
|
504
|
+
* newDocument param to define a new value or overwrite an existing value ([0ba44dc](https://github.com/CoCreate-app/CoCreate-text/commit/0ba44dcb128c07b118c1d542ee8528553a15d52e))
|
505
|
+
|
506
|
+
## [1.17.16](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.15...v1.17.16) (2022-10-02)
|
507
|
+
|
508
|
+
|
509
|
+
### Bug Fixes
|
510
|
+
|
511
|
+
* minor bug fixes ([20415ff](https://github.com/CoCreate-app/CoCreate-text/commit/20415ff1fddde49c9a9947ac73ce859be454c9a1))
|
512
|
+
|
513
|
+
## [1.17.15](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.14...v1.17.15) (2022-10-02)
|
514
|
+
|
515
|
+
|
516
|
+
### Bug Fixes
|
517
|
+
|
518
|
+
* bump @cocreate/hosting and @cocreate/socket-client ([848f685](https://github.com/CoCreate-app/CoCreate-text/commit/848f685b8f23a803066b52c4453c026e5ff2e6dc))
|
519
|
+
|
520
|
+
## [1.17.14](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.13...v1.17.14) (2022-10-01)
|
521
|
+
|
522
|
+
|
523
|
+
### Bug Fixes
|
524
|
+
|
525
|
+
* bump dependencies ([8f78e00](https://github.com/CoCreate-app/CoCreate-text/commit/8f78e00b033655bbba9c7279b04163a0a378c18c))
|
526
|
+
|
527
|
+
## [1.17.13](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.12...v1.17.13) (2022-09-30)
|
528
|
+
|
529
|
+
|
530
|
+
### Bug Fixes
|
531
|
+
|
532
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([dde2f54](https://github.com/CoCreate-app/CoCreate-text/commit/dde2f54be7318bbfc7302e41dd1138c96ea4e6fd))
|
533
|
+
|
534
|
+
## [1.17.12](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.11...v1.17.12) (2022-09-30)
|
535
|
+
|
536
|
+
|
537
|
+
### Bug Fixes
|
538
|
+
|
539
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([c94ed1a](https://github.com/CoCreate-app/CoCreate-text/commit/c94ed1a5e3c0994cbea7304c887e30d8fdd4328a))
|
540
|
+
|
541
|
+
## [1.17.11](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.10...v1.17.11) (2022-09-30)
|
542
|
+
|
543
|
+
|
544
|
+
### Bug Fixes
|
545
|
+
|
546
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([4d17224](https://github.com/CoCreate-app/CoCreate-text/commit/4d17224f198e61b71f34533446a57d8aef27a9a3))
|
547
|
+
|
548
|
+
## [1.17.10](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.9...v1.17.10) (2022-09-30)
|
549
|
+
|
550
|
+
|
551
|
+
### Bug Fixes
|
552
|
+
|
553
|
+
* bump dependencies ([2ebaa7f](https://github.com/CoCreate-app/CoCreate-text/commit/2ebaa7f77f7b7a2dc01c38c9c77b96692f3b0b19))
|
554
|
+
|
555
|
+
## [1.17.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.8...v1.17.9) (2022-09-30)
|
556
|
+
|
557
|
+
|
558
|
+
### Bug Fixes
|
559
|
+
|
560
|
+
* bump dependencies ([1e6ea76](https://github.com/CoCreate-app/CoCreate-text/commit/1e6ea768ea124b1508d0479ced05b35805489331))
|
561
|
+
|
562
|
+
## [1.17.8](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.7...v1.17.8) (2022-09-29)
|
563
|
+
|
564
|
+
|
565
|
+
### Bug Fixes
|
566
|
+
|
567
|
+
* config renameed to CoCreateConfig ([ba8e4d4](https://github.com/CoCreate-app/CoCreate-text/commit/ba8e4d4175b3c97663caebde7b8f2d53ddd816af))
|
568
|
+
|
569
|
+
## [1.17.7](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.6...v1.17.7) (2022-09-22)
|
570
|
+
|
571
|
+
|
572
|
+
### Bug Fixes
|
573
|
+
|
574
|
+
* removed setClassStyle ([972a5c7](https://github.com/CoCreate-app/CoCreate-text/commit/972a5c75b5df9d4f59dac9c0ee87184a84a8a5bc))
|
575
|
+
|
576
|
+
## [1.17.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.5...v1.17.6) (2022-09-01)
|
577
|
+
|
578
|
+
|
579
|
+
### Bug Fixes
|
580
|
+
|
581
|
+
* bump all of [@cocreate](https://github.com/cocreate) dependencies ([adff98e](https://github.com/CoCreate-app/CoCreate-text/commit/adff98ee487011d1deaeb1f15295318759899531))
|
582
|
+
|
583
|
+
## [1.17.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.4...v1.17.5) (2022-08-31)
|
584
|
+
|
585
|
+
|
586
|
+
### Bug Fixes
|
587
|
+
|
588
|
+
* rename variables isBroadcast and isBroadcastSender to broadcast and broadcastSender ([57bcc6f](https://github.com/CoCreate-app/CoCreate-text/commit/57bcc6fc40df63491d24565d987140f0a83593aa))
|
589
|
+
|
590
|
+
## [1.17.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.3...v1.17.4) (2022-08-18)
|
591
|
+
|
592
|
+
|
593
|
+
### Bug Fixes
|
594
|
+
|
595
|
+
* if CurCaret.range ([a0a1678](https://github.com/CoCreate-app/CoCreate-text/commit/a0a1678236f1805ec246def322eedad4267ce498))
|
596
|
+
|
597
|
+
## [1.17.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.2...v1.17.3) (2022-07-25)
|
598
|
+
|
599
|
+
|
600
|
+
### Bug Fixes
|
601
|
+
|
602
|
+
* if name includes_id, organization_id or beginswith $ return ([a7dbfeb](https://github.com/CoCreate-app/CoCreate-text/commit/a7dbfebda7eddaef5b0abe58c2e0615f2250b5d3))
|
603
|
+
|
604
|
+
## [1.17.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.1...v1.17.2) (2022-07-09)
|
605
|
+
|
606
|
+
|
607
|
+
### Bug Fixes
|
608
|
+
|
609
|
+
* updateDom will sendPosition if the currentContainer = domEl ([c1e9f56](https://github.com/CoCreate-app/CoCreate-text/commit/c1e9f56359c88dbff943c3b82d81746d30833fdb))
|
610
|
+
|
611
|
+
## [1.17.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.17.0...v1.17.1) (2022-06-24)
|
612
|
+
|
613
|
+
|
614
|
+
### Bug Fixes
|
615
|
+
|
616
|
+
* imporved handeling of path fallback to html element if no matches amoung parentElements ([5c331d0](https://github.com/CoCreate-app/CoCreate-text/commit/5c331d0d32ffd60587f684b44e69766097193c33))
|
617
|
+
|
618
|
+
# [1.17.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.16.5...v1.17.0) (2022-06-23)
|
619
|
+
|
620
|
+
|
621
|
+
### Bug Fixes
|
622
|
+
|
623
|
+
* try to update parent element of previous element rather then html tag ([37ab36c](https://github.com/CoCreate-app/CoCreate-text/commit/37ab36ce79fa270b3a43daaf14597e765f42e371))
|
624
|
+
|
625
|
+
|
626
|
+
### Features
|
627
|
+
|
628
|
+
* if newEl can not be found using path, update path to query parent element ([2c637f1](https://github.com/CoCreate-app/CoCreate-text/commit/2c637f1e0c3d15f00d1664c4d744d4ee9c4581c6))
|
629
|
+
|
630
|
+
## [1.16.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.16.4...v1.16.5) (2022-06-22)
|
631
|
+
|
632
|
+
|
633
|
+
### Bug Fixes
|
634
|
+
|
635
|
+
* ifactiveElement inputEvent skip = false ([0b61519](https://github.com/CoCreate-app/CoCreate-text/commit/0b61519e2bd9592502ebb7a2ba88b71a16e11e55))
|
636
|
+
|
637
|
+
## [1.16.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.16.3...v1.16.4) (2022-06-18)
|
638
|
+
|
639
|
+
|
640
|
+
### Bug Fixes
|
641
|
+
|
642
|
+
* bump dependencies ([2128b8d](https://github.com/CoCreate-app/CoCreate-text/commit/2128b8d11122a2024d7549e571b286ae6aa1d463))
|
643
|
+
|
644
|
+
## [1.16.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.16.2...v1.16.3) (2022-06-16)
|
645
|
+
|
646
|
+
|
647
|
+
### Bug Fixes
|
648
|
+
|
649
|
+
* when iframe need to get iframe elements attributes to send to crdt undo and redo ([ddfc15e](https://github.com/CoCreate-app/CoCreate-text/commit/ddfc15e1184ff7adf4bfabb9a7d147a531b645d6))
|
650
|
+
|
651
|
+
## [1.16.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.16.1...v1.16.2) (2022-06-13)
|
652
|
+
|
653
|
+
|
654
|
+
### Bug Fixes
|
655
|
+
|
656
|
+
* updateElementText if input ant type = text,tel, url ([7eabd9a](https://github.com/CoCreate-app/CoCreate-text/commit/7eabd9acf331ed5012e49a519a9270dd59c2d3bf))
|
657
|
+
|
658
|
+
## [1.16.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.16.0...v1.16.1) (2022-06-12)
|
659
|
+
|
660
|
+
|
661
|
+
### Bug Fixes
|
662
|
+
|
663
|
+
* update dependencies ([91842bc](https://github.com/CoCreate-app/CoCreate-text/commit/91842bcba271485f840064498784250fdf49bfab))
|
664
|
+
* update docs css document_id ([8a48ea0](https://github.com/CoCreate-app/CoCreate-text/commit/8a48ea0745c36f4f8a5954fe76252e98864ebfdf))
|
665
|
+
|
666
|
+
# [1.16.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.17...v1.16.0) (2022-06-11)
|
667
|
+
|
668
|
+
|
669
|
+
### Features
|
670
|
+
|
671
|
+
* undo and redo text ([fb9292e](https://github.com/CoCreate-app/CoCreate-text/commit/fb9292e74dde4b02e5dc977b1afecebb7bc33e73))
|
672
|
+
|
673
|
+
## [1.15.17](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.16...v1.15.17) (2022-05-23)
|
674
|
+
|
675
|
+
|
676
|
+
### Bug Fixes
|
677
|
+
|
678
|
+
* bump all dependencies ([f939228](https://github.com/CoCreate-app/CoCreate-text/commit/f939228c67acb693a15c61537385f93f0f2ee692))
|
679
|
+
|
680
|
+
## [1.15.16](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.15...v1.15.16) (2022-05-19)
|
681
|
+
|
682
|
+
|
683
|
+
### Bug Fixes
|
684
|
+
|
685
|
+
* update document_id on link index.css ([6b65da1](https://github.com/CoCreate-app/CoCreate-text/commit/6b65da1be856e5f30d3adda18a2406ee8f505c97))
|
686
|
+
|
687
|
+
## [1.15.15](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.14...v1.15.15) (2022-05-06)
|
688
|
+
|
689
|
+
|
690
|
+
### Bug Fixes
|
691
|
+
|
692
|
+
* update config organization_Id to organization_id ([4c363f2](https://github.com/CoCreate-app/CoCreate-text/commit/4c363f2c0709082f85a59b514ca57fcbb0d19627))
|
693
|
+
|
694
|
+
## [1.15.14](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.13...v1.15.14) (2022-04-30)
|
695
|
+
|
696
|
+
|
697
|
+
### Bug Fixes
|
698
|
+
|
699
|
+
* activeCursor element defined on window object ([88e4575](https://github.com/CoCreate-app/CoCreate-text/commit/88e457592fac304ffd02e56c491688d598838e6f))
|
700
|
+
|
701
|
+
## [1.15.13](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.12...v1.15.13) (2022-03-22)
|
702
|
+
|
703
|
+
|
704
|
+
### Bug Fixes
|
705
|
+
|
706
|
+
* removed emit from message.send and message.listen ([b672bb5](https://github.com/CoCreate-app/CoCreate-text/commit/b672bb57ee7005a0d1933bd014c079a6faa96cbd))
|
707
|
+
|
708
|
+
## [1.15.12](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.11...v1.15.12) (2022-03-21)
|
709
|
+
|
710
|
+
|
711
|
+
### Bug Fixes
|
712
|
+
|
713
|
+
* string formating differs between various OS \r\n and \r are replaced with \n ([87b0183](https://github.com/CoCreate-app/CoCreate-text/commit/87b018354240d6f25b57fb9fc272f52103c4072c))
|
714
|
+
|
715
|
+
## [1.15.11](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.10...v1.15.11) (2022-03-07)
|
716
|
+
|
717
|
+
|
718
|
+
### Bug Fixes
|
719
|
+
|
720
|
+
* if crdt=false return before event prevent default for crud ([342411c](https://github.com/CoCreate-app/CoCreate-text/commit/342411c4ec654b554e9d92e071a932d1155cec09))
|
721
|
+
|
722
|
+
## [1.15.10](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.9...v1.15.10) (2022-02-24)
|
723
|
+
|
724
|
+
|
725
|
+
### Bug Fixes
|
726
|
+
|
727
|
+
* CoCreate.config replace CoCreate.app with * ([0f6dedb](https://github.com/CoCreate-app/CoCreate-text/commit/0f6dedba0f88a05e82b3683e92834519bc395b98))
|
728
|
+
|
729
|
+
## [1.15.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.8...v1.15.9) (2022-02-16)
|
730
|
+
|
731
|
+
|
732
|
+
### Bug Fixes
|
733
|
+
|
734
|
+
* update dependencies ([708cc36](https://github.com/CoCreate-app/CoCreate-text/commit/708cc361908b8bed3b947c73e9b20d933c7aa77d))
|
735
|
+
|
736
|
+
## [1.15.8](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.7...v1.15.8) (2022-02-16)
|
737
|
+
|
738
|
+
|
739
|
+
### Bug Fixes
|
740
|
+
|
741
|
+
* update action param to name ([7d81a12](https://github.com/CoCreate-app/CoCreate-text/commit/7d81a12b56956592bb48aaa1ad94af4d3464b1ce))
|
742
|
+
|
743
|
+
## [1.15.7](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.6...v1.15.7) (2022-02-10)
|
744
|
+
|
745
|
+
|
746
|
+
### Bug Fixes
|
747
|
+
|
748
|
+
* bump dependencies ([991f3a5](https://github.com/CoCreate-app/CoCreate-text/commit/991f3a56c00e1895324a7a94b92a0a42f9f0892d))
|
749
|
+
|
750
|
+
## [1.15.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.5...v1.15.6) (2022-02-08)
|
751
|
+
|
752
|
+
|
753
|
+
### Bug Fixes
|
754
|
+
|
755
|
+
* updated crdt dependency ([5855a68](https://github.com/CoCreate-app/CoCreate-text/commit/5855a68d664d157d5548c8067abd1e95dd5b9a93))
|
756
|
+
* value duplication resolved ([11727ae](https://github.com/CoCreate-app/CoCreate-text/commit/11727ae539988db062136fbd8bcf05619dd818d2))
|
757
|
+
|
758
|
+
## [1.15.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.4...v1.15.5) (2022-02-07)
|
759
|
+
|
760
|
+
|
761
|
+
### Bug Fixes
|
762
|
+
|
763
|
+
* bump dependency versions ([ca743e0](https://github.com/CoCreate-app/CoCreate-text/commit/ca743e06acade91cac3ac08d2906c72209116e39))
|
764
|
+
|
765
|
+
## [1.15.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.3...v1.15.4) (2022-02-03)
|
766
|
+
|
767
|
+
|
768
|
+
### Bug Fixes
|
769
|
+
|
770
|
+
* replaced show and hide class hidden with attribute hidden ([1249d5d](https://github.com/CoCreate-app/CoCreate-text/commit/1249d5d188f285db365f6bc31e8fedf2dfee263b))
|
771
|
+
|
772
|
+
## [1.15.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.2...v1.15.3) (2022-02-01)
|
773
|
+
|
774
|
+
|
775
|
+
### Bug Fixes
|
776
|
+
|
777
|
+
* update dependency versions ([4079711](https://github.com/CoCreate-app/CoCreate-text/commit/407971197a1fc21dbefdc4419ca836afb369bcad))
|
778
|
+
|
779
|
+
## [1.15.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.1...v1.15.2) (2022-01-31)
|
780
|
+
|
781
|
+
|
782
|
+
### Bug Fixes
|
783
|
+
|
784
|
+
* use string param provided by crdt-update event ([6c05759](https://github.com/CoCreate-app/CoCreate-text/commit/6c05759ac0dd45e5c8123324192d5993ae25b05c))
|
785
|
+
|
786
|
+
## [1.15.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.0...v1.15.1) (2022-01-23)
|
787
|
+
|
788
|
+
|
789
|
+
### Bug Fixes
|
790
|
+
|
791
|
+
* return if name == _id ([5bd2ce1](https://github.com/CoCreate-app/CoCreate-text/commit/5bd2ce1a21c639f870cbab70288963c126a0ac42))
|
792
|
+
|
793
|
+
# [1.15.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.14.9...v1.15.0) (2022-01-22)
|
794
|
+
|
795
|
+
|
796
|
+
### Features
|
797
|
+
|
798
|
+
* removeClass and removeStyle to remove the className or property from CRDT string ([3e91719](https://github.com/CoCreate-app/CoCreate-text/commit/3e917190ef6a61d240d6dec955a76c5dbef651d8))
|
799
|
+
|
800
|
+
## [1.14.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.14.8...v1.14.9) (2022-01-14)
|
801
|
+
|
802
|
+
|
803
|
+
### Bug Fixes
|
804
|
+
|
805
|
+
* saveDomText.js updated to awiat value from crdt.getText ([1b7a433](https://github.com/CoCreate-app/CoCreate-text/commit/1b7a433acda72f4cf12ad283b6aa37b4367fbea5))
|
806
|
+
|
807
|
+
## [1.14.8](https://github.com/CoCreate-app/CoCreate-text/compare/v1.14.7...v1.14.8) (2022-01-13)
|
808
|
+
|
809
|
+
|
810
|
+
### Bug Fixes
|
811
|
+
|
812
|
+
* removed if case that resulted in value not inserting if oldValue and newValue where equal ([187167e](https://github.com/CoCreate-app/CoCreate-text/commit/187167e03fb1cfc5132848f443d32d4f2d3ffe8e))
|
813
|
+
|
814
|
+
## [1.14.7](https://github.com/CoCreate-app/CoCreate-text/compare/v1.14.6...v1.14.7) (2022-01-11)
|
815
|
+
|
816
|
+
|
817
|
+
### Bug Fixes
|
818
|
+
|
819
|
+
* addEvents if isCrdt != true ([b57f83b](https://github.com/CoCreate-app/CoCreate-text/commit/b57f83ba299f4a27802f48a14c2a252095cb91ba))
|
820
|
+
|
821
|
+
## [1.14.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.14.5...v1.14.6) (2022-01-01)
|
822
|
+
|
823
|
+
|
824
|
+
### Bug Fixes
|
825
|
+
|
826
|
+
* get-value attribute value now supports a selector added # to all values currently in get-value attributes ([260fcd3](https://github.com/CoCreate-app/CoCreate-text/commit/260fcd39de882d34c16887a84d6cc746f9095b02))
|
827
|
+
|
828
|
+
## [1.14.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.14.4...v1.14.5) (2022-01-01)
|
829
|
+
|
830
|
+
|
831
|
+
### Bug Fixes
|
832
|
+
|
833
|
+
* removed data- from attributes ([f51ca46](https://github.com/CoCreate-app/CoCreate-text/commit/f51ca466dc3dbe6ace376f30c20653f20c28703f))
|
834
|
+
|
835
|
+
## [1.14.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.14.3...v1.14.4) (2021-12-24)
|
836
|
+
|
837
|
+
|
838
|
+
### Bug Fixes
|
839
|
+
|
840
|
+
* removed document_id from demo ([62088ae](https://github.com/CoCreate-app/CoCreate-text/commit/62088ae3d1fb8f2bc8bf0a7cbf442a3ade02c9ae))
|
841
|
+
|
842
|
+
## [1.14.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.14.2...v1.14.3) (2021-12-23)
|
843
|
+
|
844
|
+
|
845
|
+
### Bug Fixes
|
846
|
+
|
847
|
+
* checkAttributeValue collection or document return ([500c156](https://github.com/CoCreate-app/CoCreate-text/commit/500c156c14fafec187ea40481a5f30f389ec4dc6))
|
848
|
+
|
849
|
+
## [1.14.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.14.1...v1.14.2) (2021-12-15)
|
850
|
+
|
851
|
+
|
852
|
+
### Bug Fixes
|
853
|
+
|
854
|
+
* update dependencies ([4280fbe](https://github.com/CoCreate-app/CoCreate-text/commit/4280fbef8700fc9cd7cfb39e2737561f04921ee4))
|
855
|
+
|
856
|
+
## [1.14.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.14.0...v1.14.1) (2021-12-14)
|
857
|
+
|
858
|
+
|
859
|
+
### Bug Fixes
|
860
|
+
|
861
|
+
* update dependencies ([423ec14](https://github.com/CoCreate-app/CoCreate-text/commit/423ec14a075157e1b525956e45428d1ea75da72e))
|
862
|
+
|
863
|
+
# [1.14.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.13.4...v1.14.0) (2021-12-14)
|
864
|
+
|
865
|
+
|
866
|
+
### Bug Fixes
|
867
|
+
|
868
|
+
* update dependencies ([4d71711](https://github.com/CoCreate-app/CoCreate-text/commit/4d71711bedf21a3dfa4f28e54b568362d919b535))
|
869
|
+
|
870
|
+
|
871
|
+
### Features
|
872
|
+
|
873
|
+
* support nested contenteditable and cursor positions ([30cc76d](https://github.com/CoCreate-app/CoCreate-text/commit/30cc76d669203e6b55e271e2a3b26398e9764359))
|
874
|
+
|
875
|
+
## [1.13.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.13.3...v1.13.4) (2021-12-08)
|
876
|
+
|
877
|
+
|
878
|
+
### Bug Fixes
|
879
|
+
|
880
|
+
* observer attribute contenteditable, get element to update using selection range.element ([2bb32bf](https://github.com/CoCreate-app/CoCreate-text/commit/2bb32bf5650505c76efb44d2f941b1b249deaebf))
|
881
|
+
|
882
|
+
## [1.13.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.13.2...v1.13.3) (2021-11-29)
|
883
|
+
|
884
|
+
|
885
|
+
### Bug Fixes
|
886
|
+
|
887
|
+
* sendPosition if no element return ([fec4fbb](https://github.com/CoCreate-app/CoCreate-text/commit/fec4fbb20b574af0995f1f49ad16501a83c52b98))
|
888
|
+
|
889
|
+
## [1.13.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.13.1...v1.13.2) (2021-11-28)
|
890
|
+
|
891
|
+
|
892
|
+
### Bug Fixes
|
893
|
+
|
894
|
+
* removed console.log ([81a07d4](https://github.com/CoCreate-app/CoCreate-text/commit/81a07d4be95acd507fa4047de38847069fd53d5c))
|
895
|
+
|
896
|
+
## [1.13.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.13.0...v1.13.1) (2021-11-28)
|
897
|
+
|
898
|
+
|
899
|
+
### Bug Fixes
|
900
|
+
|
901
|
+
* replace click and keyup event with selectionchange event ([515da39](https://github.com/CoCreate-app/CoCreate-text/commit/515da39a62af4e350aa2a7857aa48b87c822a5dd))
|
902
|
+
|
903
|
+
# [1.13.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.32...v1.13.0) (2021-11-28)
|
904
|
+
|
905
|
+
|
906
|
+
### Bug Fixes
|
907
|
+
|
908
|
+
* remove keypress and replaced with beforeinput event to support mobile browsers ([84ae8b1](https://github.com/CoCreate-app/CoCreate-text/commit/84ae8b162657ec028e6a49b627ca104909ff11ad))
|
909
|
+
|
910
|
+
|
911
|
+
### Features
|
912
|
+
|
913
|
+
* support for undo and redo ([8a727d3](https://github.com/CoCreate-app/CoCreate-text/commit/8a727d3ba5df8bcf03cf96c07c40e889dd359aea))
|
914
|
+
|
915
|
+
## [1.12.32](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.31...v1.12.32) (2021-11-27)
|
916
|
+
|
917
|
+
|
918
|
+
### Bug Fixes
|
919
|
+
|
920
|
+
* actions import typo ([66f914e](https://github.com/CoCreate-app/CoCreate-text/commit/66f914e725a5862d99c2cdb1d462da461f9f46d7))
|
921
|
+
* update dependencies ([de6cd6a](https://github.com/CoCreate-app/CoCreate-text/commit/de6cd6a4f9ca77d52588b633b8dd96bf4de4043a))
|
922
|
+
|
923
|
+
## [1.12.31](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.30...v1.12.31) (2021-11-27)
|
924
|
+
|
925
|
+
|
926
|
+
### Bug Fixes
|
927
|
+
|
928
|
+
* update dependencies ([5a35385](https://github.com/CoCreate-app/CoCreate-text/commit/5a35385c4c3c1a0be817ec009e3486d23bb844bb))
|
929
|
+
|
930
|
+
## [1.12.30](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.29...v1.12.30) (2021-11-27)
|
931
|
+
|
932
|
+
|
933
|
+
### Bug Fixes
|
934
|
+
|
935
|
+
* update docs api and cocreateJS script ([72f5228](https://github.com/CoCreate-app/CoCreate-text/commit/72f5228220f977e56bb6e50a7faaf12bb99795c0))
|
936
|
+
|
937
|
+
## [1.12.29](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.28...v1.12.29) (2021-11-26)
|
938
|
+
|
939
|
+
|
940
|
+
### Bug Fixes
|
941
|
+
|
942
|
+
* add nav and sidenav to docs ([2134b51](https://github.com/CoCreate-app/CoCreate-text/commit/2134b5106addf251ff3c00edaf39f5844eb8b4cd))
|
943
|
+
* updated action dependency to actions ([12ee922](https://github.com/CoCreate-app/CoCreate-text/commit/12ee922408a263df866452fd81dc953ba8268b84))
|
944
|
+
|
945
|
+
## [1.12.28](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.27...v1.12.28) (2021-11-26)
|
946
|
+
|
947
|
+
|
948
|
+
### Bug Fixes
|
949
|
+
|
950
|
+
* update crdt dependency ([e84dcc7](https://github.com/CoCreate-app/CoCreate-text/commit/e84dcc711b8a5f5d2cde572920788dc9b2cb913b))
|
951
|
+
|
952
|
+
## [1.12.27](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.26...v1.12.27) (2021-11-24)
|
953
|
+
|
954
|
+
|
955
|
+
### Bug Fixes
|
956
|
+
|
957
|
+
* updated selection dependency ([9c85e4d](https://github.com/CoCreate-app/CoCreate-text/commit/9c85e4db523349309070f24a4f34b9994f25df22))
|
958
|
+
|
959
|
+
## [1.12.26](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.25...v1.12.26) (2021-11-24)
|
960
|
+
|
961
|
+
|
962
|
+
### Bug Fixes
|
963
|
+
|
964
|
+
* improved on logical conditons on when to processSelection ([53f8ad4](https://github.com/CoCreate-app/CoCreate-text/commit/53f8ad4e075c77b89ade24e56b6512431ac17b35))
|
965
|
+
|
966
|
+
## [1.12.25](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.24...v1.12.25) (2021-11-23)
|
967
|
+
|
968
|
+
|
969
|
+
### Bug Fixes
|
970
|
+
|
971
|
+
* update dependencies ([c0f3d30](https://github.com/CoCreate-app/CoCreate-text/commit/c0f3d3033a4806b82f16555ed3dc02cc059ed4fa))
|
972
|
+
|
973
|
+
## [1.12.24](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.23...v1.12.24) (2021-11-23)
|
974
|
+
|
975
|
+
|
976
|
+
### Bug Fixes
|
977
|
+
|
978
|
+
* update crud dependency ([19e931d](https://github.com/CoCreate-app/CoCreate-text/commit/19e931dc1234a5209412ca2bcccaf246d154f557))
|
979
|
+
* update selction and crdt dependencies ([a7dc2ca](https://github.com/CoCreate-app/CoCreate-text/commit/a7dc2ca004eb945e51b93d8a20f8095cc8d9b1b3))
|
980
|
+
|
981
|
+
## [1.12.23](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.22...v1.12.23) (2021-11-23)
|
982
|
+
|
983
|
+
|
984
|
+
### Bug Fixes
|
985
|
+
|
986
|
+
* handleing textNode and activeElement for curCaret ([a73b1d9](https://github.com/CoCreate-app/CoCreate-text/commit/a73b1d9ad0b32819779b9aaaebec13176e5cab1c))
|
987
|
+
|
988
|
+
## [1.12.22](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.21...v1.12.22) (2021-11-22)
|
989
|
+
|
990
|
+
|
991
|
+
### Bug Fixes
|
992
|
+
|
993
|
+
* isSave for textarea and inputs... remove value before texts sets value on intialization ([e8fb19b](https://github.com/CoCreate-app/CoCreate-text/commit/e8fb19bc370769f2bffd937fb92b2e0ace886508))
|
994
|
+
|
995
|
+
## [1.12.21](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.20...v1.12.21) (2021-11-20)
|
996
|
+
|
997
|
+
|
998
|
+
### Bug Fixes
|
999
|
+
|
1000
|
+
* updated script tags and link tags ([41f079d](https://github.com/CoCreate-app/CoCreate-text/commit/41f079df5ff8262f032c665a38c9e7682f54385b))
|
1001
|
+
|
1002
|
+
## [1.12.20](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.19...v1.12.20) (2021-11-20)
|
1003
|
+
|
1004
|
+
|
1005
|
+
### Bug Fixes
|
1006
|
+
|
1007
|
+
* update dependencies ([733fdd6](https://github.com/CoCreate-app/CoCreate-text/commit/733fdd6591ed570b829b85fe319f32ae779e85f8))
|
1008
|
+
|
1009
|
+
## [1.12.19](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.18...v1.12.19) (2021-11-18)
|
1010
|
+
|
1011
|
+
|
1012
|
+
### Bug Fixes
|
1013
|
+
|
1014
|
+
* update dependencies ([1ff9e1c](https://github.com/CoCreate-app/CoCreate-text/commit/1ff9e1c5fe2e28393015c59c1c71a8e5fe445da0))
|
1015
|
+
|
1016
|
+
## [1.12.18](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.17...v1.12.18) (2021-11-17)
|
1017
|
+
|
1018
|
+
|
1019
|
+
### Bug Fixes
|
1020
|
+
|
1021
|
+
* return if input.type == number... number does not support range text ([6b8a00f](https://github.com/CoCreate-app/CoCreate-text/commit/6b8a00fd1bca5bf9082b3a1c6e25440e79ace5e8))
|
1022
|
+
|
1023
|
+
## [1.12.17](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.16...v1.12.17) (2021-11-16)
|
1024
|
+
|
1025
|
+
|
1026
|
+
### Bug Fixes
|
1027
|
+
|
1028
|
+
* update dependencies ([5afbc69](https://github.com/CoCreate-app/CoCreate-text/commit/5afbc6942c5d177ad0270e4b44a0cea3c9c2ad1d))
|
1029
|
+
|
1030
|
+
## [1.12.16](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.15...v1.12.16) (2021-11-16)
|
1031
|
+
|
1032
|
+
|
1033
|
+
### Bug Fixes
|
1034
|
+
|
1035
|
+
* updateDom if element not found fallback to domTextEditor element ([d223438](https://github.com/CoCreate-app/CoCreate-text/commit/d223438cb4dbfd3d4a94f6a91d1f522f3accd4c8))
|
1036
|
+
|
1037
|
+
## [1.12.15](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.14...v1.12.15) (2021-11-16)
|
1038
|
+
|
1039
|
+
|
1040
|
+
### Bug Fixes
|
1041
|
+
|
1042
|
+
* update dependencies ([5d44bb4](https://github.com/CoCreate-app/CoCreate-text/commit/5d44bb404323c113eddaae2e2c6cb3c24d65a594))
|
1043
|
+
|
1044
|
+
## [1.12.14](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.13...v1.12.14) (2021-11-15)
|
1045
|
+
|
1046
|
+
|
1047
|
+
### Bug Fixes
|
1048
|
+
|
1049
|
+
* update dependencies ([4cf12c2](https://github.com/CoCreate-app/CoCreate-text/commit/4cf12c2664644c5e34e32ef503408b3b9328dd0f))
|
1050
|
+
|
1051
|
+
## [1.12.13](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.12...v1.12.13) (2021-11-15)
|
1052
|
+
|
1053
|
+
|
1054
|
+
### Bug Fixes
|
1055
|
+
|
1056
|
+
* sendPosition only if element is equal to activeElement ([6959086](https://github.com/CoCreate-app/CoCreate-text/commit/6959086c30f524f8d9f7478ce2508491c6f11cd3))
|
1057
|
+
|
1058
|
+
## [1.12.12](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.11...v1.12.12) (2021-11-11)
|
1059
|
+
|
1060
|
+
|
1061
|
+
### Bug Fixes
|
1062
|
+
|
1063
|
+
* update readme ([3975b32](https://github.com/CoCreate-app/CoCreate-text/commit/3975b325bf48db353bd973144eb31fd8023d819c))
|
1064
|
+
|
1065
|
+
## [1.12.11](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.10...v1.12.11) (2021-11-11)
|
1066
|
+
|
1067
|
+
|
1068
|
+
### Bug Fixes
|
1069
|
+
|
1070
|
+
* licensing information ([12a8220](https://github.com/CoCreate-app/CoCreate-text/commit/12a82209ae0f14caf791d9c5704d4c8acbc35bfc))
|
1071
|
+
|
1072
|
+
## [1.12.10](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.9...v1.12.10) (2021-11-08)
|
1073
|
+
|
1074
|
+
|
1075
|
+
### Bug Fixes
|
1076
|
+
|
1077
|
+
* dispatch input event after value is set ([1b73cff](https://github.com/CoCreate-app/CoCreate-text/commit/1b73cff39803cd534685ad77d3ac75fb38710b10))
|
1078
|
+
|
1079
|
+
## [1.12.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.8...v1.12.9) (2021-11-06)
|
1080
|
+
|
1081
|
+
|
1082
|
+
### Bug Fixes
|
1083
|
+
|
1084
|
+
* update dependencies ([6ede419](https://github.com/CoCreate-app/CoCreate-text/commit/6ede41978eb2f921d6d6984a37ca417de03b3194))
|
1085
|
+
|
1086
|
+
## [1.12.8](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.7...v1.12.8) (2021-11-05)
|
1087
|
+
|
1088
|
+
|
1089
|
+
### Bug Fixes
|
1090
|
+
|
1091
|
+
* assignAttributes will return if there is no oldEl ([d3f74f0](https://github.com/CoCreate-app/CoCreate-text/commit/d3f74f02379bb706017aca0966a1c1e0dca9dba2))
|
1092
|
+
|
1093
|
+
## [1.12.7](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.6...v1.12.7) (2021-11-04)
|
1094
|
+
|
1095
|
+
|
1096
|
+
### Bug Fixes
|
1097
|
+
|
1098
|
+
* update dependencies ([f977681](https://github.com/CoCreate-app/CoCreate-text/commit/f977681074f6e0e4af2be7dc657a2c76a4a7ef43))
|
1099
|
+
* update dependencies ([cb7b9e2](https://github.com/CoCreate-app/CoCreate-text/commit/cb7b9e28f3f8f373549a1ea56290b4a2b8365e67))
|
1100
|
+
|
1101
|
+
## [1.12.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.5...v1.12.6) (2021-11-04)
|
1102
|
+
|
1103
|
+
|
1104
|
+
### Bug Fixes
|
1105
|
+
|
1106
|
+
* update packages ([2a48e80](https://github.com/CoCreate-app/CoCreate-text/commit/2a48e80716a27c998c1ee9e5e798a7286296fbd6))
|
1107
|
+
|
1108
|
+
## [1.12.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.4...v1.12.5) (2021-11-04)
|
1109
|
+
|
1110
|
+
|
1111
|
+
### Bug Fixes
|
1112
|
+
|
1113
|
+
* sendPosition was not doing getSelection with the correct element when the element is an iframe/htmltag ([ba84d97](https://github.com/CoCreate-app/CoCreate-text/commit/ba84d97e2e4c10a6dc0bba713cf36de80c03eed9))
|
1114
|
+
|
1115
|
+
## [1.12.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.3...v1.12.4) (2021-11-03)
|
1116
|
+
|
1117
|
+
|
1118
|
+
### Bug Fixes
|
1119
|
+
|
1120
|
+
* added isSavae, isRead, isCrud to replaceText and getText so it can get attributes from element and passs them to CRDT ([efd9598](https://github.com/CoCreate-app/CoCreate-text/commit/efd95982e46cc0207ca9889bd08685ddaa1f56ee))
|
1121
|
+
|
1122
|
+
## [1.12.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.2...v1.12.3) (2021-11-03)
|
1123
|
+
|
1124
|
+
|
1125
|
+
### Bug Fixes
|
1126
|
+
|
1127
|
+
* update dependencies ([474dcec](https://github.com/CoCreate-app/CoCreate-text/commit/474dcec40a7b8b837e601ee742eccf142956d10e))
|
1128
|
+
|
1129
|
+
## [1.12.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.1...v1.12.2) (2021-11-03)
|
1130
|
+
|
1131
|
+
|
1132
|
+
### Bug Fixes
|
1133
|
+
|
1134
|
+
* allow contenteditable elements to use update element even if crdt is false ([3d18875](https://github.com/CoCreate-app/CoCreate-text/commit/3d1887533cfa162701daa8a689ea988c81ea0858))
|
1135
|
+
|
1136
|
+
## [1.12.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.0...v1.12.1) (2021-11-01)
|
1137
|
+
|
1138
|
+
|
1139
|
+
### Bug Fixes
|
1140
|
+
|
1141
|
+
* add cdrt.sendPosition on blur event ([6429b44](https://github.com/CoCreate-app/CoCreate-text/commit/6429b440f35032da4e6f4f2daed56228c839aa5f))
|
1142
|
+
|
1143
|
+
# [1.12.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.11.1...v1.12.0) (2021-11-01)
|
1144
|
+
|
1145
|
+
|
1146
|
+
### Features
|
1147
|
+
|
1148
|
+
* added @cocreate/cursor share and display positions ([123370d](https://github.com/CoCreate-app/CoCreate-text/commit/123370d09d74a6630c818eadb6a8e62679283c58))
|
1149
|
+
|
1150
|
+
## [1.11.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.11.0...v1.11.1) (2021-11-01)
|
1151
|
+
|
1152
|
+
|
1153
|
+
### Bug Fixes
|
1154
|
+
|
1155
|
+
* innerText was replacing outer element. updated to replace innerHtml of element being edited ([6dd1f86](https://github.com/CoCreate-app/CoCreate-text/commit/6dd1f868ec48c3a9800d4c5121667edbbc6f41e9))
|
1156
|
+
* update package dependencies ([5f29867](https://github.com/CoCreate-app/CoCreate-text/commit/5f2986760de7ad09ce566ec97ad57109c10d6428))
|
1157
|
+
|
1158
|
+
# [1.11.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.10.1...v1.11.0) (2021-10-30)
|
1159
|
+
|
1160
|
+
|
1161
|
+
### Features
|
1162
|
+
|
1163
|
+
* text will set previous value after crdt initializes ([4e6ad7e](https://github.com/CoCreate-app/CoCreate-text/commit/4e6ad7e0ec057f06070f1b9142a56936d0dcc754))
|
1164
|
+
|
1165
|
+
## [1.10.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.10.0...v1.10.1) (2021-10-29)
|
1166
|
+
|
1167
|
+
|
1168
|
+
### Bug Fixes
|
1169
|
+
|
1170
|
+
* update dependencies ([db1e6a5](https://github.com/CoCreate-app/CoCreate-text/commit/db1e6a5756d96be5355b7f8a36cdbe3fe7f1762d))
|
1171
|
+
|
1172
|
+
# [1.10.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.13...v1.10.0) (2021-10-29)
|
1173
|
+
|
1174
|
+
|
1175
|
+
### Bug Fixes
|
1176
|
+
|
1177
|
+
* issue with cssPath sometimes not resolving ([3474f9b](https://github.com/CoCreate-app/CoCreate-text/commit/3474f9b99fb1f453275b80456fa4ff6a7dc28137))
|
1178
|
+
* relocated selection and get position function to @cocreate/selection ([d484e49](https://github.com/CoCreate-app/CoCreate-text/commit/d484e49beec2b03cc8f642880e43cafb71b00699))
|
1179
|
+
* reordered insertText and deleteText ([9dc82ee](https://github.com/CoCreate-app/CoCreate-text/commit/9dc82eea9ef5aece02bd63f5816acadd7e512242))
|
1180
|
+
* updated crdt position to start ([22b3e86](https://github.com/CoCreate-app/CoCreate-text/commit/22b3e86d22e4b5a67c209ac6ebaa4a648998d4ef))
|
1181
|
+
|
1182
|
+
|
1183
|
+
### Features
|
1184
|
+
|
1185
|
+
* edit html documents with out the need of an element_id ([23add16](https://github.com/CoCreate-app/CoCreate-text/commit/23add16f471660c2f99674cf8423490557ae525c))
|
1186
|
+
* first version of updateText that does not require element_id ([cb6100b](https://github.com/CoCreate-app/CoCreate-text/commit/cb6100bba89eeb62f38935886dc590decc1b2485))
|
1187
|
+
* removed eventDelta and send correct domEl for readding selections ([42b96eb](https://github.com/CoCreate-app/CoCreate-text/commit/42b96ebadf3ba62b9e014765b7224373f59a7706))
|
1188
|
+
|
1189
|
+
## [1.9.13](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.12...v1.9.13) (2021-10-17)
|
1190
|
+
|
1191
|
+
|
1192
|
+
### Bug Fixes
|
1193
|
+
|
1194
|
+
* update dependendies ([6550df8](https://github.com/CoCreate-app/CoCreate-text/commit/6550df88df7866984acef5009e6c08b3340775f9))
|
1195
|
+
|
1196
|
+
## [1.9.12](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.11...v1.9.12) (2021-10-16)
|
1197
|
+
|
1198
|
+
|
1199
|
+
### Bug Fixes
|
1200
|
+
|
1201
|
+
* update socket package to fix bug in docs ([37e8bd7](https://github.com/CoCreate-app/CoCreate-text/commit/37e8bd7eb3568684f67055448941022cc9e52e44))
|
1202
|
+
|
1203
|
+
## [1.9.11](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.10...v1.9.11) (2021-10-15)
|
1204
|
+
|
1205
|
+
|
1206
|
+
### Bug Fixes
|
1207
|
+
|
1208
|
+
* update dependencies ([6157498](https://github.com/CoCreate-app/CoCreate-text/commit/6157498c27a63575ffcc6775454389a4990279e2))
|
1209
|
+
* update dependencies ([1776657](https://github.com/CoCreate-app/CoCreate-text/commit/177665753116338ace6f1d79429a1022133e18fc))
|
1210
|
+
|
1211
|
+
## [1.9.10](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.9...v1.9.10) (2021-10-15)
|
1212
|
+
|
1213
|
+
|
1214
|
+
### Bug Fixes
|
1215
|
+
|
1216
|
+
* update packages ([05cc273](https://github.com/CoCreate-app/CoCreate-text/commit/05cc273eab598e4e513ea4cf3b563e4867c369d4))
|
1217
|
+
|
1218
|
+
## [1.9.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.8...v1.9.9) (2021-10-15)
|
1219
|
+
|
1220
|
+
|
1221
|
+
### Bug Fixes
|
1222
|
+
|
1223
|
+
* update packages ([486c115](https://github.com/CoCreate-app/CoCreate-text/commit/486c115f1276ab9af1d3ec53b70d5e4edcd1ee03))
|
1224
|
+
* updated dependencies ([6300d1e](https://github.com/CoCreate-app/CoCreate-text/commit/6300d1e30779b5378a1ad9f36c1cd48f0842f72a))
|
1225
|
+
|
1226
|
+
## [1.9.8](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.7...v1.9.8) (2021-10-13)
|
1227
|
+
|
1228
|
+
|
1229
|
+
### Bug Fixes
|
1230
|
+
|
1231
|
+
* update descriptions ([6715568](https://github.com/CoCreate-app/CoCreate-text/commit/6715568a255d5f67c7f74976ab10693b38cf3b06))
|
1232
|
+
|
1233
|
+
## [1.9.7](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.6...v1.9.7) (2021-10-13)
|
1234
|
+
|
1235
|
+
|
1236
|
+
### Bug Fixes
|
1237
|
+
|
1238
|
+
* update dependencies ([bacc1cf](https://github.com/CoCreate-app/CoCreate-text/commit/bacc1cfe8e2d2242f1a155a4685baa0185517536))
|
1239
|
+
|
1240
|
+
## [1.9.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.5...v1.9.6) (2021-10-06)
|
1241
|
+
|
1242
|
+
|
1243
|
+
### Bug Fixes
|
1244
|
+
|
1245
|
+
* update dependencies ([1a9aa5a](https://github.com/CoCreate-app/CoCreate-text/commit/1a9aa5a9a8226587d16188723c218a8348e0df4b))
|
1246
|
+
|
1247
|
+
## [1.9.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.4...v1.9.5) (2021-10-06)
|
1248
|
+
|
1249
|
+
|
1250
|
+
### Bug Fixes
|
1251
|
+
|
1252
|
+
* relocated selection to @cocreate/selection ([607ced8](https://github.com/CoCreate-app/CoCreate-text/commit/607ced8670a47034c9abaa847adb6b2652b87fef))
|
1253
|
+
|
1254
|
+
## [1.9.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.3...v1.9.4) (2021-10-06)
|
1255
|
+
|
1256
|
+
|
1257
|
+
### Bug Fixes
|
1258
|
+
|
1259
|
+
* update crdt dependency ([6a24d8f](https://github.com/CoCreate-app/CoCreate-text/commit/6a24d8f2afd0ac616b21e740e280de0683cabf05))
|
1260
|
+
|
1261
|
+
## [1.9.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.2...v1.9.3) (2021-10-05)
|
1262
|
+
|
1263
|
+
|
1264
|
+
### Bug Fixes
|
1265
|
+
|
1266
|
+
* update dependencies ([eb8c604](https://github.com/CoCreate-app/CoCreate-text/commit/eb8c6042b503526f17c1ab4db1e64429a8093dde))
|
1267
|
+
* website_id in CoCreate.config ([d159a99](https://github.com/CoCreate-app/CoCreate-text/commit/d159a996977b4027bd1dfc883998e00d1225c34d))
|
1268
|
+
|
1269
|
+
## [1.9.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.1...v1.9.2) (2021-10-04)
|
1270
|
+
|
1271
|
+
|
1272
|
+
### Bug Fixes
|
1273
|
+
|
1274
|
+
* update dependencies ([d975def](https://github.com/CoCreate-app/CoCreate-text/commit/d975def2fe4c9285c336a8647d3eb917deeaa028))
|
1275
|
+
|
1276
|
+
## [1.9.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.0...v1.9.1) (2021-10-04)
|
1277
|
+
|
1278
|
+
|
1279
|
+
### Bug Fixes
|
1280
|
+
|
1281
|
+
* cant resove [@cocreate-crud](https://github.com/cocreate-crud) ([e0ec1d1](https://github.com/CoCreate-app/CoCreate-text/commit/e0ec1d1d9f3a2a34e3c2e7a28ef6b0cdc9f86fbf))
|
1282
|
+
|
1283
|
+
# [1.9.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.8.2...v1.9.0) (2021-10-04)
|
1284
|
+
|
1285
|
+
|
1286
|
+
### Features
|
1287
|
+
|
1288
|
+
* action to save domText ([1315853](https://github.com/CoCreate-app/CoCreate-text/commit/1315853a9a44cb978b09484f1ecddc87967ae18d))
|
1289
|
+
|
1290
|
+
## [1.8.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.8.1...v1.8.2) (2021-10-01)
|
1291
|
+
|
1292
|
+
|
1293
|
+
### Bug Fixes
|
1294
|
+
|
1295
|
+
* update packages ([1f67259](https://github.com/CoCreate-app/CoCreate-text/commit/1f67259bc2a65f58768d487812a6cff87eea1e6f))
|
1296
|
+
|
1297
|
+
## [1.8.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.8.0...v1.8.1) (2021-10-01)
|
1298
|
+
|
1299
|
+
|
1300
|
+
### Bug Fixes
|
1301
|
+
|
1302
|
+
* update dependencies ([6ffa726](https://github.com/CoCreate-app/CoCreate-text/commit/6ffa726a623ad3101d46c788257363c35cd2c086))
|
1303
|
+
|
1304
|
+
# [1.8.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.7.3...v1.8.0) (2021-09-30)
|
1305
|
+
|
1306
|
+
|
1307
|
+
### Features
|
1308
|
+
|
1309
|
+
* init events for iframe documentElement ([4cd3ad5](https://github.com/CoCreate-app/CoCreate-text/commit/4cd3ad5f7c1ffce856834ded787b314bd9429ec6))
|
1310
|
+
|
1311
|
+
## [1.7.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.7.2...v1.7.3) (2021-09-29)
|
1312
|
+
|
1313
|
+
|
1314
|
+
### Bug Fixes
|
1315
|
+
|
1316
|
+
* upgrade crdt package ([a4fc524](https://github.com/CoCreate-app/CoCreate-text/commit/a4fc5240c2842b3e5d93b9880d4f993a7f6abd02))
|
1317
|
+
|
1318
|
+
## [1.7.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.7.1...v1.7.2) (2021-09-28)
|
1319
|
+
|
1320
|
+
|
1321
|
+
### Bug Fixes
|
1322
|
+
|
1323
|
+
* update dependencies ([3dd86b6](https://github.com/CoCreate-app/CoCreate-text/commit/3dd86b6e6a449ca3e7db2245a496621bbbe602a0))
|
1324
|
+
|
1325
|
+
## [1.7.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.7.0...v1.7.1) (2021-09-27)
|
1326
|
+
|
1327
|
+
|
1328
|
+
### Bug Fixes
|
1329
|
+
|
1330
|
+
* update packages ([033dbea](https://github.com/CoCreate-app/CoCreate-text/commit/033dbeaff39b52556ad3409e4f4bea745413f06f))
|
1331
|
+
|
1332
|
+
# [1.7.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.6.4...v1.7.0) (2021-09-27)
|
1333
|
+
|
1334
|
+
|
1335
|
+
### Features
|
1336
|
+
|
1337
|
+
* add element_id if an html element is pasted ([343d5cb](https://github.com/CoCreate-app/CoCreate-text/commit/343d5cbd131e62d88c345bff999f65d5d5307dfa))
|
1338
|
+
* selection and range now supply the element start and the element end. contenteditable and builder canvas are one. text and dom have synced abilities ([7da1a10](https://github.com/CoCreate-app/CoCreate-text/commit/7da1a104b45304c024f1a49d7ecc98244419e8b9))
|
1339
|
+
* send and display shared cursor position between text and dom ([dd5f83c](https://github.com/CoCreate-app/CoCreate-text/commit/dd5f83c842c65b7e57f2a55816999baee2b9ad57))
|
1340
|
+
* updateing text will update contenteditable dom elements. dispatch event when removing characters ([851e804](https://github.com/CoCreate-app/CoCreate-text/commit/851e804e19d2149d520f106dc8287b5247c49f9c))
|
1341
|
+
|
1342
|
+
## [1.6.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.6.3...v1.6.4) (2021-09-18)
|
1343
|
+
|
1344
|
+
|
1345
|
+
### Bug Fixes
|
1346
|
+
|
1347
|
+
* dispatch Event with content, start, end ([3433e01](https://github.com/CoCreate-app/CoCreate-text/commit/3433e01f0c7011a2f94c0a3a129510617450b4fc))
|
1348
|
+
|
1349
|
+
## [1.6.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.6.2...v1.6.3) (2021-09-16)
|
1350
|
+
|
1351
|
+
|
1352
|
+
### Bug Fixes
|
1353
|
+
|
1354
|
+
* update dependencies ([69b5e50](https://github.com/CoCreate-app/CoCreate-text/commit/69b5e50a985d2c9e9917ef215bbcd320ec295302))
|
1355
|
+
|
1356
|
+
## [1.6.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.6.1...v1.6.2) (2021-09-14)
|
1357
|
+
|
1358
|
+
|
1359
|
+
### Bug Fixes
|
1360
|
+
|
1361
|
+
* add cocreate.app to domains ([af5610b](https://github.com/CoCreate-app/CoCreate-text/commit/af5610be3dceb13972a04546922387ab9934dcce))
|
1362
|
+
|
1363
|
+
## [1.6.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.6.0...v1.6.1) (2021-09-13)
|
1364
|
+
|
1365
|
+
|
1366
|
+
### Bug Fixes
|
1367
|
+
|
1368
|
+
* upgrade dependencies ([d6eb7a7](https://github.com/CoCreate-app/CoCreate-text/commit/d6eb7a715efe067c95a882b26771d8c71e83f5ae))
|
1369
|
+
|
1370
|
+
# [1.6.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.16...v1.6.0) (2021-09-13)
|
1371
|
+
|
1372
|
+
|
1373
|
+
### Bug Fixes
|
1374
|
+
|
1375
|
+
* document_id pending state ([d90fe83](https://github.com/CoCreate-app/CoCreate-text/commit/d90fe8311eb3b97a362673455a6a873dfaaca762))
|
1376
|
+
* removed document_id pending from insertText function ([140455e](https://github.com/CoCreate-app/CoCreate-text/commit/140455e700347338879276bcb5dd02781c90760b))
|
1377
|
+
|
1378
|
+
|
1379
|
+
### Features
|
1380
|
+
|
1381
|
+
* setSelections function ([93e9e30](https://github.com/CoCreate-app/CoCreate-text/commit/93e9e30fddf5388c7c82d38d1b54327b789b88d3))
|
1382
|
+
|
1383
|
+
## [1.5.16](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.15...v1.5.16) (2021-09-12)
|
1384
|
+
|
1385
|
+
|
1386
|
+
### Bug Fixes
|
1387
|
+
|
1388
|
+
* update sidenav to use resize and toggle ([06b001c](https://github.com/CoCreate-app/CoCreate-text/commit/06b001c29dae025c202fd60b85a29695e087e6e2))
|
1389
|
+
|
1390
|
+
## [1.5.15](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.14...v1.5.15) (2021-09-09)
|
1391
|
+
|
1392
|
+
|
1393
|
+
### Bug Fixes
|
1394
|
+
|
1395
|
+
* update dependency @cocreate/docs ([0dcd7bd](https://github.com/CoCreate-app/CoCreate-text/commit/0dcd7bda41190bbb5f6ce63baccc524d3a841688))
|
1396
|
+
|
1397
|
+
## [1.5.14](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.13...v1.5.14) (2021-09-09)
|
1398
|
+
|
1399
|
+
|
1400
|
+
### Bug Fixes
|
1401
|
+
|
1402
|
+
* ci docs ([970496b](https://github.com/CoCreate-app/CoCreate-text/commit/970496be76c39cda6f130328b920a4f9bfd9a43f))
|
1403
|
+
|
1404
|
+
## [1.5.13](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.12...v1.5.13) (2021-09-09)
|
1405
|
+
|
1406
|
+
|
1407
|
+
### Bug Fixes
|
1408
|
+
|
1409
|
+
* update dependencies ([cb228cc](https://github.com/CoCreate-app/CoCreate-text/commit/cb228cc14dd68df37a98360f09de3590778a0e41))
|
1410
|
+
|
1411
|
+
## [1.5.12](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.11...v1.5.12) (2021-09-09)
|
1412
|
+
|
1413
|
+
|
1414
|
+
### Bug Fixes
|
1415
|
+
|
1416
|
+
* CoCreate.config directory, path, name and public ([18189bf](https://github.com/CoCreate-app/CoCreate-text/commit/18189bfa993794fc80fa60e7dbd3fd505e368b1f))
|
1417
|
+
|
1418
|
+
## [1.5.11](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.10...v1.5.11) (2021-09-08)
|
1419
|
+
|
1420
|
+
|
1421
|
+
### Bug Fixes
|
1422
|
+
|
1423
|
+
* update dependencies ([b8a486a](https://github.com/CoCreate-app/CoCreate-text/commit/b8a486ae06bb97ba77ef360ffd407d3ac275526e))
|
1424
|
+
|
1425
|
+
## [1.5.10](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.9...v1.5.10) (2021-09-04)
|
1426
|
+
|
1427
|
+
|
1428
|
+
### Bug Fixes
|
1429
|
+
|
1430
|
+
* update dependencies ([285d41c](https://github.com/CoCreate-app/CoCreate-text/commit/285d41c16235c08436d825b0eba03a9ae0e46d27))
|
1431
|
+
|
1432
|
+
## [1.5.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.8...v1.5.9) (2021-08-31)
|
1433
|
+
|
1434
|
+
|
1435
|
+
### Bug Fixes
|
1436
|
+
|
1437
|
+
* update dependencies ([64054c3](https://github.com/CoCreate-app/CoCreate-text/commit/64054c33b2e27fa8f41a8a58aa2413af154837cd))
|
1438
|
+
|
1439
|
+
## [1.5.8](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.7...v1.5.8) (2021-08-31)
|
1440
|
+
|
1441
|
+
|
1442
|
+
### Bug Fixes
|
1443
|
+
|
1444
|
+
* eventListener bug ([949fb24](https://github.com/CoCreate-app/CoCreate-text/commit/949fb24380920aa24ecb2797df497b05c305a584))
|
1445
|
+
* export insertText and deleteText ([bcace0b](https://github.com/CoCreate-app/CoCreate-text/commit/bcace0b79226e1451b51ce780e36b74041fd352d))
|
1446
|
+
|
1447
|
+
## [1.5.7](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.6...v1.5.7) (2021-08-27)
|
1448
|
+
|
1449
|
+
|
1450
|
+
### Bug Fixes
|
1451
|
+
|
1452
|
+
* updaed dependencies ([b666cb3](https://github.com/CoCreate-app/CoCreate-text/commit/b666cb3502b7839aee7dad89f2c5885358333abf))
|
1453
|
+
|
1454
|
+
## [1.5.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.5...v1.5.6) (2021-08-23)
|
1455
|
+
|
1456
|
+
|
1457
|
+
### Bug Fixes
|
1458
|
+
|
1459
|
+
* update package versions ([5ae1d8f](https://github.com/CoCreate-app/CoCreate-text/commit/5ae1d8fccc6a92102737678e5b570babf025bc75))
|
1460
|
+
|
1461
|
+
## [1.5.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.4...v1.5.5) (2021-08-22)
|
1462
|
+
|
1463
|
+
|
1464
|
+
### Bug Fixes
|
1465
|
+
|
1466
|
+
* removed data- from main-content, clone, filter-value_type ([b374183](https://github.com/CoCreate-app/CoCreate-text/commit/b37418355947c9bd56aec3c84124f3b6aeb5f2ad))
|
1467
|
+
|
1468
|
+
## [1.5.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.3...v1.5.4) (2021-08-22)
|
1469
|
+
|
1470
|
+
|
1471
|
+
### Bug Fixes
|
1472
|
+
|
1473
|
+
* bump package versions ([a1c84e6](https://github.com/CoCreate-app/CoCreate-text/commit/a1c84e65ce80148d4c64d2042d043be3a36cd9f0))
|
1474
|
+
|
1475
|
+
## [1.5.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.2...v1.5.3) (2021-08-22)
|
1476
|
+
|
1477
|
+
|
1478
|
+
### Bug Fixes
|
1479
|
+
|
1480
|
+
* bump package versions ([ec9dfdc](https://github.com/CoCreate-app/CoCreate-text/commit/ec9dfdc08de5304a0b4cb947d982a7c64b3c93c0))
|
1481
|
+
|
1482
|
+
## [1.5.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.1...v1.5.2) (2021-08-21)
|
1483
|
+
|
1484
|
+
|
1485
|
+
### Bug Fixes
|
1486
|
+
|
1487
|
+
* removed file contenteditable.js ([a0a7ee1](https://github.com/CoCreate-app/CoCreate-text/commit/a0a7ee1f2d3dba22844501151fdc2963ad237fe8))
|
1488
|
+
|
1489
|
+
## [1.5.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.5.0...v1.5.1) (2021-08-18)
|
1490
|
+
|
1491
|
+
|
1492
|
+
### Bug Fixes
|
1493
|
+
|
1494
|
+
* avoid reinit after dnd ([b45e1a0](https://github.com/CoCreate-app/CoCreate-text/commit/b45e1a05d65d009c85640d7cecfc21be1ce5cbd2))
|
1495
|
+
|
1496
|
+
# [1.5.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.4.2...v1.5.0) (2021-08-18)
|
1497
|
+
|
1498
|
+
|
1499
|
+
### Features
|
1500
|
+
|
1501
|
+
* getSelections supports any element ([0c7a4f5](https://github.com/CoCreate-app/CoCreate-text/commit/0c7a4f54fde1dae2316803a54164a4be123fbefd))
|
1502
|
+
|
1503
|
+
## [1.4.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.4.1...v1.4.2) (2021-08-15)
|
1504
|
+
|
1505
|
+
|
1506
|
+
### Bug Fixes
|
1507
|
+
|
1508
|
+
* remove data- from data-parse and data-save attributes ([3ebe7e4](https://github.com/CoCreate-app/CoCreate-text/commit/3ebe7e4201928f18ca9cb3ed9635bb3a29f4c9d5))
|
1509
|
+
|
1510
|
+
## [1.4.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.4.0...v1.4.1) (2021-08-14)
|
1511
|
+
|
1512
|
+
|
1513
|
+
### Bug Fixes
|
1514
|
+
|
1515
|
+
* update to docs ([655d0d1](https://github.com/CoCreate-app/CoCreate-text/commit/655d0d1f0e33734a3432c40891f5f7996f568d54))
|
1516
|
+
|
1517
|
+
# [1.4.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.3.0...v1.4.0) (2021-08-12)
|
1518
|
+
|
1519
|
+
|
1520
|
+
### Bug Fixes
|
1521
|
+
|
1522
|
+
* add contenteditable demos ([6e1fd2d](https://github.com/CoCreate-app/CoCreate-text/commit/6e1fd2d30f1a11ba1ce67dc175fdfca911ebbae2))
|
1523
|
+
* update data-module_id to document_id ([e07afe2](https://github.com/CoCreate-app/CoCreate-text/commit/e07afe2f17dac6f85843dbf025b78275b22d8d2b))
|
1524
|
+
|
1525
|
+
|
1526
|
+
### Features
|
1527
|
+
|
1528
|
+
* support for input, textarea and contenteditable ([c7c7e2b](https://github.com/CoCreate-app/CoCreate-text/commit/c7c7e2b486a4a07b2ddeb8eeadeb0854c47be0ab))
|
1529
|
+
|
1530
|
+
# [1.3.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.2.1...v1.3.0) (2021-08-10)
|
1531
|
+
|
1532
|
+
|
1533
|
+
### Features
|
1534
|
+
|
1535
|
+
* getSelection supports contenteditable elements ([5a7c56c](https://github.com/CoCreate-app/CoCreate-text/commit/5a7c56c83fdd2546ab189ea5a1eb90ed54ecfbd1))
|
1536
|
+
|
1537
|
+
## [1.2.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.2.0...v1.2.1) (2021-08-05)
|
1538
|
+
|
1539
|
+
|
1540
|
+
### Bug Fixes
|
1541
|
+
|
1542
|
+
* dispatch input and keypress after crdt updates element ([ad35c93](https://github.com/CoCreate-app/CoCreate-text/commit/ad35c935426bdf82c5e861046939a6cdbf64a8df))
|
1543
|
+
|
1544
|
+
# [1.2.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.1.6...v1.2.0) (2021-08-05)
|
1545
|
+
|
1546
|
+
|
1547
|
+
### Features
|
1548
|
+
|
1549
|
+
* remove event listners ([a2cc703](https://github.com/CoCreate-app/CoCreate-text/commit/a2cc7032a0261376486dfeb3d61fcc599f75b6a4))
|
1550
|
+
|
1551
|
+
## [1.1.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.1.5...v1.1.6) (2021-08-03)
|
1552
|
+
|
1553
|
+
|
1554
|
+
### Bug Fixes
|
1555
|
+
|
1556
|
+
* removed element from crdt init ([4d097a0](https://github.com/CoCreate-app/CoCreate-text/commit/4d097a02e257775ebf9bc48d9de0f08493b1d4e2))
|
1557
|
+
|
1558
|
+
## [1.1.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.1.4...v1.1.5) (2021-08-03)
|
1559
|
+
|
1560
|
+
|
1561
|
+
### Bug Fixes
|
1562
|
+
|
1563
|
+
* observer addednodes set to mutation.target ([37d8eb3](https://github.com/CoCreate-app/CoCreate-text/commit/37d8eb3974a2d487a56b286c117f0c343b20e61b))
|
1564
|
+
|
1565
|
+
## [1.1.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.1.3...v1.1.4) (2021-08-02)
|
1566
|
+
|
1567
|
+
|
1568
|
+
### Bug Fixes
|
1569
|
+
|
1570
|
+
* send cursor position ([256f85b](https://github.com/CoCreate-app/CoCreate-text/commit/256f85bd889bce345438375c2447283b3f1862fe))
|
1571
|
+
|
1572
|
+
## [1.1.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.1.2...v1.1.3) (2021-08-02)
|
1573
|
+
|
1574
|
+
|
1575
|
+
### Bug Fixes
|
1576
|
+
|
1577
|
+
* ignore collections and documents with {{}} ([c1882bf](https://github.com/CoCreate-app/CoCreate-text/commit/c1882bfefaea26b06e6fa19314795cd0e77ee71c))
|
1578
|
+
|
1579
|
+
## [1.1.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.1.1...v1.1.2) (2021-08-02)
|
1580
|
+
|
1581
|
+
|
1582
|
+
### Bug Fixes
|
1583
|
+
|
1584
|
+
* reactored, removed duplicate and dead code, update to cursors ([188ea4c](https://github.com/CoCreate-app/CoCreate-text/commit/188ea4c578431d5ee31fb3be0b8ce9790ba5f8da))
|
1585
|
+
* remove data- from attributes ([829a070](https://github.com/CoCreate-app/CoCreate-text/commit/829a070e5a50b1c01bc41bac42869a6e4dabc5b2))
|
1586
|
+
* removed getSelection and setSelections function ([4d7746c](https://github.com/CoCreate-app/CoCreate-text/commit/4d7746c96d72a69a25105610880085c72ed7d3ca))
|
1587
|
+
* update function names remove dead code ([cd201c9](https://github.com/CoCreate-app/CoCreate-text/commit/cd201c9c8edc54b39befb266c8582abc29ee1fe5))
|
1588
|
+
|
1589
|
+
## [1.1.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.1.0...v1.1.1) (2021-07-28)
|
1590
|
+
|
1591
|
+
|
1592
|
+
### Bug Fixes
|
1593
|
+
|
1594
|
+
* remove data- from fetch, pass and filter ([ebc7b20](https://github.com/CoCreate-app/CoCreate-text/commit/ebc7b201494a2c773191e5a97a17cb2501c1db27))
|
1595
|
+
|
1596
|
+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.27...v1.1.0) (2021-07-28)
|
1597
|
+
|
1598
|
+
|
1599
|
+
### Features
|
1600
|
+
|
1601
|
+
* add new is{attribute} system and remove data- from attributtes ([5fc9dcc](https://github.com/CoCreate-app/CoCreate-text/commit/5fc9dcc01af6e4e137c46738c679a66a8b13a065))
|
1602
|
+
|
1603
|
+
## [1.0.27](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.26...v1.0.27) (2021-07-27)
|
1604
|
+
|
1605
|
+
|
1606
|
+
### Bug Fixes
|
1607
|
+
|
1608
|
+
* update setCursor functions ([d28290a](https://github.com/CoCreate-app/CoCreate-text/commit/d28290aeb406fd9957f5a18f55a534bc911f712d))
|
1609
|
+
* use new isCrdt ([ddcb603](https://github.com/CoCreate-app/CoCreate-text/commit/ddcb60397b31f19a8fc7cf1d86b76eaf23dbc8f9))
|
1610
|
+
|
1611
|
+
## [1.0.26](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.25...v1.0.26) (2021-07-25)
|
1612
|
+
|
1613
|
+
|
1614
|
+
### Bug Fixes
|
1615
|
+
|
1616
|
+
* updated init and cleaned code ([3ba7054](https://github.com/CoCreate-app/CoCreate-text/commit/3ba7054c82fa163290994081d18c628b0fa8518a))
|
1617
|
+
|
1618
|
+
## [1.0.25](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.24...v1.0.25) (2021-07-24)
|
1619
|
+
|
1620
|
+
|
1621
|
+
### Bug Fixes
|
1622
|
+
|
1623
|
+
* replaced form.checkID with crud.checkAttrValue ([d20c27c](https://github.com/CoCreate-app/CoCreate-text/commit/d20c27c1b2415b89e184d591c342fab95051e1b7))
|
1624
|
+
|
1625
|
+
## [1.0.24](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.23...v1.0.24) (2021-07-17)
|
1626
|
+
|
1627
|
+
|
1628
|
+
### Bug Fixes
|
1629
|
+
|
1630
|
+
* init and update demos scripts ([49259d6](https://github.com/CoCreate-app/CoCreate-text/commit/49259d6421e79dc31ab43cfaa9e90f34a07276d0))
|
1631
|
+
* workflows ([3713bc3](https://github.com/CoCreate-app/CoCreate-text/commit/3713bc3b3e3d89c0ab94a9e294b98eadf9e3260a))
|
1632
|
+
|
1633
|
+
## [1.0.23](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.22...v1.0.23) (2021-07-14)
|
1634
|
+
|
1635
|
+
|
1636
|
+
### Bug Fixes
|
1637
|
+
|
1638
|
+
* upgrade all packages ([222ad9a](https://github.com/CoCreate-app/CoCreate-text/commit/222ad9a82996758363a0bc0daf9226e0d9978b96))
|
1639
|
+
|
1640
|
+
## [1.0.22](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.21...v1.0.22) (2021-07-13)
|
1641
|
+
|
1642
|
+
|
1643
|
+
### Bug Fixes
|
1644
|
+
|
1645
|
+
* add yarn lockfile to git ignore ([15750fb](https://github.com/CoCreate-app/CoCreate-text/commit/15750fb5fb8206648c32413cfa86271efac70c18))
|
1646
|
+
* remove yarn.lock ([fb6fccf](https://github.com/CoCreate-app/CoCreate-text/commit/fb6fccf4fc2711408429e3231d8bbabdbf6e8189))
|
1647
|
+
|
1648
|
+
## [1.0.21](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.20...v1.0.21) (2021-07-10)
|
1649
|
+
|
1650
|
+
|
1651
|
+
### Bug Fixes
|
1652
|
+
|
1653
|
+
* gitignore all logs ([a920554](https://github.com/CoCreate-app/CoCreate-text/commit/a920554eeb12f99b60c977eba2d0c3fd1ea8ef2a))
|
1654
|
+
|
1655
|
+
## [1.0.20](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.19...v1.0.20) (2021-06-30)
|
1656
|
+
|
1657
|
+
|
1658
|
+
### Bug Fixes
|
1659
|
+
|
1660
|
+
* Update readme.md ([7fbaf94](https://github.com/CoCreate-app/CoCreate-text/commit/7fbaf944862880a4095bb78077f702acdd1a8b8d))
|
1661
|
+
|
1662
|
+
## [1.0.19](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.18...v1.0.19) (2021-06-30)
|
1663
|
+
|
1664
|
+
|
1665
|
+
### Bug Fixes
|
1666
|
+
|
1667
|
+
* automated and manual workflows ([b2064d7](https://github.com/CoCreate-app/CoCreate-text/commit/b2064d760195d34f90b3c42dca47a1d427285c63))
|
1668
|
+
|
1669
|
+
## [1.0.18](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.17...v1.0.18) (2021-06-29)
|
1670
|
+
|
1671
|
+
|
1672
|
+
### Bug Fixes
|
1673
|
+
|
1674
|
+
* add logger utility ([0734bc3](https://github.com/CoCreate-app/CoCreate-text/commit/0734bc36b184a3a6d398406b2f71dcd0a963e584))
|
1675
|
+
* latest version numbers applied to all cocreate packages ([2e1f68f](https://github.com/CoCreate-app/CoCreate-text/commit/2e1f68ff134330212afc18c24ddbb21d85f26f81))
|
1676
|
+
|
1677
|
+
## [1.0.17](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.16...v1.0.17) (2021-06-24)
|
1678
|
+
|
1679
|
+
|
1680
|
+
### Bug Fixes
|
1681
|
+
|
1682
|
+
* package versioningto 1.0.0 ([ad85d5d](https://github.com/CoCreate-app/CoCreate-text/commit/ad85d5d85d5636a5360f33f70fd328b5b23e62b8))
|
1683
|
+
|
1684
|
+
## [1.0.16](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.15...v1.0.16) (2021-06-24)
|
1685
|
+
|
1686
|
+
|
1687
|
+
### Bug Fixes
|
1688
|
+
|
1689
|
+
* add method to turn on and off console.log while in development ([db7e03b](https://github.com/CoCreate-app/CoCreate-text/commit/db7e03bc071b265969600eca50ae7a871cd0a8df))
|
1690
|
+
* update all [@cocreate](https://github.com/cocreate) to use latest versions ([1a721f1](https://github.com/CoCreate-app/CoCreate-text/commit/1a721f1ec4715f06e84458fc05026523604f4808))
|
1691
|
+
|
1692
|
+
## [1.0.15](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.14...v1.0.15) (2021-06-23)
|
1693
|
+
|
1694
|
+
|
1695
|
+
### Bug Fixes
|
1696
|
+
|
1697
|
+
* update packge version to latest ([c9163f2](https://github.com/CoCreate-app/CoCreate-text/commit/c9163f24c2fe895c9521b403ee55a11553ba7382))
|
1698
|
+
|
1699
|
+
## [1.0.14](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.13...v1.0.14) (2021-06-23)
|
1700
|
+
|
1701
|
+
|
1702
|
+
### Bug Fixes
|
1703
|
+
|
1704
|
+
* update checkValue to crud.checkAttrValue ([28529f0](https://github.com/CoCreate-app/CoCreate-text/commit/28529f0f3739cb03722f4b3b29433925fbdd69e3))
|
1705
|
+
|
1706
|
+
## [1.0.13](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.12...v1.0.13) (2021-06-23)
|
1707
|
+
|
1708
|
+
|
1709
|
+
### Bug Fixes
|
1710
|
+
|
1711
|
+
* update readme to include license details ([a22cfef](https://github.com/CoCreate-app/CoCreate-text/commit/a22cfef9a75cb4caf9b71631baa422f71b4e475e))
|
1712
|
+
|
1713
|
+
## [1.0.12](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.11...v1.0.12) (2021-06-23)
|
1714
|
+
|
1715
|
+
|
1716
|
+
### Bug Fixes
|
1717
|
+
|
1718
|
+
* remve css from readme ([3aee127](https://github.com/CoCreate-app/CoCreate-text/commit/3aee127f654909493fcd524e471757c5a771e7e0))
|
1719
|
+
|
1720
|
+
## [1.0.11](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.10...v1.0.11) (2021-06-23)
|
1721
|
+
|
1722
|
+
|
1723
|
+
### Bug Fixes
|
1724
|
+
|
1725
|
+
* update to new crud.save and crud.read ([46a4981](https://github.com/CoCreate-app/CoCreate-text/commit/46a49814973c632f25fc2e388bc1a9cfc8e7f641))
|
1726
|
+
|
1727
|
+
## [1.0.10](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.9...v1.0.10) (2021-06-20)
|
1728
|
+
|
1729
|
+
|
1730
|
+
### Bug Fixes
|
1731
|
+
|
1732
|
+
* new mutaionObserver init function ([90800de](https://github.com/CoCreate-app/CoCreate-text/commit/90800de5251484292775af385b1c1a01545814ed))
|
1733
|
+
|
1734
|
+
## [1.0.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.8...v1.0.9) (2021-06-16)
|
1735
|
+
|
1736
|
+
|
1737
|
+
### Bug Fixes
|
1738
|
+
|
1739
|
+
* added header for seo ([00f6f76](https://github.com/CoCreate-app/CoCreate-text/commit/00f6f76d289fc81a49b955e11e326c3cffb64c9d))
|
1740
|
+
|
1741
|
+
## [1.0.8](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.7...v1.0.8) (2021-06-06)
|
1742
|
+
|
1743
|
+
|
1744
|
+
### Bug Fixes
|
1745
|
+
|
1746
|
+
* update packages, add uuid, add data-parse to demos ([4a270db](https://github.com/CoCreate-app/CoCreate-text/commit/4a270dbf1df3e61f9d4f8f664e7041776d05d94d))
|
1747
|
+
* update script tag ([eb02dde](https://github.com/CoCreate-app/CoCreate-text/commit/eb02dde93b3cc592a18f7e5b765dc2443bbf3c24))
|
1748
|
+
|
1749
|
+
## [1.0.7](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.6...v1.0.7) (2021-05-08)
|
1750
|
+
|
1751
|
+
|
1752
|
+
### Bug Fixes
|
1753
|
+
|
1754
|
+
* add css auto parse and save to docs. ([d296e5e](https://github.com/CoCreate-app/CoCreate-text/commit/d296e5e1d4eb271e15f1fbe53278c6d76dde2df4))
|
1755
|
+
* ci and build process ([24e519e](https://github.com/CoCreate-app/CoCreate-text/commit/24e519e05ea169c0e4bb2ce01929bb1189db6dd8))
|
1756
|
+
* npm publish and cdn deployment ([8ab8c23](https://github.com/CoCreate-app/CoCreate-text/commit/8ab8c23873f08e6333ab5cfa99cb868b00255909))
|
1757
|
+
* update packages ([b4b64f8](https://github.com/CoCreate-app/CoCreate-text/commit/b4b64f8f1c5d46147c98cff4d9a378aee38e58e4))
|
1758
|
+
|
1759
|
+
## [1.0.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.5...v1.0.6) (2021-04-07)
|
1760
|
+
|
1761
|
+
|
1762
|
+
### Bug Fixes
|
1763
|
+
|
1764
|
+
* resolved bugs related to compiler. Currently in a good working state ([5f9a15e](https://github.com/CoCreate-app/CoCreate-text/commit/5f9a15e84ad6cc609fd10705014d8eb324118374))
|
1765
|
+
|
1766
|
+
## [1.0.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.4...v1.0.5) (2021-04-04)
|
1767
|
+
|
1768
|
+
|
1769
|
+
### Bug Fixes
|
1770
|
+
|
1771
|
+
* update socket to socket-lient and crud to crud client" ([f75b801](https://github.com/CoCreate-app/CoCreate-text/commit/f75b801c597cc30c9c7574ac7eac6b7db234f462))
|
1772
|
+
|
1773
|
+
## [1.0.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.3...v1.0.4) (2021-03-30)
|
1774
|
+
|
1775
|
+
|
1776
|
+
### Bug Fixes
|
1777
|
+
|
1778
|
+
* import from npm ([6fd2b5d](https://github.com/CoCreate-app/CoCreate-text/commit/6fd2b5d4896f1e76cb60aa0a02891f57be9ecf34))
|
1779
|
+
|
1780
|
+
## [1.0.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.2...v1.0.3) (2021-03-30)
|
1781
|
+
|
1782
|
+
|
1783
|
+
### Bug Fixes
|
1784
|
+
|
1785
|
+
* import paths using npm ([0f06628](https://github.com/CoCreate-app/CoCreate-text/commit/0f06628ebd8ad638fb6059704a6855704a9557e2))
|
1786
|
+
|
1787
|
+
## [1.0.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.1...v1.0.2) (2021-03-30)
|
1788
|
+
|
1789
|
+
|
1790
|
+
### Bug Fixes
|
1791
|
+
|
1792
|
+
* cocreatejs from npm ([bcc0b17](https://github.com/CoCreate-app/CoCreate-text/commit/bcc0b17935113b679c0d5cb1cf353b285dd40b98))
|
1793
|
+
|
1794
|
+
## [1.0.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.0.0...v1.0.1) (2021-03-29)
|
1795
|
+
|
1796
|
+
|
1797
|
+
### Bug Fixes
|
1798
|
+
|
1799
|
+
* Package Paths ([968bb9a](https://github.com/CoCreate-app/CoCreate-text/commit/968bb9afaed07fab0bf805ac57b26178c5aeb9e2))
|
1800
|
+
|
1801
|
+
# 1.0.0 (2021-03-26)
|
1802
|
+
|
1803
|
+
|
1804
|
+
### Features
|
1805
|
+
|
1791
1806
|
* Initial Release ([ce08738](https://github.com/CoCreate-app/CoCreate-text/commit/ce0873816f80fd23bf6728aaacca70edbd2a57e3))
|