@syncfusion/ej2-react-documenteditor 19.3.44 → 19.3.48
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,65 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I340276` - Resolved issue with entering custom date time value in form field.
|
|
10
|
+
- `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
|
|
11
|
+
- `#I343106` - Resolved the table border rendering issue.
|
|
12
|
+
|
|
13
|
+
## 19.3.47 (2021-10-26)
|
|
14
|
+
|
|
15
|
+
### Document Editor
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
|
|
20
|
+
- `#I338302` - Resolved the hanging issue when opening document with table.
|
|
21
|
+
- `#I339240` - RTL list is now deleted properly.
|
|
22
|
+
|
|
23
|
+
## 19.3.46 (2021-10-19)
|
|
24
|
+
|
|
25
|
+
### Document Editor
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- `#I340758` - Resolved the word export issue for the table with merged cells.
|
|
30
|
+
- `#I341140` - Track changes content is now updated properly for the existing empty line.
|
|
31
|
+
- `#F167253`, `#F168269` - Track changes pane visibility issue is resolved.
|
|
32
|
+
- `#I341985` - Resolved the tab space rendering issue.
|
|
33
|
+
- `#F168463` - Resolved the layout issue for the element with square wrapping style.
|
|
34
|
+
- `#I338947` - Resolved the undo problem after paste of hebrew text.
|
|
35
|
+
|
|
36
|
+
#### New Features
|
|
37
|
+
|
|
38
|
+
- `#I345565` - Added support for Word 2013 justification.
|
|
39
|
+
- `#I343751` - Added alert window for row and column specified more than 63 and 32767 respectively in insert table dialog.
|
|
40
|
+
|
|
41
|
+
## 19.3.45 (2021-10-12)
|
|
42
|
+
|
|
43
|
+
### Document Editor
|
|
44
|
+
|
|
45
|
+
#### Bug Fixes
|
|
46
|
+
|
|
47
|
+
- `#I341435` - Optimized the content change event triggering in Document Editor.
|
|
48
|
+
- `#I340867` - Selection issue after applying character format is resolved.
|
|
49
|
+
- `#I341335` - Resolved the text formatting preservation for merge fields.
|
|
50
|
+
- `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents.
|
|
51
|
+
- `#I335659` - Resolved the undo/redo some text in RTL mode.
|
|
52
|
+
- `#I340643` - Resolved the comment mark removal issue in comment delete.
|
|
53
|
+
- `#I339335` - Resolved the hanging issue in editing document with Hebrew text.
|
|
54
|
+
- `#I340121` - Resolved the issue with elbow connector rendering as line connector.
|
|
55
|
+
- `#I339453` - Resolved the rendering issue in fixed table width case.
|
|
56
|
+
- `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table.
|
|
57
|
+
|
|
58
|
+
#### New Features
|
|
59
|
+
|
|
60
|
+
- `#I343497` - Added support to render the texture style for table cell shading.
|
|
61
|
+
|
|
62
|
+
## 19.3.44 (2021-10-05)
|
|
63
|
+
|
|
64
|
+
### Document Editor
|
|
65
|
+
|
|
66
|
+
#### Bug Fixes
|
|
67
|
+
|
|
9
68
|
- `#I339602` – Track changes is now updated properly in header and footer.
|
|
10
69
|
- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
|
|
11
70
|
- `#I339714` – Footnote order is now updated properly.
|
|
@@ -14,7 +73,7 @@
|
|
|
14
73
|
- `#I339872` – Page number is footer is now updated properly.
|
|
15
74
|
- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
|
|
16
75
|
- `#I339027` – Resolved the script error in saving tracked content in header/footer.
|
|
17
|
-
- `#I340532` – Html elements are
|
|
76
|
+
- `#I340532` – Html elements are now properly disposed.
|
|
18
77
|
- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component
|
|
19
78
|
- `#I340643`, `#I341375` – Resolved the history issue in comment operations
|
|
20
79
|
- `#I341840` – Resolved the table rendering issue.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-documenteditor.umd.min.js
|
|
3
|
-
* version : 19.3.
|
|
3
|
+
* version : 19.3.48
|
|
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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-documenteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-documenteditor@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-documenteditor@19.3.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-ZDrjZ/dadwkBB5qlYO7pRijH0emQMeELc8cUW27eWaFbIoqzQ25LuX57NlNhrbchWdo6+Sca0I1DBej28S/Ojw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-documenteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-19.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-19.3.47.tgz",
|
|
23
|
+
"_shasum": "eeec035a919b16abf76f96141e469bc7ddd6d496",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-documenteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.3.
|
|
35
|
-
"@syncfusion/ej2-documenteditor": "19.3.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.3.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.3.47",
|
|
35
|
+
"@syncfusion/ej2-documenteditor": "19.3.48",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.3.46"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"type": "git",
|
|
64
64
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
65
65
|
},
|
|
66
|
-
"version": "19.3.
|
|
66
|
+
"version": "19.3.48",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|