@syncfusion/ej2-react-documenteditor 19.3.55 → 19.3.56

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,25 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I343645` - Table grid after width percentage value is now properly exported in server-side.
10
+ - `#I341659` - Resolved the list alignment issues.
11
+ - `#I347230` - Zero line spacing value is now properly exported in server-side.
12
+ - `#I346468` - Resolved the document corruption issue due to z-order in server-side exporting.
13
+ - `#I344830` - Resolved in exception in opening and saving document with calculation form field.
14
+ - `#I345582`, `#I341985` - Document with tab width is now rendered properly.
15
+ - `#I346985` - Line height issue is now properly updated for tab character with greater size than rest of the elements in the line.
16
+ - `#FB29648` - Table rows/columns in header and footer are now resized properly.
17
+ - `#I349115` - Resolved the `goToPage` API scrolling behaviour issue.
18
+ - `#I348516` - Table/Cell background color serialized properly in copy/paste.
19
+ - `#I341891` - Resolved the hanging issue in editing the footnote content.
20
+ - `#I344790` - Resolved footnote overlapping issue when editing a table.
21
+
22
+ ## 19.3.55 (2021-11-23)
23
+
24
+ ### Document Editor
25
+
26
+ #### Bug Fixes
27
+
9
28
  - `I345759`- Resolved the table border rendering issue.
10
29
 
11
30
  ## 19.3.54 (2021-11-17)
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-documenteditor.umd.min.js
3
- * version : 19.3.55
3
+ * version : 19.3.56
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.3.54",
3
+ "_id": "@syncfusion/ej2-react-documenteditor@19.3.55",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-IS2IA4HZen/EbLCAnDm6wwpog9kSQCUxqGdSdjCdOwOWL4isvlY6MqOUMqaOzccsV1BbzplexCn4W1zLOO/dog==",
5
+ "_integrity": "sha512-vXTlLKgWxtlQmVrvhv4h9QVq7wz9KWKVDXobGue0QyI1Ca3vbp2nT/sotFej7D0yGHw7Lb2uc39xxn+JOFAV8w==",
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": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-19.3.54.tgz",
23
- "_shasum": "e6e437f2c1591f39595f60eb90ad0695267d0632",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-19.3.55.tgz",
23
+ "_shasum": "406e15e4993853a89e28559a362b5b9e1308c16f",
24
24
  "_spec": "@syncfusion/ej2-react-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.3.54",
35
- "@syncfusion/ej2-documenteditor": "19.3.55",
34
+ "@syncfusion/ej2-base": "~19.3.56",
35
+ "@syncfusion/ej2-documenteditor": "19.3.56",
36
36
  "@syncfusion/ej2-react-base": "~19.3.53"
37
37
  },
38
38
  "deprecated": false,
@@ -63,6 +63,6 @@
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
65
65
  },
66
- "version": "19.3.55",
66
+ "version": "19.3.56",
67
67
  "sideEffects": false
68
68
  }