@syncfusion/ej2-react-diagrams 20.2.39 → 20.2.40

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,15 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Diagram
6
+
7
+ #### Bug fixes
8
+
9
+ - `#I388692` - Now connectors are properly connected to the node after save and load.
10
+ - `#I384554` - Now scroll settings offset are updated properly dynamically.
11
+
12
+ ## 20.2.39 (2022-07-19)
13
+
5
14
  - `FB36050` - Now, oldValue & newValue argument of property change event updated properly while change order for nodes.
6
15
 
7
16
  ## 20.2.38 (2022-07-12)
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-diagrams.umd.min.js
3
- * version : 20.2.39
3
+ * version : 20.2.40
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.38",
3
+ "_id": "@syncfusion/ej2-react-diagrams@20.2.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-D/VCMBMlx0Du1okAlWZCtOBWllUsw3oRx46lXYwGMZLtWsgOhjFqIuQ9t/KwJ5hgSXKkqW2o7eXGpchn/f8g5g==",
5
+ "_integrity": "sha512-oSq7a0iVSREx9gu+O93hbhD6H0vMaptnCU1ExanG33xCRZvrdOnn82NOCw3c45HEW9nBJDWpo7+3ywBq1gHqVw==",
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.38.tgz",
23
- "_shasum": "9cfa9b245fc1d3dce2388b398de48fc2d0fdc25c",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-diagrams/-/ej2-react-diagrams-20.2.39.tgz",
23
+ "_shasum": "78b7b5c3bbc5cc4e8f48c2e332e243f9c9841a59",
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,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.38",
35
- "@syncfusion/ej2-diagrams": "20.2.39",
34
+ "@syncfusion/ej2-base": "~20.2.39",
35
+ "@syncfusion/ej2-diagrams": "20.2.40",
36
36
  "@syncfusion/ej2-react-base": "~20.2.38"
37
37
  },
38
38
  "deprecated": false,
@@ -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.39",
60
+ "version": "20.2.40",
61
61
  "sideEffects": true
62
62
  }