@syncfusion/ej2-vue-diagrams 19.4.40 → 19.4.41
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 +11 -0
- package/README.md +1 -1
- package/dist/ej2-vue-diagrams.umd.min.js +1 -10
- package/dist/global/ej2-vue-diagrams.min.js +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `SF-358407` - The issue "NodeTemplate is not rendered properly in React" has been fixed.
|
|
10
|
+
- `SF-358519` - The issue "SendToBack is not working properly when re-adding shapes on diagram" has been fixed.
|
|
11
|
+
- `F170870` - The issue "Ports are not flipped while flipping Node to Horizontal or Vertically" has been fixed.
|
|
12
|
+
- `F170870` - The issue "Provide support to prevent label flipping while flipping the node horizontally or vertically" has been fixed.
|
|
13
|
+
|
|
14
|
+
## 19.4.40 (2021-12-28)
|
|
15
|
+
|
|
16
|
+
### Diagram
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `F171088` - The issue "Multiple selection tool not working properly" has been fixed.
|
|
10
21
|
- `SF-353924` - The issue "Drag and drop element from tree-view to Diagram does not behave correctly" has been fixed.
|
|
11
22
|
- `SF-333944` - The issue "Exception raises when perform sendBackward with native node" has been fixed.
|
package/README.md
CHANGED
|
@@ -72,4 +72,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2/blob/master/li
|
|
|
72
72
|
|
|
73
73
|
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/diagrams/CHANGELOG.md)
|
|
74
74
|
|
|
75
|
-
© Copyright
|
|
75
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-diagrams.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
-
* Use of this code is subject to the terms of our license.
|
|
6
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
-
* applicable laws.
|
|
9
|
-
*/
|
|
10
|
-
/*!
|
|
11
|
-
* filename: ej2-vue-diagrams.umd.min.js
|
|
12
|
-
* version : 19.2.55
|
|
3
|
+
* version : 19.4.41
|
|
13
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
5
|
* Use of this code is subject to the terms of our license.
|
|
15
6
|
* A copy of the current license can be obtained at any time by e-mailing
|