@syncfusion/ej2-vue-diagrams 23.2.4 → 23.2.7
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,28 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I506991` - Fixed the connector selection issue that occurred when the segment thumb was enabled.
|
|
10
|
+
- `#I522256` - Now, the palette expanding event arguments are correct when expanding the palette.
|
|
11
|
+
- `#I522219` - Fixed issue with symbol palette tooltip rendering inaccurately after searching symbols and hovering over palette shapes.
|
|
12
|
+
- `#F185333` - Now, the style property of phase at run-time can be customized.
|
|
13
|
+
|
|
14
|
+
## 23.2.6 (2023-11-28)
|
|
15
|
+
|
|
16
|
+
### Diagram
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- `#I515562` - Now, the swimlane renders properly while dragging it from palette with multiple page enabled.
|
|
21
|
+
- `#515563` - Exception while serializing the BPMN Group shape with child has been resolved.
|
|
22
|
+
- `#I520515` - Now, the connector target decorator renders properly after calling doLayout with line-routing.
|
|
23
|
+
- `#I518456` - Now, the Subprocess node and child node dragging is proper after serialization.
|
|
24
|
+
|
|
25
|
+
## 23.2.4 (2023-11-20)
|
|
26
|
+
|
|
27
|
+
### Diagram
|
|
28
|
+
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
9
31
|
- `#I499552` - Now, fit to page is working properly when current zoom is less than min-zoom.
|
|
10
32
|
- `#F185082` - Now, the transparent fill is applied properly for swimlane lanes.
|
|
11
33
|
- `#I513170` - The exception will no longer be thrown during the dragging of connector segments.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-diagrams.umd.min.js
|
|
3
|
-
* version : 23.2.
|
|
3
|
+
* version : 23.2.7
|
|
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
|