@syncfusion/ej2-react-documenteditor 23.2.6 → 24.1.41

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 +212 -392
  2. package/diConfig.json +2 -1
  3. package/dist/ej2-react-documenteditor.min.js +1 -1
  4. package/dist/ej2-react-documenteditor.umd.min.js +1 -1
  5. package/package.json +9 -9
  6. package/styles/bootstrap-dark.css +1 -5835
  7. package/styles/bootstrap.css +1 -5863
  8. package/styles/bootstrap4.css +1 -6221
  9. package/styles/bootstrap5-dark.css +1 -6181
  10. package/styles/bootstrap5.css +1 -6181
  11. package/styles/document-editor/bootstrap-dark.css +1 -3844
  12. package/styles/document-editor/bootstrap.css +1 -3845
  13. package/styles/document-editor/bootstrap4.css +1 -4000
  14. package/styles/document-editor/bootstrap5-dark.css +1 -3942
  15. package/styles/document-editor/bootstrap5.css +1 -3942
  16. package/styles/document-editor/fabric-dark.css +1 -3844
  17. package/styles/document-editor/fabric.css +1 -3848
  18. package/styles/document-editor/fluent-dark.css +1 -3886
  19. package/styles/document-editor/fluent.css +1 -3886
  20. package/styles/document-editor/highcontrast-light.css +1 -2794
  21. package/styles/document-editor/highcontrast.css +1 -3844
  22. package/styles/document-editor/material-dark.css +1 -3838
  23. package/styles/document-editor/material.css +1 -3838
  24. package/styles/document-editor/material3-dark.css +1 -3996
  25. package/styles/document-editor/material3.css +1 -4052
  26. package/styles/document-editor/tailwind-dark.css +1 -4152
  27. package/styles/document-editor/tailwind.css +1 -4155
  28. package/styles/document-editor-container/bootstrap-dark.css +1 -1990
  29. package/styles/document-editor-container/bootstrap.css +1 -2017
  30. package/styles/document-editor-container/bootstrap4.css +1 -2220
  31. package/styles/document-editor-container/bootstrap5-dark.css +1 -2238
  32. package/styles/document-editor-container/bootstrap5.css +1 -2238
  33. package/styles/document-editor-container/fabric-dark.css +1 -1976
  34. package/styles/document-editor-container/fabric.css +1 -2012
  35. package/styles/document-editor-container/fluent-dark.css +1 -2127
  36. package/styles/document-editor-container/fluent.css +1 -2127
  37. package/styles/document-editor-container/highcontrast-light.css +1 -4011
  38. package/styles/document-editor-container/highcontrast.css +1 -2019
  39. package/styles/document-editor-container/material-dark.css +1 -1971
  40. package/styles/document-editor-container/material.css +1 -1990
  41. package/styles/document-editor-container/material3-dark.css +1 -2251
  42. package/styles/document-editor-container/material3.css +1 -2307
  43. package/styles/document-editor-container/tailwind-dark.css +1 -2074
  44. package/styles/document-editor-container/tailwind.css +1 -2074
  45. package/styles/fabric-dark.css +1 -5821
  46. package/styles/fabric.css +1 -5861
  47. package/styles/fluent-dark.css +1 -6014
  48. package/styles/fluent.css +1 -6014
  49. package/styles/highcontrast-light.css +1 -4768
  50. package/styles/highcontrast.css +1 -5864
  51. package/styles/material-dark.css +1 -5810
  52. package/styles/material.css +1 -5829
  53. package/styles/material3-dark.css +1 -6248
  54. package/styles/material3.css +1 -6360
  55. package/styles/tailwind-dark.css +1 -6227
  56. package/styles/tailwind.css +1 -6230
package/CHANGELOG.md CHANGED
@@ -6,6 +6,31 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I516207` - Resolved the issue of search text of footnote content.
10
+ - `#I513118` - Resolved the Background Color is missing in exported document issue.
11
+ - `#I517682` - Resolved the document corrupted issue on exporting as Docx.
12
+ - `#I514089` - Resolved overlapping issue while pasting.
13
+ - `#I521049` - Resolved the issue in search the font in style dropdown.
14
+ - `#I514009` - Resolved the script error when undoing pasted table.
15
+ - `#I515234` - Resolved the issue in paragraph goes to page end while press enter.
16
+ - `#I516988` - Resolved the SFDT list property is not populated issue.
17
+ - `#I515700` - Resolved script error issue while exporting the document.
18
+ - `#I514962` - Resolved the issue in selection is not updated properly while inserting text.
19
+ - `#I513117` - Resolved editing and last page delete issue.
20
+ - `#I525400` - Resolved issue in paste.
21
+ - `#I513061` - Resolved editing issues in the attached document.
22
+ - `#I516733` - Resolved the script error issue while pasting content.
23
+
24
+ #### Features
25
+
26
+ - `#F139237`,`#I225881`,`#I238529`,`F147966`,`#I251329`,`#I255850`,`#I269572`,`F156967`,`#I294592`,`#I308077`,`#I285839`,`#I312842`,`#I315455`,`#I325461`,`#I326378`,`F169367`,`#I345520`,`#I348003`,`#I357490`,`#I357833`,`#I357923`,`#I361570`,`#I361614`,`#I364681`,`#I369799`,`#I369893`,`#I370223`,`#I371589`,`#I391523` - Added support for collaborative editing in `preview` mode. With this feature you can draft and edit Word documents together with multiple users at the same time.
27
+
28
+ ## 23.2.6 (2023-11-28)
29
+
30
+ ### DocumentEditor
31
+
32
+ #### Bug Fixes
33
+
9
34
  - `#I515528` - Resolved the strange behaviour of track changes on backspace and delete action.
10
35
  - `#I517039` - Resolved the cut issue in table when track changes is enabled.
11
36
  - `#I518614` - Resolved the hyperlink removing issue.
@@ -118,219 +143,14 @@
118
143
 
119
144
  #### New Features
120
145
 
121
- - `#I461227` - Added text importing in client side.
122
-
123
- ## 23.1.39 (2023-10-04)
124
-
125
- ### DocumentEditor
126
-
127
- #### Bug Fixes
128
-
129
- - `#I500107` - Resolved the Formatting issue with DocumentEditor.
130
- - `#I497404` - Script error occurred when loading the document.
131
- - `#I498661` - Resolved spacing issue while deleting list content on track changes enabled.
132
- - `#F184319` - Resolved the User's Time zone issue.
133
- - `#I501695` - Resolved the replace ALL issue to replace the first occurrence.
134
- - `#FB46595` - Page number is now reflecting.
135
- - `#I497387` - Resolved the bookmark end is deleted in document production mode.
136
- - `#I499799` - Resolved the rtl content rendering issue while opening rtf document.
137
- - `#I495180` - Delete is now working properly for tracked content
138
- - `#I503264` - Resolved script error issue while inserting text
139
- - `#I503222` - Resolved track changes issue, when select the inserted changes.
140
- - `#I493589` - Keypad appearing issue is resolved in mobile view.
141
- - `#I498520` - Resolved the Text FormField deleting multiple issues.
142
-
143
- ## 23.1.38 (2023-09-26)
144
-
145
- ### DocumentEditor
146
-
147
- #### Bug Fixes
148
-
149
- - `#I473464` - Resolve the destroy issue in document Editor.
150
- - `#I490198` - Resolve the Page not responding while press TAB key continuously.
151
- - `#I494676` - Content is missing after downloading the file as docx.
152
- - `#I495070` - Issue with cursor position and indentation when in RTL mode.
153
- - `#I495596` - Issue with pasting from Word to the editor in RTL mode.
154
- - `#I497629` - Issue in Exported svg image.
155
- - `#I504069` - Document editor insert image from URL facing issue in reopening the exported document.
156
-
157
- ## 23.1.36 (2023-09-15)
158
-
159
- ### DocumentEditor
160
-
161
- #### New Features
162
-
163
- - `#I471020` - Added support for table title and description.
164
-
165
- ## 22.2.12 (2023-09-05)
166
-
167
- ### DocumentEditor
168
-
169
- #### Bug Fixes
170
-
171
- - `#I482661` - Auto fit table with preferred width table is layouted properly in Document editor
172
- - `#I458332` - Now, able to search a word & apply properties like alignment(left/right/center) inside shape.
173
- - `#I494044` - Resolved the exception issue while exporting a document in server side.
174
- - `#I485502` - Now, Date field opened properly in form filling mode.
175
-
176
- ## 22.2.11 (2023-08-29)
177
-
178
- ### DocumentEditor
179
-
180
- #### Bug Fixes
181
-
182
- - `#I479032` - Now, Application is working in IE 11.
183
- - `#I484782` - Resolved the formatting issue occurred when converting to DOCX in Server side.
184
- - `#I484763` - Fixed the issue editing header throws script error in console.
185
- - `#I485502` - Fixed the issue in exporting the document with an image.
186
- - `#I485763` - Resolved the navigation issue using Ctrl+Right key.
187
- - `#I486538` - Fixed the issue in saving the svg image.
188
- - `#I488148` - Now, Accept/reject work properly after stopping protection.
189
- - `#F183848` - Fixed the issue in docx exporting.
190
- - `#F183866` - Resolved the issue in pasting a larger image.
191
- - `#I488197` - Resolved the issue in spellCheck.
192
- - `#I489064` - Fixed the issue bottom text overlapped with the footer line.
193
- - `#I489638` - Now, Doughnut chart renders properly in DocumentEditor.
194
- - `#I490573`, `#I491902` - Now, Able to edit text file.
195
- - `#I494011`, `#I494218` - Fixed the issue script error occurred when opening a document.
196
-
197
- ## 22.2.10 (2023-08-22)
198
-
199
- ### DocumentEditor
200
-
201
- #### Bug Fixes
202
-
203
- - `#I482625` , `#F183478` - Resolved the script error of opening a chart document.
204
- - `#F183689` , `#F183682` - Resolved the issue while inserting svg image.
205
- - `#I483658` - Resolved the frozen issue while loading the given document.
206
- - `#I483659` - Fixed the issue document editor crashes when trying to edit.
207
- - `#I483689` - Fixed the Overlapping issue while loading.
208
- - `#I484763` - Fixed the issue of editing header throws script error in console.
209
- - `#I485401` - Resolved the script error while downloading the document.
210
- - `#I485791` - Fixed the overlapping issue when we do enter before the shape.
211
- - `#I486671` - Resolved the script error occurred when scrolling.
212
-
213
- ## 22.2.9 (2023-08-15)
214
-
215
- ### DocumentEditor
216
-
217
- #### Bug Fixes
218
-
219
- - `#I482578` - Fixed the unsafe-eval error in source.
220
- - `#I486542` - Now, the Desired Font Family present properly in selecting Dropdown.
221
- - `#I485462` - Resolved the issue in updating font families dynamically.
222
- - `#F183689` - Resolved the issue while inserting svg image .
223
- - `#I483658` - Resolved the frozen issue while loading the given document.
224
- - `#I475459` - Added sanitize for the open, copy, and paste APIs.
225
-
226
- ## 22.2.8 (2023-08-08)
227
-
228
- ### DocumentEditor
229
-
230
- #### Bug Fixes
231
-
232
- - `#I482386`, `#I486455` - Resolved the spell check issue.
233
- - `#I482694` - Now, the table Header repeating is proper while enter new data at last row of the page.
234
- - `#I483711` - Fixed the issue in custom style preservation and applying.
235
- - `#I478257` - Fixed the issue in list format rendering.
236
- - `#I484131` - Resolved the table lines missing after saving the document.
237
- - `#I485502` - Resolved the issue in exporting the document with an image.
238
- - `#I486096` - Now, Update field appear in the context menu.
239
-
240
- ## 22.2.7 (2023-08-02)
241
-
242
- ### DocumentEditor
243
-
244
- #### Bug Fixes
245
-
246
- - `#I480272` - Resolved the Page get Freeze issue while opening a document.
247
- - `#I484011` - Added 1/2 px option in table properties pane width options.
248
- - `#F183323` - Resolved the table rendering issue.
249
- - `#I478257` - Fixed the issue in list format rendering.
250
- - `#I479946` - Now, the tracked content is preserved properly.
251
- - `#I479193` - Fixed the issue in opening an exported HTML file.
252
- - `#I477577` - Resolved the script error while clicking on the field.
253
- - `#FB44883` - Fixed the form fill pop-up rendering issues.
254
- - `#I481912` - Fixed the image overlapping issue in the header.
255
-
256
- ## 22.2.5 (2023-07-27)
257
-
258
- ### DocumentEditor
259
-
260
- #### Bug Fixes
261
-
262
- - `#I475597` - Now, show alert Message while entering invalid hyperlink address.
263
- - `#I473464` - Resolved the Toolbar disappear issue while destroy and re-append container instance.
264
- - `#I478156` - Resolved the text cut issue while highlighting selected text
265
-
266
- #### Breaking Changes
267
-
268
- - By default, the `enableOptimizedSpellCheck` property is set to `false`. However, when you enable the `enableSpellCheck` property, the `enableOptimizedSpellCheck` is automatically enabled as well.
269
-
270
- ## 22.1.39 (2023-07-18)
271
-
272
- ### DocumentEditor
273
-
274
- #### Bug Fixes
275
-
276
- - `#I476853` - Resolved the script error while pasting content when enable track changes.
277
- - `#I475577` - Now, text inserted correctly when setting column as left, right.
278
- - `#I478156` - Resolved the exception throw while SaveAsBlobAsync and load in blazor.
279
- - `#I477929` - Fixed the issue in header rendering.
280
- - `#I476855` - Resolved the script error is thrown when deleting the tracked content.
281
- - `#I461189` - Fixed the paste issue in Footnote content.
282
- - `#I477905` - Resolved the Comments not highlighting issue.
283
- - `#I477735` - Now, Properties pane has proper focus while moving mouse from the properties.
284
-
285
- ## 22.1.38 (2023-07-11)
286
-
287
- ### DocumentEditor
288
-
289
- #### Bug Fixes
290
-
291
- - `#I476430`, `#I475526` - Resolved the control freeze issue when inserting an image inside the table.
292
- - `#I475535` - Fixed the wrong image rendering while pasting.
293
- - `#I475151` - Resolved the time delay issue while editing the document.
294
- - `#I471381` - Fixed the shape layout issue when do enter before the table.
295
- - `#I477735` - Now, the properties pane has focus while moving the mouse from the properties.
296
- - `#F182887` - Resolved the table missing issue while importing.
297
- - `#I477569` - Fixed the formatting pane issue with Material 3 theme.
298
-
299
- ## 22.1.37 (2023-07-04)
300
-
301
- ### DocumentEditor
302
-
303
- #### Bug Fixes
304
-
305
- - `#I472778` - Fixed Console error occurred while managing options in the footer and header.
306
- - `#I470576` - Table is now rendered properly without content overlapping issue.
307
- - `#I471848` - The cell merging now working properly.
308
- - `#I470071` - Resolved the Editor Stuck while giving comment.
309
- - `#I469081` - Fixed the script error when delete the resize table.
310
-
311
- ## 22.1.36 (2023-06-28)
312
-
313
- ### DocumentEditor
314
-
315
- #### Bug Fixes
316
-
317
- - `#I462679` - Resolved performance issue occurred when inserting Text.
318
- - `#F182725` - Resolved the table with border color below 1pt.
319
- - `#I470871` - Resolved the issue in displaying the page number in the header section.
320
- - `#I471871` - Resolved the drag & drop shape issue.
321
- - `#I464996` - Resolved the table formatting issue while undoing.
322
- - `#I466554` - Resolved the table unresponsive issue when backspacing.
323
- - `#I473944` - Resolved the font change when exporting a document in docx format.
324
- - `#I471205` - Resolved the issue occurred when loading a document.
325
- - `#FB44186` - Resolved the horizontal line appears issue in the page header.
326
- - `#F182850` - Resolved the issue in docx exporting.
327
- - `#I469096` - Resolved the loss of original text formatting while pasting.
328
- - `#I464759` - Resolved the issue in shape rendering.
329
- - `#I464934` - Resolved the issue in customize the page size after inserting next page break.
146
+ - `#I397854`, `#I401771` - Added support for editing alternate text for images.
147
+ - `#I370306`, `#I438565` - Added support for character spacing and scaling.
148
+ - `#I273864`, `#I318326`, `#I325320`, `#I331615`, `#I339872`, `#F164047` - Added support for linking to the previous header/footer.
149
+ - `#I445060`, `#I468741` - Added a property in the `selectionChanged` event arguments to identify whether the user has completed their selection.
330
150
 
331
151
  ## 21.2.10 (2023-06-13)
332
152
 
333
- ### DocumentEditor
153
+ ### Document Editor
334
154
 
335
155
  #### Bug Fixes
336
156
 
@@ -341,7 +161,7 @@
341
161
 
342
162
  ## 21.2.9 (2023-06-06)
343
163
 
344
- ### DocumentEditor
164
+ ### Document Editor
345
165
 
346
166
  #### Bug Fixes
347
167
 
@@ -355,7 +175,7 @@
355
175
 
356
176
  ## 21.2.8 (2023-05-30)
357
177
 
358
- ### DocumentEditor
178
+ ### Document Editor
359
179
 
360
180
  #### Bug Fixes
361
181
 
@@ -376,7 +196,7 @@
376
196
 
377
197
  ## 21.2.6 (2023-05-23)
378
198
 
379
- ### DocumentEditor
199
+ ### Document Editor
380
200
 
381
201
  #### Bug Fixes
382
202
 
@@ -396,7 +216,7 @@
396
216
 
397
217
  ## 21.2.5 (2023-05-16)
398
218
 
399
- ### DocumentEditor
219
+ ### Document Editor
400
220
 
401
221
  #### Bug Fixes
402
222
 
@@ -414,7 +234,7 @@
414
234
 
415
235
  ## 21.2.4 (2023-05-09)
416
236
 
417
- ### DocumentEditor
237
+ ### Document Editor
418
238
 
419
239
  #### Bug Fixes
420
240
 
@@ -425,7 +245,7 @@
425
245
 
426
246
  ## 21.2.3 (2023-05-03)
427
247
 
428
- ### DocumentEditor
248
+ ### Document Editor
429
249
 
430
250
  #### Bug Fixes
431
251
 
@@ -437,7 +257,7 @@
437
257
 
438
258
  ## 21.1.41 (2023-04-18)
439
259
 
440
- ### DocumentEditor
260
+ ### Document Editor
441
261
 
442
262
  #### Bug Fixes
443
263
 
@@ -452,7 +272,7 @@
452
272
 
453
273
  ## 21.1.39 (2023-04-11)
454
274
 
455
- ### DocumentEditor
275
+ ### Document Editor
456
276
 
457
277
  #### Bug Fixes
458
278
 
@@ -478,7 +298,7 @@
478
298
 
479
299
  ## 21.1.38 (2023-04-04)
480
300
 
481
- ### DocumentEditor
301
+ ### Document Editor
482
302
 
483
303
  #### Bug Fixes
484
304
 
@@ -493,7 +313,7 @@
493
313
 
494
314
  ## 21.1.37 (2023-03-29)
495
315
 
496
- ### DocumentEditor
316
+ ### Document Editor
497
317
 
498
318
  #### Bug Fixes
499
319
 
@@ -505,7 +325,7 @@
505
325
 
506
326
  ## 21.1.35 (2023-03-23)
507
327
 
508
- ### DocumentEditor
328
+ ### Document Editor
509
329
 
510
330
  #### Breaking Changes
511
331
 
@@ -527,7 +347,7 @@
527
347
 
528
348
  ## 20.4.54 (2023-03-14)
529
349
 
530
- ### DocumentEditor
350
+ ### Document Editor
531
351
 
532
352
  #### Bug Fixes
533
353
 
@@ -537,7 +357,7 @@
537
357
 
538
358
  ## 20.4.53 (2023-03-07)
539
359
 
540
- ### DocumentEditor
360
+ ### Document Editor
541
361
 
542
362
  #### Bug Fixes
543
363
 
@@ -547,7 +367,7 @@
547
367
 
548
368
  ## 20.4.52 (2023-02-28)
549
369
 
550
- ### DocumentEditor
370
+ ### Document Editor
551
371
 
552
372
  #### Bug Fixes
553
373
 
@@ -556,7 +376,7 @@
556
376
 
557
377
  ## 20.4.51 (2023-02-21)
558
378
 
559
- ### DocumentEditor
379
+ ### Document Editor
560
380
 
561
381
  #### Bug Fixes
562
382
 
@@ -565,7 +385,7 @@
565
385
 
566
386
  ## 20.4.50 (2023-02-14)
567
387
 
568
- ### DocumentEditor
388
+ ### Document Editor
569
389
 
570
390
  #### Bug Fixes
571
391
 
@@ -577,7 +397,7 @@
577
397
 
578
398
  ## 20.4.49 (2023-02-07)
579
399
 
580
- ### DocumentEditor
400
+ ### Document Editor
581
401
 
582
402
  #### Bug Fixes
583
403
 
@@ -588,7 +408,7 @@
588
408
 
589
409
  ## 20.4.48 (2023-02-01)
590
410
 
591
- ### DocumentEditor
411
+ ### Document Editor
592
412
 
593
413
  #### Bug Fixes
594
414
 
@@ -600,7 +420,7 @@
600
420
 
601
421
  ## 20.4.44 (2023-01-18)
602
422
 
603
- ### DocumentEditor
423
+ ### Document Editor
604
424
 
605
425
  #### Bug Fixes
606
426
 
@@ -612,7 +432,7 @@
612
432
 
613
433
  ## 20.4.43 (2023-01-10)
614
434
 
615
- ### DocumentEditor
435
+ ### Document Editor
616
436
 
617
437
  #### Bug Fixes
618
438
 
@@ -621,7 +441,7 @@
621
441
 
622
442
  ## 20.4.42 (2023-01-04)
623
443
 
624
- ### DocumentEditor
444
+ ### Document Editor
625
445
 
626
446
  #### Bug Fixes
627
447
 
@@ -644,7 +464,7 @@
644
464
 
645
465
  ## 20.4.40 (2022-12-28)
646
466
 
647
- ### DocumentEditor
467
+ ### Document Editor
648
468
 
649
469
  #### Bug Fixes
650
470
 
@@ -654,7 +474,7 @@
654
474
 
655
475
  ## 20.3.60 (2022-12-06)
656
476
 
657
- ### DocumentEditor
477
+ ### Document Editor
658
478
 
659
479
  #### Bug Fixes
660
480
 
@@ -663,7 +483,7 @@
663
483
 
664
484
  ## 20.3.59 (2022-11-29)
665
485
 
666
- ### DocumentEditor
486
+ ### Document Editor
667
487
 
668
488
  #### Bug Fixes
669
489
 
@@ -672,7 +492,7 @@
672
492
 
673
493
  ## 20.3.58 (2022-11-22)
674
494
 
675
- ### DocumentEditor
495
+ ### Document Editor
676
496
 
677
497
  #### Bug Fixes
678
498
 
@@ -687,7 +507,7 @@
687
507
 
688
508
  ## 20.3.57 (2022-11-15)
689
509
 
690
- ### DocumentEditor
510
+ ### Document Editor
691
511
 
692
512
  #### Bug Fixes
693
513
 
@@ -701,7 +521,7 @@
701
521
 
702
522
  ## 20.3.56 (2022-11-08)
703
523
 
704
- ### DocumentEditor
524
+ ### Document Editor
705
525
 
706
526
  #### Bug Fixes
707
527
 
@@ -721,7 +541,7 @@
721
541
 
722
542
  ## 20.3.52 (2022-10-26)
723
543
 
724
- ### DocumentEditor
544
+ ### Document Editor
725
545
 
726
546
  #### Bug Fixes
727
547
 
@@ -733,7 +553,7 @@
733
553
 
734
554
  ## 20.3.50 (2022-10-18)
735
555
 
736
- ### DocumentEditor
556
+ ### Document Editor
737
557
 
738
558
  #### Bug Fixes
739
559
 
@@ -748,7 +568,7 @@
748
568
 
749
569
  ## 20.3.49 (2022-10-11)
750
570
 
751
- ### DocumentEditor
571
+ ### Document Editor
752
572
 
753
573
  #### Bug Fixes
754
574
 
@@ -763,7 +583,7 @@
763
583
 
764
584
  ## 20.3.48 (2022-10-05)
765
585
 
766
- ### DocumentEditor
586
+ ### Document Editor
767
587
 
768
588
  #### Bug Fixes
769
589
 
@@ -782,7 +602,7 @@
782
602
 
783
603
  ## 20.3.47 (2022-09-29)
784
604
 
785
- ### DocumentEditor
605
+ ### Document Editor
786
606
 
787
607
  #### New Features
788
608
 
@@ -790,7 +610,7 @@
790
610
 
791
611
  ## 20.1.52 (2022-05-04)
792
612
 
793
- ### DocumentEditor
613
+ ### Document Editor
794
614
 
795
615
  #### Bug Fixes
796
616
 
@@ -817,7 +637,7 @@
817
637
 
818
638
  ## 20.1.51 (2022-04-26)
819
639
 
820
- ### DocumentEditor
640
+ ### Document Editor
821
641
 
822
642
  #### Bug Fixes
823
643
 
@@ -830,7 +650,7 @@
830
650
 
831
651
  ## 20.1.50 (2022-04-19)
832
652
 
833
- ### DocumentEditor
653
+ ### Document Editor
834
654
 
835
655
  #### Bug Fixes
836
656
 
@@ -840,7 +660,7 @@
840
660
 
841
661
  ## 20.1.48 (2022-04-12)
842
662
 
843
- ### DocumentEditor
663
+ ### Document Editor
844
664
 
845
665
  #### Bug Fixes
846
666
 
@@ -864,7 +684,7 @@
864
684
 
865
685
  ## 20.1.47 (2022-04-04)
866
686
 
867
- ### DocumentEditor
687
+ ### Document Editor
868
688
 
869
689
  #### Bug Fixes
870
690
 
@@ -884,7 +704,7 @@
884
704
 
885
705
  ## 19.4.56 (2022-03-15)
886
706
 
887
- ### DocumentEditor
707
+ ### Document Editor
888
708
 
889
709
  #### Bug Fixes
890
710
 
@@ -898,7 +718,7 @@
898
718
 
899
719
  ## 19.4.55 (2022-03-08)
900
720
 
901
- ### DocumentEditor
721
+ ### Document Editor
902
722
 
903
723
  #### Bug Fixes
904
724
 
@@ -920,7 +740,7 @@
920
740
 
921
741
  ## 19.4.54 (2022-03-01)
922
742
 
923
- ### DocumentEditor
743
+ ### Document Editor
924
744
 
925
745
  #### Bug Fixes
926
746
 
@@ -933,7 +753,7 @@
933
753
 
934
754
  ## 19.4.53 (2022-02-22)
935
755
 
936
- ### DocumentEditor
756
+ ### Document Editor
937
757
 
938
758
  #### Bug Fixes
939
759
 
@@ -950,7 +770,7 @@
950
770
 
951
771
  ## 19.4.52 (2022-02-15)
952
772
 
953
- ### DocumentEditor
773
+ ### Document Editor
954
774
 
955
775
  #### Bug Fixes
956
776
 
@@ -972,7 +792,7 @@
972
792
 
973
793
  ## 19.4.50 (2022-02-08)
974
794
 
975
- ### DocumentEditor
795
+ ### Document Editor
976
796
 
977
797
  #### Bug Fixes
978
798
 
@@ -989,7 +809,7 @@
989
809
 
990
810
  ## 19.4.48 (2022-01-31)
991
811
 
992
- ### DocumentEditor
812
+ ### Document Editor
993
813
 
994
814
  #### Bug Fixes
995
815
 
@@ -1051,7 +871,7 @@
1051
871
 
1052
872
  ## 19.4.47 (2022-01-25)
1053
873
 
1054
- ### DocumentEditor
874
+ ### Document Editor
1055
875
 
1056
876
  #### Bug Fixes
1057
877
 
@@ -1067,7 +887,7 @@
1067
887
 
1068
888
  ## 19.4.43 (2022-01-18)
1069
889
 
1070
- ### DocumentEditor
890
+ ### Document Editor
1071
891
 
1072
892
  #### Bug Fixes
1073
893
 
@@ -1095,7 +915,7 @@
1095
915
 
1096
916
  ## 19.4.41 (2022-01-04)
1097
917
 
1098
- ### DocumentEditor
918
+ ### Document Editor
1099
919
 
1100
920
  #### Bug Fixes
1101
921
 
@@ -1112,7 +932,7 @@
1112
932
 
1113
933
  ## 19.4.40 (2021-12-28)
1114
934
 
1115
- ### DocumentEditor
935
+ ### Document Editor
1116
936
 
1117
937
  #### Bug Fixes
1118
938
 
@@ -1126,7 +946,7 @@
1126
946
 
1127
947
  ## 19.4.38 (2021-12-17)
1128
948
 
1129
- ### DocumentEditor
949
+ ### Document Editor
1130
950
 
1131
951
  #### Bug Fixes
1132
952
 
@@ -1199,7 +1019,7 @@
1199
1019
 
1200
1020
  ## 19.3.56 (2021-12-02)
1201
1021
 
1202
- ### DocumentEditor
1022
+ ### Document Editor
1203
1023
 
1204
1024
  #### Bug Fixes
1205
1025
 
@@ -1218,7 +1038,7 @@
1218
1038
 
1219
1039
  ## 19.3.55 (2021-11-23)
1220
1040
 
1221
- ### DocumentEditor
1041
+ ### Document Editor
1222
1042
 
1223
1043
  #### Bug Fixes
1224
1044
 
@@ -1226,7 +1046,7 @@
1226
1046
 
1227
1047
  ## 19.3.54 (2021-11-17)
1228
1048
 
1229
- ### DocumentEditor
1049
+ ### Document Editor
1230
1050
 
1231
1051
  #### Bug Fixes
1232
1052
 
@@ -1237,7 +1057,7 @@
1237
1057
 
1238
1058
  ## 19.3.53 (2021-11-12)
1239
1059
 
1240
- ### DocumentEditor
1060
+ ### Document Editor
1241
1061
 
1242
1062
  #### Bug Fixes
1243
1063
 
@@ -1290,7 +1110,7 @@
1290
1110
 
1291
1111
  ## 19.3.48 (2021-11-02)
1292
1112
 
1293
- ### DocumentEditor
1113
+ ### Document Editor
1294
1114
 
1295
1115
  #### Bug Fixes
1296
1116
 
@@ -1300,7 +1120,7 @@
1300
1120
 
1301
1121
  ## 19.3.47 (2021-10-26)
1302
1122
 
1303
- ### DocumentEditor
1123
+ ### Document Editor
1304
1124
 
1305
1125
  #### Bug Fixes
1306
1126
 
@@ -1310,7 +1130,7 @@
1310
1130
 
1311
1131
  ## 19.3.46 (2021-10-19)
1312
1132
 
1313
- ### DocumentEditor
1133
+ ### Document Editor
1314
1134
 
1315
1135
  #### Bug Fixes
1316
1136
 
@@ -1328,7 +1148,7 @@
1328
1148
 
1329
1149
  ## 19.3.45 (2021-10-12)
1330
1150
 
1331
- ### DocumentEditor
1151
+ ### Document Editor
1332
1152
 
1333
1153
  #### Bug Fixes
1334
1154
 
@@ -1349,7 +1169,7 @@
1349
1169
 
1350
1170
  ## 19.3.44 (2021-10-05)
1351
1171
 
1352
- ### DocumentEditor
1172
+ ### Document Editor
1353
1173
 
1354
1174
  #### Bug Fixes
1355
1175
 
@@ -1372,7 +1192,7 @@
1372
1192
 
1373
1193
  ## 19.3.43 (2021-09-30)
1374
1194
 
1375
- ### DocumentEditor
1195
+ ### Document Editor
1376
1196
 
1377
1197
  #### Breaking Changes
1378
1198
 
@@ -1450,7 +1270,7 @@
1450
1270
 
1451
1271
  ## 19.2.62 (2021-09-14)
1452
1272
 
1453
- ### DocumentEditor
1273
+ ### Document Editor
1454
1274
 
1455
1275
  #### Bug Fixes
1456
1276
 
@@ -1459,7 +1279,7 @@
1459
1279
 
1460
1280
  ## 19.2.60 (2021-09-07)
1461
1281
 
1462
- ### DocumentEditor
1282
+ ### Document Editor
1463
1283
 
1464
1284
  #### Bug Fixes
1465
1285
 
@@ -1470,7 +1290,7 @@
1470
1290
 
1471
1291
  ## 19.2.59 (2021-08-31)
1472
1292
 
1473
- ### DocumentEditor
1293
+ ### Document Editor
1474
1294
 
1475
1295
  #### Bug Fixes
1476
1296
 
@@ -1482,7 +1302,7 @@
1482
1302
 
1483
1303
  ## 19.2.57 (2021-08-24)
1484
1304
 
1485
- ### DocumentEditor
1305
+ ### Document Editor
1486
1306
 
1487
1307
  #### Bug Fixes
1488
1308
 
@@ -1499,7 +1319,7 @@
1499
1319
 
1500
1320
  ## 19.2.56 (2021-08-17)
1501
1321
 
1502
- ### DocumentEditor
1322
+ ### Document Editor
1503
1323
 
1504
1324
  #### Bug Fixes
1505
1325
 
@@ -1509,7 +1329,7 @@
1509
1329
 
1510
1330
  ## 19.2.55 (2021-08-11)
1511
1331
 
1512
- ### DocumentEditor
1332
+ ### Document Editor
1513
1333
 
1514
1334
  #### New Features
1515
1335
 
@@ -1549,7 +1369,7 @@
1549
1369
 
1550
1370
  ## 19.2.49 (2021-07-27)
1551
1371
 
1552
- ### DocumentEditor
1372
+ ### Document Editor
1553
1373
 
1554
1374
  #### Bug Fixes
1555
1375
 
@@ -1562,7 +1382,7 @@
1562
1382
 
1563
1383
  ## 19.2.48 (2021-07-20)
1564
1384
 
1565
- ### DocumentEditor
1385
+ ### Document Editor
1566
1386
 
1567
1387
  #### Bug Fixes
1568
1388
 
@@ -1573,7 +1393,7 @@
1573
1393
 
1574
1394
  ## 19.2.47 (2021-07-13)
1575
1395
 
1576
- ### DocumentEditor
1396
+ ### Document Editor
1577
1397
 
1578
1398
  #### Bug Fixes
1579
1399
 
@@ -1592,7 +1412,7 @@
1592
1412
 
1593
1413
  ## 19.2.46 (2021-07-06)
1594
1414
 
1595
- ### DocumentEditor
1415
+ ### Document Editor
1596
1416
 
1597
1417
  #### Bug Fixes
1598
1418
 
@@ -1610,7 +1430,7 @@
1610
1430
 
1611
1431
  ## 19.2.44 (2021-06-30)
1612
1432
 
1613
- ### DocumentEditor
1433
+ ### Document Editor
1614
1434
 
1615
1435
  #### New Features
1616
1436
 
@@ -1742,7 +1562,7 @@
1742
1562
 
1743
1563
  ## 19.1.69 (2021-06-15)
1744
1564
 
1745
- ### DocumentEditor
1565
+ ### Document Editor
1746
1566
 
1747
1567
  #### Bug Fixes
1748
1568
 
@@ -1756,7 +1576,7 @@
1756
1576
 
1757
1577
  ## 19.1.67 (2021-06-08)
1758
1578
 
1759
- ### DocumentEditor
1579
+ ### Document Editor
1760
1580
 
1761
1581
  #### Bug Fixes
1762
1582
 
@@ -1770,7 +1590,7 @@
1770
1590
 
1771
1591
  ## 19.1.66 (2021-06-01)
1772
1592
 
1773
- ### DocumentEditor
1593
+ ### Document Editor
1774
1594
 
1775
1595
  - `#I326144` - Resolved the issue with multi line track changes.
1776
1596
  - `#I328063` - Document with checkbox form field applied with to character format is now opened properly.
@@ -1781,7 +1601,7 @@
1781
1601
 
1782
1602
  ## 19.1.65 (2021-05-25)
1783
1603
 
1784
- ### DocumentEditor
1604
+ ### Document Editor
1785
1605
 
1786
1606
  #### Bug Fixes
1787
1607
 
@@ -1799,7 +1619,7 @@
1799
1619
 
1800
1620
  ## 19.1.64 (2021-05-19)
1801
1621
 
1802
- ### DocumentEditor
1622
+ ### Document Editor
1803
1623
 
1804
1624
  #### Bug Fixes
1805
1625
 
@@ -1814,7 +1634,7 @@
1814
1634
 
1815
1635
  ## 19.1.63 (2021-05-13)
1816
1636
 
1817
- ### DocumentEditor
1637
+ ### Document Editor
1818
1638
 
1819
1639
  #### Bug Fixes
1820
1640
 
@@ -1838,7 +1658,7 @@
1838
1658
 
1839
1659
  ## 19.1.59 (2021-05-04)
1840
1660
 
1841
- ### DocumentEditor
1661
+ ### Document Editor
1842
1662
 
1843
1663
  #### New Features
1844
1664
 
@@ -1863,7 +1683,7 @@
1863
1683
 
1864
1684
  ## 19.1.58 (2021-04-27)
1865
1685
 
1866
- ### DocumentEditor
1686
+ ### Document Editor
1867
1687
 
1868
1688
  #### Bug Fixes
1869
1689
 
@@ -1881,7 +1701,7 @@
1881
1701
 
1882
1702
  ## 19.1.57 (2021-04-20)
1883
1703
 
1884
- ### DocumentEditor
1704
+ ### Document Editor
1885
1705
 
1886
1706
  #### Bug Fixes
1887
1707
 
@@ -1908,7 +1728,7 @@
1908
1728
 
1909
1729
  ## 19.1.56 (2021-04-13)
1910
1730
 
1911
- ### DocumentEditor
1731
+ ### Document Editor
1912
1732
 
1913
1733
  #### Bug Fixes
1914
1734
 
@@ -1935,7 +1755,7 @@
1935
1755
 
1936
1756
  ## 19.1.55 (2021-04-06)
1937
1757
 
1938
- ### DocumentEditor
1758
+ ### Document Editor
1939
1759
 
1940
1760
  #### Bug Fixes
1941
1761
 
@@ -1955,7 +1775,7 @@
1955
1775
 
1956
1776
  ## 19.1.54 (2021-03-30)
1957
1777
 
1958
- ### DocumentEditor
1778
+ ### Document Editor
1959
1779
 
1960
1780
  #### Breaking Changes
1961
1781
 
@@ -1976,7 +1796,7 @@
1976
1796
 
1977
1797
  ## 18.4.49 (2021-03-23)
1978
1798
 
1979
- ### DocumentEditor
1799
+ ### Document Editor
1980
1800
 
1981
1801
  #### Bug Fixes
1982
1802
 
@@ -1989,7 +1809,7 @@
1989
1809
 
1990
1810
  ## 18.4.48 (2021-03-16)
1991
1811
 
1992
- ### DocumentEditor
1812
+ ### Document Editor
1993
1813
 
1994
1814
  #### Bug Fixes
1995
1815
 
@@ -2003,7 +1823,7 @@
2003
1823
 
2004
1824
  ## 18.4.47 (2021-03-09)
2005
1825
 
2006
- ### DocumentEditor
1826
+ ### Document Editor
2007
1827
 
2008
1828
  #### Breaking Changes
2009
1829
 
@@ -2024,7 +1844,7 @@
2024
1844
 
2025
1845
  ## 18.4.46 (2021-03-02)
2026
1846
 
2027
- ### DocumentEditor
1847
+ ### Document Editor
2028
1848
 
2029
1849
  #### Bug Fixes
2030
1850
 
@@ -2037,7 +1857,7 @@
2037
1857
 
2038
1858
  ## 18.4.44 (2021-02-23)
2039
1859
 
2040
- ### DocumentEditor
1860
+ ### Document Editor
2041
1861
 
2042
1862
  #### Bug Fixes
2043
1863
 
@@ -2052,7 +1872,7 @@
2052
1872
 
2053
1873
  ## 18.4.43 (2021-02-16)
2054
1874
 
2055
- ### DocumentEditor
1875
+ ### Document Editor
2056
1876
 
2057
1877
  #### Bug Fixes
2058
1878
 
@@ -2065,7 +1885,7 @@
2065
1885
 
2066
1886
  ## 18.4.42 (2021-02-09)
2067
1887
 
2068
- ### DocumentEditor
1888
+ ### Document Editor
2069
1889
 
2070
1890
  #### Bug Fixes
2071
1891
 
@@ -2080,7 +1900,7 @@
2080
1900
 
2081
1901
  ## 18.4.41 (2021-02-02)
2082
1902
 
2083
- ### DocumentEditor
1903
+ ### Document Editor
2084
1904
 
2085
1905
  #### Bug Fixes
2086
1906
 
@@ -2096,7 +1916,7 @@
2096
1916
 
2097
1917
  ## 18.4.35 (2021-01-19)
2098
1918
 
2099
- ### DocumentEditor
1919
+ ### Document Editor
2100
1920
 
2101
1921
  #### Bug Fixes
2102
1922
 
@@ -2109,7 +1929,7 @@
2109
1929
 
2110
1930
  ## 18.4.34 (2021-01-12)
2111
1931
 
2112
- ### DocumentEditor
1932
+ ### Document Editor
2113
1933
 
2114
1934
  #### Bug Fixes
2115
1935
 
@@ -2125,7 +1945,7 @@
2125
1945
 
2126
1946
  ## 18.4.33 (2021-01-05)
2127
1947
 
2128
- ### DocumentEditor
1948
+ ### Document Editor
2129
1949
 
2130
1950
  #### Bug Fixes
2131
1951
 
@@ -2134,7 +1954,7 @@
2134
1954
 
2135
1955
  ## 18.4.32 (2020-12-29)
2136
1956
 
2137
- ### DocumentEditor
1957
+ ### Document Editor
2138
1958
 
2139
1959
  #### Bug Fixes
2140
1960
 
@@ -2144,7 +1964,7 @@
2144
1964
 
2145
1965
  ## 18.4.31 (2020-12-22)
2146
1966
 
2147
- ### DocumentEditor
1967
+ ### Document Editor
2148
1968
 
2149
1969
  #### Bug Fixes
2150
1970
 
@@ -2158,7 +1978,7 @@
2158
1978
 
2159
1979
  ## 18.4.30 (2020-12-17)
2160
1980
 
2161
- ### DocumentEditor
1981
+ ### Document Editor
2162
1982
 
2163
1983
  #### New Features
2164
1984
 
@@ -2166,7 +1986,7 @@
2166
1986
 
2167
1987
  ## 18.3.53 (2020-12-08)
2168
1988
 
2169
- ### DocumentEditor
1989
+ ### Document Editor
2170
1990
 
2171
1991
  #### Bug Fixes
2172
1992
 
@@ -2176,7 +1996,7 @@
2176
1996
 
2177
1997
  ## 18.3.52 (2020-12-01)
2178
1998
 
2179
- ### DocumentEditor
1999
+ ### Document Editor
2180
2000
 
2181
2001
  #### Bug Fixes
2182
2002
 
@@ -2186,7 +2006,7 @@
2186
2006
 
2187
2007
  ## 18.3.51 (2020-11-24)
2188
2008
 
2189
- ### DocumentEditor
2009
+ ### Document Editor
2190
2010
 
2191
2011
  #### Bug Fixes
2192
2012
 
@@ -2200,7 +2020,7 @@
2200
2020
 
2201
2021
  ## 18.3.50 (2020-11-17)
2202
2022
 
2203
- ### DocumentEditor
2023
+ ### Document Editor
2204
2024
 
2205
2025
  #### Bug Fixes
2206
2026
 
@@ -2209,7 +2029,7 @@
2209
2029
 
2210
2030
  ## 18.3.48 (2020-11-11)
2211
2031
 
2212
- ### DocumentEditor
2032
+ ### Document Editor
2213
2033
 
2214
2034
  #### Bug Fixes
2215
2035
 
@@ -2218,7 +2038,7 @@
2218
2038
 
2219
2039
  ## 18.3.47 (2020-11-05)
2220
2040
 
2221
- ### DocumentEditor
2041
+ ### Document Editor
2222
2042
 
2223
2043
  #### New Features
2224
2044
 
@@ -2253,7 +2073,7 @@
2253
2073
 
2254
2074
  ## 18.3.44 (2020-10-27)
2255
2075
 
2256
- ### DocumentEditor
2076
+ ### Document Editor
2257
2077
 
2258
2078
  #### Bug Fixes
2259
2079
 
@@ -2266,7 +2086,7 @@
2266
2086
 
2267
2087
  ## 18.3.42 (2020-10-20)
2268
2088
 
2269
- ### DocumentEditor
2089
+ ### Document Editor
2270
2090
 
2271
2091
  #### New Features
2272
2092
 
@@ -2286,7 +2106,7 @@
2286
2106
 
2287
2107
  ## 18.3.40 (2020-10-13)
2288
2108
 
2289
- ### DocumentEditor
2109
+ ### Document Editor
2290
2110
 
2291
2111
  #### Bug Fixes
2292
2112
 
@@ -2302,7 +2122,7 @@
2302
2122
 
2303
2123
  ## 18.3.35 (2020-10-01)
2304
2124
 
2305
- ### DocumentEditor
2125
+ ### Document Editor
2306
2126
 
2307
2127
  #### Bug Fixes
2308
2128
 
@@ -2374,7 +2194,7 @@
2374
2194
 
2375
2195
  ## 18.2.58 (2020-09-15)
2376
2196
 
2377
- ### DocumentEditor
2197
+ ### Document Editor
2378
2198
 
2379
2199
  #### New Features
2380
2200
 
@@ -2392,7 +2212,7 @@
2392
2212
 
2393
2213
  ## 18.2.57 (2020-09-08)
2394
2214
 
2395
- ### DocumentEditor
2215
+ ### Document Editor
2396
2216
 
2397
2217
  #### New Features
2398
2218
 
@@ -2417,7 +2237,7 @@
2417
2237
 
2418
2238
  ## 18.2.55 (2020-08-25)
2419
2239
 
2420
- ### DocumentEditor
2240
+ ### Document Editor
2421
2241
 
2422
2242
  #### Bug Fixes
2423
2243
 
@@ -2432,7 +2252,7 @@
2432
2252
 
2433
2253
  ## 18.2.54 (2020-08-18)
2434
2254
 
2435
- ### DocumentEditor
2255
+ ### Document Editor
2436
2256
 
2437
2257
  #### New Features
2438
2258
 
@@ -2473,7 +2293,7 @@
2473
2293
 
2474
2294
  ## 18.2.47 (2020-07-28)
2475
2295
 
2476
- ### DocumentEditor
2296
+ ### Document Editor
2477
2297
 
2478
2298
  #### New Features
2479
2299
 
@@ -2486,7 +2306,7 @@
2486
2306
 
2487
2307
  ## 18.2.46 (2020-07-21)
2488
2308
 
2489
- ### DocumentEditor
2309
+ ### Document Editor
2490
2310
 
2491
2311
  #### New Features
2492
2312
 
@@ -2503,7 +2323,7 @@
2503
2323
 
2504
2324
  ## 18.2.45 (2020-07-14)
2505
2325
 
2506
- ### DocumentEditor
2326
+ ### Document Editor
2507
2327
 
2508
2328
  #### New Features
2509
2329
 
@@ -2519,7 +2339,7 @@
2519
2339
 
2520
2340
  ## 18.2.44 (2020-07-07)
2521
2341
 
2522
- ### DocumentEditor
2342
+ ### Document Editor
2523
2343
 
2524
2344
  #### Breaking Changes
2525
2345
 
@@ -2608,7 +2428,7 @@
2608
2428
 
2609
2429
  ## 18.1.56 (2020-06-09)
2610
2430
 
2611
- ### DocumentEditor
2431
+ ### Document Editor
2612
2432
 
2613
2433
  #### Bug Fixes
2614
2434
 
@@ -2623,7 +2443,7 @@
2623
2443
 
2624
2444
  ## 18.1.55 (2020-06-02)
2625
2445
 
2626
- ### DocumentEditor
2446
+ ### Document Editor
2627
2447
 
2628
2448
  #### Bug Fixes
2629
2449
 
@@ -2637,7 +2457,7 @@
2637
2457
 
2638
2458
  ## 18.1.54 (2020-05-26)
2639
2459
 
2640
- ### DocumentEditor
2460
+ ### Document Editor
2641
2461
 
2642
2462
  #### Bug Fixes
2643
2463
 
@@ -2652,7 +2472,7 @@
2652
2472
 
2653
2473
  ## 18.1.53 (2020-05-19)
2654
2474
 
2655
- ### DocumentEditor
2475
+ ### Document Editor
2656
2476
 
2657
2477
  #### New Features
2658
2478
 
@@ -2669,7 +2489,7 @@
2669
2489
 
2670
2490
  ## 18.1.52 (2020-05-13)
2671
2491
 
2672
- ### DocumentEditor
2492
+ ### Document Editor
2673
2493
 
2674
2494
  #### New Features
2675
2495
 
@@ -2682,7 +2502,7 @@
2682
2502
 
2683
2503
  ## 18.1.48 (2020-05-05)
2684
2504
 
2685
- ### DocumentEditor
2505
+ ### Document Editor
2686
2506
 
2687
2507
  #### Bug Fixes
2688
2508
 
@@ -2697,7 +2517,7 @@
2697
2517
 
2698
2518
  ## 18.1.46 (2020-04-28)
2699
2519
 
2700
- ### DocumentEditor
2520
+ ### Document Editor
2701
2521
 
2702
2522
  #### New Features
2703
2523
 
@@ -2716,7 +2536,7 @@
2716
2536
 
2717
2537
  ## 18.1.45 (2020-04-21)
2718
2538
 
2719
- ### DocumentEditor
2539
+ ### Document Editor
2720
2540
 
2721
2541
  #### Bug Fixes
2722
2542
 
@@ -2727,7 +2547,7 @@
2727
2547
 
2728
2548
  ## 18.1.44 (2020-04-14)
2729
2549
 
2730
- ### DocumentEditor
2550
+ ### Document Editor
2731
2551
 
2732
2552
  #### New Features
2733
2553
 
@@ -2743,7 +2563,7 @@
2743
2563
 
2744
2564
  ## 18.1.43 (2020-04-07)
2745
2565
 
2746
- ### DocumentEditor
2566
+ ### Document Editor
2747
2567
 
2748
2568
  #### Bug Fixes
2749
2569
 
@@ -2758,7 +2578,7 @@
2758
2578
 
2759
2579
  ## 18.1.42 (2020-04-01)
2760
2580
 
2761
- ### DocumentEditor
2581
+ ### Document Editor
2762
2582
 
2763
2583
  #### Breaking Changes
2764
2584
 
@@ -2889,7 +2709,7 @@
2889
2709
 
2890
2710
  ## 18.1.36-beta (2020-03-19)
2891
2711
 
2892
- ### DocumentEditor
2712
+ ### Document Editor
2893
2713
 
2894
2714
  #### Breaking Changes
2895
2715
 
@@ -3012,7 +2832,7 @@
3012
2832
 
3013
2833
  ## 17.4.55 (2020-03-10)
3014
2834
 
3015
- ### DocumentEditor
2835
+ ### Document Editor
3016
2836
 
3017
2837
  #### New Features
3018
2838
 
@@ -3029,7 +2849,7 @@
3029
2849
 
3030
2850
  ## 17.4.51 (2020-02-25)
3031
2851
 
3032
- ### DocumentEditor
2852
+ ### Document Editor
3033
2853
 
3034
2854
  #### Bug Fixes
3035
2855
 
@@ -3041,7 +2861,7 @@
3041
2861
 
3042
2862
  ## 17.4.50 (2020-02-18)
3043
2863
 
3044
- ### DocumentEditor
2864
+ ### Document Editor
3045
2865
 
3046
2866
  #### New Features
3047
2867
 
@@ -3053,7 +2873,7 @@
3053
2873
 
3054
2874
  ## 17.4.49 (2020-02-11)
3055
2875
 
3056
- ### DocumentEditor
2876
+ ### Document Editor
3057
2877
 
3058
2878
  #### New Features
3059
2879
 
@@ -3069,7 +2889,7 @@
3069
2889
 
3070
2890
  ## 17.4.47 (2020-02-05)
3071
2891
 
3072
- ### DocumentEditor
2892
+ ### Document Editor
3073
2893
 
3074
2894
  #### New Features
3075
2895
 
@@ -3085,7 +2905,7 @@
3085
2905
 
3086
2906
  ## 17.4.46 (2020-01-30)
3087
2907
 
3088
- ### DocumentEditor
2908
+ ### Document Editor
3089
2909
 
3090
2910
  #### Breaking Changes
3091
2911
 
@@ -3100,7 +2920,7 @@
3100
2920
 
3101
2921
  ## 17.4.43 (2020-01-14)
3102
2922
 
3103
- ### DocumentEditor
2923
+ ### Document Editor
3104
2924
 
3105
2925
  #### Bug Fixes
3106
2926
 
@@ -3114,7 +2934,7 @@
3114
2934
 
3115
2935
  ## 17.4.41 (2020-01-07)
3116
2936
 
3117
- ### DocumentEditor
2937
+ ### Document Editor
3118
2938
 
3119
2939
  #### New Features
3120
2940
 
@@ -3134,7 +2954,7 @@
3134
2954
 
3135
2955
  ## 17.4.40 (2019-12-24)
3136
2956
 
3137
- ### DocumentEditor
2957
+ ### Document Editor
3138
2958
 
3139
2959
  #### Breaking Changes
3140
2960
 
@@ -3206,7 +3026,7 @@
3206
3026
 
3207
3027
  ## 17.4.39 (2019-12-17)
3208
3028
 
3209
- ### DocumentEditor
3029
+ ### Document Editor
3210
3030
 
3211
3031
  #### New Features
3212
3032
 
@@ -3218,7 +3038,7 @@
3218
3038
 
3219
3039
  ## 17.3.29 (2019-11-26)
3220
3040
 
3221
- ### DocumentEditor
3041
+ ### Document Editor
3222
3042
 
3223
3043
  #### Bug Fixes
3224
3044
 
@@ -3231,7 +3051,7 @@
3231
3051
 
3232
3052
  ## 17.3.28 (2019-11-19)
3233
3053
 
3234
- ### DocumentEditor
3054
+ ### Document Editor
3235
3055
 
3236
3056
  #### New Features
3237
3057
 
@@ -3248,7 +3068,7 @@
3248
3068
 
3249
3069
  ## 17.3.27 (2019-11-12)
3250
3070
 
3251
- ### DocumentEditor
3071
+ ### Document Editor
3252
3072
 
3253
3073
  #### New Features
3254
3074
 
@@ -3264,7 +3084,7 @@
3264
3084
 
3265
3085
  ## 17.3.26 (2019-11-05)
3266
3086
 
3267
- ### DocumentEditor
3087
+ ### Document Editor
3268
3088
 
3269
3089
  #### New Features
3270
3090
 
@@ -3280,7 +3100,7 @@
3280
3100
 
3281
3101
  ## 17.3.21 (2019-10-30)
3282
3102
 
3283
- ### DocumentEditor
3103
+ ### Document Editor
3284
3104
 
3285
3105
  #### Bug Fixes
3286
3106
 
@@ -3291,7 +3111,7 @@
3291
3111
 
3292
3112
  ## 17.3.19 (2019-10-22)
3293
3113
 
3294
- ### DocumentEditor
3114
+ ### Document Editor
3295
3115
 
3296
3116
  #### New Features
3297
3117
 
@@ -3306,7 +3126,7 @@
3306
3126
 
3307
3127
  ## 17.3.17 (2019-10-15)
3308
3128
 
3309
- ### DocumentEditor
3129
+ ### Document Editor
3310
3130
 
3311
3131
  #### Bug Fixes
3312
3132
 
@@ -3322,7 +3142,7 @@
3322
3142
 
3323
3143
  ## 17.3.16 (2019-10-09)
3324
3144
 
3325
- ### DocumentEditor
3145
+ ### Document Editor
3326
3146
 
3327
3147
  #### Bug Fixes
3328
3148
 
@@ -3335,7 +3155,7 @@
3335
3155
 
3336
3156
  ## 17.3.14 (2019-10-03)
3337
3157
 
3338
- ### DocumentEditor
3158
+ ### Document Editor
3339
3159
 
3340
3160
  #### New Features
3341
3161
 
@@ -3363,7 +3183,7 @@
3363
3183
 
3364
3184
  ## 17.3.9-beta (2019-09-20)
3365
3185
 
3366
- ### DocumentEditor
3186
+ ### Document Editor
3367
3187
 
3368
3188
  #### Bug Fixes
3369
3189
 
@@ -3372,7 +3192,7 @@
3372
3192
 
3373
3193
  ## 17.2.49 (2019-09-04)
3374
3194
 
3375
- ### DocumentEditor
3195
+ ### Document Editor
3376
3196
 
3377
3197
  #### Bug Fixes
3378
3198
 
@@ -3385,7 +3205,7 @@
3385
3205
 
3386
3206
  ## 17.2.47 (2019-08-27)
3387
3207
 
3388
- ### DocumentEditor
3208
+ ### Document Editor
3389
3209
 
3390
3210
  #### Bug Fixes
3391
3211
 
@@ -3395,7 +3215,7 @@
3395
3215
 
3396
3216
  ## 17.2.41 (2019-08-14)
3397
3217
 
3398
- ### DocumentEditor
3218
+ ### Document Editor
3399
3219
 
3400
3220
  #### Bug Fixes
3401
3221
 
@@ -3408,7 +3228,7 @@
3408
3228
 
3409
3229
  ## 17.2.40 (2019-08-06)
3410
3230
 
3411
- ### DocumentEditor
3231
+ ### Document Editor
3412
3232
 
3413
3233
  #### Bug Fixes
3414
3234
 
@@ -3419,7 +3239,7 @@
3419
3239
 
3420
3240
  ## 17.2.39 (2019-07-30)
3421
3241
 
3422
- ### DocumentEditor
3242
+ ### Document Editor
3423
3243
 
3424
3244
  #### New Features
3425
3245
 
@@ -3432,7 +3252,7 @@
3432
3252
 
3433
3253
  ## 17.2.36 (2019-07-24)
3434
3254
 
3435
- ### DocumentEditor
3255
+ ### Document Editor
3436
3256
 
3437
3257
  #### Bug Fixes
3438
3258
 
@@ -3442,7 +3262,7 @@
3442
3262
 
3443
3263
  ## 17.2.35 (2019-07-17)
3444
3264
 
3445
- ### DocumentEditor
3265
+ ### Document Editor
3446
3266
 
3447
3267
  #### Bug Fixes
3448
3268
 
@@ -3454,7 +3274,7 @@
3454
3274
 
3455
3275
  ## 17.2.34 (2019-07-11)
3456
3276
 
3457
- ### DocumentEditor
3277
+ ### Document Editor
3458
3278
 
3459
3279
  #### Breaking Changes
3460
3280
 
@@ -3469,7 +3289,7 @@
3469
3289
 
3470
3290
  ## 17.2.28-beta (2019-06-27)
3471
3291
 
3472
- ### DocumentEditor
3292
+ ### Document Editor
3473
3293
 
3474
3294
  #### Breaking Changes
3475
3295
 
@@ -3495,7 +3315,7 @@
3495
3315
 
3496
3316
  ## 17.1.50 (2019-06-04)
3497
3317
 
3498
- ### DocumentEditor
3318
+ ### Document Editor
3499
3319
 
3500
3320
  #### Bug Fixes
3501
3321
 
@@ -3504,7 +3324,7 @@
3504
3324
 
3505
3325
  ## 17.1.49 (2019-05-29)
3506
3326
 
3507
- ### DocumentEditor
3327
+ ### Document Editor
3508
3328
 
3509
3329
  #### Bug Fixes
3510
3330
 
@@ -3512,7 +3332,7 @@
3512
3332
 
3513
3333
  ## 17.1.48 (2019-05-21)
3514
3334
 
3515
- ### DocumentEditor
3335
+ ### Document Editor
3516
3336
 
3517
3337
  #### Bug Fixes
3518
3338
 
@@ -3528,7 +3348,7 @@
3528
3348
 
3529
3349
  ## 17.1.47 (2019-05-14)
3530
3350
 
3531
- ### DocumentEditor
3351
+ ### Document Editor
3532
3352
 
3533
3353
  #### New Features
3534
3354
 
@@ -3541,7 +3361,7 @@
3541
3361
 
3542
3362
  ## 17.1.44 (2019-05-07)
3543
3363
 
3544
- ### DocumentEditor
3364
+ ### Document Editor
3545
3365
 
3546
3366
  #### Bug Fixes
3547
3367
 
@@ -3549,7 +3369,7 @@
3549
3369
 
3550
3370
  ## 17.1.43 (2019-04-30)
3551
3371
 
3552
- ### DocumentEditor
3372
+ ### Document Editor
3553
3373
 
3554
3374
  #### Bug Fixes
3555
3375
 
@@ -3557,7 +3377,7 @@
3557
3377
 
3558
3378
  ## 17.1.42 (2019-04-23)
3559
3379
 
3560
- ### DocumentEditor
3380
+ ### Document Editor
3561
3381
 
3562
3382
  #### Bug Fixes
3563
3383
 
@@ -3565,7 +3385,7 @@
3565
3385
 
3566
3386
  ## 17.1.41 (2019-04-16)
3567
3387
 
3568
- ### DocumentEditor
3388
+ ### Document Editor
3569
3389
 
3570
3390
  #### Bug Fixes
3571
3391
 
@@ -3575,7 +3395,7 @@
3575
3395
 
3576
3396
  ## 17.1.40 (2019-04-09)
3577
3397
 
3578
- ### DocumentEditor
3398
+ ### Document Editor
3579
3399
 
3580
3400
  #### Bug Fixes
3581
3401
 
@@ -3586,7 +3406,7 @@
3586
3406
 
3587
3407
  ## 17.1.38 (2019-03-29)
3588
3408
 
3589
- ### DocumentEditor
3409
+ ### Document Editor
3590
3410
 
3591
3411
  #### New Features
3592
3412
 
@@ -3600,7 +3420,7 @@
3600
3420
 
3601
3421
  ## 17.1.32-beta (2019-03-13)
3602
3422
 
3603
- ### DocumentEditor
3423
+ ### Document Editor
3604
3424
 
3605
3425
  #### New Features
3606
3426
 
@@ -3614,7 +3434,7 @@
3614
3434
 
3615
3435
  ## 16.4.54 (2019-02-19)
3616
3436
 
3617
- ### DocumentEditor
3437
+ ### Document Editor
3618
3438
 
3619
3439
  #### Bug Fixes
3620
3440
 
@@ -3622,7 +3442,7 @@
3622
3442
 
3623
3443
  ## 16.4.53 (2019-02-13)
3624
3444
 
3625
- ### DocumentEditor
3445
+ ### Document Editor
3626
3446
 
3627
3447
  #### Bug Fixes
3628
3448
 
@@ -3632,7 +3452,7 @@
3632
3452
 
3633
3453
  ## 16.4.48 (2019-01-22)
3634
3454
 
3635
- ### DocumentEditor
3455
+ ### Document Editor
3636
3456
 
3637
3457
  #### Bug Fixes
3638
3458
 
@@ -3640,7 +3460,7 @@
3640
3460
 
3641
3461
  ## 16.4.46 (2019-01-08)
3642
3462
 
3643
- ### DocumentEditor
3463
+ ### Document Editor
3644
3464
 
3645
3465
  #### New Features
3646
3466
 
@@ -3648,7 +3468,7 @@
3648
3468
 
3649
3469
  ## 16.4.45 (2019-01-02)
3650
3470
 
3651
- ### DocumentEditor
3471
+ ### Document Editor
3652
3472
 
3653
3473
  #### Bug Fixes
3654
3474
 
@@ -3656,7 +3476,7 @@
3656
3476
 
3657
3477
  ## 16.4.44 (2018-12-24)
3658
3478
 
3659
- ### DocumentEditor
3479
+ ### Document Editor
3660
3480
 
3661
3481
  #### Bug Fixes
3662
3482
 
@@ -3666,7 +3486,7 @@
3666
3486
 
3667
3487
  ## 16.4.40-beta (2018-12-10)
3668
3488
 
3669
- ### DocumentEditor
3489
+ ### Document Editor
3670
3490
 
3671
3491
  #### New Features
3672
3492
 
@@ -3676,7 +3496,7 @@
3676
3496
 
3677
3497
  ## 16.3.33 (2018-11-20)
3678
3498
 
3679
- ### DocumentEditor
3499
+ ### Document Editor
3680
3500
 
3681
3501
  #### Bug Fixes
3682
3502
 
@@ -3684,7 +3504,7 @@
3684
3504
 
3685
3505
  ## 16.3.29 (2018-10-31)
3686
3506
 
3687
- ### DocumentEditor
3507
+ ### Document Editor
3688
3508
 
3689
3509
  #### New Features
3690
3510
 
@@ -3696,7 +3516,7 @@
3696
3516
 
3697
3517
  ## 16.3.24 (2018-10-09)
3698
3518
 
3699
- ### DocumentEditor
3519
+ ### Document Editor
3700
3520
 
3701
3521
  #### Bug Fixes
3702
3522
 
@@ -3704,7 +3524,7 @@
3704
3524
 
3705
3525
  ## 16.3.23 (2018-10-03)
3706
3526
 
3707
- ### DocumentEditor
3527
+ ### Document Editor
3708
3528
 
3709
3529
  #### New Features
3710
3530
 
@@ -3712,7 +3532,7 @@
3712
3532
 
3713
3533
  ## 16.3.21 (2018-09-22)
3714
3534
 
3715
- ### DocumentEditor
3535
+ ### Document Editor
3716
3536
 
3717
3537
  #### Bug Fixes
3718
3538
 
@@ -3720,7 +3540,7 @@
3720
3540
 
3721
3541
  ## 16.3.17 (2018-09-12)
3722
3542
 
3723
- ### DocumentEditor
3543
+ ### Document Editor
3724
3544
 
3725
3545
  #### New Features
3726
3546
 
@@ -3729,7 +3549,7 @@
3729
3549
 
3730
3550
  ## 16.2.48 (2018-08-14)
3731
3551
 
3732
- ### DocumentEditor
3552
+ ### Document Editor
3733
3553
 
3734
3554
  #### Bug Fixes
3735
3555
 
@@ -3740,7 +3560,7 @@
3740
3560
 
3741
3561
  ## 16.2.46 (2018-07-30)
3742
3562
 
3743
- ### DocumentEditor
3563
+ ### Document Editor
3744
3564
 
3745
3565
  #### New Features
3746
3566
 
@@ -3748,7 +3568,7 @@
3748
3568
 
3749
3569
  ## 16.2.41 (2018-06-25)
3750
3570
 
3751
- ### DocumentEditor
3571
+ ### Document Editor
3752
3572
 
3753
3573
  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.
3754
3574