@syncfusion/ej2-react-documenteditor 20.4.40 → 20.4.43

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,38 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I424682` - Resolved the issue in the delete and backspace case in bookmark start and end element.
10
+ - `#I425401` - Header is now read-only when resizing a table.
11
+
12
+ ## 20.4.42 (2023-01-04)
13
+
14
+ ### Document Editor
15
+
16
+ #### Bug Fixes
17
+
18
+ - `#I423889` - Resolved the text alignment issue in RTL paragraph.
19
+ - `#I423889` - Resolved the content overlapping issue in RTL paragraph
20
+ - `#F179129` - Resolved the paragraph format applying issue.
21
+ - `#I419630` - Resolved the script error while opening a document containing clustered bar chart.
22
+ - `#I422366`, `#I423320` - Resolved the script error while removing content in protected document.
23
+ - `#I424337` - Handled mouse selection inside table cell similar to Microsoft Word.
24
+ - `#F179297` - Resolved the comment icon positioning issue.
25
+
26
+ - `#I423889` - Resolved the text alignment issue in RTL paragraph.
27
+ - `#I423889` - Resolved the content overlapping issue in RTL paragraph
28
+ - `#F179129` - Resolved the paragraph format applying issue.
29
+ - `#I419630` - Resolved the script error while opening a document containing clustered bar chart.
30
+ - `#I422366`, `#I423320` - Resolved the script error while removing content in protected document.
31
+ - `#I424337` - Handled mouse selection inside table cell similar to Microsoft Word.
32
+ - `#F179297` - Resolved the comment icon positioning issue.
33
+
34
+
35
+ ## 20.4.40 (2022-12-28)
36
+
37
+ ### Document Editor
38
+
39
+ #### Bug Fixes
40
+
9
41
  - `#I421680` - Resolved the paragraph overlapping and border issue while opening the attached document.
10
42
  - `#I424498` - Attached document with hyperlink text is now displayed properly.
11
43
  - `#I425696` - Resolved the overlap issue in options pane.
package/README.md CHANGED
@@ -71,4 +71,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
71
71
  Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/documenteditor/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-word-processor-npm)
72
72
 
73
73
 
74
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
74
+ © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-documenteditor.min.js
3
- * version : 20.4.40
3
+ * version : 20.4.43
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 : 20.4.40
3
+ * version : 20.4.43
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.45.0",
3
+ "_id": "@syncfusion/ej2-react-documenteditor@20.4.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-s1sIK4V6zSzXbzcgxtTdOsSRop+c7RwG4E+K06flnSIAxqVjxpi8JvDjS424X+68Ona3li/rqlBmGcUJ85D9aA==",
5
+ "_integrity": "sha512-xc9zVPL8fe75j1GV49BqoQzhvQb6BALb216O/qfZmihxbVfrtFxAIgbAdecimxZFfYXWtT+Xiik9BczNM80yaA==",
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-19.45.0.tgz",
23
- "_shasum": "5f45e2e2f9be87fa76ee991f1abfd909bd167f00",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-20.4.42.tgz",
23
+ "_shasum": "baab5e78c6994435f152302dfc794ee4683ec264",
24
24
  "_spec": "@syncfusion/ej2-react-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.40",
35
- "@syncfusion/ej2-documenteditor": "20.4.40",
36
- "@syncfusion/ej2-react-base": "~20.4.40"
34
+ "@syncfusion/ej2-base": "~20.4.42",
35
+ "@syncfusion/ej2-documenteditor": "20.4.43",
36
+ "@syncfusion/ej2-react-base": "~20.4.42"
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",
@@ -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": "20.4.40",
56
+ "version": "20.4.43",
57
57
  "sideEffects": false
58
58
  }