@syncfusion/ej2-vue-documenteditor 19.3.47 → 19.3.55

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 (30) hide show
  1. package/CHANGELOG.md +95 -0
  2. package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +4 -4
  6. package/styles/bootstrap.css +4 -4
  7. package/styles/bootstrap4.css +5 -5
  8. package/styles/bootstrap5-dark.css +6 -6
  9. package/styles/bootstrap5.css +6 -6
  10. package/styles/document-editor-container/bootstrap-dark.css +4 -4
  11. package/styles/document-editor-container/bootstrap.css +4 -4
  12. package/styles/document-editor-container/bootstrap4.css +5 -5
  13. package/styles/document-editor-container/bootstrap5-dark.css +6 -6
  14. package/styles/document-editor-container/bootstrap5.css +6 -6
  15. package/styles/document-editor-container/fabric-dark.css +4 -4
  16. package/styles/document-editor-container/fabric.css +4 -4
  17. package/styles/document-editor-container/highcontrast-light.css +4 -4
  18. package/styles/document-editor-container/highcontrast.css +4 -4
  19. package/styles/document-editor-container/material-dark.css +4 -4
  20. package/styles/document-editor-container/material.css +4 -4
  21. package/styles/document-editor-container/tailwind-dark.css +4 -4
  22. package/styles/document-editor-container/tailwind.css +4 -4
  23. package/styles/fabric-dark.css +4 -4
  24. package/styles/fabric.css +4 -4
  25. package/styles/highcontrast-light.css +4 -4
  26. package/styles/highcontrast.css +4 -4
  27. package/styles/material-dark.css +4 -4
  28. package/styles/material.css +4 -4
  29. package/styles/tailwind-dark.css +4 -4
  30. package/styles/tailwind.css +4 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,88 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `I345759`- Resolved the table border rendering issue.
10
+
11
+ ## 19.3.54 (2021-11-17)
12
+
13
+ ### Document Editor
14
+
15
+ #### Bug Fixes
16
+
17
+ - `I344713`- Resolved table header row rendering issue.
18
+ - `I341963` - Resolved the table rendering issue.
19
+ - `I344704` - Resolved the empty paragraph tracking issue.
20
+ - `I344351` - Line height is now calculated property when space character has larger font size the paragraph mark.
21
+
22
+ ## 19.3.53 (2021-11-12)
23
+
24
+ ### Document Editor
25
+
26
+ #### Bug Fixes
27
+
28
+ - `#I343310` - Resolved the blank page adding issue in exported word document due to footnote.
29
+ - `#I345594` - Resolved the new style listing problem during localization.
30
+ - `#I344840` - Resolved the height and width for `insertImage` API.
31
+ - `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled.
32
+ - `#I342774` - Resolved the word export issue for document with content control.
33
+ - `#I340276` - Resolved issue with entering custom date time value in form field.
34
+ - `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
35
+ - `#I343106` - Resolved the table border rendering issue.
36
+ - `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
37
+ - `#I338302` - Resolved the hanging issue when opening document with table.
38
+ - `#I339240` - RTL list is now deleted properly.
39
+ - `#I340758` - Resolved the word export issue for the table with merged cells.
40
+ - `#I341140` - Track changes content is now updated properly for the existing empty line.
41
+ - `#F167253`, `#F168269` - Track changes pane visibility issue is resolved.
42
+ - `#I341985` - Resolved the tab space rendering issue.
43
+ - `#F168463` - Resolved the layout issue for the element with square wrapping style.
44
+ - `#I338947` - Resolved the undo problem after paste of hebrew text.
45
+ - `#I341435` - Optimized the content change event triggering in Document Editor.
46
+ - `#I340867` - Selection issue after applying character format is resolved.
47
+ - `#I341335` - Resolved the text formatting preservation for merge fields.
48
+ - `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents.
49
+ - `#I335659` - Resolved the undo/redo some text in RTL mode.
50
+ - `#I340643` - Resolved the comment mark removal issue in comment delete.
51
+ - `#I339335` - Resolved the hanging issue in editing document with Hebrew text.
52
+ - `#I340121` - Resolved the issue with elbow connector rendering as line connector.
53
+ - `#I339453` - Resolved the rendering issue in fixed table width case.
54
+ - `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table.
55
+ - `#I339602` – Track changes is now updated properly in header and footer.
56
+ - `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
57
+ - `#I339714` – Footnote order is now updated properly.
58
+ - `#I339973` - Table serialization issue in word export is resolved.
59
+ - `#I340795` – Issue with copying field is resolved.
60
+ - `#I339872` – Page number is footer is now updated properly.
61
+ - `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
62
+ - `#I339027` – Resolved the script error in saving tracked content in header/footer.
63
+ - `#I340532` – Html elements are nor properly disposed.
64
+ - `#F168319` – Resolved the ViewChange event binding issue in Document Editor component.
65
+ - `#I341375` – Resolved the history issue in comment operations.
66
+ - `#I341840` – Resolved the table rendering issue.
67
+
68
+ #### New Features
69
+
70
+ - `#I345565` - Added support for Word 2013 justification.
71
+ - `#I343497` - Added support to render the texture style for table cell shading.
72
+ - `#I343751` - Added alert window for row and column specified more than 63 and 32767 respectively in insert table dialog.
73
+ - `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component.
74
+
75
+ ## 19.3.48 (2021-11-02)
76
+
77
+ ### Document Editor
78
+
79
+ #### Bug Fixes
80
+
81
+ - `#I340276` - Resolved issue with entering custom date time value in form field.
82
+ - `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
83
+ - `#I343106` - Resolved the table border rendering issue.
84
+
85
+ ## 19.3.47 (2021-10-26)
86
+
87
+ ### Document Editor
88
+
89
+ #### Bug Fixes
90
+
9
91
  - `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
10
92
  - `#I338302` - Resolved the hanging issue when opening document with table.
11
93
  - `#I339240` - RTL list is now deleted properly.
@@ -55,6 +137,19 @@
55
137
 
56
138
  #### Bug Fixes
57
139
 
140
+ - `#I339602` – Track changes is now updated properly in header and footer.
141
+ - `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
142
+ - `#I339714` – Footnote order is now updated properly.
143
+ - `#I339973` - Table serialization issue in word export is resolved.
144
+ - `#I340795` – Issue with copying field is resolved.
145
+ - `#I339872` – Page number is footer is now updated properly.
146
+ - `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
147
+ - `#I339027` – Resolved the script error in saving tracked content in header/footer.
148
+ - `#I340532` – Html elements are now properly disposed.
149
+ - `#F168319` – Resolved the ViewChange event binding issue in Document Editor component
150
+ - `#I340643`, `#I341375` – Resolved the history issue in comment operations
151
+ - `#I341840` – Resolved the table rendering issue.
152
+
58
153
  - `#I339602` – Track changes is now updated properly in header and footer.
59
154
  - `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
60
155
  - `#I339714` – Footnote order is now updated properly.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-documenteditor.umd.min.js
3
- * version : 19.3.47
3
+ * version : 19.3.55
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