@syncfusion/ej2-vue-documenteditor 19.3.44 → 19.3.45
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
|
@@ -6,6 +6,27 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I341435` - Optimized the content change event triggering in Document Editor.
|
|
10
|
+
- `#I340867` - Selection issue after applying character format is resolved.
|
|
11
|
+
- `#I341335` - Resolved the text formatting preservation for merge fields.
|
|
12
|
+
- `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents.
|
|
13
|
+
- `#I335659` - Resolved the undo/redo some text in RTL mode.
|
|
14
|
+
- `#I340643` - Resolved the comment mark removal issue in comment delete.
|
|
15
|
+
- `#I339335` - Resolved the hanging issue in editing document with Hebrew text.
|
|
16
|
+
- `#I340121` - Resolved the issue with elbow connector rendering as line connector.
|
|
17
|
+
- `#I339453` - Resolved the rendering issue in fixed table width case.
|
|
18
|
+
- `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table.
|
|
19
|
+
|
|
20
|
+
#### New Features
|
|
21
|
+
|
|
22
|
+
- `#I343497` - Added support to render the texture style for table cell shading.
|
|
23
|
+
|
|
24
|
+
## 19.3.44 (2021-10-05)
|
|
25
|
+
|
|
26
|
+
### Document Editor
|
|
27
|
+
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
9
30
|
- `#I339602` – Track changes is now updated properly in header and footer.
|
|
10
31
|
- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
|
|
11
32
|
- `#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.
|
|
3
|
+
* version : 19.3.45
|
|
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,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
/*!
|
|
11
11
|
* filename: ej2-vue-documenteditor.umd.min.js
|
|
12
|
-
* version : 19.
|
|
12
|
+
* version : 19.2.55
|
|
13
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
14
|
* Use of this code is subject to the terms of our license.
|
|
15
15
|
* A copy of the current license can be obtained at any time by e-mailing
|