@syncfusion/ej2-angular-diagrams 20.3.56-ngcc → 20.3.57-ngcc

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
+ - `#I412223` - Now, the connector position is updated properly after resizing overview panel.
10
+ - `#I405669` - Now, adding BPMN Text annotation node inside swimlane at runtime is working properly.
11
+ - `#I412144` - Now, the segment thumb do not gets rendered while render orthogonal connector as a straight line.
12
+ - `#I412144` - Provided the support for orthogonal segment overlap with the source and target node.
13
+
5
14
  ## 20.3.50 (2022-10-18)
6
15
 
7
16
  ### Diagram
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-diagrams.umd.js
3
- * version : 20.3.56
3
+ * version : 20.3.57
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
@@ -277,7 +277,7 @@ ConnectorAnnotationsDirective.decorators = [
277
277
  * @nocollapse
278
278
  */
279
279
  ConnectorAnnotationsDirective.ctorParameters = function () { return []; };
280
- var input$4 = ['addInfo', 'annotations', 'bezierSettings', 'bridgeSpace', 'connectionPadding', 'connectorSpacing', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'fixedUserHandles', 'flip', 'flipMode', 'hitPadding', 'id', 'margin', 'maxSegmentThumb', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'symbolInfo', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
280
+ var input$4 = ['addInfo', 'allowNodeOverlap', 'annotations', 'bezierSettings', 'bridgeSpace', 'connectionPadding', 'connectorSpacing', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'fixedUserHandles', 'flip', 'flipMode', 'hitPadding', 'id', 'margin', 'maxSegmentThumb', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'symbolInfo', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
281
281
  var outputs$4 = [];
282
282
  /**
283
283
  * Connectors Directive