@syncfusion/ej2-vue-documenteditor 20.1.61 → 20.2.39
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.
- package/CHANGELOG.md +71 -114
- package/dist/ej2-vue-documenteditor.umd.min.js +2 -11
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +215 -105
- package/styles/bootstrap.css +214 -104
- package/styles/bootstrap4.css +216 -106
- package/styles/bootstrap5-dark.css +220 -110
- package/styles/bootstrap5.css +220 -110
- package/styles/document-editor/bootstrap-dark.css +211 -104
- package/styles/document-editor/bootstrap.css +210 -103
- package/styles/document-editor/bootstrap4.css +211 -104
- package/styles/document-editor/bootstrap5-dark.css +215 -108
- package/styles/document-editor/bootstrap5.css +215 -108
- package/styles/document-editor/fabric-dark.css +211 -104
- package/styles/document-editor/fabric.css +211 -104
- package/styles/document-editor/fluent-dark.css +218 -110
- package/styles/document-editor/fluent.css +218 -110
- package/styles/document-editor/highcontrast-light.css +74 -46
- package/styles/document-editor/highcontrast.css +211 -104
- package/styles/document-editor/material-dark.css +204 -97
- package/styles/document-editor/material.css +202 -95
- package/styles/document-editor/tailwind-dark.css +221 -127
- package/styles/document-editor/tailwind.css +221 -127
- package/styles/document-editor-container/bootstrap-dark.css +4 -1
- package/styles/document-editor-container/bootstrap.css +4 -1
- package/styles/document-editor-container/bootstrap4.css +5 -2
- package/styles/document-editor-container/bootstrap5-dark.css +5 -2
- package/styles/document-editor-container/bootstrap5.css +5 -2
- package/styles/document-editor-container/fabric-dark.css +4 -1
- package/styles/document-editor-container/fabric.css +4 -1
- package/styles/document-editor-container/fluent-dark.css +6 -3
- package/styles/document-editor-container/fluent.css +5 -2
- package/styles/document-editor-container/highcontrast-light.css +22 -19
- package/styles/document-editor-container/highcontrast.css +4 -1
- package/styles/document-editor-container/material-dark.css +4 -1
- package/styles/document-editor-container/material.css +4 -1
- package/styles/document-editor-container/tailwind-dark.css +5 -3
- package/styles/document-editor-container/tailwind.css +5 -3
- package/styles/fabric-dark.css +215 -105
- package/styles/fabric.css +215 -105
- package/styles/fluent-dark.css +224 -113
- package/styles/fluent.css +223 -112
- package/styles/highcontrast-light.css +78 -47
- package/styles/highcontrast.css +215 -105
- package/styles/material-dark.css +208 -98
- package/styles/material.css +206 -96
- package/styles/tailwind-dark.css +226 -130
- package/styles/tailwind.css +226 -130
package/CHANGELOG.md
CHANGED
|
@@ -6,100 +6,49 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
- `#
|
|
18
|
-
- `#
|
|
19
|
-
- `#
|
|
20
|
-
- `#
|
|
21
|
-
|
|
22
|
-
- `#
|
|
23
|
-
- `#
|
|
24
|
-
- `#
|
|
25
|
-
- `#
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
- `#
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
- `#
|
|
38
|
-
|
|
39
|
-
## 20.
|
|
40
|
-
|
|
41
|
-
### Document Editor
|
|
42
|
-
|
|
43
|
-
#### Bug Fixes
|
|
44
|
-
|
|
45
|
-
- `#
|
|
46
|
-
- `#
|
|
47
|
-
- `#
|
|
48
|
-
- `#
|
|
49
|
-
- `#
|
|
50
|
-
- `#
|
|
51
|
-
- `#
|
|
52
|
-
- `#I375369` - Resolved the layouting issue after after editing.
|
|
53
|
-
|
|
54
|
-
## 20.1.57 (2022-05-24)
|
|
55
|
-
|
|
56
|
-
### Document Editor
|
|
57
|
-
|
|
58
|
-
#### Bug Fixes
|
|
59
|
-
|
|
60
|
-
- `#I373287` - Resolved the control hanging issue while opening a document with table.
|
|
61
|
-
- `#FB34847` - Resolved the script error thrown on re-updating the custom toolbar.
|
|
62
|
-
- `#I376882` - Resolved the issue on applying highlight color after replacing the search text.
|
|
63
|
-
- `#I372421` - Resolved the insert table's paragraph format inheritance from previous paragraph.
|
|
64
|
-
- `#I378924` - Resolved the text frame margin saving issue in sfdt export.
|
|
65
|
-
- `#I375700` - Resolved the footnote misplacement in the initial layout.
|
|
66
|
-
- `#I371641` - Resolved the minimum column width causes in-finite lopping issue when resizing table.
|
|
67
|
-
|
|
68
|
-
## 20.1.56 (2022-05-17)
|
|
69
|
-
|
|
70
|
-
### Document Editor
|
|
71
|
-
|
|
72
|
-
#### Bug Fixes
|
|
73
|
-
|
|
74
|
-
- `#I376089` - Resolved the error when converting sfdt to docx in Java server library.
|
|
75
|
-
- `#I375856` - Resolved the issue in opening a document with nested content control and exporting to docx.
|
|
76
|
-
- `#I373359` - Resolved the multiples instances of table of content was created when track changes was enabled issue.
|
|
77
|
-
- `#I375732` - Resolved the table merged cell rendering issue.
|
|
78
|
-
- `#I375798` - Resolved the control hanging issue on opening a document due to tab element.
|
|
79
|
-
- `#I375298` - Resolved the indentation hides text in web layout.
|
|
80
|
-
- `#I375704` - Resolved the restart level issue in word export.
|
|
81
|
-
- `#I375703` - Resolved the footnote inside the table layout issue in initial rendering.
|
|
82
|
-
|
|
83
|
-
## 20.1.55 (2022-05-12)
|
|
84
|
-
|
|
85
|
-
### Document Editor
|
|
86
|
-
|
|
87
|
-
#### Bug Fixes
|
|
88
|
-
|
|
89
|
-
- `#FB34545` - Resolved the document editor container component destroy issue.
|
|
90
|
-
- `#I375339` - Resolved the restart page numbering consideration on table of content updating.
|
|
91
|
-
- `#I374447` - Resolved the empty pages issue on printing a document with landscape orientation.
|
|
92
|
-
- `#I373959` - Resolved the pagination issue on layouting and downloading a sfdt.
|
|
93
|
-
- `#I373287` - Resolved the control hanging issue while opening a document with table
|
|
94
|
-
- `#I366157`, `#I367362` - Resolved the table rendering issue at the bottom of the page.
|
|
95
|
-
- `#I373048` - Rejecting new paragraphs tracked changes releases the occupied space.
|
|
96
|
-
- `#I372635` - Resolved the issue in review pane while opening a default document with track changes.
|
|
97
|
-
- `#I372245` - Resolved the layouting issue for large footnote content which flows over the current page.
|
|
98
|
-
- `#I371788` - Resolved the multiple call issue when enabling the spellcheck after editing the document.
|
|
99
|
-
- `#I371641` - Resolved the minimum column width causes in-finite lopping issue when resizing table.
|
|
100
|
-
- `#I368482` - Resolved the table in document overlaps footer.
|
|
101
|
-
- `#I367499` - Resolved the chart color rendering and shape overlapping issue.
|
|
102
|
-
- `#I368087` - Resolved the list format issues when open document by Document Editor.
|
|
9
|
+
- `#I386312` - Resolved issue in increase/decrease indent using tab key.
|
|
10
|
+
- `#I378136` - Resolved the content hanging issue while opening the document with tab character.
|
|
11
|
+
- `#I390208`, `#I376243` - Resolved script error while loading the attached document.
|
|
12
|
+
- `#I389150` - Locked regions are not synced properly.
|
|
13
|
+
- `#I381259` - Resolved script error while navigating between print and web layout.
|
|
14
|
+
- `#I381509` - Resolved layouting issue due to footnote element.
|
|
15
|
+
- `#I381367` - Resolved script error while adding comment.
|
|
16
|
+
- `#I384633` - Restricted margin value in page setup dialog similar to MS Word.
|
|
17
|
+
- `#I383938` - New table is now adjust properly to the page width.
|
|
18
|
+
- `#F173898` - Resolved issue with copy & pasting text with highlight color.
|
|
19
|
+
- `#I379350` - Resolved layouting issue due to list format.
|
|
20
|
+
- `#I383921` - Resolved ok button disabled after selecting bookmark in hyperlink dialog.
|
|
21
|
+
|
|
22
|
+
- `#I386312` - Resolved issue in increase/decrease indent using tab key.
|
|
23
|
+
- `#I378136` - Resolved the content hanging issue while opening the document with tab character.
|
|
24
|
+
- `#I390208`, `#I376243` - Resolved script error while loading the attached document.
|
|
25
|
+
- `#I389150` - Locked regions are not synced properly.
|
|
26
|
+
- `#I381259` - Resolved script error while navigating between print and web layout.
|
|
27
|
+
- `#I381509` - Resolved layouting issue due to footnote element.
|
|
28
|
+
- `#I381367` - Resolved script error while adding comment.
|
|
29
|
+
- `#I384633` - Restricted margin value in page setup dialog similar to MS Word.
|
|
30
|
+
- `#I383938` - New table is now adjust properly to the page width.
|
|
31
|
+
- `#F173898` - Resolved issue with copy & pasting text with highlight color.
|
|
32
|
+
- `#I379350`- Resolved layouting issue due to list format.
|
|
33
|
+
- `#I383921` - Resolved ok button disabled after selecting bookmark in hyperlink dialog.
|
|
34
|
+
|
|
35
|
+
#### New Feature
|
|
36
|
+
|
|
37
|
+
- `#I381313` - Added API to get clipboard content.
|
|
38
|
+
|
|
39
|
+
## 20.2.38 (2022-07-12)
|
|
40
|
+
|
|
41
|
+
### Document Editor
|
|
42
|
+
|
|
43
|
+
#### Bug Fixes
|
|
44
|
+
|
|
45
|
+
- `#I379353`, `#I378987` - Resolved floating table overlapping issue.
|
|
46
|
+
- `#F174378` - Improved performance while editing in the protected document.
|
|
47
|
+
- `#I375732` - Resolved issue in rendering merged cell.
|
|
48
|
+
- `#I376914` - Resolved script error while updating the list.
|
|
49
|
+
- `#I378333` - Resolved tab character layouting issue.
|
|
50
|
+
- `#I381087` - Resolved issue in `stopProtection` API.
|
|
51
|
+
- `#I382546`, `#I384249` - Resolved table disappearing issue while applying top margin.
|
|
103
52
|
|
|
104
53
|
## 20.1.52 (2022-05-04)
|
|
105
54
|
|
|
@@ -107,26 +56,26 @@
|
|
|
107
56
|
|
|
108
57
|
#### Bug Fixes
|
|
109
58
|
|
|
110
|
-
- `#
|
|
111
|
-
- `#
|
|
112
|
-
- `#
|
|
113
|
-
- `#
|
|
114
|
-
- `#
|
|
115
|
-
- `#
|
|
116
|
-
- `#
|
|
117
|
-
- `#
|
|
118
|
-
- `#
|
|
119
|
-
- `#
|
|
120
|
-
- `#
|
|
121
|
-
- `#
|
|
122
|
-
- `#
|
|
123
|
-
- `#
|
|
124
|
-
- `#
|
|
125
|
-
- `#
|
|
126
|
-
- `#
|
|
127
|
-
- `#
|
|
128
|
-
- `#
|
|
129
|
-
- `#
|
|
59
|
+
- `#I368653` - Resolved the Document Editor numbering continuity issue.
|
|
60
|
+
- `#I376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side.
|
|
61
|
+
- `#I373298` - Resolved the extra paragraph added while updating the table of contents.
|
|
62
|
+
- `#I373359` - Resolved the multiples instances of table of content creation when track changes is enabled.
|
|
63
|
+
- `#I373451` - Resolved exception while open the document with image without relation identifier.
|
|
64
|
+
- `#I373159` - Resolved the console error thrown on pasting a content and then changing page orientation.
|
|
65
|
+
- `#I373175` - Resolved the script error thrown on deleting the revision text.
|
|
66
|
+
- `#I372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document.
|
|
67
|
+
- `#I372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side.
|
|
68
|
+
- `#I372636` - Resolved the text inside the shape with wrapping style 'in-front of text'.
|
|
69
|
+
- `#I372159` - Default number format for Page field is now displayed properly.
|
|
70
|
+
- `#I371816` - List format is now preserved properly on importing.
|
|
71
|
+
- `#I371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying.
|
|
72
|
+
- `#I370909` - Resolved the script error rendering after content delete.
|
|
73
|
+
- `#I369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages.
|
|
74
|
+
- `#I368794` - Resolved the tab space issue.
|
|
75
|
+
- `#I366157`, `#I367362` - Resolved the table rendering issue at the bottom of the page.
|
|
76
|
+
- `#I293527` - Justify paragraph layout issue in new page first paragraph is now resolved.
|
|
77
|
+
- `#I373340` - Resolved the content hanging issue while opening the attached document.
|
|
78
|
+
- `#I372431` - Resolved the table misalignment issue if the table has positioning properties.
|
|
130
79
|
|
|
131
80
|
## 20.1.51 (2022-04-26)
|
|
132
81
|
|
|
@@ -437,6 +386,14 @@
|
|
|
437
386
|
- `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
|
|
438
387
|
- `#SF-357703` - Resolved the table row splitting issue.
|
|
439
388
|
|
|
389
|
+
- `#I347750` - Resolved the hanging issue when pasting large non-formatted content.
|
|
390
|
+
- `#I349289`, `#I349128` - Resolved the endnote shifting and overlapping issue.
|
|
391
|
+
- `#F171307` - Resolved the track changes issue in editing paragraph inside table.
|
|
392
|
+
- `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
|
|
393
|
+
- `#SF-356951`, `#F170963`, `#SF-351886`, #`#I359815`, `#SF-359312` - Resolved the merged cell width rendering issue.
|
|
394
|
+
- `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
|
|
395
|
+
- `#SF-357703` - Resolved the table row splitting issue.
|
|
396
|
+
|
|
440
397
|
## 19.4.38 (2021-12-17)
|
|
441
398
|
|
|
442
399
|
### Document Editor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-documenteditor.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.39
|
|
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
|
|
@@ -9,16 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
/*!
|
|
11
11
|
* filename: ej2-vue-documenteditor.umd.min.js
|
|
12
|
-
* version :
|
|
13
|
-
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
|
-
* Use of this code is subject to the terms of our license.
|
|
15
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
16
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
17
|
-
* applicable laws.
|
|
18
|
-
*/
|
|
19
|
-
/*!
|
|
20
|
-
* filename: ej2-vue-documenteditor.umd.min.js
|
|
21
|
-
* version : 19.4.38
|
|
12
|
+
* version : 19.2.55
|
|
22
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
23
14
|
* Use of this code is subject to the terms of our license.
|
|
24
15
|
* A copy of the current license can be obtained at any time by e-mailing
|