@syncfusion/ej2-react-diagrams 19.4.40 → 19.4.48

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,37 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.4.43 (2022-01-18)
6
+
7
+ ### Diagram
8
+
9
+ #### Bug Fixes
10
+
11
+ - `F171509` - The issue "getDiagramContent() is not working properly" has been fixed.
12
+
13
+ ## 19.4.42 (2022-01-11)
14
+
15
+ ### Diagram
16
+
17
+ #### Bug Fixes
18
+
19
+ - `SF-359118` - The issue "Scroll Bar is not working properly when Viewport is in Negative coordinates" has been fixed.
20
+ - `F171398` - The issue "Exception occurs when save and load the diagram" has been fixed.
21
+ - `SF-360354` - The issue "Symbol do not get dropped properly in the chrome android" has been fixed.
22
+
23
+ ## 19.4.41 (2022-01-04)
24
+
25
+ ### Diagram
26
+
27
+ #### Bug Fixes
28
+
29
+ - `SF-358407` - The issue "NodeTemplate is not rendered properly in React" has been fixed.
30
+ - `SF-358519` - The issue "SendToBack is not working properly when re-adding shapes on diagram" has been fixed.
31
+ - `F170870` - The issue "Ports are not flipped while flipping Node to Horizontal or Vertically" has been fixed.
32
+ - `F170870` - The issue "Provide support to prevent label flipping while flipping the node horizontally or vertically" has been fixed.
33
+
34
+ ## 19.4.40 (2021-12-28)
35
+
5
36
  ### Diagram
6
37
 
7
38
  #### Bug Fixes
package/README.md CHANGED
@@ -72,4 +72,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2/blob/master/li
72
72
 
73
73
  Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/diagrams/CHANGELOG.md)
74
74
 
75
- © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
75
+ © Copyright 2022 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-diagrams.umd.min.js
3
- * version : 19.4.40
3
+ * version : 19.4.48
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-diagrams@*",
3
- "_id": "@syncfusion/ej2-react-diagrams@19.4.38",
3
+ "_id": "@syncfusion/ej2-react-diagrams@19.4.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-nXT22enAbEQHc8j1dR+Z/wwcrCR00zh4BRjCkthKwB+cGSiURUTivcX59DYUe8y0HNzULMLOpCiiriXxyaDDZw==",
5
+ "_integrity": "sha512-uhVYaKKiJdchgTQ7Q7Y5MiXfMlKUywi0EdekCD24H1ReqGJkIW7/wTInXRJOtF8s+kROjYSPIIqUhx1oIS3tfA==",
6
6
  "_location": "/@syncfusion/ej2-react-diagrams",
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-new/@syncfusion/ej2-react-diagrams/-/ej2-react-diagrams-19.4.38.tgz",
23
- "_shasum": "038eaadc98443431e28210f369b7334b852e3fb5",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-diagrams/-/ej2-react-diagrams-19.4.43.tgz",
23
+ "_shasum": "9fdf4a87958add082b34409d4ff6e64c832c4f42",
24
24
  "_spec": "@syncfusion/ej2-react-diagrams@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.4.38",
35
- "@syncfusion/ej2-diagrams": "19.4.40",
36
- "@syncfusion/ej2-react-base": "~19.4.38"
34
+ "@syncfusion/ej2-base": "~19.4.48",
35
+ "@syncfusion/ej2-diagrams": "19.4.48",
36
+ "@syncfusion/ej2-react-base": "~19.4.48"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for React",
@@ -57,6 +57,6 @@
57
57
  "type": "git",
58
58
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
59
59
  },
60
- "version": "19.4.40",
60
+ "version": "19.4.48",
61
61
  "sideEffects": true
62
62
  }