@syncfusion/ej2-react-diagrams
Advanced tools
Comparing version 17.1.42 to 17.1.43
@@ -7,2 +7,15 @@ # Changelog | ||
#### Bug Fixes | ||
- When changing the node's path data at run time, it scales properly with respect to node's size. | ||
- When changing the trigger type of BPMN's Task shape at run time, the trigger shape is positioned properly. | ||
- Now, the connector's decorator is docked properly when layout is enabled and drag the node. | ||
- When zooming the diagram, the user handles position is updated properly with respect to zoom percentage. | ||
- If boundaryConstraints is enabled and node's rotateAngle is changed at run time, node does not exceed the boundary limit. | ||
- When changing the annotation's properties at run time, annotation will update properly. | ||
## 17.1.41 (2019-04-16) | ||
### Diagram | ||
- #232371 - Drag and drop the nodes from symbol palette to the diagram will no longer work if the SymbolPalette "allowDrag" property set to false at runtime. | ||
@@ -9,0 +22,0 @@ - Now, the connector can be moved over the connection disabled node when drawing the connector using drawing tools. |
/*! | ||
* filename: ej2-react-diagrams.umd.min.js | ||
* version : 17.1.42 | ||
* version : 17.1.43 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-react-diagrams", | ||
"version": "17.1.42", | ||
"version": "17.1.43", | ||
"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": "~17.1.42", | ||
"@syncfusion/ej2-base": "~17.1.43", | ||
"@syncfusion/ej2-react-base": "~17.1.42", | ||
"@syncfusion/ej2-diagrams": "17.1.42" | ||
"@syncfusion/ej2-diagrams": "17.1.43" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": {}, |
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
397773
+ Added@syncfusion/ej2-diagrams@17.1.43(transitive)
- Removed@syncfusion/ej2-diagrams@17.1.42(transitive)