@syncfusion/ej2-react-diagrams
Advanced tools
Comparing version 16.3.30 to 16.3.33
@@ -5,2 +5,11 @@ # Changelog | ||
### Diagram | ||
#### Bug Fixes | ||
- Exception thrown when adding the child to the Node which has multiple parent Child is now working fine. | ||
- Textbox lost its focus when we mouse up on Diagram is now working fine. | ||
- Issue with expand collapse, when the child having more than one parent have been fixed. | ||
- Issue on measuring path element while refreshing the diagram is now working fine. | ||
## 16.3.29 (2018-10-31) | ||
@@ -7,0 +16,0 @@ |
/*! | ||
* filename: ej2-react-diagrams.umd.min.js | ||
* version : 16.3.30 | ||
* version : 16.3.33 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -12,3 +12,3 @@ * Use of this code is subject to the terms of our license. | ||
* filename: ej2-react-diagrams.umd.min.js | ||
* version : 16.3.29 | ||
* version : 16.3.30 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -15,0 +15,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-react-diagrams", | ||
"version": "16.3.30", | ||
"version": "16.3.33", | ||
"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", | ||
@@ -25,5 +25,5 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~16.3.30", | ||
"@syncfusion/ej2-react-base": "~16.3.30", | ||
"@syncfusion/ej2-diagrams": "16.3.30" | ||
"@syncfusion/ej2-base": "~16.3.33", | ||
"@syncfusion/ej2-react-base": "~16.3.33", | ||
"@syncfusion/ej2-diagrams": "16.3.33" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
@@ -64,3 +64,3 @@ # ej2-react-diagrams | ||
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=diagram) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=diagram). | ||
* New [GitHub issue](https://github.com/syncfusion/ej2-diagrams/issues/new). | ||
* New [GitHub issue](https://github.com/syncfusion/ej2-react-ui-components/issues/new). | ||
* Ask your query in Stack Overflow with tag `syncfusion`, `ej2`. | ||
@@ -74,4 +74,4 @@ | ||
Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/src/diagrams/CHANGELOG.md?utm_source=npm&utm_campaign=diagram) | ||
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/diagrams/CHANGELOG.md) | ||
© Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5612874
+ Added@syncfusion/ej2-diagrams@16.3.33(transitive)
- Removed@syncfusion/ej2-diagrams@16.3.30(transitive)