@syncfusion/ej2-vue-diagrams 24.2.3 → 24.2.5
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,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I547586` - Now, the performance of diagram is improved while dragging large number of HTML shapes.
|
|
10
|
+
|
|
11
|
+
## 24.2.4 (2024-02-06)
|
|
12
|
+
|
|
13
|
+
### Diagram
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#F185529` - Now, Annotation alignment updated properly with virtualisation constraints enabled.
|
|
18
|
+
- `#I544969` - Now, grouping a grouped nodes no longer throws error.
|
|
19
|
+
- `#I539121` - Now, the oldValue & newValue arguments of the size change event are updated properly while resizing the nodes.
|
|
20
|
+
|
|
21
|
+
## 24.2.3 (2024-01-31)
|
|
22
|
+
|
|
23
|
+
### Diagram
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
9
27
|
- `#I533824` - Now, textAlign Justify is working correctly.
|
|
10
28
|
- `#I539121` - Now, oldValue & newValue argument of size change event updated properly while resize the nodes.
|
|
11
29
|
- `#FB50125` - Now, symbols are rendered properly in symbol palette.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-diagrams.umd.min.js
|
|
3
|
-
* version : 24.2.
|
|
3
|
+
* version : 24.2.5
|
|
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
|