@syncfusion/ej2-react-diagrams 20.2.40 → 20.2.45

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,24 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I396868` - Now bezier connector rendered properly while drag and drop from palette.
10
+ - `#I397678` - Now, the connector is dropped properly inside the swimlane.
11
+ - `#I397852` - Now, layers undefined exception will no longer thrown while save and load.
12
+
13
+ ## 20.2.44 (2022-08-16)
14
+
15
+ ### Diagram
16
+
17
+ #### Bug fixes
18
+
19
+ - `#I395331` - The undefined exception will no longer thrown while draw a SVG node.
20
+
21
+ ## 20.2.40 (2022-07-26)
22
+
23
+ ### Diagram
24
+
25
+ #### Bug fixes
26
+
9
27
  - `#I388692` - Now connectors are properly connected to the node after save and load.
10
28
  - `#I384554` - Now scroll settings offset are updated properly dynamically.
11
29
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-diagrams.umd.min.js
3
- * version : 20.2.40
3
+ * version : 20.2.45
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@20.2.39",
3
+ "_id": "@syncfusion/ej2-react-diagrams@20.2.44",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-oSq7a0iVSREx9gu+O93hbhD6H0vMaptnCU1ExanG33xCRZvrdOnn82NOCw3c45HEW9nBJDWpo7+3ywBq1gHqVw==",
5
+ "_integrity": "sha512-NPhOVgGp8j5jxliVNOVqR0wi6hZNLn2l+rMRrnqWtoMNM8Hb3Qx/NudX2JRKXwr4J1vj57BcV9lKEVvVyU6rtg==",
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-20.2.39.tgz",
23
- "_shasum": "78b7b5c3bbc5cc4e8f48c2e332e243f9c9841a59",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-diagrams/-/ej2-react-diagrams-20.2.44.tgz",
23
+ "_shasum": "96c2307b155125c66cdc88c3f3c16af36bb5f44e",
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": "~20.2.39",
35
- "@syncfusion/ej2-diagrams": "20.2.40",
36
- "@syncfusion/ej2-react-base": "~20.2.38"
34
+ "@syncfusion/ej2-base": "~20.2.45",
35
+ "@syncfusion/ej2-diagrams": "20.2.45",
36
+ "@syncfusion/ej2-react-base": "~20.2.45"
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": "20.2.40",
60
+ "version": "20.2.45",
61
61
  "sideEffects": true
62
62
  }