@syncfusion/ej2-react-documenteditor 22.1.37 → 22.1.38
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,20 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I476430`, `#I475526` - Resolved the control freeze issue when inserting an image inside the table.
|
|
10
|
+
- `#I475535` - Fixed the wrong image rendering while pasting.
|
|
11
|
+
- `#I475151` - Resolved the time delay issue while editing the document.
|
|
12
|
+
- `#I471381` - Fixed the shape layout issue when do enter before the table.
|
|
13
|
+
- `#I477735` - Now, the properties pane has focus while moving the mouse from the properties.
|
|
14
|
+
- `#F182887` - Resolved the table missing issue while importing.
|
|
15
|
+
- `#I477569` - Fixed the formatting pane issue with Material 3 theme.
|
|
16
|
+
|
|
17
|
+
## 22.1.37 (2023-07-04)
|
|
18
|
+
|
|
19
|
+
### Document Editor
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
9
23
|
- `#I472778` - Fixed Console error occurred while managing options in the footer and header.
|
|
10
24
|
- `#I470576` - Table is now rendered properly without content overlapping issue.
|
|
11
25
|
- `#I471848` - The cell merging now working properly.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-documenteditor.min.js
|
|
3
|
-
* version : 22.1.
|
|
3
|
+
* version : 22.1.38
|
|
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.38
|
|
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@22.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-documenteditor@22.1.37",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-fhfogLm7ULxSXD7dLwN3u71mQynCKR7hD4EZ8YzPT5bO+Oqg6vnozMMKiiHZqiAlRQthVEpBbuUCcg/N9YMLeQ==",
|
|
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-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-22.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-22.1.37.tgz",
|
|
23
|
+
"_shasum": "86b00c84474ea483c24c1748161d8ff9c4bef5fc",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-documenteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~22.1.
|
|
35
|
-
"@syncfusion/ej2-documenteditor": "22.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~22.1.38",
|
|
35
|
+
"@syncfusion/ej2-documenteditor": "22.1.38",
|
|
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.38",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|