@syncfusion/ej2-vue-documenteditor 20.1.48 → 20.1.50

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 (55) hide show
  1. package/CHANGELOG.md +54 -36
  2. package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  4. package/package.json +8 -14
  5. package/styles/bootstrap-dark.css +218 -151
  6. package/styles/bootstrap.css +218 -151
  7. package/styles/bootstrap4.css +224 -157
  8. package/styles/bootstrap5-dark.css +253 -172
  9. package/styles/bootstrap5.css +253 -172
  10. package/styles/document-editor/bootstrap-dark.css +192 -50
  11. package/styles/document-editor/bootstrap.css +192 -50
  12. package/styles/document-editor/bootstrap4.css +194 -52
  13. package/styles/document-editor/bootstrap5-dark.css +207 -61
  14. package/styles/document-editor/bootstrap5.css +207 -61
  15. package/styles/document-editor/fabric-dark.css +193 -51
  16. package/styles/document-editor/fabric.css +193 -51
  17. package/styles/document-editor/fluent-dark.css +3782 -0
  18. package/styles/document-editor/fluent-dark.scss +1 -0
  19. package/styles/document-editor/fluent.css +3782 -0
  20. package/styles/document-editor/fluent.scss +1 -0
  21. package/styles/document-editor/highcontrast-light.css +5 -9
  22. package/styles/document-editor/highcontrast.css +193 -51
  23. package/styles/document-editor/material-dark.css +193 -51
  24. package/styles/document-editor/material.css +193 -51
  25. package/styles/document-editor/tailwind-dark.css +319 -261
  26. package/styles/document-editor/tailwind.css +319 -261
  27. package/styles/document-editor-container/bootstrap-dark.css +26 -101
  28. package/styles/document-editor-container/bootstrap.css +26 -101
  29. package/styles/document-editor-container/bootstrap4.css +30 -105
  30. package/styles/document-editor-container/bootstrap5-dark.css +46 -111
  31. package/styles/document-editor-container/bootstrap5.css +46 -111
  32. package/styles/document-editor-container/fabric-dark.css +26 -101
  33. package/styles/document-editor-container/fabric.css +26 -101
  34. package/styles/document-editor-container/fluent-dark.css +1996 -0
  35. package/styles/document-editor-container/fluent-dark.scss +1 -0
  36. package/styles/document-editor-container/fluent.css +1996 -0
  37. package/styles/document-editor-container/fluent.scss +1 -0
  38. package/styles/document-editor-container/highcontrast-light.css +29 -104
  39. package/styles/document-editor-container/highcontrast.css +26 -101
  40. package/styles/document-editor-container/material-dark.css +26 -101
  41. package/styles/document-editor-container/material.css +26 -101
  42. package/styles/document-editor-container/tailwind-dark.css +134 -271
  43. package/styles/document-editor-container/tailwind.css +134 -271
  44. package/styles/fabric-dark.css +219 -152
  45. package/styles/fabric.css +219 -152
  46. package/styles/fluent-dark.css +5779 -0
  47. package/styles/fluent-dark.scss +2 -0
  48. package/styles/fluent.css +5779 -0
  49. package/styles/fluent.scss +2 -0
  50. package/styles/highcontrast-light.css +31 -110
  51. package/styles/highcontrast.css +219 -152
  52. package/styles/material-dark.css +219 -152
  53. package/styles/material.css +219 -152
  54. package/styles/tailwind-dark.css +453 -532
  55. package/styles/tailwind.css +453 -532
package/CHANGELOG.md CHANGED
@@ -6,6 +6,60 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I374477` - Resolved the script error in XmlHttpRequest in lock and edit.
10
+ - `#I372421` - Resolved issues in insert row/column paragraph format inheritance from previous paragraph.
11
+ - `#IF173898` - Resolved the highlight color is not preserved in copy/paste.
12
+
13
+ ## 20.1.48 (2022-04-12)
14
+
15
+ ### Document Editor
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I374325`, `#I374720` - Resolved the text input issue replacing the selected text.
20
+ - `#I366806` - Resolved the content overlapping issue.
21
+ - `#I360442`, `#I372285` - Resolved the add to dictionary context item localization issue.
22
+ - `#I368653` - Resolved the numbering continuity issue.
23
+ - `#I368442` - Resolved the table of content alignment issue.
24
+ - `#I369908` - Resolved the alignment issue in the header.
25
+ - `#I368287` - Resolved the rendering issue for font family with number in canvas element.
26
+ - `#I368056` - Resolved the newly inserted footnote content style issue.
27
+ - `#I365347` - Resolved the paste content in between a paragraph.
28
+ - `#I366850` - Resolved the script error in DocumentEditorContainer component destroy.
29
+ - `#I368658` - Resolved the script error in pasting the content.
30
+ - `#F171582`, `#F173213` - Resolved the color preservation issue in pasting the highlighted cell from excel.
31
+ - `#F173430` - Resolved the delay in filling a document with large number of form fields.
32
+ - `#I370428` - Resolved the script error in replacing the text.
33
+ - `#I370305` - Resolved the cropped image rendering issue.
34
+ - `#I368292` - Resolved the empty merge field layout issue.
35
+ - `#I369092` - Indentation behaviour for numbered list is updated.
36
+
37
+ ## 20.1.47 (2022-04-04)
38
+
39
+ ### Document Editor
40
+
41
+ #### Bug Fixes
42
+
43
+ - `#I367457` - Resolved the nested table content positioning issue.
44
+ - `#I365347` - Copied content is now pasted properly in between the paragraph.
45
+ - `#I361140` - Resolved the script error in inserting footnote content.
46
+ - `#I366968` - Newly added table row border is now exported properly in server-side word export.
47
+ - `#I366806` - Resolved the content overlapping issue with wrapped shape.
48
+ - `#I363360` - Resolved the new window sample dialog height issue.
49
+
50
+ #### New Features
51
+
52
+ - `#I348441` - Added support for adding SVG image in a Word document.
53
+ - `#I348727` - Added support for setting automatic space before and after a paragraph in a Word document.
54
+ - `#I268209` - Added support for restricting documents with comments only protection type.
55
+ - `#I363489` - Improved the performance of the server-side spell check library.
56
+
57
+ ## 19.4.56 (2022-03-15)
58
+
59
+ ### Document Editor
60
+
61
+ #### Bug Fixes
62
+
9
63
  - `#SF-366157`, `#SF-367362` - Table in the end of the page is now rendered properly.
10
64
  - `#SF-365958` - Resolved the issue in track change undo/redo.
11
65
  - `#SF-366627` - Resolved the script error in the inline form fill mode.
@@ -66,18 +120,6 @@
66
120
  - `#SF-364322`, `#SF-365061` - Resolved the high light colour exporting issue in server-side saving.
67
121
  - `#FB32346` - Resolved the script error in deleting the image in spell check enabled mode.
68
122
 
69
- - `#F172362` - Resolved the script error in removing form field
70
- - `#SF-363487` - Resolved the spell check call triggering issue along with spell check by page.
71
- - `#SF-365295` - Comment and track changes date time is now compatible with MS Word.
72
- - `#SF-363790` - Resolved the performance issue in selection when focus moves out for Document editor.
73
- - `#SF-293910` - Comment operation is are restricted in the read only mode.
74
- - `#F171981` - Resolved the `beforeFormFieldFill` event triggering issue keyboard navigation.
75
- - `#SF-363546` - Resolved the script error in deleting the table with the bookmark.
76
- - `#FB31160` - Resolved the empty lines tracked changes.
77
- - `#SF-364322`, `#SF-365061` - Resolved the high light colour exporting issue in server-side saving.
78
- - `#FB32346` - Resolved the script error in deleting the image in spell check enabled mode.
79
- - `#SF-366101` - Resolved the font size binding issue in font dialog.
80
-
81
123
  ## 19.4.52 (2022-02-15)
82
124
 
83
125
  ### Document Editor
@@ -117,17 +159,6 @@
117
159
  - `#F171673`, `#SF-362944` - Resolved the comments pane opening issue in editing.
118
160
  - `#SF-361056`, `#SF-364408` - Resolved the empty revision loading issue track changes pane.
119
161
 
120
- undefined- `#F171012` - Character style is now applied properly.
121
- - `#SF-361141` - Resolved the endnote number format rendering issue.
122
- - `#SF-359056` - Resolved the hanging issue in loading document with hebrew text.
123
- - `#SF-352586`, `#F170330` - Resolved the track changes and restrict editing region issues in header/footer.
124
- - `#SF-364411` - Resolved the image height and width serialization issue in server-side exporting.
125
- - `#SF-361566` - Resolved the wrapping style issue in header/footer.
126
- - `#SF-361147` - Resolved the relayout issue in footnote moving to next page.
127
- - `#SF-361532` - Resolved the strike through applying issue for bulleted list.
128
- - `#F171673`, `#SF-362944` - Resolved the comments pane opening issue in editing.
129
- - `#SF-361056`, `#SF-364408` - Resolved the empty revision loading issue track changes pane.
130
-
131
162
  ## 19.4.48 (2022-01-31)
132
163
 
133
164
  ### Document Editor
@@ -507,19 +538,6 @@ undefined- `#F171012` - Character style is now applied properly.
507
538
  - `#I340643`, `#I341375` – Resolved the history issue in comment operations
508
539
  - `#I341840` – Resolved the table rendering issue.
509
540
 
510
- - `#I339602` – Track changes is now updated properly in header and footer.
511
- - `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
512
- - `#I339714` – Footnote order is now updated properly.
513
- - `#I339973` - Table serialization issue in word export is resolved.
514
- - `#I340795` – Issue with copying field is resolved.
515
- - `#I339872` – Page number is footer is now updated properly.
516
- - `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
517
- - `#I339027` – Resolved the script error in saving tracked content in header/footer.
518
- - `#I340532` – Html elements are nor properly disposed.
519
- - `#F168319` – Resolved the ViewChange event binding issue in Document Editor component
520
- - `#I340643`, `#I341375` – Resolved the history issue in comment operations
521
- - `#I341840` – Resolved the table rendering issue.
522
-
523
541
  #### New Features
524
542
 
525
543
  - `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-documenteditor.umd.min.js
3
- * version : 20.1.48
3
+ * version : 20.1.50
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing