@syncfusion/ej2-react-documenteditor 21.1.35 → 21.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,12 +4,36 @@
4
4
 
5
5
  ### Document Editor
6
6
 
7
- #### Breaking Changes
7
+ #### Bug Fixes
8
8
 
9
- - Starting from version v21.1.x, the SFDT file generated in Word Processor component is optimized by default to reduce the file size. Hence, the optimized SFDT files can't be directly manipulated as JSON string. Please refer the [documentation](https://ej2.syncfusion.com/documentation/document-editor/how-to/optimize-sfdt).
9
+ - `#I438125` - Resolved the header issue when editing in different section format.
10
+ - `#I439280` - Selection is now working properly in the paragraph with indentation.
11
+ - `#I436536`, `#I435119` - Table and paragraph is not overlapped while loading the attached document.
12
+ - `#I436445` - Resolved the overlapping issue while opening the document.
13
+ - `#I446019` - Resolved the issue in opening "Dotx" format document.
14
+
15
+ - `#425697` - Resolved the positioning and line spacing issue in shape document
16
+
17
+ #### Breaking Changes
10
18
 
11
19
  - Starting from version v21.1.x, the SFDT file generated in Word Processor component is optimized by default to reduce the file size. Hence, the optimized SFDT files can't be directly manipulated as JSON string. Please refer the [documentation](https://ej2.syncfusion.com/react/documentation/document-editor/how-to/optimize-sfdt).
12
20
 
21
+ #### New Features
22
+
23
+ - `#I249004`, `#I250933`, `#I256703`, `#I286287`, `#I290760`, `#I301513`, `#I313194`, `#I314827`, `#I316496`, `#I317964`, `#I320201`, `#I320872`, `#I327636`, `#I331310`, `#I333899`, `#I334058`, `#I334929`, `#I337202`, `#I341931`, `#I341953`, `#I345929`, `#I348344`, `#I349206`, `#I349683`, `#I349895`, `#I354081`, `#I356432` - Added support for continuous section break in DocumentEditor.
24
+ - `#I422408`, `#I435125` - Optimized SFDT file to reduce the file size relative to a Docx file.
25
+ - `#I330729`, `#I256794` - Added support to display bookmark start and end in DocumentEditor.
26
+ - `#I333042`, `#I349829` - Added support disable the auto focus to DocumentEditor.
27
+ - `#I175038` - Added API to modify the predefine styles in DocumentEditor.
28
+
29
+ ## 21.1.35 (2023-03-23)
30
+
31
+ ### Document Editor
32
+
33
+ #### Breaking Changes
34
+
35
+ - Starting from version v21.1.x, the SFDT file generated in Word Processor component is optimized by default to reduce the file size. Hence, the optimized SFDT files can't be directly manipulated as JSON string. Please refer the [documentation](https://ej2.syncfusion.com/documentation/document-editor/how-to/optimize-sfdt).
36
+
13
37
  #### Bug Fixes
14
38
 
15
39
  - `#425697` - Resolved the positioning and line spacing issue in shape document
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-documenteditor.min.js
3
- * version : 21.1.35
3
+ * version : 21.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 : 21.1.35
3
+ * version : 21.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
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-react-documenteditor@*",
3
3
  "_id": "@syncfusion/ej2-react-documenteditor@19.61.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-foR56djKbXL7JrNrnS60g2oaZYaDRYdphK5CyGyU2yNtPoYKv9cSRNw1mxP0vYkbeMdSnpFNMLcDj+Fs6pS6Sg==",
5
+ "_integrity": "sha512-3UdXKJ6qvPwHpbFeD4FepEV4EQX7swDwvsGlVxGJdb2FEBjasLlj2XoqcI7Jmeieg0EAFhf9wGPSbLg+BmNDWQ==",
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-release/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-19.61.0.tgz",
23
- "_shasum": "02dd038965806d58acbdd6ed9992ab63a045d26a",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-19.61.0.tgz",
23
+ "_shasum": "a9bb81fa9f67d77656de6de6dfa21f13ac121105",
24
24
  "_spec": "@syncfusion/ej2-react-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~21.1.35",
35
- "@syncfusion/ej2-documenteditor": "21.1.35",
36
- "@syncfusion/ej2-react-base": "~21.1.35"
34
+ "@syncfusion/ej2-base": "~21.1.37",
35
+ "@syncfusion/ej2-documenteditor": "21.1.37",
36
+ "@syncfusion/ej2-react-base": "~21.1.37"
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": "21.1.35",
56
+ "version": "21.1.37",
57
57
  "sideEffects": false
58
58
  }