@syncfusion/ej2-react-documenteditor 21.2.3 → 21.2.5

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
@@ -2,6 +2,33 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Document Editor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I449912` - Resolved layout issue while opening document.
10
+ - `#I450342` - Resolved the wrong Font issue while opening a document.
11
+ - `#I458331` - Resolved the paragraph combine issue when insert and delete comment.
12
+ - `#I458334` - Cursor position issue is resolved when shift enter key is pressed.
13
+ - `#I449581` - Resolved the script error when loading the track changes document with author field empty
14
+ - `#I452303` - Layout issue is now not occurred when editing the document.
15
+ - `#I452150` - Resolved the hanging issue when opening the attached document.
16
+ - `#I453495` - Resolved the Overlapping issue when we do enter/page break before the shape.
17
+ - `#I453196` - Resolved the issue in when perform undo action for Arabic content
18
+ - `#I454659` - Resolved the issue occurred when performing track changes for Arabic content.
19
+ - `#I449049` - A performance issue is resolved when typing inside the table.
20
+
21
+ ## 21.2.4 (2023-05-09)
22
+
23
+ ### Document Editor
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#I451421` - Resolved the issue with list indentation.
28
+ - `#I450834` - Resolved the Script issue while opening SFDT.
29
+ - `#I452243` - Resolved the issue with modifying the style in existing styles.
30
+ - `#I449324` - Resolved the issue occurred while exporting the document in the .docx format.
31
+
5
32
  ## 21.2.3 (2023-05-03)
6
33
 
7
34
  ### Document Editor
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-documenteditor.min.js
3
- * version : 21.2.3
3
+ * version : 21.2.5
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 : 21.2.3
3
+ * version : 21.2.5
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@21.2.3",
3
+ "_id": "@syncfusion/ej2-react-documenteditor@21.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-bU34jQKZOWFUG3GgMAhPcZWEtfcxI9r75rD1mJsB49i3+iPM/Qcf5pmGfAGzmjz4rsKeEvlZk7o7TfBnraZ4xA==",
5
+ "_integrity": "sha512-OPSmToM09HJ45in28BSNR+/BziKxPGT5c9WKhHyuHVDqU7SM+cPy8tsiXbzgysllKAMi/G6RGqdfYZqRBNTa9w==",
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-21.2.3.tgz",
23
- "_shasum": "d308eb011f6c3d5ad4fb4c8a486e5d1027a907e1",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-21.2.4.tgz",
23
+ "_shasum": "5cc8e46da54ba992e84527ac18b7c4c2f29138a6",
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": "~21.2.3",
35
- "@syncfusion/ej2-documenteditor": "21.2.3",
35
+ "@syncfusion/ej2-documenteditor": "21.2.5",
36
36
  "@syncfusion/ej2-react-base": "~21.2.3"
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": "21.2.3",
56
+ "version": "21.2.5",
57
57
  "sideEffects": false
58
58
  }