@syncfusion/ej2-react-documenteditor 22.1.34 → 22.1.37
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,18 @@
|
|
|
4
4
|
|
|
5
5
|
### Document Editor
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I472778` - Fixed Console error occurred while managing options in the footer and header.
|
|
10
|
+
- `#I470576` - Table is now rendered properly without content overlapping issue.
|
|
11
|
+
- `#I471848` - The cell merging now working properly.
|
|
12
|
+
- `#I470071` - Resolved the Editor Stuck while giving comment.
|
|
13
|
+
- `#I469081` - Fixed the script error when delete the resize table.
|
|
14
|
+
|
|
15
|
+
## 22.1.36 (2023-06-28)
|
|
16
|
+
|
|
17
|
+
### Document Editor
|
|
18
|
+
|
|
7
19
|
#### New Features
|
|
8
20
|
|
|
9
21
|
- `#I397854`, `#I401771` - Added support for editing alternate text for images.
|
|
@@ -3451,3 +3463,14 @@ The Document Editor component is used to create, edit, view, and print Word docu
|
|
|
3451
3463
|
- Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.
|
|
3452
3464
|
|
|
3453
3465
|
|
|
3466
|
+
## 21.1.36 (2023-06-28)
|
|
3467
|
+
|
|
3468
|
+
### Document Editor
|
|
3469
|
+
|
|
3470
|
+
#### New Features
|
|
3471
|
+
|
|
3472
|
+
- `#I397854`, `#I401771` - Added support for editing alternate text for images.
|
|
3473
|
+
- `#I370306`, `#I438565` - Added support for character spacing and scaling.
|
|
3474
|
+
- `#I273864`, `#I318326`, `#I325320`, `#I331615`, `#I339872`, `#F164047` - Added support for linking to the previous header/footer.
|
|
3475
|
+
- `#I445060`, `#I468741` - Added a property in the `selectionChanged` event arguments to identify whether the user has completed their selection.
|
|
3476
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-documenteditor.min.js
|
|
3
|
-
* version : 22.1.
|
|
3
|
+
* version : 22.1.37
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-documenteditor.umd.min.js
|
|
3
|
-
* version : 22.1.
|
|
3
|
+
* version : 22.1.37
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-documenteditor@22.1.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-1njySWNKNQe6ajAN5YchjSy0n78ial7p3loWZd4RQiUvfA0RLnp5SrqxIj8FOl+AWsXzlTd63nrUxqebnQyLCQ==",
|
|
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": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-22.1.36.tgz",
|
|
23
|
+
"_shasum": "649968ca5ecd84a4b3dacb779cdf0fef5d207d66",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-documenteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~22.1.34",
|
|
35
|
-
"@syncfusion/ej2-documenteditor": "22.1.
|
|
35
|
+
"@syncfusion/ej2-documenteditor": "22.1.37",
|
|
36
36
|
"@syncfusion/ej2-react-base": "~22.1.34"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"type": "git",
|
|
54
54
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
55
55
|
},
|
|
56
|
-
"version": "22.1.
|
|
56
|
+
"version": "22.1.37",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|