@syncfusion/ej2-react-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 (56) hide show
  1. package/CHANGELOG.md +240 -201
  2. package/dist/ej2-react-documenteditor.min.js +1 -1
  3. package/dist/ej2-react-documenteditor.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/src/document-editor/documenteditor.component.d.ts +2 -2
  6. package/src/document-editor-container/documenteditorcontainer.component.d.ts +2 -2
  7. package/styles/bootstrap-dark.css +74 -0
  8. package/styles/bootstrap.css +74 -0
  9. package/styles/bootstrap4.css +74 -0
  10. package/styles/bootstrap5-dark.css +74 -0
  11. package/styles/bootstrap5.css +74 -0
  12. package/styles/document-editor/bootstrap-dark.css +8 -0
  13. package/styles/document-editor/bootstrap.css +8 -0
  14. package/styles/document-editor/bootstrap4.css +8 -0
  15. package/styles/document-editor/bootstrap5-dark.css +8 -0
  16. package/styles/document-editor/bootstrap5.css +8 -0
  17. package/styles/document-editor/fabric-dark.css +8 -0
  18. package/styles/document-editor/fabric.css +8 -0
  19. package/styles/document-editor/fluent-dark.css +8 -0
  20. package/styles/document-editor/fluent.css +8 -0
  21. package/styles/document-editor/highcontrast.css +8 -0
  22. package/styles/document-editor/material-dark.css +8 -0
  23. package/styles/document-editor/material.css +8 -0
  24. package/styles/document-editor/material3-dark.css +8 -0
  25. package/styles/document-editor/material3.css +8 -0
  26. package/styles/document-editor/tailwind-dark.css +8 -0
  27. package/styles/document-editor/tailwind.css +8 -0
  28. package/styles/document-editor-container/bootstrap-dark.css +66 -0
  29. package/styles/document-editor-container/bootstrap.css +66 -0
  30. package/styles/document-editor-container/bootstrap4.css +66 -0
  31. package/styles/document-editor-container/bootstrap5-dark.css +66 -0
  32. package/styles/document-editor-container/bootstrap5.css +66 -0
  33. package/styles/document-editor-container/fabric-dark.css +66 -0
  34. package/styles/document-editor-container/fabric.css +66 -0
  35. package/styles/document-editor-container/fluent-dark.css +66 -0
  36. package/styles/document-editor-container/fluent.css +66 -0
  37. package/styles/document-editor-container/highcontrast-light.css +66 -0
  38. package/styles/document-editor-container/highcontrast.css +66 -0
  39. package/styles/document-editor-container/material-dark.css +66 -0
  40. package/styles/document-editor-container/material.css +66 -0
  41. package/styles/document-editor-container/material3-dark.css +69 -0
  42. package/styles/document-editor-container/material3.css +69 -0
  43. package/styles/document-editor-container/tailwind-dark.css +66 -0
  44. package/styles/document-editor-container/tailwind.css +66 -0
  45. package/styles/fabric-dark.css +74 -0
  46. package/styles/fabric.css +74 -0
  47. package/styles/fluent-dark.css +74 -0
  48. package/styles/fluent.css +74 -0
  49. package/styles/highcontrast-light.css +66 -0
  50. package/styles/highcontrast.css +74 -0
  51. package/styles/material-dark.css +74 -0
  52. package/styles/material.css +74 -0
  53. package/styles/material3-dark.css +77 -0
  54. package/styles/material3.css +77 -0
  55. package/styles/tailwind-dark.css +74 -0
  56. 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
 
@@ -96,7 +135,7 @@
96
135
 
97
136
  ## 22.2.12 (2023-09-05)
98
137
 
99
- ### Document Editor
138
+ ### DocumentEditor
100
139
 
101
140
  #### Bug Fixes
102
141
 
@@ -107,7 +146,7 @@
107
146
 
108
147
  ## 22.2.11 (2023-08-29)
109
148
 
110
- ### Document Editor
149
+ ### DocumentEditor
111
150
 
112
151
  #### Bug Fixes
113
152
 
@@ -128,7 +167,7 @@
128
167
 
129
168
  ## 22.2.10 (2023-08-22)
130
169
 
131
- ### Document Editor
170
+ ### DocumentEditor
132
171
 
133
172
  #### Bug Fixes
134
173
 
@@ -144,7 +183,7 @@
144
183
 
145
184
  ## 22.2.9 (2023-08-15)
146
185
 
147
- ### Document Editor
186
+ ### DocumentEditor
148
187
 
149
188
  #### Bug Fixes
150
189
 
@@ -157,7 +196,7 @@
157
196
 
158
197
  ## 22.2.8 (2023-08-08)
159
198
 
160
- ### Document Editor
199
+ ### DocumentEditor
161
200
 
162
201
  #### Bug Fixes
163
202
 
@@ -171,7 +210,7 @@
171
210
 
172
211
  ## 22.2.7 (2023-08-02)
173
212
 
174
- ### Document Editor
213
+ ### DocumentEditor
175
214
 
176
215
  #### Bug Fixes
177
216
 
@@ -187,7 +226,7 @@
187
226
 
188
227
  ## 22.2.5 (2023-07-27)
189
228
 
190
- ### Document Editor
229
+ ### DocumentEditor
191
230
 
192
231
  #### Bug Fixes
193
232
 
@@ -201,7 +240,7 @@
201
240
 
202
241
  ## 22.1.39 (2023-07-18)
203
242
 
204
- ### Document Editor
243
+ ### DocumentEditor
205
244
 
206
245
  #### Bug Fixes
207
246
 
@@ -216,7 +255,7 @@
216
255
 
217
256
  ## 22.1.38 (2023-07-11)
218
257
 
219
- ### Document Editor
258
+ ### DocumentEditor
220
259
 
221
260
  #### Bug Fixes
222
261
 
@@ -230,7 +269,7 @@
230
269
 
231
270
  ## 22.1.37 (2023-07-04)
232
271
 
233
- ### Document Editor
272
+ ### DocumentEditor
234
273
 
235
274
  #### Bug Fixes
236
275
 
@@ -242,7 +281,7 @@
242
281
 
243
282
  ## 22.1.36 (2023-06-28)
244
283
 
245
- ### Document Editor
284
+ ### DocumentEditor
246
285
 
247
286
  #### Bug Fixes
248
287
 
@@ -262,7 +301,7 @@
262
301
 
263
302
  ## 21.2.10 (2023-06-13)
264
303
 
265
- ### Document Editor
304
+ ### DocumentEditor
266
305
 
267
306
  #### Bug Fixes
268
307
 
@@ -273,7 +312,7 @@
273
312
 
274
313
  ## 21.2.9 (2023-06-06)
275
314
 
276
- ### Document Editor
315
+ ### DocumentEditor
277
316
 
278
317
  #### Bug Fixes
279
318
 
@@ -287,7 +326,7 @@
287
326
 
288
327
  ## 21.2.8 (2023-05-30)
289
328
 
290
- ### Document Editor
329
+ ### DocumentEditor
291
330
 
292
331
  #### Bug Fixes
293
332
 
@@ -308,7 +347,7 @@
308
347
 
309
348
  ## 21.2.6 (2023-05-23)
310
349
 
311
- ### Document Editor
350
+ ### DocumentEditor
312
351
 
313
352
  #### Bug Fixes
314
353
 
@@ -328,7 +367,7 @@
328
367
 
329
368
  ## 21.2.5 (2023-05-16)
330
369
 
331
- ### Document Editor
370
+ ### DocumentEditor
332
371
 
333
372
  #### Bug Fixes
334
373
 
@@ -346,7 +385,7 @@
346
385
 
347
386
  ## 21.2.4 (2023-05-09)
348
387
 
349
- ### Document Editor
388
+ ### DocumentEditor
350
389
 
351
390
  #### Bug Fixes
352
391
 
@@ -357,7 +396,7 @@
357
396
 
358
397
  ## 21.2.3 (2023-05-03)
359
398
 
360
- ### Document Editor
399
+ ### DocumentEditor
361
400
 
362
401
  #### Bug Fixes
363
402
 
@@ -369,7 +408,7 @@
369
408
 
370
409
  ## 21.1.41 (2023-04-18)
371
410
 
372
- ### Document Editor
411
+ ### DocumentEditor
373
412
 
374
413
  #### Bug Fixes
375
414
 
@@ -384,7 +423,7 @@
384
423
 
385
424
  ## 21.1.39 (2023-04-11)
386
425
 
387
- ### Document Editor
426
+ ### DocumentEditor
388
427
 
389
428
  #### Bug Fixes
390
429
 
@@ -410,7 +449,7 @@
410
449
 
411
450
  ## 21.1.38 (2023-04-04)
412
451
 
413
- ### Document Editor
452
+ ### DocumentEditor
414
453
 
415
454
  #### Bug Fixes
416
455
 
@@ -425,7 +464,7 @@
425
464
 
426
465
  ## 21.1.37 (2023-03-29)
427
466
 
428
- ### Document Editor
467
+ ### DocumentEditor
429
468
 
430
469
  #### Bug Fixes
431
470
 
@@ -437,7 +476,7 @@
437
476
 
438
477
  ## 21.1.35 (2023-03-23)
439
478
 
440
- ### Document Editor
479
+ ### DocumentEditor
441
480
 
442
481
  #### Breaking Changes
443
482
 
@@ -459,7 +498,7 @@
459
498
 
460
499
  ## 20.4.54 (2023-03-14)
461
500
 
462
- ### Document Editor
501
+ ### DocumentEditor
463
502
 
464
503
  #### Bug Fixes
465
504
 
@@ -469,7 +508,7 @@
469
508
 
470
509
  ## 20.4.53 (2023-03-07)
471
510
 
472
- ### Document Editor
511
+ ### DocumentEditor
473
512
 
474
513
  #### Bug Fixes
475
514
 
@@ -479,7 +518,7 @@
479
518
 
480
519
  ## 20.4.52 (2023-02-28)
481
520
 
482
- ### Document Editor
521
+ ### DocumentEditor
483
522
 
484
523
  #### Bug Fixes
485
524
 
@@ -488,7 +527,7 @@
488
527
 
489
528
  ## 20.4.51 (2023-02-21)
490
529
 
491
- ### Document Editor
530
+ ### DocumentEditor
492
531
 
493
532
  #### Bug Fixes
494
533
 
@@ -497,7 +536,7 @@
497
536
 
498
537
  ## 20.4.50 (2023-02-14)
499
538
 
500
- ### Document Editor
539
+ ### DocumentEditor
501
540
 
502
541
  #### Bug Fixes
503
542
 
@@ -509,7 +548,7 @@
509
548
 
510
549
  ## 20.4.49 (2023-02-07)
511
550
 
512
- ### Document Editor
551
+ ### DocumentEditor
513
552
 
514
553
  #### Bug Fixes
515
554
 
@@ -520,7 +559,7 @@
520
559
 
521
560
  ## 20.4.48 (2023-02-01)
522
561
 
523
- ### Document Editor
562
+ ### DocumentEditor
524
563
 
525
564
  #### Bug Fixes
526
565
 
@@ -532,7 +571,7 @@
532
571
 
533
572
  ## 20.4.44 (2023-01-18)
534
573
 
535
- ### Document Editor
574
+ ### DocumentEditor
536
575
 
537
576
  #### Bug Fixes
538
577
 
@@ -544,7 +583,7 @@
544
583
 
545
584
  ## 20.4.43 (2023-01-10)
546
585
 
547
- ### Document Editor
586
+ ### DocumentEditor
548
587
 
549
588
  #### Bug Fixes
550
589
 
@@ -553,7 +592,7 @@
553
592
 
554
593
  ## 20.4.42 (2023-01-04)
555
594
 
556
- ### Document Editor
595
+ ### DocumentEditor
557
596
 
558
597
  #### Bug Fixes
559
598
 
@@ -576,7 +615,7 @@
576
615
 
577
616
  ## 20.4.40 (2022-12-28)
578
617
 
579
- ### Document Editor
618
+ ### DocumentEditor
580
619
 
581
620
  #### Bug Fixes
582
621
 
@@ -586,7 +625,7 @@
586
625
 
587
626
  ## 20.3.60 (2022-12-06)
588
627
 
589
- ### Document Editor
628
+ ### DocumentEditor
590
629
 
591
630
  #### Bug Fixes
592
631
 
@@ -595,7 +634,7 @@
595
634
 
596
635
  ## 20.3.59 (2022-11-29)
597
636
 
598
- ### Document Editor
637
+ ### DocumentEditor
599
638
 
600
639
  #### Bug Fixes
601
640
 
@@ -604,7 +643,7 @@
604
643
 
605
644
  ## 20.3.58 (2022-11-22)
606
645
 
607
- ### Document Editor
646
+ ### DocumentEditor
608
647
 
609
648
  #### Bug Fixes
610
649
 
@@ -619,7 +658,7 @@
619
658
 
620
659
  ## 20.3.57 (2022-11-15)
621
660
 
622
- ### Document Editor
661
+ ### DocumentEditor
623
662
 
624
663
  #### Bug Fixes
625
664
 
@@ -633,7 +672,7 @@
633
672
 
634
673
  ## 20.3.56 (2022-11-08)
635
674
 
636
- ### Document Editor
675
+ ### DocumentEditor
637
676
 
638
677
  #### Bug Fixes
639
678
 
@@ -653,7 +692,7 @@
653
692
 
654
693
  ## 20.3.52 (2022-10-26)
655
694
 
656
- ### Document Editor
695
+ ### DocumentEditor
657
696
 
658
697
  #### Bug Fixes
659
698
 
@@ -665,7 +704,7 @@
665
704
 
666
705
  ## 20.3.50 (2022-10-18)
667
706
 
668
- ### Document Editor
707
+ ### DocumentEditor
669
708
 
670
709
  #### Bug Fixes
671
710
 
@@ -680,7 +719,7 @@
680
719
 
681
720
  ## 20.3.49 (2022-10-11)
682
721
 
683
- ### Document Editor
722
+ ### DocumentEditor
684
723
 
685
724
  #### Bug Fixes
686
725
 
@@ -695,7 +734,7 @@
695
734
 
696
735
  ## 20.3.48 (2022-10-05)
697
736
 
698
- ### Document Editor
737
+ ### DocumentEditor
699
738
 
700
739
  #### Bug Fixes
701
740
 
@@ -714,7 +753,7 @@
714
753
 
715
754
  ## 20.3.47 (2022-09-29)
716
755
 
717
- ### Document Editor
756
+ ### DocumentEditor
718
757
 
719
758
  #### New Features
720
759
 
@@ -722,7 +761,7 @@
722
761
 
723
762
  ## 20.1.52 (2022-05-04)
724
763
 
725
- ### Document Editor
764
+ ### DocumentEditor
726
765
 
727
766
  #### Bug Fixes
728
767
 
@@ -749,7 +788,7 @@
749
788
 
750
789
  ## 20.1.51 (2022-04-26)
751
790
 
752
- ### Document Editor
791
+ ### DocumentEditor
753
792
 
754
793
  #### Bug Fixes
755
794
 
@@ -762,7 +801,7 @@
762
801
 
763
802
  ## 20.1.50 (2022-04-19)
764
803
 
765
- ### Document Editor
804
+ ### DocumentEditor
766
805
 
767
806
  #### Bug Fixes
768
807
 
@@ -772,7 +811,7 @@
772
811
 
773
812
  ## 20.1.48 (2022-04-12)
774
813
 
775
- ### Document Editor
814
+ ### DocumentEditor
776
815
 
777
816
  #### Bug Fixes
778
817
 
@@ -796,7 +835,7 @@
796
835
 
797
836
  ## 20.1.47 (2022-04-04)
798
837
 
799
- ### Document Editor
838
+ ### DocumentEditor
800
839
 
801
840
  #### Bug Fixes
802
841
 
@@ -816,7 +855,7 @@
816
855
 
817
856
  ## 19.4.56 (2022-03-15)
818
857
 
819
- ### Document Editor
858
+ ### DocumentEditor
820
859
 
821
860
  #### Bug Fixes
822
861
 
@@ -830,7 +869,7 @@
830
869
 
831
870
  ## 19.4.55 (2022-03-08)
832
871
 
833
- ### Document Editor
872
+ ### DocumentEditor
834
873
 
835
874
  #### Bug Fixes
836
875
 
@@ -852,7 +891,7 @@
852
891
 
853
892
  ## 19.4.54 (2022-03-01)
854
893
 
855
- ### Document Editor
894
+ ### DocumentEditor
856
895
 
857
896
  #### Bug Fixes
858
897
 
@@ -865,7 +904,7 @@
865
904
 
866
905
  ## 19.4.53 (2022-02-22)
867
906
 
868
- ### Document Editor
907
+ ### DocumentEditor
869
908
 
870
909
  #### Bug Fixes
871
910
 
@@ -882,7 +921,7 @@
882
921
 
883
922
  ## 19.4.52 (2022-02-15)
884
923
 
885
- ### Document Editor
924
+ ### DocumentEditor
886
925
 
887
926
  #### Bug Fixes
888
927
 
@@ -904,7 +943,7 @@
904
943
 
905
944
  ## 19.4.50 (2022-02-08)
906
945
 
907
- ### Document Editor
946
+ ### DocumentEditor
908
947
 
909
948
  #### Bug Fixes
910
949
 
@@ -921,7 +960,7 @@
921
960
 
922
961
  ## 19.4.48 (2022-01-31)
923
962
 
924
- ### Document Editor
963
+ ### DocumentEditor
925
964
 
926
965
  #### Bug Fixes
927
966
 
@@ -983,7 +1022,7 @@
983
1022
 
984
1023
  ## 19.4.47 (2022-01-25)
985
1024
 
986
- ### Document Editor
1025
+ ### DocumentEditor
987
1026
 
988
1027
  #### Bug Fixes
989
1028
 
@@ -999,7 +1038,7 @@
999
1038
 
1000
1039
  ## 19.4.43 (2022-01-18)
1001
1040
 
1002
- ### Document Editor
1041
+ ### DocumentEditor
1003
1042
 
1004
1043
  #### Bug Fixes
1005
1044
 
@@ -1027,7 +1066,7 @@
1027
1066
 
1028
1067
  ## 19.4.41 (2022-01-04)
1029
1068
 
1030
- ### Document Editor
1069
+ ### DocumentEditor
1031
1070
 
1032
1071
  #### Bug Fixes
1033
1072
 
@@ -1044,7 +1083,7 @@
1044
1083
 
1045
1084
  ## 19.4.40 (2021-12-28)
1046
1085
 
1047
- ### Document Editor
1086
+ ### DocumentEditor
1048
1087
 
1049
1088
  #### Bug Fixes
1050
1089
 
@@ -1058,7 +1097,7 @@
1058
1097
 
1059
1098
  ## 19.4.38 (2021-12-17)
1060
1099
 
1061
- ### Document Editor
1100
+ ### DocumentEditor
1062
1101
 
1063
1102
  #### Bug Fixes
1064
1103
 
@@ -1131,7 +1170,7 @@
1131
1170
 
1132
1171
  ## 19.3.56 (2021-12-02)
1133
1172
 
1134
- ### Document Editor
1173
+ ### DocumentEditor
1135
1174
 
1136
1175
  #### Bug Fixes
1137
1176
 
@@ -1150,7 +1189,7 @@
1150
1189
 
1151
1190
  ## 19.3.55 (2021-11-23)
1152
1191
 
1153
- ### Document Editor
1192
+ ### DocumentEditor
1154
1193
 
1155
1194
  #### Bug Fixes
1156
1195
 
@@ -1158,7 +1197,7 @@
1158
1197
 
1159
1198
  ## 19.3.54 (2021-11-17)
1160
1199
 
1161
- ### Document Editor
1200
+ ### DocumentEditor
1162
1201
 
1163
1202
  #### Bug Fixes
1164
1203
 
@@ -1169,7 +1208,7 @@
1169
1208
 
1170
1209
  ## 19.3.53 (2021-11-12)
1171
1210
 
1172
- ### Document Editor
1211
+ ### DocumentEditor
1173
1212
 
1174
1213
  #### Bug Fixes
1175
1214
 
@@ -1222,7 +1261,7 @@
1222
1261
 
1223
1262
  ## 19.3.48 (2021-11-02)
1224
1263
 
1225
- ### Document Editor
1264
+ ### DocumentEditor
1226
1265
 
1227
1266
  #### Bug Fixes
1228
1267
 
@@ -1232,7 +1271,7 @@
1232
1271
 
1233
1272
  ## 19.3.47 (2021-10-26)
1234
1273
 
1235
- ### Document Editor
1274
+ ### DocumentEditor
1236
1275
 
1237
1276
  #### Bug Fixes
1238
1277
 
@@ -1242,7 +1281,7 @@
1242
1281
 
1243
1282
  ## 19.3.46 (2021-10-19)
1244
1283
 
1245
- ### Document Editor
1284
+ ### DocumentEditor
1246
1285
 
1247
1286
  #### Bug Fixes
1248
1287
 
@@ -1260,7 +1299,7 @@
1260
1299
 
1261
1300
  ## 19.3.45 (2021-10-12)
1262
1301
 
1263
- ### Document Editor
1302
+ ### DocumentEditor
1264
1303
 
1265
1304
  #### Bug Fixes
1266
1305
 
@@ -1281,7 +1320,7 @@
1281
1320
 
1282
1321
  ## 19.3.44 (2021-10-05)
1283
1322
 
1284
- ### Document Editor
1323
+ ### DocumentEditor
1285
1324
 
1286
1325
  #### Bug Fixes
1287
1326
 
@@ -1304,7 +1343,7 @@
1304
1343
 
1305
1344
  ## 19.3.43 (2021-09-30)
1306
1345
 
1307
- ### Document Editor
1346
+ ### DocumentEditor
1308
1347
 
1309
1348
  #### Breaking Changes
1310
1349
 
@@ -1382,7 +1421,7 @@
1382
1421
 
1383
1422
  ## 19.2.62 (2021-09-14)
1384
1423
 
1385
- ### Document Editor
1424
+ ### DocumentEditor
1386
1425
 
1387
1426
  #### Bug Fixes
1388
1427
 
@@ -1391,7 +1430,7 @@
1391
1430
 
1392
1431
  ## 19.2.60 (2021-09-07)
1393
1432
 
1394
- ### Document Editor
1433
+ ### DocumentEditor
1395
1434
 
1396
1435
  #### Bug Fixes
1397
1436
 
@@ -1402,7 +1441,7 @@
1402
1441
 
1403
1442
  ## 19.2.59 (2021-08-31)
1404
1443
 
1405
- ### Document Editor
1444
+ ### DocumentEditor
1406
1445
 
1407
1446
  #### Bug Fixes
1408
1447
 
@@ -1414,7 +1453,7 @@
1414
1453
 
1415
1454
  ## 19.2.57 (2021-08-24)
1416
1455
 
1417
- ### Document Editor
1456
+ ### DocumentEditor
1418
1457
 
1419
1458
  #### Bug Fixes
1420
1459
 
@@ -1431,7 +1470,7 @@
1431
1470
 
1432
1471
  ## 19.2.56 (2021-08-17)
1433
1472
 
1434
- ### Document Editor
1473
+ ### DocumentEditor
1435
1474
 
1436
1475
  #### Bug Fixes
1437
1476
 
@@ -1441,7 +1480,7 @@
1441
1480
 
1442
1481
  ## 19.2.55 (2021-08-11)
1443
1482
 
1444
- ### Document Editor
1483
+ ### DocumentEditor
1445
1484
 
1446
1485
  #### New Features
1447
1486
 
@@ -1481,7 +1520,7 @@
1481
1520
 
1482
1521
  ## 19.2.49 (2021-07-27)
1483
1522
 
1484
- ### Document Editor
1523
+ ### DocumentEditor
1485
1524
 
1486
1525
  #### Bug Fixes
1487
1526
 
@@ -1494,7 +1533,7 @@
1494
1533
 
1495
1534
  ## 19.2.48 (2021-07-20)
1496
1535
 
1497
- ### Document Editor
1536
+ ### DocumentEditor
1498
1537
 
1499
1538
  #### Bug Fixes
1500
1539
 
@@ -1505,7 +1544,7 @@
1505
1544
 
1506
1545
  ## 19.2.47 (2021-07-13)
1507
1546
 
1508
- ### Document Editor
1547
+ ### DocumentEditor
1509
1548
 
1510
1549
  #### Bug Fixes
1511
1550
 
@@ -1524,7 +1563,7 @@
1524
1563
 
1525
1564
  ## 19.2.46 (2021-07-06)
1526
1565
 
1527
- ### Document Editor
1566
+ ### DocumentEditor
1528
1567
 
1529
1568
  #### Bug Fixes
1530
1569
 
@@ -1542,7 +1581,7 @@
1542
1581
 
1543
1582
  ## 19.2.44 (2021-06-30)
1544
1583
 
1545
- ### Document Editor
1584
+ ### DocumentEditor
1546
1585
 
1547
1586
  #### New Features
1548
1587
 
@@ -1674,7 +1713,7 @@
1674
1713
 
1675
1714
  ## 19.1.69 (2021-06-15)
1676
1715
 
1677
- ### Document Editor
1716
+ ### DocumentEditor
1678
1717
 
1679
1718
  #### Bug Fixes
1680
1719
 
@@ -1688,7 +1727,7 @@
1688
1727
 
1689
1728
  ## 19.1.67 (2021-06-08)
1690
1729
 
1691
- ### Document Editor
1730
+ ### DocumentEditor
1692
1731
 
1693
1732
  #### Bug Fixes
1694
1733
 
@@ -1702,7 +1741,7 @@
1702
1741
 
1703
1742
  ## 19.1.66 (2021-06-01)
1704
1743
 
1705
- ### Document Editor
1744
+ ### DocumentEditor
1706
1745
 
1707
1746
  - `#I326144` - Resolved the issue with multi line track changes.
1708
1747
  - `#I328063` - Document with checkbox form field applied with to character format is now opened properly.
@@ -1713,7 +1752,7 @@
1713
1752
 
1714
1753
  ## 19.1.65 (2021-05-25)
1715
1754
 
1716
- ### Document Editor
1755
+ ### DocumentEditor
1717
1756
 
1718
1757
  #### Bug Fixes
1719
1758
 
@@ -1731,7 +1770,7 @@
1731
1770
 
1732
1771
  ## 19.1.64 (2021-05-19)
1733
1772
 
1734
- ### Document Editor
1773
+ ### DocumentEditor
1735
1774
 
1736
1775
  #### Bug Fixes
1737
1776
 
@@ -1746,7 +1785,7 @@
1746
1785
 
1747
1786
  ## 19.1.63 (2021-05-13)
1748
1787
 
1749
- ### Document Editor
1788
+ ### DocumentEditor
1750
1789
 
1751
1790
  #### Bug Fixes
1752
1791
 
@@ -1770,7 +1809,7 @@
1770
1809
 
1771
1810
  ## 19.1.59 (2021-05-04)
1772
1811
 
1773
- ### Document Editor
1812
+ ### DocumentEditor
1774
1813
 
1775
1814
  #### New Features
1776
1815
 
@@ -1795,7 +1834,7 @@
1795
1834
 
1796
1835
  ## 19.1.58 (2021-04-27)
1797
1836
 
1798
- ### Document Editor
1837
+ ### DocumentEditor
1799
1838
 
1800
1839
  #### Bug Fixes
1801
1840
 
@@ -1813,7 +1852,7 @@
1813
1852
 
1814
1853
  ## 19.1.57 (2021-04-20)
1815
1854
 
1816
- ### Document Editor
1855
+ ### DocumentEditor
1817
1856
 
1818
1857
  #### Bug Fixes
1819
1858
 
@@ -1840,7 +1879,7 @@
1840
1879
 
1841
1880
  ## 19.1.56 (2021-04-13)
1842
1881
 
1843
- ### Document Editor
1882
+ ### DocumentEditor
1844
1883
 
1845
1884
  #### Bug Fixes
1846
1885
 
@@ -1867,7 +1906,7 @@
1867
1906
 
1868
1907
  ## 19.1.55 (2021-04-06)
1869
1908
 
1870
- ### Document Editor
1909
+ ### DocumentEditor
1871
1910
 
1872
1911
  #### Bug Fixes
1873
1912
 
@@ -1887,7 +1926,7 @@
1887
1926
 
1888
1927
  ## 19.1.54 (2021-03-30)
1889
1928
 
1890
- ### Document Editor
1929
+ ### DocumentEditor
1891
1930
 
1892
1931
  #### Breaking Changes
1893
1932
 
@@ -1908,7 +1947,7 @@
1908
1947
 
1909
1948
  ## 18.4.49 (2021-03-23)
1910
1949
 
1911
- ### Document Editor
1950
+ ### DocumentEditor
1912
1951
 
1913
1952
  #### Bug Fixes
1914
1953
 
@@ -1921,7 +1960,7 @@
1921
1960
 
1922
1961
  ## 18.4.48 (2021-03-16)
1923
1962
 
1924
- ### Document Editor
1963
+ ### DocumentEditor
1925
1964
 
1926
1965
  #### Bug Fixes
1927
1966
 
@@ -1935,7 +1974,7 @@
1935
1974
 
1936
1975
  ## 18.4.47 (2021-03-09)
1937
1976
 
1938
- ### Document Editor
1977
+ ### DocumentEditor
1939
1978
 
1940
1979
  #### Breaking Changes
1941
1980
 
@@ -1956,7 +1995,7 @@
1956
1995
 
1957
1996
  ## 18.4.46 (2021-03-02)
1958
1997
 
1959
- ### Document Editor
1998
+ ### DocumentEditor
1960
1999
 
1961
2000
  #### Bug Fixes
1962
2001
 
@@ -1969,7 +2008,7 @@
1969
2008
 
1970
2009
  ## 18.4.44 (2021-02-23)
1971
2010
 
1972
- ### Document Editor
2011
+ ### DocumentEditor
1973
2012
 
1974
2013
  #### Bug Fixes
1975
2014
 
@@ -1984,7 +2023,7 @@
1984
2023
 
1985
2024
  ## 18.4.43 (2021-02-16)
1986
2025
 
1987
- ### Document Editor
2026
+ ### DocumentEditor
1988
2027
 
1989
2028
  #### Bug Fixes
1990
2029
 
@@ -1997,7 +2036,7 @@
1997
2036
 
1998
2037
  ## 18.4.42 (2021-02-09)
1999
2038
 
2000
- ### Document Editor
2039
+ ### DocumentEditor
2001
2040
 
2002
2041
  #### Bug Fixes
2003
2042
 
@@ -2012,7 +2051,7 @@
2012
2051
 
2013
2052
  ## 18.4.41 (2021-02-02)
2014
2053
 
2015
- ### Document Editor
2054
+ ### DocumentEditor
2016
2055
 
2017
2056
  #### Bug Fixes
2018
2057
 
@@ -2028,7 +2067,7 @@
2028
2067
 
2029
2068
  ## 18.4.35 (2021-01-19)
2030
2069
 
2031
- ### Document Editor
2070
+ ### DocumentEditor
2032
2071
 
2033
2072
  #### Bug Fixes
2034
2073
 
@@ -2041,7 +2080,7 @@
2041
2080
 
2042
2081
  ## 18.4.34 (2021-01-12)
2043
2082
 
2044
- ### Document Editor
2083
+ ### DocumentEditor
2045
2084
 
2046
2085
  #### Bug Fixes
2047
2086
 
@@ -2057,7 +2096,7 @@
2057
2096
 
2058
2097
  ## 18.4.33 (2021-01-05)
2059
2098
 
2060
- ### Document Editor
2099
+ ### DocumentEditor
2061
2100
 
2062
2101
  #### Bug Fixes
2063
2102
 
@@ -2066,7 +2105,7 @@
2066
2105
 
2067
2106
  ## 18.4.32 (2020-12-29)
2068
2107
 
2069
- ### Document Editor
2108
+ ### DocumentEditor
2070
2109
 
2071
2110
  #### Bug Fixes
2072
2111
 
@@ -2076,7 +2115,7 @@
2076
2115
 
2077
2116
  ## 18.4.31 (2020-12-22)
2078
2117
 
2079
- ### Document Editor
2118
+ ### DocumentEditor
2080
2119
 
2081
2120
  #### Bug Fixes
2082
2121
 
@@ -2090,7 +2129,7 @@
2090
2129
 
2091
2130
  ## 18.4.30 (2020-12-17)
2092
2131
 
2093
- ### Document Editor
2132
+ ### DocumentEditor
2094
2133
 
2095
2134
  #### New Features
2096
2135
 
@@ -2098,7 +2137,7 @@
2098
2137
 
2099
2138
  ## 18.3.53 (2020-12-08)
2100
2139
 
2101
- ### Document Editor
2140
+ ### DocumentEditor
2102
2141
 
2103
2142
  #### Bug Fixes
2104
2143
 
@@ -2108,7 +2147,7 @@
2108
2147
 
2109
2148
  ## 18.3.52 (2020-12-01)
2110
2149
 
2111
- ### Document Editor
2150
+ ### DocumentEditor
2112
2151
 
2113
2152
  #### Bug Fixes
2114
2153
 
@@ -2118,7 +2157,7 @@
2118
2157
 
2119
2158
  ## 18.3.51 (2020-11-24)
2120
2159
 
2121
- ### Document Editor
2160
+ ### DocumentEditor
2122
2161
 
2123
2162
  #### Bug Fixes
2124
2163
 
@@ -2132,7 +2171,7 @@
2132
2171
 
2133
2172
  ## 18.3.50 (2020-11-17)
2134
2173
 
2135
- ### Document Editor
2174
+ ### DocumentEditor
2136
2175
 
2137
2176
  #### Bug Fixes
2138
2177
 
@@ -2141,7 +2180,7 @@
2141
2180
 
2142
2181
  ## 18.3.48 (2020-11-11)
2143
2182
 
2144
- ### Document Editor
2183
+ ### DocumentEditor
2145
2184
 
2146
2185
  #### Bug Fixes
2147
2186
 
@@ -2150,7 +2189,7 @@
2150
2189
 
2151
2190
  ## 18.3.47 (2020-11-05)
2152
2191
 
2153
- ### Document Editor
2192
+ ### DocumentEditor
2154
2193
 
2155
2194
  #### New Features
2156
2195
 
@@ -2185,7 +2224,7 @@
2185
2224
 
2186
2225
  ## 18.3.44 (2020-10-27)
2187
2226
 
2188
- ### Document Editor
2227
+ ### DocumentEditor
2189
2228
 
2190
2229
  #### Bug Fixes
2191
2230
 
@@ -2198,7 +2237,7 @@
2198
2237
 
2199
2238
  ## 18.3.42 (2020-10-20)
2200
2239
 
2201
- ### Document Editor
2240
+ ### DocumentEditor
2202
2241
 
2203
2242
  #### New Features
2204
2243
 
@@ -2218,7 +2257,7 @@
2218
2257
 
2219
2258
  ## 18.3.40 (2020-10-13)
2220
2259
 
2221
- ### Document Editor
2260
+ ### DocumentEditor
2222
2261
 
2223
2262
  #### Bug Fixes
2224
2263
 
@@ -2234,7 +2273,7 @@
2234
2273
 
2235
2274
  ## 18.3.35 (2020-10-01)
2236
2275
 
2237
- ### Document Editor
2276
+ ### DocumentEditor
2238
2277
 
2239
2278
  #### Bug Fixes
2240
2279
 
@@ -2306,7 +2345,7 @@
2306
2345
 
2307
2346
  ## 18.2.58 (2020-09-15)
2308
2347
 
2309
- ### Document Editor
2348
+ ### DocumentEditor
2310
2349
 
2311
2350
  #### New Features
2312
2351
 
@@ -2324,7 +2363,7 @@
2324
2363
 
2325
2364
  ## 18.2.57 (2020-09-08)
2326
2365
 
2327
- ### Document Editor
2366
+ ### DocumentEditor
2328
2367
 
2329
2368
  #### New Features
2330
2369
 
@@ -2349,7 +2388,7 @@
2349
2388
 
2350
2389
  ## 18.2.55 (2020-08-25)
2351
2390
 
2352
- ### Document Editor
2391
+ ### DocumentEditor
2353
2392
 
2354
2393
  #### Bug Fixes
2355
2394
 
@@ -2364,7 +2403,7 @@
2364
2403
 
2365
2404
  ## 18.2.54 (2020-08-18)
2366
2405
 
2367
- ### Document Editor
2406
+ ### DocumentEditor
2368
2407
 
2369
2408
  #### New Features
2370
2409
 
@@ -2405,7 +2444,7 @@
2405
2444
 
2406
2445
  ## 18.2.47 (2020-07-28)
2407
2446
 
2408
- ### Document Editor
2447
+ ### DocumentEditor
2409
2448
 
2410
2449
  #### New Features
2411
2450
 
@@ -2418,7 +2457,7 @@
2418
2457
 
2419
2458
  ## 18.2.46 (2020-07-21)
2420
2459
 
2421
- ### Document Editor
2460
+ ### DocumentEditor
2422
2461
 
2423
2462
  #### New Features
2424
2463
 
@@ -2435,7 +2474,7 @@
2435
2474
 
2436
2475
  ## 18.2.45 (2020-07-14)
2437
2476
 
2438
- ### Document Editor
2477
+ ### DocumentEditor
2439
2478
 
2440
2479
  #### New Features
2441
2480
 
@@ -2451,7 +2490,7 @@
2451
2490
 
2452
2491
  ## 18.2.44 (2020-07-07)
2453
2492
 
2454
- ### Document Editor
2493
+ ### DocumentEditor
2455
2494
 
2456
2495
  #### Breaking Changes
2457
2496
 
@@ -2540,7 +2579,7 @@
2540
2579
 
2541
2580
  ## 18.1.56 (2020-06-09)
2542
2581
 
2543
- ### Document Editor
2582
+ ### DocumentEditor
2544
2583
 
2545
2584
  #### Bug Fixes
2546
2585
 
@@ -2555,7 +2594,7 @@
2555
2594
 
2556
2595
  ## 18.1.55 (2020-06-02)
2557
2596
 
2558
- ### Document Editor
2597
+ ### DocumentEditor
2559
2598
 
2560
2599
  #### Bug Fixes
2561
2600
 
@@ -2569,7 +2608,7 @@
2569
2608
 
2570
2609
  ## 18.1.54 (2020-05-26)
2571
2610
 
2572
- ### Document Editor
2611
+ ### DocumentEditor
2573
2612
 
2574
2613
  #### Bug Fixes
2575
2614
 
@@ -2584,7 +2623,7 @@
2584
2623
 
2585
2624
  ## 18.1.53 (2020-05-19)
2586
2625
 
2587
- ### Document Editor
2626
+ ### DocumentEditor
2588
2627
 
2589
2628
  #### New Features
2590
2629
 
@@ -2601,7 +2640,7 @@
2601
2640
 
2602
2641
  ## 18.1.52 (2020-05-13)
2603
2642
 
2604
- ### Document Editor
2643
+ ### DocumentEditor
2605
2644
 
2606
2645
  #### New Features
2607
2646
 
@@ -2614,7 +2653,7 @@
2614
2653
 
2615
2654
  ## 18.1.48 (2020-05-05)
2616
2655
 
2617
- ### Document Editor
2656
+ ### DocumentEditor
2618
2657
 
2619
2658
  #### Bug Fixes
2620
2659
 
@@ -2629,7 +2668,7 @@
2629
2668
 
2630
2669
  ## 18.1.46 (2020-04-28)
2631
2670
 
2632
- ### Document Editor
2671
+ ### DocumentEditor
2633
2672
 
2634
2673
  #### New Features
2635
2674
 
@@ -2648,7 +2687,7 @@
2648
2687
 
2649
2688
  ## 18.1.45 (2020-04-21)
2650
2689
 
2651
- ### Document Editor
2690
+ ### DocumentEditor
2652
2691
 
2653
2692
  #### Bug Fixes
2654
2693
 
@@ -2659,7 +2698,7 @@
2659
2698
 
2660
2699
  ## 18.1.44 (2020-04-14)
2661
2700
 
2662
- ### Document Editor
2701
+ ### DocumentEditor
2663
2702
 
2664
2703
  #### New Features
2665
2704
 
@@ -2675,7 +2714,7 @@
2675
2714
 
2676
2715
  ## 18.1.43 (2020-04-07)
2677
2716
 
2678
- ### Document Editor
2717
+ ### DocumentEditor
2679
2718
 
2680
2719
  #### Bug Fixes
2681
2720
 
@@ -2690,7 +2729,7 @@
2690
2729
 
2691
2730
  ## 18.1.42 (2020-04-01)
2692
2731
 
2693
- ### Document Editor
2732
+ ### DocumentEditor
2694
2733
 
2695
2734
  #### Breaking Changes
2696
2735
 
@@ -2821,7 +2860,7 @@
2821
2860
 
2822
2861
  ## 18.1.36-beta (2020-03-19)
2823
2862
 
2824
- ### Document Editor
2863
+ ### DocumentEditor
2825
2864
 
2826
2865
  #### Breaking Changes
2827
2866
 
@@ -2944,7 +2983,7 @@
2944
2983
 
2945
2984
  ## 17.4.55 (2020-03-10)
2946
2985
 
2947
- ### Document Editor
2986
+ ### DocumentEditor
2948
2987
 
2949
2988
  #### New Features
2950
2989
 
@@ -2961,7 +3000,7 @@
2961
3000
 
2962
3001
  ## 17.4.51 (2020-02-25)
2963
3002
 
2964
- ### Document Editor
3003
+ ### DocumentEditor
2965
3004
 
2966
3005
  #### Bug Fixes
2967
3006
 
@@ -2973,7 +3012,7 @@
2973
3012
 
2974
3013
  ## 17.4.50 (2020-02-18)
2975
3014
 
2976
- ### Document Editor
3015
+ ### DocumentEditor
2977
3016
 
2978
3017
  #### New Features
2979
3018
 
@@ -2985,7 +3024,7 @@
2985
3024
 
2986
3025
  ## 17.4.49 (2020-02-11)
2987
3026
 
2988
- ### Document Editor
3027
+ ### DocumentEditor
2989
3028
 
2990
3029
  #### New Features
2991
3030
 
@@ -3001,7 +3040,7 @@
3001
3040
 
3002
3041
  ## 17.4.47 (2020-02-05)
3003
3042
 
3004
- ### Document Editor
3043
+ ### DocumentEditor
3005
3044
 
3006
3045
  #### New Features
3007
3046
 
@@ -3017,7 +3056,7 @@
3017
3056
 
3018
3057
  ## 17.4.46 (2020-01-30)
3019
3058
 
3020
- ### Document Editor
3059
+ ### DocumentEditor
3021
3060
 
3022
3061
  #### Breaking Changes
3023
3062
 
@@ -3032,7 +3071,7 @@
3032
3071
 
3033
3072
  ## 17.4.43 (2020-01-14)
3034
3073
 
3035
- ### Document Editor
3074
+ ### DocumentEditor
3036
3075
 
3037
3076
  #### Bug Fixes
3038
3077
 
@@ -3046,7 +3085,7 @@
3046
3085
 
3047
3086
  ## 17.4.41 (2020-01-07)
3048
3087
 
3049
- ### Document Editor
3088
+ ### DocumentEditor
3050
3089
 
3051
3090
  #### New Features
3052
3091
 
@@ -3066,7 +3105,7 @@
3066
3105
 
3067
3106
  ## 17.4.40 (2019-12-24)
3068
3107
 
3069
- ### Document Editor
3108
+ ### DocumentEditor
3070
3109
 
3071
3110
  #### Breaking Changes
3072
3111
 
@@ -3138,7 +3177,7 @@
3138
3177
 
3139
3178
  ## 17.4.39 (2019-12-17)
3140
3179
 
3141
- ### Document Editor
3180
+ ### DocumentEditor
3142
3181
 
3143
3182
  #### New Features
3144
3183
 
@@ -3150,7 +3189,7 @@
3150
3189
 
3151
3190
  ## 17.3.29 (2019-11-26)
3152
3191
 
3153
- ### Document Editor
3192
+ ### DocumentEditor
3154
3193
 
3155
3194
  #### Bug Fixes
3156
3195
 
@@ -3163,7 +3202,7 @@
3163
3202
 
3164
3203
  ## 17.3.28 (2019-11-19)
3165
3204
 
3166
- ### Document Editor
3205
+ ### DocumentEditor
3167
3206
 
3168
3207
  #### New Features
3169
3208
 
@@ -3180,7 +3219,7 @@
3180
3219
 
3181
3220
  ## 17.3.27 (2019-11-12)
3182
3221
 
3183
- ### Document Editor
3222
+ ### DocumentEditor
3184
3223
 
3185
3224
  #### New Features
3186
3225
 
@@ -3196,7 +3235,7 @@
3196
3235
 
3197
3236
  ## 17.3.26 (2019-11-05)
3198
3237
 
3199
- ### Document Editor
3238
+ ### DocumentEditor
3200
3239
 
3201
3240
  #### New Features
3202
3241
 
@@ -3212,7 +3251,7 @@
3212
3251
 
3213
3252
  ## 17.3.21 (2019-10-30)
3214
3253
 
3215
- ### Document Editor
3254
+ ### DocumentEditor
3216
3255
 
3217
3256
  #### Bug Fixes
3218
3257
 
@@ -3223,7 +3262,7 @@
3223
3262
 
3224
3263
  ## 17.3.19 (2019-10-22)
3225
3264
 
3226
- ### Document Editor
3265
+ ### DocumentEditor
3227
3266
 
3228
3267
  #### New Features
3229
3268
 
@@ -3238,7 +3277,7 @@
3238
3277
 
3239
3278
  ## 17.3.17 (2019-10-15)
3240
3279
 
3241
- ### Document Editor
3280
+ ### DocumentEditor
3242
3281
 
3243
3282
  #### Bug Fixes
3244
3283
 
@@ -3254,7 +3293,7 @@
3254
3293
 
3255
3294
  ## 17.3.16 (2019-10-09)
3256
3295
 
3257
- ### Document Editor
3296
+ ### DocumentEditor
3258
3297
 
3259
3298
  #### Bug Fixes
3260
3299
 
@@ -3267,7 +3306,7 @@
3267
3306
 
3268
3307
  ## 17.3.14 (2019-10-03)
3269
3308
 
3270
- ### Document Editor
3309
+ ### DocumentEditor
3271
3310
 
3272
3311
  #### New Features
3273
3312
 
@@ -3295,7 +3334,7 @@
3295
3334
 
3296
3335
  ## 17.3.9-beta (2019-09-20)
3297
3336
 
3298
- ### Document Editor
3337
+ ### DocumentEditor
3299
3338
 
3300
3339
  #### Bug Fixes
3301
3340
 
@@ -3304,7 +3343,7 @@
3304
3343
 
3305
3344
  ## 17.2.49 (2019-09-04)
3306
3345
 
3307
- ### Document Editor
3346
+ ### DocumentEditor
3308
3347
 
3309
3348
  #### Bug Fixes
3310
3349
 
@@ -3317,7 +3356,7 @@
3317
3356
 
3318
3357
  ## 17.2.47 (2019-08-27)
3319
3358
 
3320
- ### Document Editor
3359
+ ### DocumentEditor
3321
3360
 
3322
3361
  #### Bug Fixes
3323
3362
 
@@ -3327,7 +3366,7 @@
3327
3366
 
3328
3367
  ## 17.2.41 (2019-08-14)
3329
3368
 
3330
- ### Document Editor
3369
+ ### DocumentEditor
3331
3370
 
3332
3371
  #### Bug Fixes
3333
3372
 
@@ -3340,7 +3379,7 @@
3340
3379
 
3341
3380
  ## 17.2.40 (2019-08-06)
3342
3381
 
3343
- ### Document Editor
3382
+ ### DocumentEditor
3344
3383
 
3345
3384
  #### Bug Fixes
3346
3385
 
@@ -3351,7 +3390,7 @@
3351
3390
 
3352
3391
  ## 17.2.39 (2019-07-30)
3353
3392
 
3354
- ### Document Editor
3393
+ ### DocumentEditor
3355
3394
 
3356
3395
  #### New Features
3357
3396
 
@@ -3364,7 +3403,7 @@
3364
3403
 
3365
3404
  ## 17.2.36 (2019-07-24)
3366
3405
 
3367
- ### Document Editor
3406
+ ### DocumentEditor
3368
3407
 
3369
3408
  #### Bug Fixes
3370
3409
 
@@ -3374,7 +3413,7 @@
3374
3413
 
3375
3414
  ## 17.2.35 (2019-07-17)
3376
3415
 
3377
- ### Document Editor
3416
+ ### DocumentEditor
3378
3417
 
3379
3418
  #### Bug Fixes
3380
3419
 
@@ -3386,7 +3425,7 @@
3386
3425
 
3387
3426
  ## 17.2.34 (2019-07-11)
3388
3427
 
3389
- ### Document Editor
3428
+ ### DocumentEditor
3390
3429
 
3391
3430
  #### Breaking Changes
3392
3431
 
@@ -3401,7 +3440,7 @@
3401
3440
 
3402
3441
  ## 17.2.28-beta (2019-06-27)
3403
3442
 
3404
- ### Document Editor
3443
+ ### DocumentEditor
3405
3444
 
3406
3445
  #### Breaking Changes
3407
3446
 
@@ -3427,7 +3466,7 @@
3427
3466
 
3428
3467
  ## 17.1.50 (2019-06-04)
3429
3468
 
3430
- ### Document Editor
3469
+ ### DocumentEditor
3431
3470
 
3432
3471
  #### Bug Fixes
3433
3472
 
@@ -3436,7 +3475,7 @@
3436
3475
 
3437
3476
  ## 17.1.49 (2019-05-29)
3438
3477
 
3439
- ### Document Editor
3478
+ ### DocumentEditor
3440
3479
 
3441
3480
  #### Bug Fixes
3442
3481
 
@@ -3444,7 +3483,7 @@
3444
3483
 
3445
3484
  ## 17.1.48 (2019-05-21)
3446
3485
 
3447
- ### Document Editor
3486
+ ### DocumentEditor
3448
3487
 
3449
3488
  #### Bug Fixes
3450
3489
 
@@ -3460,7 +3499,7 @@
3460
3499
 
3461
3500
  ## 17.1.47 (2019-05-14)
3462
3501
 
3463
- ### Document Editor
3502
+ ### DocumentEditor
3464
3503
 
3465
3504
  #### New Features
3466
3505
 
@@ -3473,7 +3512,7 @@
3473
3512
 
3474
3513
  ## 17.1.44 (2019-05-07)
3475
3514
 
3476
- ### Document Editor
3515
+ ### DocumentEditor
3477
3516
 
3478
3517
  #### Bug Fixes
3479
3518
 
@@ -3481,7 +3520,7 @@
3481
3520
 
3482
3521
  ## 17.1.43 (2019-04-30)
3483
3522
 
3484
- ### Document Editor
3523
+ ### DocumentEditor
3485
3524
 
3486
3525
  #### Bug Fixes
3487
3526
 
@@ -3489,7 +3528,7 @@
3489
3528
 
3490
3529
  ## 17.1.42 (2019-04-23)
3491
3530
 
3492
- ### Document Editor
3531
+ ### DocumentEditor
3493
3532
 
3494
3533
  #### Bug Fixes
3495
3534
 
@@ -3497,7 +3536,7 @@
3497
3536
 
3498
3537
  ## 17.1.41 (2019-04-16)
3499
3538
 
3500
- ### Document Editor
3539
+ ### DocumentEditor
3501
3540
 
3502
3541
  #### Bug Fixes
3503
3542
 
@@ -3507,7 +3546,7 @@
3507
3546
 
3508
3547
  ## 17.1.40 (2019-04-09)
3509
3548
 
3510
- ### Document Editor
3549
+ ### DocumentEditor
3511
3550
 
3512
3551
  #### Bug Fixes
3513
3552
 
@@ -3518,7 +3557,7 @@
3518
3557
 
3519
3558
  ## 17.1.38 (2019-03-29)
3520
3559
 
3521
- ### Document Editor
3560
+ ### DocumentEditor
3522
3561
 
3523
3562
  #### New Features
3524
3563
 
@@ -3532,7 +3571,7 @@
3532
3571
 
3533
3572
  ## 17.1.32-beta (2019-03-13)
3534
3573
 
3535
- ### Document Editor
3574
+ ### DocumentEditor
3536
3575
 
3537
3576
  #### New Features
3538
3577
 
@@ -3546,7 +3585,7 @@
3546
3585
 
3547
3586
  ## 16.4.54 (2019-02-19)
3548
3587
 
3549
- ### Document Editor
3588
+ ### DocumentEditor
3550
3589
 
3551
3590
  #### Bug Fixes
3552
3591
 
@@ -3554,7 +3593,7 @@
3554
3593
 
3555
3594
  ## 16.4.53 (2019-02-13)
3556
3595
 
3557
- ### Document Editor
3596
+ ### DocumentEditor
3558
3597
 
3559
3598
  #### Bug Fixes
3560
3599
 
@@ -3564,7 +3603,7 @@
3564
3603
 
3565
3604
  ## 16.4.48 (2019-01-22)
3566
3605
 
3567
- ### Document Editor
3606
+ ### DocumentEditor
3568
3607
 
3569
3608
  #### Bug Fixes
3570
3609
 
@@ -3572,7 +3611,7 @@
3572
3611
 
3573
3612
  ## 16.4.46 (2019-01-08)
3574
3613
 
3575
- ### Document Editor
3614
+ ### DocumentEditor
3576
3615
 
3577
3616
  #### New Features
3578
3617
 
@@ -3580,7 +3619,7 @@
3580
3619
 
3581
3620
  ## 16.4.45 (2019-01-02)
3582
3621
 
3583
- ### Document Editor
3622
+ ### DocumentEditor
3584
3623
 
3585
3624
  #### Bug Fixes
3586
3625
 
@@ -3588,7 +3627,7 @@
3588
3627
 
3589
3628
  ## 16.4.44 (2018-12-24)
3590
3629
 
3591
- ### Document Editor
3630
+ ### DocumentEditor
3592
3631
 
3593
3632
  #### Bug Fixes
3594
3633
 
@@ -3598,7 +3637,7 @@
3598
3637
 
3599
3638
  ## 16.4.40-beta (2018-12-10)
3600
3639
 
3601
- ### Document Editor
3640
+ ### DocumentEditor
3602
3641
 
3603
3642
  #### New Features
3604
3643
 
@@ -3608,7 +3647,7 @@
3608
3647
 
3609
3648
  ## 16.3.33 (2018-11-20)
3610
3649
 
3611
- ### Document Editor
3650
+ ### DocumentEditor
3612
3651
 
3613
3652
  #### Bug Fixes
3614
3653
 
@@ -3616,7 +3655,7 @@
3616
3655
 
3617
3656
  ## 16.3.29 (2018-10-31)
3618
3657
 
3619
- ### Document Editor
3658
+ ### DocumentEditor
3620
3659
 
3621
3660
  #### New Features
3622
3661
 
@@ -3628,7 +3667,7 @@
3628
3667
 
3629
3668
  ## 16.3.24 (2018-10-09)
3630
3669
 
3631
- ### Document Editor
3670
+ ### DocumentEditor
3632
3671
 
3633
3672
  #### Bug Fixes
3634
3673
 
@@ -3636,7 +3675,7 @@
3636
3675
 
3637
3676
  ## 16.3.23 (2018-10-03)
3638
3677
 
3639
- ### Document Editor
3678
+ ### DocumentEditor
3640
3679
 
3641
3680
  #### New Features
3642
3681
 
@@ -3644,7 +3683,7 @@
3644
3683
 
3645
3684
  ## 16.3.21 (2018-09-22)
3646
3685
 
3647
- ### Document Editor
3686
+ ### DocumentEditor
3648
3687
 
3649
3688
  #### Bug Fixes
3650
3689
 
@@ -3652,7 +3691,7 @@
3652
3691
 
3653
3692
  ## 16.3.17 (2018-09-12)
3654
3693
 
3655
- ### Document Editor
3694
+ ### DocumentEditor
3656
3695
 
3657
3696
  #### New Features
3658
3697
 
@@ -3661,7 +3700,7 @@
3661
3700
 
3662
3701
  ## 16.2.48 (2018-08-14)
3663
3702
 
3664
- ### Document Editor
3703
+ ### DocumentEditor
3665
3704
 
3666
3705
  #### Bug Fixes
3667
3706
 
@@ -3672,7 +3711,7 @@
3672
3711
 
3673
3712
  ## 16.2.46 (2018-07-30)
3674
3713
 
3675
- ### Document Editor
3714
+ ### DocumentEditor
3676
3715
 
3677
3716
  #### New Features
3678
3717
 
@@ -3680,7 +3719,7 @@
3680
3719
 
3681
3720
  ## 16.2.41 (2018-06-25)
3682
3721
 
3683
- ### Document Editor
3722
+ ### DocumentEditor
3684
3723
 
3685
3724
  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.
3686
3725