@metadev/daga 3.1.3 → 3.1.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 @@ List of releases and changes.
6
6
 
7
7
  ## Next release Joyeuse
8
8
 
9
+ ## v. 3.1.5
10
+
11
+ Date: _2025-02-07_
12
+
13
+ - Fix bug with the initial loading of a diagram not working [#226](https://github.com/metadevpro/daga/pull/226)
14
+ - Ensure that the parent element of a diagram has fully loaded before initializing the view [#226](https://github.com/metadevpro/daga/pull/226)
15
+ - Ensure that the elements of a diagram are rendered in the correct order after importing a diagram [#228](https://github.com/metadevpro/daga/pull/228)
16
+ - Add port directionality such that ports can be configured as only allowing incoming connections or only allowing outgoing connections [#229](https://github.com/metadevpro/daga/pull/229)
17
+ - Add port types and enable configuring the look of ports and the start/end point of connections within the port [#230](https://github.com/metadevpro/daga/pull/230)
18
+ - Fix bug where the close icons for some property editor inputs wasn't showing [#231](https://github.com/metadevpro/daga/pull/231)
19
+ - Enable configuring the labels of ports [#233](https://github.com/metadevpro/daga/pull/233)
20
+
21
+ ## v. 3.1.4
22
+
23
+ Date: _2025-01-30_
24
+
25
+ - Make dragging the palette node templates create a clone of the node appended to the diagram root instead of a child of the palette to prevent the palette from being affected by CSS transforms on the diagram [#224](https://github.com/metadevpro/daga/pull/224)
26
+
9
27
  ## v. 3.1.3
10
28
 
11
29
  Date: _2025-01-26_