@metadev/daga 3.1.4 → 4.0.0

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,8 +6,28 @@ List of releases and changes.
6
6
 
7
7
  ## Next release Joyeuse
8
8
 
9
+ - Expose `viewInitialized$` observable in diagram component [#239](https://github.com/metadevpro/daga/pull/239)
10
+ - Throw error when a diagram element is initialized with an empty or null id to prevent errors with selectors caused by empty ids [#240](https://github.com/metadevpro/daga/pull/240)
11
+ - Change the structure of the configuration for the looks of nodes, sections, ports and connections [#244](https://github.com/metadevpro/daga/pull/244)
12
+ - Ensure that the type of a node can be changed safely [#244](https://github.com/metadevpro/daga/pull/244)
13
+ - Fix error with text map properties disappearing on update [#245](https://github.com/metadevpro/daga/pull/245)
14
+
15
+ ## v. 3.1.5
16
+
17
+ Date: _2025-02-07_
18
+
19
+ - Fix bug with the initial loading of a diagram not working [#226](https://github.com/metadevpro/daga/pull/226)
20
+ - Ensure that the parent element of a diagram has fully loaded before initializing the view [#226](https://github.com/metadevpro/daga/pull/226)
21
+ - 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)
22
+ - 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)
23
+ - 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)
24
+ - Fix bug where the close icons for some property editor inputs wasn't showing [#231](https://github.com/metadevpro/daga/pull/231)
25
+ - Enable configuring the labels of ports [#233](https://github.com/metadevpro/daga/pull/233)
26
+
9
27
  ## v. 3.1.4
10
28
 
29
+ Date: _2025-01-30_
30
+
11
31
  - 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)
12
32
 
13
33
  ## v. 3.1.3