@syncfusion/ej2-react-diagrams 20.2.36 → 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
@@ -6,6 +6,31 @@
6
6
 
7
7
  #### Bug fixes
8
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
+
14
+ - `FB36050` - Now, oldValue & newValue argument of property change event updated properly while change order for nodes.
15
+
16
+ ## 20.2.38 (2022-07-12)
17
+
18
+ ### Diagram
19
+
20
+ #### Bug fixes
21
+
22
+ - `#I387297` - Now, the Expand & Collapse work properly for layout.
23
+ - `#I389174` - The undefined exception will no longer thrown while drag and drop the node from treeview to diagram.
24
+ - `#I384522` - Now, connector gets rendered properly in the complex hierarchical tree layout.
25
+ - `#I383401` - BPMN task type symbols are updated as per BPMN 2.0 standard.
26
+ - `#FB35907` - Localization support for symbol palette search box placeholder has been added.
27
+
28
+ ## 20.2.36 (2022-06-30)
29
+
30
+ ### Diagram
31
+
32
+ #### Bug fixes
33
+
9
34
  - `#I382500` - Now, the BPMN shape is changed properly at runtime.
10
35
  - `#I382496` - BPMN gateway sub type is working properly while changing it during runtime.
11
36
  - `#I383411` - Now, fill color is applied properly when changing the BPMN event at runtime.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-diagrams.umd.min.js
3
- * version : 20.2.36
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@19.8.0",
3
+ "_id": "@syncfusion/ej2-react-diagrams@20.2.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-DLW8u+btEEP08IP/8i9ol2SlWHaZfFGYd27MHvdvb/TfVmyzPN46+sd667pzWmRjqV+RSZt6c13RZvGjn1bE1Q==",
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-release/@syncfusion/ej2-react-diagrams/-/ej2-react-diagrams-19.8.0.tgz",
23
- "_shasum": "3445c764835780cc39fb89ea83157e1bb576146f",
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,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.36",
35
- "@syncfusion/ej2-diagrams": "20.2.36",
36
- "@syncfusion/ej2-react-base": "~20.2.36"
34
+ "@syncfusion/ej2-base": "~20.2.39",
35
+ "@syncfusion/ej2-diagrams": "20.2.40",
36
+ "@syncfusion/ej2-react-base": "~20.2.38"
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.36",
60
+ "version": "20.2.40",
61
61
  "sideEffects": true
62
62
  }
@@ -308,7 +308,7 @@
308
308
  }
309
309
 
310
310
  .e-diagram .e-diagram-text-edit {
311
- background: #fff;
311
+ background: #1b1a19;
312
312
  border-color: #0078d4;
313
313
  border-style: dashed;
314
314
  border-width: 1px;
@@ -319,7 +319,7 @@
319
319
 
320
320
  .e-diagram-text-edit::selection {
321
321
  background: #0078d4;
322
- color: #fff;
322
+ color: #1b1a19;
323
323
  }
324
324
 
325
325
  .e-ruler-tick-label {
@@ -308,7 +308,7 @@
308
308
  }
309
309
 
310
310
  .e-diagram .e-diagram-text-edit {
311
- background: #fff;
311
+ background: #1b1a19;
312
312
  border-color: #0078d4;
313
313
  border-style: dashed;
314
314
  border-width: 1px;
@@ -319,7 +319,7 @@
319
319
 
320
320
  .e-diagram-text-edit::selection {
321
321
  background: #0078d4;
322
- color: #fff;
322
+ color: #1b1a19;
323
323
  }
324
324
 
325
325
  .e-ruler-tick-label {