@syncfusion/ej2-react-documenteditor 23.2.4 → 23.2.6

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,35 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I515528` - Resolved the strange behaviour of track changes on backspace and delete action.
10
+ - `#I517039` - Resolved the cut issue in table when track changes is enabled.
11
+ - `#I518614` - Resolved the hyperlink removing issue.
12
+ - `#I513222` - Resolved the script error issue when opening attached document.
13
+ - `#I513443` - Resolved the Exception issue when disable toolbar in blazor.
14
+ - `#I507772` - Resolved the spellcheck underline issue on editing text.
15
+ - `#I518011` - Resolved the find and replace issue for restricted document.
16
+
17
+ ## 23.2.5 (2023-11-23)
18
+
19
+ ### DocumentEditor
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I512661` - Resolved the TOC updating issue in the attached document.
24
+ - `#I519561` - Resolved the track changes issues.
25
+ - `#I521082` - Resolved the script error issue while accepting tracked changes.
26
+ - `#I514000` - Resolved the script error while opening the attached document.
27
+ - `#I516382` - Resolved the page ordering issue in the exported document.
28
+ - `#I519451` - Resolved the script error issue when export as docx after accept all changes.
29
+ - `#I519571` - Resolved the issue in track changes on enter.
30
+ - `#I520505` - Resolved the issue of undo track changes with bullet numbering.
31
+
32
+ ## 23.2.4 (2023-11-20)
33
+
34
+ ### DocumentEditor
35
+
36
+ #### Bug Fixes
37
+
9
38
  - `#I509814` - Resolved the bullet list character format losses issue when pasting the sfdt.
10
39
  - `#I511667` - Resolved the TIFF image rendering issue with RTF file.
11
40
  - `#I512264` - Resolved the section Break continuous issue.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-documenteditor.min.js
3
- * version : 23.2.4
3
+ * version : 23.2.6
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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 : 23.2.4
3
+ * version : 23.2.6
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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@23.1.44",
3
+ "_id": "@syncfusion/ej2-react-documenteditor@23.2.5",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-jEJU8AIo3Y1HkBEAG+oNxEXXwk0PGNeCOt3uJ7oEupvaa9bpBzWeVTcPrYrrvN9yEKdcX2ZRh0vq6yIwP3WLLw==",
5
+ "_integrity": "sha512-yIjdwL1sNEv3qgWXfqD5A1fzY2+xvhLM0YVMVjNc+RnZcbg5zOeiP1KvJpRyMQfYOsdcvvx0Dvn6Mo0ofS5QvA==",
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-23.1.44.tgz",
23
- "_shasum": "750f1cb2f730cc2c23dfcce0b2a2dbf32d77857f",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-23.2.5.tgz",
23
+ "_shasum": "246e87523972c4c310bda5bcc8e97bc5b6b486ed",
24
24
  "_spec": "@syncfusion/ej2-react-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.2.4",
35
- "@syncfusion/ej2-documenteditor": "23.2.4",
36
- "@syncfusion/ej2-react-base": "~23.2.4"
34
+ "@syncfusion/ej2-base": "~23.2.6",
35
+ "@syncfusion/ej2-documenteditor": "23.2.6",
36
+ "@syncfusion/ej2-react-base": "~23.2.5"
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": "23.2.4",
56
+ "version": "23.2.6",
57
57
  "sideEffects": false
58
58
  }