@syncfusion/ej2-vue-documenteditor 23.1.43 → 23.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/CHANGELOG.md +240 -201
  2. package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +74 -0
  6. package/styles/bootstrap.css +74 -0
  7. package/styles/bootstrap4.css +74 -0
  8. package/styles/bootstrap5-dark.css +74 -0
  9. package/styles/bootstrap5.css +74 -0
  10. package/styles/document-editor/bootstrap-dark.css +8 -0
  11. package/styles/document-editor/bootstrap.css +8 -0
  12. package/styles/document-editor/bootstrap4.css +8 -0
  13. package/styles/document-editor/bootstrap5-dark.css +8 -0
  14. package/styles/document-editor/bootstrap5.css +8 -0
  15. package/styles/document-editor/fabric-dark.css +8 -0
  16. package/styles/document-editor/fabric.css +8 -0
  17. package/styles/document-editor/fluent-dark.css +8 -0
  18. package/styles/document-editor/fluent.css +8 -0
  19. package/styles/document-editor/highcontrast.css +8 -0
  20. package/styles/document-editor/material-dark.css +8 -0
  21. package/styles/document-editor/material.css +8 -0
  22. package/styles/document-editor/material3-dark.css +8 -0
  23. package/styles/document-editor/material3.css +8 -0
  24. package/styles/document-editor/tailwind-dark.css +8 -0
  25. package/styles/document-editor/tailwind.css +8 -0
  26. package/styles/document-editor-container/bootstrap-dark.css +66 -0
  27. package/styles/document-editor-container/bootstrap.css +66 -0
  28. package/styles/document-editor-container/bootstrap4.css +66 -0
  29. package/styles/document-editor-container/bootstrap5-dark.css +66 -0
  30. package/styles/document-editor-container/bootstrap5.css +66 -0
  31. package/styles/document-editor-container/fabric-dark.css +66 -0
  32. package/styles/document-editor-container/fabric.css +66 -0
  33. package/styles/document-editor-container/fluent-dark.css +66 -0
  34. package/styles/document-editor-container/fluent.css +66 -0
  35. package/styles/document-editor-container/highcontrast-light.css +66 -0
  36. package/styles/document-editor-container/highcontrast.css +66 -0
  37. package/styles/document-editor-container/material-dark.css +66 -0
  38. package/styles/document-editor-container/material.css +66 -0
  39. package/styles/document-editor-container/material3-dark.css +69 -0
  40. package/styles/document-editor-container/material3.css +69 -0
  41. package/styles/document-editor-container/tailwind-dark.css +66 -0
  42. package/styles/document-editor-container/tailwind.css +66 -0
  43. package/styles/fabric-dark.css +74 -0
  44. package/styles/fabric.css +74 -0
  45. package/styles/fluent-dark.css +74 -0
  46. package/styles/fluent.css +74 -0
  47. package/styles/highcontrast-light.css +66 -0
  48. package/styles/highcontrast.css +74 -0
  49. package/styles/material-dark.css +74 -0
  50. package/styles/material.css +74 -0
  51. package/styles/material3-dark.css +77 -0
  52. package/styles/material3.css +77 -0
  53. package/styles/tailwind-dark.css +74 -0
  54. package/styles/tailwind.css +74 -0
package/CHANGELOG.md CHANGED
@@ -2,7 +2,46 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### Document Editor
5
+ ### DocumentEditor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I509814` - Resolved the bullet list character format losses issue when pasting the sfdt.
10
+ - `#I511667` - Resolved the TIFF image rendering issue with RTF file.
11
+ - `#I512264` - Resolved the section Break continuous issue.
12
+ - `#I513068` - Resolved script error issue while deleting the floating table.
13
+ - `#I513107` - Resolved the section break continuous issue when press the delete key.
14
+ - `#I504697` - Resolved the control hanging issue while opening the document.
15
+ - `#I512059` - Resolved the URL image not appear issue until interact with document.
16
+ - `#I509812` - Resolved the format losses issue when pasting the copied HTML text.
17
+
18
+ #### Features
19
+
20
+ - `#I491720` - Added support to set target element to append the Dialog and Context menu.
21
+ - `#I499751` - Added support to display the symbol field code text in client side.
22
+ - `#I501878` - Added support to preserve the carriage return character.
23
+ - `#I503197` - Added API to check whether the document is empty or not.
24
+
25
+ ## 23.1.44 (2023-11-07)
26
+
27
+ ### DocumentEditor
28
+
29
+ #### Bug Fixes
30
+
31
+ - `#I510408` - Resolved keep para together issue with RTF file.
32
+ - `#I509697` - Resolved script error throws while opening a document.
33
+ - `#I511095` - Resolved the paragraph and table rendering issue on If field condition.
34
+ - `#I510706` - The text is not inserted in proper order on spell check enable mode.
35
+ - `#I513307` - Resolved the SFDT pasting issue in blazor DocumentEditor.
36
+ - `#I508874` - Resolved the script error when export as docx document.
37
+ - `#I511641` - Underline for misspelled word not rendering properly in RTL text.
38
+ - `#I509516` - Resolved the SVG image export and import issue as URL.
39
+ - `#I513724` - Resolved the image rendering for screen tip text while hovering hyperlink.
40
+ - `#I508875` - Resolved the cell content control layout issue in table.
41
+
42
+ ## 23.1.43 (2023-10-31)
43
+
44
+ ### DocumentEditor
6
45
 
7
46
  #### Bug Fixes
8
47
 
@@ -12,7 +51,7 @@
12
51
 
13
52
  ## 23.1.42 (2023-10-24)
14
53
 
15
- ### Document Editor
54
+ ### DocumentEditor
16
55
 
17
56
  #### Bug Fixes
18
57
 
@@ -25,7 +64,7 @@
25
64
 
26
65
  ## 23.1.41 (2023-10-17)
27
66
 
28
- ### Document Editor
67
+ ### DocumentEditor
29
68
 
30
69
  #### Bug Fixes
31
70
 
@@ -36,7 +75,7 @@
36
75
 
37
76
  ## 23.1.40 (2023-10-10)
38
77
 
39
- ### Document Editor
78
+ ### DocumentEditor
40
79
 
41
80
  #### Bug Fixes
42
81
 
@@ -54,7 +93,7 @@
54
93
 
55
94
  ## 23.1.39 (2023-10-04)
56
95
 
57
- ### Document Editor
96
+ ### DocumentEditor
58
97
 
59
98
  #### Bug Fixes
60
99
 
@@ -74,7 +113,7 @@
74
113
 
75
114
  ## 23.1.38 (2023-09-26)
76
115
 
77
- ### Document Editor
116
+ ### DocumentEditor
78
117
 
79
118
  #### Bug Fixes
80
119
 
@@ -88,7 +127,7 @@
88
127
 
89
128
  ## 23.1.36 (2023-09-15)
90
129
 
91
- ### Document Editor
130
+ ### DocumentEditor
92
131
 
93
132
  #### New Features
94
133
 
@@ -100,7 +139,7 @@
100
139
 
101
140
  ## 22.2.12 (2023-09-05)
102
141
 
103
- ### Document Editor
142
+ ### DocumentEditor
104
143
 
105
144
  #### Bug Fixes
106
145
 
@@ -111,7 +150,7 @@
111
150
 
112
151
  ## 22.2.11 (2023-08-29)
113
152
 
114
- ### Document Editor
153
+ ### DocumentEditor
115
154
 
116
155
  #### Bug Fixes
117
156
 
@@ -132,7 +171,7 @@
132
171
 
133
172
  ## 22.2.10 (2023-08-22)
134
173
 
135
- ### Document Editor
174
+ ### DocumentEditor
136
175
 
137
176
  #### Bug Fixes
138
177
 
@@ -148,7 +187,7 @@
148
187
 
149
188
  ## 22.2.9 (2023-08-15)
150
189
 
151
- ### Document Editor
190
+ ### DocumentEditor
152
191
 
153
192
  #### Bug Fixes
154
193
 
@@ -161,7 +200,7 @@
161
200
 
162
201
  ## 22.2.8 (2023-08-08)
163
202
 
164
- ### Document Editor
203
+ ### DocumentEditor
165
204
 
166
205
  #### Bug Fixes
167
206
 
@@ -175,7 +214,7 @@
175
214
 
176
215
  ## 22.2.7 (2023-08-02)
177
216
 
178
- ### Document Editor
217
+ ### DocumentEditor
179
218
 
180
219
  #### Bug Fixes
181
220
 
@@ -191,7 +230,7 @@
191
230
 
192
231
  ## 22.2.5 (2023-07-27)
193
232
 
194
- ### Document Editor
233
+ ### DocumentEditor
195
234
 
196
235
  #### Bug Fixes
197
236
 
@@ -205,7 +244,7 @@
205
244
 
206
245
  ## 22.1.39 (2023-07-18)
207
246
 
208
- ### Document Editor
247
+ ### DocumentEditor
209
248
 
210
249
  #### Bug Fixes
211
250
 
@@ -220,7 +259,7 @@
220
259
 
221
260
  ## 22.1.38 (2023-07-11)
222
261
 
223
- ### Document Editor
262
+ ### DocumentEditor
224
263
 
225
264
  #### Bug Fixes
226
265
 
@@ -234,7 +273,7 @@
234
273
 
235
274
  ## 22.1.37 (2023-07-04)
236
275
 
237
- ### Document Editor
276
+ ### DocumentEditor
238
277
 
239
278
  #### Bug Fixes
240
279
 
@@ -246,7 +285,7 @@
246
285
 
247
286
  ## 22.1.36 (2023-06-28)
248
287
 
249
- ### Document Editor
288
+ ### DocumentEditor
250
289
 
251
290
  #### Bug Fixes
252
291
 
@@ -266,7 +305,7 @@
266
305
 
267
306
  ## 21.2.10 (2023-06-13)
268
307
 
269
- ### Document Editor
308
+ ### DocumentEditor
270
309
 
271
310
  #### Bug Fixes
272
311
 
@@ -277,7 +316,7 @@
277
316
 
278
317
  ## 21.2.9 (2023-06-06)
279
318
 
280
- ### Document Editor
319
+ ### DocumentEditor
281
320
 
282
321
  #### Bug Fixes
283
322
 
@@ -291,7 +330,7 @@
291
330
 
292
331
  ## 21.2.8 (2023-05-30)
293
332
 
294
- ### Document Editor
333
+ ### DocumentEditor
295
334
 
296
335
  #### Bug Fixes
297
336
 
@@ -312,7 +351,7 @@
312
351
 
313
352
  ## 21.2.6 (2023-05-23)
314
353
 
315
- ### Document Editor
354
+ ### DocumentEditor
316
355
 
317
356
  #### Bug Fixes
318
357
 
@@ -332,7 +371,7 @@
332
371
 
333
372
  ## 21.2.5 (2023-05-16)
334
373
 
335
- ### Document Editor
374
+ ### DocumentEditor
336
375
 
337
376
  #### Bug Fixes
338
377
 
@@ -350,7 +389,7 @@
350
389
 
351
390
  ## 21.2.4 (2023-05-09)
352
391
 
353
- ### Document Editor
392
+ ### DocumentEditor
354
393
 
355
394
  #### Bug Fixes
356
395
 
@@ -361,7 +400,7 @@
361
400
 
362
401
  ## 21.2.3 (2023-05-03)
363
402
 
364
- ### Document Editor
403
+ ### DocumentEditor
365
404
 
366
405
  #### Bug Fixes
367
406
 
@@ -373,7 +412,7 @@
373
412
 
374
413
  ## 21.1.41 (2023-04-18)
375
414
 
376
- ### Document Editor
415
+ ### DocumentEditor
377
416
 
378
417
  #### Bug Fixes
379
418
 
@@ -388,7 +427,7 @@
388
427
 
389
428
  ## 21.1.39 (2023-04-11)
390
429
 
391
- ### Document Editor
430
+ ### DocumentEditor
392
431
 
393
432
  #### Bug Fixes
394
433
 
@@ -414,7 +453,7 @@
414
453
 
415
454
  ## 21.1.38 (2023-04-04)
416
455
 
417
- ### Document Editor
456
+ ### DocumentEditor
418
457
 
419
458
  #### Bug Fixes
420
459
 
@@ -429,7 +468,7 @@
429
468
 
430
469
  ## 21.1.37 (2023-03-29)
431
470
 
432
- ### Document Editor
471
+ ### DocumentEditor
433
472
 
434
473
  #### Bug Fixes
435
474
 
@@ -441,7 +480,7 @@
441
480
 
442
481
  ## 21.1.35 (2023-03-23)
443
482
 
444
- ### Document Editor
483
+ ### DocumentEditor
445
484
 
446
485
  #### Breaking Changes
447
486
 
@@ -463,7 +502,7 @@
463
502
 
464
503
  ## 20.4.54 (2023-03-14)
465
504
 
466
- ### Document Editor
505
+ ### DocumentEditor
467
506
 
468
507
  #### Bug Fixes
469
508
 
@@ -473,7 +512,7 @@
473
512
 
474
513
  ## 20.4.53 (2023-03-07)
475
514
 
476
- ### Document Editor
515
+ ### DocumentEditor
477
516
 
478
517
  #### Bug Fixes
479
518
 
@@ -483,7 +522,7 @@
483
522
 
484
523
  ## 20.4.52 (2023-02-28)
485
524
 
486
- ### Document Editor
525
+ ### DocumentEditor
487
526
 
488
527
  #### Bug Fixes
489
528
 
@@ -492,7 +531,7 @@
492
531
 
493
532
  ## 20.4.51 (2023-02-21)
494
533
 
495
- ### Document Editor
534
+ ### DocumentEditor
496
535
 
497
536
  #### Bug Fixes
498
537
 
@@ -501,7 +540,7 @@
501
540
 
502
541
  ## 20.4.50 (2023-02-14)
503
542
 
504
- ### Document Editor
543
+ ### DocumentEditor
505
544
 
506
545
  #### Bug Fixes
507
546
 
@@ -513,7 +552,7 @@
513
552
 
514
553
  ## 20.4.49 (2023-02-07)
515
554
 
516
- ### Document Editor
555
+ ### DocumentEditor
517
556
 
518
557
  #### Bug Fixes
519
558
 
@@ -524,7 +563,7 @@
524
563
 
525
564
  ## 20.4.48 (2023-02-01)
526
565
 
527
- ### Document Editor
566
+ ### DocumentEditor
528
567
 
529
568
  #### Bug Fixes
530
569
 
@@ -536,7 +575,7 @@
536
575
 
537
576
  ## 20.4.44 (2023-01-18)
538
577
 
539
- ### Document Editor
578
+ ### DocumentEditor
540
579
 
541
580
  #### Bug Fixes
542
581
 
@@ -548,7 +587,7 @@
548
587
 
549
588
  ## 20.4.43 (2023-01-10)
550
589
 
551
- ### Document Editor
590
+ ### DocumentEditor
552
591
 
553
592
  #### Bug Fixes
554
593
 
@@ -557,7 +596,7 @@
557
596
 
558
597
  ## 20.4.42 (2023-01-04)
559
598
 
560
- ### Document Editor
599
+ ### DocumentEditor
561
600
 
562
601
  #### Bug Fixes
563
602
 
@@ -571,7 +610,7 @@
571
610
 
572
611
  ## 20.4.40 (2022-12-28)
573
612
 
574
- ### Document Editor
613
+ ### DocumentEditor
575
614
 
576
615
  #### Bug Fixes
577
616
 
@@ -581,7 +620,7 @@
581
620
 
582
621
  ## 20.3.60 (2022-12-06)
583
622
 
584
- ### Document Editor
623
+ ### DocumentEditor
585
624
 
586
625
  #### Bug Fixes
587
626
 
@@ -590,7 +629,7 @@
590
629
 
591
630
  ## 20.3.59 (2022-11-29)
592
631
 
593
- ### Document Editor
632
+ ### DocumentEditor
594
633
 
595
634
  #### Bug Fixes
596
635
 
@@ -599,7 +638,7 @@
599
638
 
600
639
  ## 20.3.58 (2022-11-22)
601
640
 
602
- ### Document Editor
641
+ ### DocumentEditor
603
642
 
604
643
  #### Bug Fixes
605
644
 
@@ -614,7 +653,7 @@
614
653
 
615
654
  ## 20.3.57 (2022-11-15)
616
655
 
617
- ### Document Editor
656
+ ### DocumentEditor
618
657
 
619
658
  #### Bug Fixes
620
659
 
@@ -628,7 +667,7 @@
628
667
 
629
668
  ## 20.3.56 (2022-11-08)
630
669
 
631
- ### Document Editor
670
+ ### DocumentEditor
632
671
 
633
672
  #### Bug Fixes
634
673
 
@@ -648,7 +687,7 @@
648
687
 
649
688
  ## 20.3.52 (2022-10-26)
650
689
 
651
- ### Document Editor
690
+ ### DocumentEditor
652
691
 
653
692
  #### Bug Fixes
654
693
 
@@ -660,7 +699,7 @@
660
699
 
661
700
  ## 20.3.50 (2022-10-18)
662
701
 
663
- ### Document Editor
702
+ ### DocumentEditor
664
703
 
665
704
  #### Bug Fixes
666
705
 
@@ -675,7 +714,7 @@
675
714
 
676
715
  ## 20.3.49 (2022-10-11)
677
716
 
678
- ### Document Editor
717
+ ### DocumentEditor
679
718
 
680
719
  #### Bug Fixes
681
720
 
@@ -690,7 +729,7 @@
690
729
 
691
730
  ## 20.3.48 (2022-10-05)
692
731
 
693
- ### Document Editor
732
+ ### DocumentEditor
694
733
 
695
734
  #### Bug Fixes
696
735
 
@@ -721,7 +760,7 @@
721
760
 
722
761
  ## 20.3.47 (2022-09-29)
723
762
 
724
- ### Document Editor
763
+ ### DocumentEditor
725
764
 
726
765
  #### New Features
727
766
 
@@ -729,7 +768,7 @@
729
768
 
730
769
  ## 20.1.52 (2022-05-04)
731
770
 
732
- ### Document Editor
771
+ ### DocumentEditor
733
772
 
734
773
  #### Bug Fixes
735
774
 
@@ -756,7 +795,7 @@
756
795
 
757
796
  ## 20.1.51 (2022-04-26)
758
797
 
759
- ### Document Editor
798
+ ### DocumentEditor
760
799
 
761
800
  #### Bug Fixes
762
801
 
@@ -769,7 +808,7 @@
769
808
 
770
809
  ## 20.1.50 (2022-04-19)
771
810
 
772
- ### Document Editor
811
+ ### DocumentEditor
773
812
 
774
813
  #### Bug Fixes
775
814
 
@@ -779,7 +818,7 @@
779
818
 
780
819
  ## 20.1.48 (2022-04-12)
781
820
 
782
- ### Document Editor
821
+ ### DocumentEditor
783
822
 
784
823
  #### Bug Fixes
785
824
 
@@ -803,7 +842,7 @@
803
842
 
804
843
  ## 20.1.47 (2022-04-04)
805
844
 
806
- ### Document Editor
845
+ ### DocumentEditor
807
846
 
808
847
  #### Bug Fixes
809
848
 
@@ -823,7 +862,7 @@
823
862
 
824
863
  ## 19.4.56 (2022-03-15)
825
864
 
826
- ### Document Editor
865
+ ### DocumentEditor
827
866
 
828
867
  #### Bug Fixes
829
868
 
@@ -837,7 +876,7 @@
837
876
 
838
877
  ## 19.4.55 (2022-03-08)
839
878
 
840
- ### Document Editor
879
+ ### DocumentEditor
841
880
 
842
881
  #### Bug Fixes
843
882
 
@@ -859,7 +898,7 @@
859
898
 
860
899
  ## 19.4.54 (2022-03-01)
861
900
 
862
- ### Document Editor
901
+ ### DocumentEditor
863
902
 
864
903
  #### Bug Fixes
865
904
 
@@ -872,7 +911,7 @@
872
911
 
873
912
  ## 19.4.53 (2022-02-22)
874
913
 
875
- ### Document Editor
914
+ ### DocumentEditor
876
915
 
877
916
  #### Bug Fixes
878
917
 
@@ -889,7 +928,7 @@
889
928
 
890
929
  ## 19.4.52 (2022-02-15)
891
930
 
892
- ### Document Editor
931
+ ### DocumentEditor
893
932
 
894
933
  #### Bug Fixes
895
934
 
@@ -911,7 +950,7 @@
911
950
 
912
951
  ## 19.4.50 (2022-02-08)
913
952
 
914
- ### Document Editor
953
+ ### DocumentEditor
915
954
 
916
955
  #### Bug Fixes
917
956
 
@@ -928,7 +967,7 @@
928
967
 
929
968
  ## 19.4.48 (2022-01-31)
930
969
 
931
- ### Document Editor
970
+ ### DocumentEditor
932
971
 
933
972
  #### Bug Fixes
934
973
 
@@ -990,7 +1029,7 @@
990
1029
 
991
1030
  ## 19.4.47 (2022-01-25)
992
1031
 
993
- ### Document Editor
1032
+ ### DocumentEditor
994
1033
 
995
1034
  #### Bug Fixes
996
1035
 
@@ -1006,7 +1045,7 @@
1006
1045
 
1007
1046
  ## 19.4.43 (2022-01-18)
1008
1047
 
1009
- ### Document Editor
1048
+ ### DocumentEditor
1010
1049
 
1011
1050
  #### Bug Fixes
1012
1051
 
@@ -1034,7 +1073,7 @@
1034
1073
 
1035
1074
  ## 19.4.41 (2022-01-04)
1036
1075
 
1037
- ### Document Editor
1076
+ ### DocumentEditor
1038
1077
 
1039
1078
  #### Bug Fixes
1040
1079
 
@@ -1051,7 +1090,7 @@
1051
1090
 
1052
1091
  ## 19.4.40 (2021-12-28)
1053
1092
 
1054
- ### Document Editor
1093
+ ### DocumentEditor
1055
1094
 
1056
1095
  #### Bug Fixes
1057
1096
 
@@ -1065,7 +1104,7 @@
1065
1104
 
1066
1105
  ## 19.4.38 (2021-12-17)
1067
1106
 
1068
- ### Document Editor
1107
+ ### DocumentEditor
1069
1108
 
1070
1109
  #### Bug Fixes
1071
1110
 
@@ -1138,7 +1177,7 @@
1138
1177
 
1139
1178
  ## 19.3.56 (2021-12-02)
1140
1179
 
1141
- ### Document Editor
1180
+ ### DocumentEditor
1142
1181
 
1143
1182
  #### Bug Fixes
1144
1183
 
@@ -1157,7 +1196,7 @@
1157
1196
 
1158
1197
  ## 19.3.55 (2021-11-23)
1159
1198
 
1160
- ### Document Editor
1199
+ ### DocumentEditor
1161
1200
 
1162
1201
  #### Bug Fixes
1163
1202
 
@@ -1165,7 +1204,7 @@
1165
1204
 
1166
1205
  ## 19.3.54 (2021-11-17)
1167
1206
 
1168
- ### Document Editor
1207
+ ### DocumentEditor
1169
1208
 
1170
1209
  #### Bug Fixes
1171
1210
 
@@ -1176,7 +1215,7 @@
1176
1215
 
1177
1216
  ## 19.3.53 (2021-11-12)
1178
1217
 
1179
- ### Document Editor
1218
+ ### DocumentEditor
1180
1219
 
1181
1220
  #### Bug Fixes
1182
1221
 
@@ -1229,7 +1268,7 @@
1229
1268
 
1230
1269
  ## 19.3.48 (2021-11-02)
1231
1270
 
1232
- ### Document Editor
1271
+ ### DocumentEditor
1233
1272
 
1234
1273
  #### Bug Fixes
1235
1274
 
@@ -1239,7 +1278,7 @@
1239
1278
 
1240
1279
  ## 19.3.47 (2021-10-26)
1241
1280
 
1242
- ### Document Editor
1281
+ ### DocumentEditor
1243
1282
 
1244
1283
  #### Bug Fixes
1245
1284
 
@@ -1249,7 +1288,7 @@
1249
1288
 
1250
1289
  ## 19.3.46 (2021-10-19)
1251
1290
 
1252
- ### Document Editor
1291
+ ### DocumentEditor
1253
1292
 
1254
1293
  #### Bug Fixes
1255
1294
 
@@ -1267,7 +1306,7 @@
1267
1306
 
1268
1307
  ## 19.3.45 (2021-10-12)
1269
1308
 
1270
- ### Document Editor
1309
+ ### DocumentEditor
1271
1310
 
1272
1311
  #### Bug Fixes
1273
1312
 
@@ -1288,7 +1327,7 @@
1288
1327
 
1289
1328
  ## 19.3.44 (2021-10-05)
1290
1329
 
1291
- ### Document Editor
1330
+ ### DocumentEditor
1292
1331
 
1293
1332
  #### Bug Fixes
1294
1333
 
@@ -1311,7 +1350,7 @@
1311
1350
 
1312
1351
  ## 19.3.43 (2021-09-30)
1313
1352
 
1314
- ### Document Editor
1353
+ ### DocumentEditor
1315
1354
 
1316
1355
  #### Breaking Changes
1317
1356
 
@@ -1389,7 +1428,7 @@
1389
1428
 
1390
1429
  ## 19.2.62 (2021-09-14)
1391
1430
 
1392
- ### Document Editor
1431
+ ### DocumentEditor
1393
1432
 
1394
1433
  #### Bug Fixes
1395
1434
 
@@ -1398,7 +1437,7 @@
1398
1437
 
1399
1438
  ## 19.2.60 (2021-09-07)
1400
1439
 
1401
- ### Document Editor
1440
+ ### DocumentEditor
1402
1441
 
1403
1442
  #### Bug Fixes
1404
1443
 
@@ -1409,7 +1448,7 @@
1409
1448
 
1410
1449
  ## 19.2.59 (2021-08-31)
1411
1450
 
1412
- ### Document Editor
1451
+ ### DocumentEditor
1413
1452
 
1414
1453
  #### Bug Fixes
1415
1454
 
@@ -1421,7 +1460,7 @@
1421
1460
 
1422
1461
  ## 19.2.57 (2021-08-24)
1423
1462
 
1424
- ### Document Editor
1463
+ ### DocumentEditor
1425
1464
 
1426
1465
  #### Bug Fixes
1427
1466
 
@@ -1438,7 +1477,7 @@
1438
1477
 
1439
1478
  ## 19.2.56 (2021-08-17)
1440
1479
 
1441
- ### Document Editor
1480
+ ### DocumentEditor
1442
1481
 
1443
1482
  #### Bug Fixes
1444
1483
 
@@ -1448,7 +1487,7 @@
1448
1487
 
1449
1488
  ## 19.2.55 (2021-08-11)
1450
1489
 
1451
- ### Document Editor
1490
+ ### DocumentEditor
1452
1491
 
1453
1492
  #### New Features
1454
1493
 
@@ -1488,7 +1527,7 @@
1488
1527
 
1489
1528
  ## 19.2.49 (2021-07-27)
1490
1529
 
1491
- ### Document Editor
1530
+ ### DocumentEditor
1492
1531
 
1493
1532
  #### Bug Fixes
1494
1533
 
@@ -1501,7 +1540,7 @@
1501
1540
 
1502
1541
  ## 19.2.48 (2021-07-20)
1503
1542
 
1504
- ### Document Editor
1543
+ ### DocumentEditor
1505
1544
 
1506
1545
  #### Bug Fixes
1507
1546
 
@@ -1512,7 +1551,7 @@
1512
1551
 
1513
1552
  ## 19.2.47 (2021-07-13)
1514
1553
 
1515
- ### Document Editor
1554
+ ### DocumentEditor
1516
1555
 
1517
1556
  #### Bug Fixes
1518
1557
 
@@ -1531,7 +1570,7 @@
1531
1570
 
1532
1571
  ## 19.2.46 (2021-07-06)
1533
1572
 
1534
- ### Document Editor
1573
+ ### DocumentEditor
1535
1574
 
1536
1575
  #### Bug Fixes
1537
1576
 
@@ -1549,7 +1588,7 @@
1549
1588
 
1550
1589
  ## 19.2.44 (2021-06-30)
1551
1590
 
1552
- ### Document Editor
1591
+ ### DocumentEditor
1553
1592
 
1554
1593
  #### New Features
1555
1594
 
@@ -1681,7 +1720,7 @@
1681
1720
 
1682
1721
  ## 19.1.69 (2021-06-15)
1683
1722
 
1684
- ### Document Editor
1723
+ ### DocumentEditor
1685
1724
 
1686
1725
  #### Bug Fixes
1687
1726
 
@@ -1695,7 +1734,7 @@
1695
1734
 
1696
1735
  ## 19.1.67 (2021-06-08)
1697
1736
 
1698
- ### Document Editor
1737
+ ### DocumentEditor
1699
1738
 
1700
1739
  #### Bug Fixes
1701
1740
 
@@ -1709,7 +1748,7 @@
1709
1748
 
1710
1749
  ## 19.1.66 (2021-06-01)
1711
1750
 
1712
- ### Document Editor
1751
+ ### DocumentEditor
1713
1752
 
1714
1753
  - `#I326144` - Resolved the issue with multi line track changes.
1715
1754
  - `#I328063` - Document with checkbox form field applied with to character format is now opened properly.
@@ -1720,7 +1759,7 @@
1720
1759
 
1721
1760
  ## 19.1.65 (2021-05-25)
1722
1761
 
1723
- ### Document Editor
1762
+ ### DocumentEditor
1724
1763
 
1725
1764
  #### Bug Fixes
1726
1765
 
@@ -1738,7 +1777,7 @@
1738
1777
 
1739
1778
  ## 19.1.64 (2021-05-19)
1740
1779
 
1741
- ### Document Editor
1780
+ ### DocumentEditor
1742
1781
 
1743
1782
  #### Bug Fixes
1744
1783
 
@@ -1753,7 +1792,7 @@
1753
1792
 
1754
1793
  ## 19.1.63 (2021-05-13)
1755
1794
 
1756
- ### Document Editor
1795
+ ### DocumentEditor
1757
1796
 
1758
1797
  #### Bug Fixes
1759
1798
 
@@ -1777,7 +1816,7 @@
1777
1816
 
1778
1817
  ## 19.1.59 (2021-05-04)
1779
1818
 
1780
- ### Document Editor
1819
+ ### DocumentEditor
1781
1820
 
1782
1821
  #### New Features
1783
1822
 
@@ -1802,7 +1841,7 @@
1802
1841
 
1803
1842
  ## 19.1.58 (2021-04-27)
1804
1843
 
1805
- ### Document Editor
1844
+ ### DocumentEditor
1806
1845
 
1807
1846
  #### Bug Fixes
1808
1847
 
@@ -1820,7 +1859,7 @@
1820
1859
 
1821
1860
  ## 19.1.57 (2021-04-20)
1822
1861
 
1823
- ### Document Editor
1862
+ ### DocumentEditor
1824
1863
 
1825
1864
  #### Bug Fixes
1826
1865
 
@@ -1847,7 +1886,7 @@
1847
1886
 
1848
1887
  ## 19.1.56 (2021-04-13)
1849
1888
 
1850
- ### Document Editor
1889
+ ### DocumentEditor
1851
1890
 
1852
1891
  #### Bug Fixes
1853
1892
 
@@ -1874,7 +1913,7 @@
1874
1913
 
1875
1914
  ## 19.1.55 (2021-04-06)
1876
1915
 
1877
- ### Document Editor
1916
+ ### DocumentEditor
1878
1917
 
1879
1918
  #### Bug Fixes
1880
1919
 
@@ -1894,7 +1933,7 @@
1894
1933
 
1895
1934
  ## 19.1.54 (2021-03-30)
1896
1935
 
1897
- ### Document Editor
1936
+ ### DocumentEditor
1898
1937
 
1899
1938
  #### Breaking Changes
1900
1939
 
@@ -1915,7 +1954,7 @@
1915
1954
 
1916
1955
  ## 18.4.49 (2021-03-23)
1917
1956
 
1918
- ### Document Editor
1957
+ ### DocumentEditor
1919
1958
 
1920
1959
  #### Bug Fixes
1921
1960
 
@@ -1928,7 +1967,7 @@
1928
1967
 
1929
1968
  ## 18.4.48 (2021-03-16)
1930
1969
 
1931
- ### Document Editor
1970
+ ### DocumentEditor
1932
1971
 
1933
1972
  #### Bug Fixes
1934
1973
 
@@ -1942,7 +1981,7 @@
1942
1981
 
1943
1982
  ## 18.4.47 (2021-03-09)
1944
1983
 
1945
- ### Document Editor
1984
+ ### DocumentEditor
1946
1985
 
1947
1986
  #### Breaking Changes
1948
1987
 
@@ -1963,7 +2002,7 @@
1963
2002
 
1964
2003
  ## 18.4.46 (2021-03-02)
1965
2004
 
1966
- ### Document Editor
2005
+ ### DocumentEditor
1967
2006
 
1968
2007
  #### Bug Fixes
1969
2008
 
@@ -1976,7 +2015,7 @@
1976
2015
 
1977
2016
  ## 18.4.44 (2021-02-23)
1978
2017
 
1979
- ### Document Editor
2018
+ ### DocumentEditor
1980
2019
 
1981
2020
  #### Bug Fixes
1982
2021
 
@@ -1991,7 +2030,7 @@
1991
2030
 
1992
2031
  ## 18.4.43 (2021-02-16)
1993
2032
 
1994
- ### Document Editor
2033
+ ### DocumentEditor
1995
2034
 
1996
2035
  #### Bug Fixes
1997
2036
 
@@ -2004,7 +2043,7 @@
2004
2043
 
2005
2044
  ## 18.4.42 (2021-02-09)
2006
2045
 
2007
- ### Document Editor
2046
+ ### DocumentEditor
2008
2047
 
2009
2048
  #### Bug Fixes
2010
2049
 
@@ -2019,7 +2058,7 @@
2019
2058
 
2020
2059
  ## 18.4.41 (2021-02-02)
2021
2060
 
2022
- ### Document Editor
2061
+ ### DocumentEditor
2023
2062
 
2024
2063
  #### Bug Fixes
2025
2064
 
@@ -2035,7 +2074,7 @@
2035
2074
 
2036
2075
  ## 18.4.35 (2021-01-19)
2037
2076
 
2038
- ### Document Editor
2077
+ ### DocumentEditor
2039
2078
 
2040
2079
  #### Bug Fixes
2041
2080
 
@@ -2048,7 +2087,7 @@
2048
2087
 
2049
2088
  ## 18.4.34 (2021-01-12)
2050
2089
 
2051
- ### Document Editor
2090
+ ### DocumentEditor
2052
2091
 
2053
2092
  #### Bug Fixes
2054
2093
 
@@ -2064,7 +2103,7 @@
2064
2103
 
2065
2104
  ## 18.4.33 (2021-01-05)
2066
2105
 
2067
- ### Document Editor
2106
+ ### DocumentEditor
2068
2107
 
2069
2108
  #### Bug Fixes
2070
2109
 
@@ -2073,7 +2112,7 @@
2073
2112
 
2074
2113
  ## 18.4.32 (2020-12-29)
2075
2114
 
2076
- ### Document Editor
2115
+ ### DocumentEditor
2077
2116
 
2078
2117
  #### Bug Fixes
2079
2118
 
@@ -2083,7 +2122,7 @@
2083
2122
 
2084
2123
  ## 18.4.31 (2020-12-22)
2085
2124
 
2086
- ### Document Editor
2125
+ ### DocumentEditor
2087
2126
 
2088
2127
  #### Bug Fixes
2089
2128
 
@@ -2097,7 +2136,7 @@
2097
2136
 
2098
2137
  ## 18.4.30 (2020-12-17)
2099
2138
 
2100
- ### Document Editor
2139
+ ### DocumentEditor
2101
2140
 
2102
2141
  #### New Features
2103
2142
 
@@ -2105,7 +2144,7 @@
2105
2144
 
2106
2145
  ## 18.3.53 (2020-12-08)
2107
2146
 
2108
- ### Document Editor
2147
+ ### DocumentEditor
2109
2148
 
2110
2149
  #### Bug Fixes
2111
2150
 
@@ -2115,7 +2154,7 @@
2115
2154
 
2116
2155
  ## 18.3.52 (2020-12-01)
2117
2156
 
2118
- ### Document Editor
2157
+ ### DocumentEditor
2119
2158
 
2120
2159
  #### Bug Fixes
2121
2160
 
@@ -2125,7 +2164,7 @@
2125
2164
 
2126
2165
  ## 18.3.51 (2020-11-24)
2127
2166
 
2128
- ### Document Editor
2167
+ ### DocumentEditor
2129
2168
 
2130
2169
  #### Bug Fixes
2131
2170
 
@@ -2139,7 +2178,7 @@
2139
2178
 
2140
2179
  ## 18.3.50 (2020-11-17)
2141
2180
 
2142
- ### Document Editor
2181
+ ### DocumentEditor
2143
2182
 
2144
2183
  #### Bug Fixes
2145
2184
 
@@ -2148,7 +2187,7 @@
2148
2187
 
2149
2188
  ## 18.3.48 (2020-11-11)
2150
2189
 
2151
- ### Document Editor
2190
+ ### DocumentEditor
2152
2191
 
2153
2192
  #### Bug Fixes
2154
2193
 
@@ -2157,7 +2196,7 @@
2157
2196
 
2158
2197
  ## 18.3.47 (2020-11-05)
2159
2198
 
2160
- ### Document Editor
2199
+ ### DocumentEditor
2161
2200
 
2162
2201
  #### New Features
2163
2202
 
@@ -2192,7 +2231,7 @@
2192
2231
 
2193
2232
  ## 18.3.44 (2020-10-27)
2194
2233
 
2195
- ### Document Editor
2234
+ ### DocumentEditor
2196
2235
 
2197
2236
  #### Bug Fixes
2198
2237
 
@@ -2205,7 +2244,7 @@
2205
2244
 
2206
2245
  ## 18.3.42 (2020-10-20)
2207
2246
 
2208
- ### Document Editor
2247
+ ### DocumentEditor
2209
2248
 
2210
2249
  #### New Features
2211
2250
 
@@ -2225,7 +2264,7 @@
2225
2264
 
2226
2265
  ## 18.3.40 (2020-10-13)
2227
2266
 
2228
- ### Document Editor
2267
+ ### DocumentEditor
2229
2268
 
2230
2269
  #### Bug Fixes
2231
2270
 
@@ -2241,7 +2280,7 @@
2241
2280
 
2242
2281
  ## 18.3.35 (2020-10-01)
2243
2282
 
2244
- ### Document Editor
2283
+ ### DocumentEditor
2245
2284
 
2246
2285
  #### Bug Fixes
2247
2286
 
@@ -2313,7 +2352,7 @@
2313
2352
 
2314
2353
  ## 18.2.58 (2020-09-15)
2315
2354
 
2316
- ### Document Editor
2355
+ ### DocumentEditor
2317
2356
 
2318
2357
  #### New Features
2319
2358
 
@@ -2331,7 +2370,7 @@
2331
2370
 
2332
2371
  ## 18.2.57 (2020-09-08)
2333
2372
 
2334
- ### Document Editor
2373
+ ### DocumentEditor
2335
2374
 
2336
2375
  #### New Features
2337
2376
 
@@ -2356,7 +2395,7 @@
2356
2395
 
2357
2396
  ## 18.2.55 (2020-08-25)
2358
2397
 
2359
- ### Document Editor
2398
+ ### DocumentEditor
2360
2399
 
2361
2400
  #### Bug Fixes
2362
2401
 
@@ -2371,7 +2410,7 @@
2371
2410
 
2372
2411
  ## 18.2.54 (2020-08-18)
2373
2412
 
2374
- ### Document Editor
2413
+ ### DocumentEditor
2375
2414
 
2376
2415
  #### New Features
2377
2416
 
@@ -2412,7 +2451,7 @@
2412
2451
 
2413
2452
  ## 18.2.47 (2020-07-28)
2414
2453
 
2415
- ### Document Editor
2454
+ ### DocumentEditor
2416
2455
 
2417
2456
  #### New Features
2418
2457
 
@@ -2425,7 +2464,7 @@
2425
2464
 
2426
2465
  ## 18.2.46 (2020-07-21)
2427
2466
 
2428
- ### Document Editor
2467
+ ### DocumentEditor
2429
2468
 
2430
2469
  #### New Features
2431
2470
 
@@ -2442,7 +2481,7 @@
2442
2481
 
2443
2482
  ## 18.2.45 (2020-07-14)
2444
2483
 
2445
- ### Document Editor
2484
+ ### DocumentEditor
2446
2485
 
2447
2486
  #### New Features
2448
2487
 
@@ -2458,7 +2497,7 @@
2458
2497
 
2459
2498
  ## 18.2.44 (2020-07-07)
2460
2499
 
2461
- ### Document Editor
2500
+ ### DocumentEditor
2462
2501
 
2463
2502
  #### Breaking Changes
2464
2503
 
@@ -2547,7 +2586,7 @@
2547
2586
 
2548
2587
  ## 18.1.56 (2020-06-09)
2549
2588
 
2550
- ### Document Editor
2589
+ ### DocumentEditor
2551
2590
 
2552
2591
  #### Bug Fixes
2553
2592
 
@@ -2562,7 +2601,7 @@
2562
2601
 
2563
2602
  ## 18.1.55 (2020-06-02)
2564
2603
 
2565
- ### Document Editor
2604
+ ### DocumentEditor
2566
2605
 
2567
2606
  #### Bug Fixes
2568
2607
 
@@ -2576,7 +2615,7 @@
2576
2615
 
2577
2616
  ## 18.1.54 (2020-05-26)
2578
2617
 
2579
- ### Document Editor
2618
+ ### DocumentEditor
2580
2619
 
2581
2620
  #### Bug Fixes
2582
2621
 
@@ -2591,7 +2630,7 @@
2591
2630
 
2592
2631
  ## 18.1.53 (2020-05-19)
2593
2632
 
2594
- ### Document Editor
2633
+ ### DocumentEditor
2595
2634
 
2596
2635
  #### New Features
2597
2636
 
@@ -2608,7 +2647,7 @@
2608
2647
 
2609
2648
  ## 18.1.52 (2020-05-13)
2610
2649
 
2611
- ### Document Editor
2650
+ ### DocumentEditor
2612
2651
 
2613
2652
  #### New Features
2614
2653
 
@@ -2621,7 +2660,7 @@
2621
2660
 
2622
2661
  ## 18.1.48 (2020-05-05)
2623
2662
 
2624
- ### Document Editor
2663
+ ### DocumentEditor
2625
2664
 
2626
2665
  #### Bug Fixes
2627
2666
 
@@ -2636,7 +2675,7 @@
2636
2675
 
2637
2676
  ## 18.1.46 (2020-04-28)
2638
2677
 
2639
- ### Document Editor
2678
+ ### DocumentEditor
2640
2679
 
2641
2680
  #### New Features
2642
2681
 
@@ -2655,7 +2694,7 @@
2655
2694
 
2656
2695
  ## 18.1.45 (2020-04-21)
2657
2696
 
2658
- ### Document Editor
2697
+ ### DocumentEditor
2659
2698
 
2660
2699
  #### Bug Fixes
2661
2700
 
@@ -2666,7 +2705,7 @@
2666
2705
 
2667
2706
  ## 18.1.44 (2020-04-14)
2668
2707
 
2669
- ### Document Editor
2708
+ ### DocumentEditor
2670
2709
 
2671
2710
  #### New Features
2672
2711
 
@@ -2682,7 +2721,7 @@
2682
2721
 
2683
2722
  ## 18.1.43 (2020-04-07)
2684
2723
 
2685
- ### Document Editor
2724
+ ### DocumentEditor
2686
2725
 
2687
2726
  #### Bug Fixes
2688
2727
 
@@ -2697,7 +2736,7 @@
2697
2736
 
2698
2737
  ## 18.1.42 (2020-04-01)
2699
2738
 
2700
- ### Document Editor
2739
+ ### DocumentEditor
2701
2740
 
2702
2741
  #### Breaking Changes
2703
2742
 
@@ -2828,7 +2867,7 @@
2828
2867
 
2829
2868
  ## 18.1.36-beta (2020-03-19)
2830
2869
 
2831
- ### Document Editor
2870
+ ### DocumentEditor
2832
2871
 
2833
2872
  #### Breaking Changes
2834
2873
 
@@ -2951,7 +2990,7 @@
2951
2990
 
2952
2991
  ## 17.4.55 (2020-03-10)
2953
2992
 
2954
- ### Document Editor
2993
+ ### DocumentEditor
2955
2994
 
2956
2995
  #### New Features
2957
2996
 
@@ -2968,7 +3007,7 @@
2968
3007
 
2969
3008
  ## 17.4.51 (2020-02-25)
2970
3009
 
2971
- ### Document Editor
3010
+ ### DocumentEditor
2972
3011
 
2973
3012
  #### Bug Fixes
2974
3013
 
@@ -2980,7 +3019,7 @@
2980
3019
 
2981
3020
  ## 17.4.50 (2020-02-18)
2982
3021
 
2983
- ### Document Editor
3022
+ ### DocumentEditor
2984
3023
 
2985
3024
  #### New Features
2986
3025
 
@@ -2992,7 +3031,7 @@
2992
3031
 
2993
3032
  ## 17.4.49 (2020-02-11)
2994
3033
 
2995
- ### Document Editor
3034
+ ### DocumentEditor
2996
3035
 
2997
3036
  #### New Features
2998
3037
 
@@ -3008,7 +3047,7 @@
3008
3047
 
3009
3048
  ## 17.4.47 (2020-02-05)
3010
3049
 
3011
- ### Document Editor
3050
+ ### DocumentEditor
3012
3051
 
3013
3052
  #### New Features
3014
3053
 
@@ -3024,7 +3063,7 @@
3024
3063
 
3025
3064
  ## 17.4.46 (2020-01-30)
3026
3065
 
3027
- ### Document Editor
3066
+ ### DocumentEditor
3028
3067
 
3029
3068
  #### Breaking Changes
3030
3069
 
@@ -3039,7 +3078,7 @@
3039
3078
 
3040
3079
  ## 17.4.43 (2020-01-14)
3041
3080
 
3042
- ### Document Editor
3081
+ ### DocumentEditor
3043
3082
 
3044
3083
  #### Bug Fixes
3045
3084
 
@@ -3053,7 +3092,7 @@
3053
3092
 
3054
3093
  ## 17.4.41 (2020-01-07)
3055
3094
 
3056
- ### Document Editor
3095
+ ### DocumentEditor
3057
3096
 
3058
3097
  #### New Features
3059
3098
 
@@ -3073,7 +3112,7 @@
3073
3112
 
3074
3113
  ## 17.4.40 (2019-12-24)
3075
3114
 
3076
- ### Document Editor
3115
+ ### DocumentEditor
3077
3116
 
3078
3117
  #### Breaking Changes
3079
3118
 
@@ -3145,7 +3184,7 @@
3145
3184
 
3146
3185
  ## 17.4.39 (2019-12-17)
3147
3186
 
3148
- ### Document Editor
3187
+ ### DocumentEditor
3149
3188
 
3150
3189
  #### New Features
3151
3190
 
@@ -3157,7 +3196,7 @@
3157
3196
 
3158
3197
  ## 17.3.29 (2019-11-26)
3159
3198
 
3160
- ### Document Editor
3199
+ ### DocumentEditor
3161
3200
 
3162
3201
  #### Bug Fixes
3163
3202
 
@@ -3170,7 +3209,7 @@
3170
3209
 
3171
3210
  ## 17.3.28 (2019-11-19)
3172
3211
 
3173
- ### Document Editor
3212
+ ### DocumentEditor
3174
3213
 
3175
3214
  #### New Features
3176
3215
 
@@ -3187,7 +3226,7 @@
3187
3226
 
3188
3227
  ## 17.3.27 (2019-11-12)
3189
3228
 
3190
- ### Document Editor
3229
+ ### DocumentEditor
3191
3230
 
3192
3231
  #### New Features
3193
3232
 
@@ -3203,7 +3242,7 @@
3203
3242
 
3204
3243
  ## 17.3.26 (2019-11-05)
3205
3244
 
3206
- ### Document Editor
3245
+ ### DocumentEditor
3207
3246
 
3208
3247
  #### New Features
3209
3248
 
@@ -3219,7 +3258,7 @@
3219
3258
 
3220
3259
  ## 17.3.21 (2019-10-30)
3221
3260
 
3222
- ### Document Editor
3261
+ ### DocumentEditor
3223
3262
 
3224
3263
  #### Bug Fixes
3225
3264
 
@@ -3230,7 +3269,7 @@
3230
3269
 
3231
3270
  ## 17.3.19 (2019-10-22)
3232
3271
 
3233
- ### Document Editor
3272
+ ### DocumentEditor
3234
3273
 
3235
3274
  #### New Features
3236
3275
 
@@ -3245,7 +3284,7 @@
3245
3284
 
3246
3285
  ## 17.3.17 (2019-10-15)
3247
3286
 
3248
- ### Document Editor
3287
+ ### DocumentEditor
3249
3288
 
3250
3289
  #### Bug Fixes
3251
3290
 
@@ -3261,7 +3300,7 @@
3261
3300
 
3262
3301
  ## 17.3.16 (2019-10-09)
3263
3302
 
3264
- ### Document Editor
3303
+ ### DocumentEditor
3265
3304
 
3266
3305
  #### Bug Fixes
3267
3306
 
@@ -3274,7 +3313,7 @@
3274
3313
 
3275
3314
  ## 17.3.14 (2019-10-03)
3276
3315
 
3277
- ### Document Editor
3316
+ ### DocumentEditor
3278
3317
 
3279
3318
  #### New Features
3280
3319
 
@@ -3302,7 +3341,7 @@
3302
3341
 
3303
3342
  ## 17.3.9-beta (2019-09-20)
3304
3343
 
3305
- ### Document Editor
3344
+ ### DocumentEditor
3306
3345
 
3307
3346
  #### Bug Fixes
3308
3347
 
@@ -3311,7 +3350,7 @@
3311
3350
 
3312
3351
  ## 17.2.49 (2019-09-04)
3313
3352
 
3314
- ### Document Editor
3353
+ ### DocumentEditor
3315
3354
 
3316
3355
  #### Bug Fixes
3317
3356
 
@@ -3324,7 +3363,7 @@
3324
3363
 
3325
3364
  ## 17.2.47 (2019-08-27)
3326
3365
 
3327
- ### Document Editor
3366
+ ### DocumentEditor
3328
3367
 
3329
3368
  #### Bug Fixes
3330
3369
 
@@ -3334,7 +3373,7 @@
3334
3373
 
3335
3374
  ## 17.2.41 (2019-08-14)
3336
3375
 
3337
- ### Document Editor
3376
+ ### DocumentEditor
3338
3377
 
3339
3378
  #### Bug Fixes
3340
3379
 
@@ -3347,7 +3386,7 @@
3347
3386
 
3348
3387
  ## 17.2.40 (2019-08-06)
3349
3388
 
3350
- ### Document Editor
3389
+ ### DocumentEditor
3351
3390
 
3352
3391
  #### Bug Fixes
3353
3392
 
@@ -3358,7 +3397,7 @@
3358
3397
 
3359
3398
  ## 17.2.39 (2019-07-30)
3360
3399
 
3361
- ### Document Editor
3400
+ ### DocumentEditor
3362
3401
 
3363
3402
  #### New Features
3364
3403
 
@@ -3371,7 +3410,7 @@
3371
3410
 
3372
3411
  ## 17.2.36 (2019-07-24)
3373
3412
 
3374
- ### Document Editor
3413
+ ### DocumentEditor
3375
3414
 
3376
3415
  #### Bug Fixes
3377
3416
 
@@ -3381,7 +3420,7 @@
3381
3420
 
3382
3421
  ## 17.2.35 (2019-07-17)
3383
3422
 
3384
- ### Document Editor
3423
+ ### DocumentEditor
3385
3424
 
3386
3425
  #### Bug Fixes
3387
3426
 
@@ -3393,7 +3432,7 @@
3393
3432
 
3394
3433
  ## 17.2.34 (2019-07-11)
3395
3434
 
3396
- ### Document Editor
3435
+ ### DocumentEditor
3397
3436
 
3398
3437
  #### Breaking Changes
3399
3438
 
@@ -3408,7 +3447,7 @@
3408
3447
 
3409
3448
  ## 17.2.28-beta (2019-06-27)
3410
3449
 
3411
- ### Document Editor
3450
+ ### DocumentEditor
3412
3451
 
3413
3452
  #### Breaking Changes
3414
3453
 
@@ -3434,7 +3473,7 @@
3434
3473
 
3435
3474
  ## 17.1.50 (2019-06-04)
3436
3475
 
3437
- ### Document Editor
3476
+ ### DocumentEditor
3438
3477
 
3439
3478
  #### Bug Fixes
3440
3479
 
@@ -3443,7 +3482,7 @@
3443
3482
 
3444
3483
  ## 17.1.49 (2019-05-29)
3445
3484
 
3446
- ### Document Editor
3485
+ ### DocumentEditor
3447
3486
 
3448
3487
  #### Bug Fixes
3449
3488
 
@@ -3451,7 +3490,7 @@
3451
3490
 
3452
3491
  ## 17.1.48 (2019-05-21)
3453
3492
 
3454
- ### Document Editor
3493
+ ### DocumentEditor
3455
3494
 
3456
3495
  #### Bug Fixes
3457
3496
 
@@ -3467,7 +3506,7 @@
3467
3506
 
3468
3507
  ## 17.1.47 (2019-05-14)
3469
3508
 
3470
- ### Document Editor
3509
+ ### DocumentEditor
3471
3510
 
3472
3511
  #### New Features
3473
3512
 
@@ -3480,7 +3519,7 @@
3480
3519
 
3481
3520
  ## 17.1.44 (2019-05-07)
3482
3521
 
3483
- ### Document Editor
3522
+ ### DocumentEditor
3484
3523
 
3485
3524
  #### Bug Fixes
3486
3525
 
@@ -3488,7 +3527,7 @@
3488
3527
 
3489
3528
  ## 17.1.43 (2019-04-30)
3490
3529
 
3491
- ### Document Editor
3530
+ ### DocumentEditor
3492
3531
 
3493
3532
  #### Bug Fixes
3494
3533
 
@@ -3496,7 +3535,7 @@
3496
3535
 
3497
3536
  ## 17.1.42 (2019-04-23)
3498
3537
 
3499
- ### Document Editor
3538
+ ### DocumentEditor
3500
3539
 
3501
3540
  #### Bug Fixes
3502
3541
 
@@ -3504,7 +3543,7 @@
3504
3543
 
3505
3544
  ## 17.1.41 (2019-04-16)
3506
3545
 
3507
- ### Document Editor
3546
+ ### DocumentEditor
3508
3547
 
3509
3548
  #### Bug Fixes
3510
3549
 
@@ -3514,7 +3553,7 @@
3514
3553
 
3515
3554
  ## 17.1.40 (2019-04-09)
3516
3555
 
3517
- ### Document Editor
3556
+ ### DocumentEditor
3518
3557
 
3519
3558
  #### Bug Fixes
3520
3559
 
@@ -3525,7 +3564,7 @@
3525
3564
 
3526
3565
  ## 17.1.38 (2019-03-29)
3527
3566
 
3528
- ### Document Editor
3567
+ ### DocumentEditor
3529
3568
 
3530
3569
  #### New Features
3531
3570
 
@@ -3539,7 +3578,7 @@
3539
3578
 
3540
3579
  ## 17.1.32-beta (2019-03-13)
3541
3580
 
3542
- ### Document Editor
3581
+ ### DocumentEditor
3543
3582
 
3544
3583
  #### New Features
3545
3584
 
@@ -3553,7 +3592,7 @@
3553
3592
 
3554
3593
  ## 16.4.54 (2019-02-19)
3555
3594
 
3556
- ### Document Editor
3595
+ ### DocumentEditor
3557
3596
 
3558
3597
  #### Bug Fixes
3559
3598
 
@@ -3561,7 +3600,7 @@
3561
3600
 
3562
3601
  ## 16.4.53 (2019-02-13)
3563
3602
 
3564
- ### Document Editor
3603
+ ### DocumentEditor
3565
3604
 
3566
3605
  #### Bug Fixes
3567
3606
 
@@ -3571,7 +3610,7 @@
3571
3610
 
3572
3611
  ## 16.4.48 (2019-01-22)
3573
3612
 
3574
- ### Document Editor
3613
+ ### DocumentEditor
3575
3614
 
3576
3615
  #### Bug Fixes
3577
3616
 
@@ -3579,7 +3618,7 @@
3579
3618
 
3580
3619
  ## 16.4.46 (2019-01-08)
3581
3620
 
3582
- ### Document Editor
3621
+ ### DocumentEditor
3583
3622
 
3584
3623
  #### New Features
3585
3624
 
@@ -3587,7 +3626,7 @@
3587
3626
 
3588
3627
  ## 16.4.45 (2019-01-02)
3589
3628
 
3590
- ### Document Editor
3629
+ ### DocumentEditor
3591
3630
 
3592
3631
  #### Bug Fixes
3593
3632
 
@@ -3595,7 +3634,7 @@
3595
3634
 
3596
3635
  ## 16.4.44 (2018-12-24)
3597
3636
 
3598
- ### Document Editor
3637
+ ### DocumentEditor
3599
3638
 
3600
3639
  #### Bug Fixes
3601
3640
 
@@ -3605,7 +3644,7 @@
3605
3644
 
3606
3645
  ## 16.4.40-beta (2018-12-10)
3607
3646
 
3608
- ### Document Editor
3647
+ ### DocumentEditor
3609
3648
 
3610
3649
  #### New Features
3611
3650
 
@@ -3615,7 +3654,7 @@
3615
3654
 
3616
3655
  ## 16.3.33 (2018-11-20)
3617
3656
 
3618
- ### Document Editor
3657
+ ### DocumentEditor
3619
3658
 
3620
3659
  #### Bug Fixes
3621
3660
 
@@ -3623,7 +3662,7 @@
3623
3662
 
3624
3663
  ## 16.3.29 (2018-10-31)
3625
3664
 
3626
- ### Document Editor
3665
+ ### DocumentEditor
3627
3666
 
3628
3667
  #### New Features
3629
3668
 
@@ -3635,7 +3674,7 @@
3635
3674
 
3636
3675
  ## 16.3.24 (2018-10-09)
3637
3676
 
3638
- ### Document Editor
3677
+ ### DocumentEditor
3639
3678
 
3640
3679
  #### Bug Fixes
3641
3680
 
@@ -3643,7 +3682,7 @@
3643
3682
 
3644
3683
  ## 16.3.23 (2018-10-03)
3645
3684
 
3646
- ### Document Editor
3685
+ ### DocumentEditor
3647
3686
 
3648
3687
  #### New Features
3649
3688
 
@@ -3651,7 +3690,7 @@
3651
3690
 
3652
3691
  ## 16.3.21 (2018-09-22)
3653
3692
 
3654
- ### Document Editor
3693
+ ### DocumentEditor
3655
3694
 
3656
3695
  #### Bug Fixes
3657
3696
 
@@ -3659,7 +3698,7 @@
3659
3698
 
3660
3699
  ## 16.3.17 (2018-09-12)
3661
3700
 
3662
- ### Document Editor
3701
+ ### DocumentEditor
3663
3702
 
3664
3703
  #### New Features
3665
3704
 
@@ -3668,7 +3707,7 @@
3668
3707
 
3669
3708
  ## 16.2.48 (2018-08-14)
3670
3709
 
3671
- ### Document Editor
3710
+ ### DocumentEditor
3672
3711
 
3673
3712
  #### Bug Fixes
3674
3713
 
@@ -3679,7 +3718,7 @@
3679
3718
 
3680
3719
  ## 16.2.46 (2018-07-30)
3681
3720
 
3682
- ### Document Editor
3721
+ ### DocumentEditor
3683
3722
 
3684
3723
  #### New Features
3685
3724
 
@@ -3687,7 +3726,7 @@
3687
3726
 
3688
3727
  ## 16.2.41 (2018-06-25)
3689
3728
 
3690
- ### Document Editor
3729
+ ### DocumentEditor
3691
3730
 
3692
3731
  The Document Editor component is used to create, edit, view, and print Word documents in web applications. All the user interactions and editing operations that run purely in the client-side provides much faster editing experience to the users.
3693
3732