@syncfusion/ej2-vue-documenteditor 19.4.50 → 19.4.54
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
CHANGED
|
@@ -4,6 +4,72 @@
|
|
|
4
4
|
|
|
5
5
|
### Document Editor
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#SF-365347` - Resolved the copy/paste for match destination formatting.
|
|
10
|
+
- `#SF-366101` - Resolved the font size binding issue in font dialog.
|
|
11
|
+
- `#SF-362395` - Resolved the table delete issue when track changes is enabled.
|
|
12
|
+
- `#SF-359599` - Resolved the empty paragraph track changes not showing in track changes pane.
|
|
13
|
+
- `#SF-361140` - Endnote splitting issue to new page is resolved.
|
|
14
|
+
- `#SF-367119` - Resolved the script error in opening document with shapes.
|
|
15
|
+
|
|
16
|
+
## 19.4.53 (2022-02-22)
|
|
17
|
+
|
|
18
|
+
### Document Editor
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- `#F172362` - Resolved the script error in removing form field
|
|
23
|
+
- `#SF-363487` - Resolved the spell check call triggering issue along with spell check by page.
|
|
24
|
+
- `#SF-365295` - Comment and track changes date time is now compatible with MS Word.
|
|
25
|
+
- `#SF-363790` - Resolved the performance issue in selection when focus moves out for Document editor.
|
|
26
|
+
- `#SF-293910` - Comment operation is are restricted in the read only mode.
|
|
27
|
+
- `#F171981` - Resolved the `beforeFormFieldFill` event triggering issue keyboard navigation.
|
|
28
|
+
- `#SF-363546` - Resolved the script error in deleting the table with the bookmark.
|
|
29
|
+
- `#FB31160` - Resolved the empty lines tracked changes.
|
|
30
|
+
- `#SF-364322`, `#SF-365061` - Resolved the high light colour exporting issue in server-side saving.
|
|
31
|
+
- `#FB32346` - Resolved the script error in deleting the image in spell check enabled mode.
|
|
32
|
+
|
|
33
|
+
- `#F172362` - Resolved the script error in removing form field
|
|
34
|
+
- `#SF-363487` - Resolved the spell check call triggering issue along with spell check by page.
|
|
35
|
+
- `#SF-365295` - Comment and track changes date time is now compatible with MS Word.
|
|
36
|
+
- `#SF-363790` - Resolved the performance issue in selection when focus moves out for Document editor.
|
|
37
|
+
- `#SF-293910` - Comment operation is are restricted in the read only mode.
|
|
38
|
+
- `#F171981` - Resolved the `beforeFormFieldFill` event triggering issue keyboard navigation.
|
|
39
|
+
- `#SF-363546` - Resolved the script error in deleting the table with the bookmark.
|
|
40
|
+
- `#FB31160` - Resolved the empty lines tracked changes.
|
|
41
|
+
- `#SF-364322`, `#SF-365061` - Resolved the high light colour exporting issue in server-side saving.
|
|
42
|
+
- `#FB32346` - Resolved the script error in deleting the image in spell check enabled mode.
|
|
43
|
+
- `#SF-366101` - Resolved the font size binding issue in font dialog.
|
|
44
|
+
|
|
45
|
+
## 19.4.52 (2022-02-15)
|
|
46
|
+
|
|
47
|
+
### Document Editor
|
|
48
|
+
|
|
49
|
+
#### Bug Fixes
|
|
50
|
+
|
|
51
|
+
- `#SF-356242`, `#SF-364511` - Resolved the character format and paragraph format in inserting new row and column.
|
|
52
|
+
- `#SF-363021` - Resolved the bullet list copy paste issue.
|
|
53
|
+
- `#SF-363285` - Resolved the bulleted list deletion issue inside table.
|
|
54
|
+
- `#SF-362395` - Resolved the table delete issue when track changes is enabled.
|
|
55
|
+
- `#F171944` - Resolved the document scrolling issue.
|
|
56
|
+
- `#SF-361169` - Resolved the pasting issue in large non-formatted content.
|
|
57
|
+
- `#SF-356384` - Resolved the merged cell rendering issue.
|
|
58
|
+
- `#SF-355425` - Resolved the relayout issue in editing wrapped table editing.
|
|
59
|
+
- `#SF-352941` - Resolved the table border rendering.
|
|
60
|
+
- `#SF-353976` - Resolved the table merged cells rendering issue.
|
|
61
|
+
|
|
62
|
+
#### New Features
|
|
63
|
+
|
|
64
|
+
- `#F168557` - Added support for insert new paragraph using \r\n, \r, \n
|
|
65
|
+
- `#SF-358641` - Added API to get/set field information.
|
|
66
|
+
|
|
67
|
+
## 19.4.50 (2022-02-08)
|
|
68
|
+
|
|
69
|
+
### Document Editor
|
|
70
|
+
|
|
71
|
+
#### Bug Fixes
|
|
72
|
+
|
|
7
73
|
- `#F171012` - Character style is now applied properly.
|
|
8
74
|
- `#SF-361141` - Resolved the endnote number format rendering issue.
|
|
9
75
|
- `#SF-359056` - Resolved the hanging issue in loading document with hebrew text.
|
|
@@ -15,6 +81,17 @@
|
|
|
15
81
|
- `#F171673`, `#SF-362944` - Resolved the comments pane opening issue in editing.
|
|
16
82
|
- `#SF-361056`, `#SF-364408` - Resolved the empty revision loading issue track changes pane.
|
|
17
83
|
|
|
84
|
+
undefined- `#F171012` - Character style is now applied properly.
|
|
85
|
+
- `#SF-361141` - Resolved the endnote number format rendering issue.
|
|
86
|
+
- `#SF-359056` - Resolved the hanging issue in loading document with hebrew text.
|
|
87
|
+
- `#SF-352586`, `#F170330` - Resolved the track changes and restrict editing region issues in header/footer.
|
|
88
|
+
- `#SF-364411` - Resolved the image height and width serialization issue in server-side exporting.
|
|
89
|
+
- `#SF-361566` - Resolved the wrapping style issue in header/footer.
|
|
90
|
+
- `#SF-361147` - Resolved the relayout issue in footnote moving to next page.
|
|
91
|
+
- `#SF-361532` - Resolved the strike through applying issue for bulleted list.
|
|
92
|
+
- `#F171673`, `#SF-362944` - Resolved the comments pane opening issue in editing.
|
|
93
|
+
- `#SF-361056`, `#SF-364408` - Resolved the empty revision loading issue track changes pane.
|
|
94
|
+
|
|
18
95
|
## 19.4.48 (2022-01-31)
|
|
19
96
|
|
|
20
97
|
### Document Editor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-documenteditor.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.54
|
|
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
|