@syncfusion/ej2-angular-diagrams 20.3.48-ngcc → 20.3.49-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
@@ -6,6 +6,26 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I405054` - Provided the custom context menu support for the swimlane phase.
10
+ - `#I405669` - Now, BPMN text annotation node gets dragged properly while drag the swimlane.
11
+ - `#I397116` - Now, the bezier annotation horizontal and vertical alignment is working properly.
12
+ - `#I410634` - The null exception will no longer thrown while changing the overview id.
13
+
14
+ ## 20.3.48 (2022-10-05)
15
+
16
+ ### Diagram
17
+
18
+ #### Bug Fixes
19
+
20
+ - `#I401143` - Now, HTML element gets rendered properly while drag and drop from one lane to other lane.
21
+ - `#I393859` - Now, the nodes overlapping in linear arrangement of complex-hierarchical tree is resolved.
22
+
23
+ ## 20.3.47 (2022-09-29)
24
+
25
+ ### Diagram
26
+
27
+ #### Bug Fixes
28
+
9
29
  - `#I387297` - Now, the Expand & Collapse work properly for layout.
10
30
  - `#I389174` - The undefined exception will no longer thrown while drag and drop the node from treeview to diagram.
11
31
  - `#I384522` - Now, connector gets rendered properly in the complex hierarchical tree layout.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-diagrams.umd.js
3
- * version : 20.3.48
3
+ * version : 20.3.49
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-diagrams.umd.min.js
3
- * version : 20.3.48
3
+ * version : 20.3.49
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
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-angular-diagrams@*",
3
3
  "_id": "@syncfusion/ej2-angular-diagrams@19.12.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-QnjrY/+KYS6ezqqcupoz6GVDOj/h7aa7cKvFyStMZ+DdbZwn4XqPc/jHH4EPXvvYptv+lsIckAU5bQszqV2tEQ==",
5
+ "_integrity": "sha512-mHGwkqQEC9re+ztMNa41bbpaRn7CLXN96jZGze2FVzYtkCwN+8CZDDqFLMlUTOgYNXXMxjUoVmn+Zntk8jDVtw==",
6
6
  "_location": "/@syncfusion/ej2-angular-diagrams",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -20,7 +20,7 @@
20
20
  "/"
21
21
  ],
22
22
  "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-diagrams/-/ej2-angular-diagrams-19.12.3.tgz",
23
- "_shasum": "803f7e4d732ba812627b46deeb94bf2083921487",
23
+ "_shasum": "db1168029f9aa4a1baa45a58dc715b356d2b92e2",
24
24
  "_spec": "@syncfusion/ej2-angular-diagrams@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~20.3.47",
35
- "@syncfusion/ej2-base": "~20.3.48",
36
- "@syncfusion/ej2-diagrams": "20.3.48"
35
+ "@syncfusion/ej2-base": "~20.3.49",
36
+ "@syncfusion/ej2-diagrams": "20.3.49"
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 Angular",
@@ -62,5 +62,5 @@
62
62
  "schematics": "./schematics/collection.json",
63
63
  "sideEffects": false,
64
64
  "typings": "ej2-angular-diagrams.d.ts",
65
- "version": "20.3.48-ngcc"
65
+ "version": "20.3.49-ngcc"
66
66
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-diagrams';
4
- exports.pkgVer = '^20.3.48';
4
+ exports.pkgVer = '^20.3.49';
5
5
  exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
6
- exports.themeVer = '~20.3.48';
6
+ exports.themeVer = '~20.3.49';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-diagrams';
2
- export const pkgVer = '^20.3.48';
2
+ export const pkgVer = '^20.3.49';
3
3
  export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
4
- export const themeVer = '~20.3.48';
4
+ export const themeVer = '~20.3.49';