@syncfusion/ej2-angular-diagrams 24.1.41-ngcc → 24.1.43-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/@syncfusion/ej2-angular-diagrams.es5.js +1 -1
- package/@syncfusion/ej2-angular-diagrams.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-diagrams.js +1 -1
- package/@syncfusion/ej2-angular-diagrams.js.map +1 -1
- package/CHANGELOG.md +10 -0
- package/dist/ej2-angular-diagrams.umd.js +2 -1
- package/dist/ej2-angular-diagrams.umd.js.map +1 -1
- package/dist/ej2-angular-diagrams.umd.min.js +2 -2
- package/package.json +7 -7
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I521324` - Now, connector with bridging exports properly.
|
|
10
|
+
- `#I526690` - The default tooltip for the subprocess is now correctly updated after dragging a child from the subprocess onto the diagram.
|
|
11
|
+
- `#I527228` - Now, the bpmn message flow and sequence flow child path is rendered properly.
|
|
12
|
+
|
|
13
|
+
## 24.1.41 (2023-12-18)
|
|
14
|
+
|
|
15
|
+
### Diagram
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
9
19
|
- `#I184493` - The null exception will no longer thrown while hovering over the ports.
|
|
10
20
|
- `#I47014` - The segmentCollectionChange is triggered when editSegment method called.
|
|
11
21
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-diagrams.umd.js
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.43
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
|
@@ -1557,6 +1557,7 @@ exports.updatePortEdges = ej2Diagrams.updatePortEdges;
|
|
|
1557
1557
|
exports.alignElement = ej2Diagrams.alignElement;
|
|
1558
1558
|
exports.cloneSelectedObjects = ej2Diagrams.cloneSelectedObjects;
|
|
1559
1559
|
exports.updatePathElement = ej2Diagrams.updatePathElement;
|
|
1560
|
+
exports.getPathOffset = ej2Diagrams.getPathOffset;
|
|
1560
1561
|
exports.checkPort = ej2Diagrams.checkPort;
|
|
1561
1562
|
exports.findPath = ej2Diagrams.findPath;
|
|
1562
1563
|
exports.getConnectorDirection = ej2Diagrams.getConnectorDirection;
|