@syncfusion/ej2-angular-diagrams 19.4.55 → 20.1.48

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,8 +6,21 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `FB-33350` - Now, Property change event will trigger properly when z-index values are changed.
10
+ - `#I372613` - Now, Exporting the diagram as an image will work properly.
11
+
12
+ ## 20.1.47 (2022-04-04)
13
+
14
+ ### Diagram
15
+
16
+ #### Bug Fixes
17
+
9
18
  - `#32965` - Now, old and new value of property change event values are updated properly while drag the connector target end.
10
19
  - `F172843` - Bring to front is now working properly for the multiple selection.
20
+ - `SF-369300` - Now, Expand and collapse work properly for layouts.
21
+ - `SF-370061` - Now, exportDiagram exports image url properly when mode is set to Data.
22
+ - `SF-368435` - The exception will no longer thrown while dragging the selected object.
23
+ - `SF-362356` - Now, Diagram can be zoomed or scrolled smoothly.
11
24
 
12
25
  ## 19.4.54 (2022-03-01)
13
26
 
@@ -30,7 +43,6 @@
30
43
  - `SF-360354` - Position change event is now fired properly while drag and drop the node using touch.
31
44
  - `SF-365716` - Drawing tool now draw connector properly while right click on the diagram.
32
45
  - `SF-364857` - Now, Command/Meta key will work properly on Mac.
33
- - `SF-362880` - Save and load now works properly for Swimlane after undo and redo.
34
46
 
35
47
  ## 19.4.52 (2022-02-15)
36
48
 
@@ -41,6 +53,7 @@
41
53
  - `SF-361654` - Connector is now rendered properly in the symbol palette while try to render as straight line.
42
54
  - `SF-360571` - Provide separate tooltip support for the group children node.
43
55
  - `SF-359118` - Now, the Scroll Bar works properly when Viewport is in Negative coordinates.
56
+ - `SF-362880` - Save and load now works properly for Swimlane after undo and redo.
44
57
 
45
58
  ## 19.4.50 (2022-02-08)
46
59
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-diagrams.umd.js
3
- * version : 19.4.55
3
+ * version : 20.1.48
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
@@ -540,7 +540,7 @@ PortsDirective.decorators = [
540
540
  * @nocollapse
541
541
  */
542
542
  PortsDirective.ctorParameters = function () { return []; };
543
- var input$8 = ['addInfo', 'annotations', 'backgroundColor', 'borderColor', 'borderWidth', 'branch', 'children', 'collapseIcon', 'columnIndex', 'columnSpan', 'columns', 'constraints', 'container', 'data', 'dragSize', 'excludeFromLayout', 'expandIcon', 'fixedUserHandles', 'flip', 'flipMode', 'height', 'horizontalAlignment', 'id', 'isExpanded', 'layoutInfo', 'margin', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'offsetX', 'offsetY', 'pivot', 'ports', 'previewSize', 'rotateAngle', 'rowIndex', 'rowSpan', 'rows', 'shadow', 'shape', 'style', 'symbolInfo', 'tooltip', 'verticalAlignment', 'visible', 'width', 'wrapper', 'zIndex'];
543
+ var input$8 = ['addInfo', 'annotations', 'backgroundColor', 'borderColor', 'borderWidth', 'branch', 'children', 'collapseIcon', 'columnIndex', 'columnSpan', 'columns', 'constraints', 'container', 'data', 'dragSize', 'excludeFromLayout', 'expandIcon', 'fixedUserHandles', 'flip', 'flipMode', 'height', 'horizontalAlignment', 'id', 'isExpanded', 'layoutInfo', 'margin', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'offsetX', 'offsetY', 'padding', 'pivot', 'ports', 'previewSize', 'rotateAngle', 'rowIndex', 'rowSpan', 'rows', 'shadow', 'shape', 'style', 'symbolInfo', 'tooltip', 'verticalAlignment', 'visible', 'width', 'wrapper', 'zIndex'];
544
544
  var outputs$8 = [];
545
545
  /**
546
546
  * Nodes Directive