@metadev/daga-react 0.0.2 → 0.0.4

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
@@ -4,7 +4,54 @@ List of releases and changes.
4
4
 
5
5
  ![Daga logo](https://metadev.pro/icons/daga-logo-header.svg)
6
6
 
7
- ## Next release Excalibur
7
+ ## Next release Joyeuse
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
+
14
+ ## v. 3.1.5
15
+
16
+ Date: _2025-02-07_
17
+
18
+ - Fix bug with the initial loading of a diagram not working [#226](https://github.com/metadevpro/daga/pull/226)
19
+ - Ensure that the parent element of a diagram has fully loaded before initializing the view [#226](https://github.com/metadevpro/daga/pull/226)
20
+ - 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)
21
+ - 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)
22
+ - 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)
23
+ - Fix bug where the close icons for some property editor inputs wasn't showing [#231](https://github.com/metadevpro/daga/pull/231)
24
+ - Enable configuring the labels of ports [#233](https://github.com/metadevpro/daga/pull/233)
25
+
26
+ ## v. 3.1.4
27
+
28
+ Date: _2025-01-30_
29
+
30
+ - 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)
31
+
32
+ ## v. 3.1.3
33
+
34
+ Date: _2025-01-26_
35
+
36
+ - Fix null-check on `DiagramField` setter [#223](https://github.com/metadevpro/daga/pull/223)
37
+
38
+ ## v. 3.1.2
39
+
40
+ Date: _2025-01-24_
41
+
42
+ - Expose configuration and canvas observables in diagram component [#221](https://github.com/metadevpro/daga/pull/221)
43
+ - Fix bug where palette fails to reload properly [#221](https://github.com/metadevpro/daga/pull/221)
44
+
45
+ ## v. 3.1.1
46
+
47
+ Date: _2025-01-23_
48
+
49
+ - Enable switching the configuration of a diagram [#220](https://github.com/metadevpro/daga/pull/220)
50
+ - Remove `viewInitialized$` subject in canvas [#220](https://github.com/metadevpro/daga/pull/220)
51
+
52
+ ## v. 3.1.0 Excalibur
53
+
54
+ Date: _2025-01-21_
8
55
 
9
56
  - Add node continence [#200](https://github.com/metadevpro/daga/pull/200)
10
57
  - Enable defining custom shape functions for nodes in the configuration [#206](https://github.com/metadevpro/daga/pull/206)
@@ -13,6 +60,8 @@ List of releases and changes.
13
60
  - Distinguish between diagram actions (which affect the model) and diagram events (which don't affect the model) [#210](https://github.com/metadevpro/daga/pull/210)
14
61
  - Add layout action so layouts applied by the user can be undone and redone (which don't affect the model) [#210](https://github.com/metadevpro/daga/pull/210)
15
62
  - Add diagram events for the selection and highlight of diagram elements [#212](https://github.com/metadevpro/daga/pull/212) [#214](https://github.com/metadevpro/daga/pull/214)
63
+ - Enable customizing the look of nodes in the palette [#216](https://github.com/metadevpro/daga/pull/216)
64
+ - Enable adding custom line shapes [#217](https://github.com/metadevpro/daga/pull/217)
16
65
 
17
66
  ## v. 3.0.0 Curtana
18
67