@metadev/daga-react 0.0.2 → 0.0.3

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.
Files changed (4) hide show
  1. package/Changelog.md +45 -1
  2. package/index.js +2 -2
  3. package/index.mjs +2623 -2483
  4. package/package.json +3 -3
package/Changelog.md CHANGED
@@ -4,7 +4,49 @@ 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
+ ## 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
+
27
+ ## v. 3.1.3
28
+
29
+ Date: _2025-01-26_
30
+
31
+ - Fix null-check on `DiagramField` setter [#223](https://github.com/metadevpro/daga/pull/223)
32
+
33
+ ## v. 3.1.2
34
+
35
+ Date: _2025-01-24_
36
+
37
+ - Expose configuration and canvas observables in diagram component [#221](https://github.com/metadevpro/daga/pull/221)
38
+ - Fix bug where palette fails to reload properly [#221](https://github.com/metadevpro/daga/pull/221)
39
+
40
+ ## v. 3.1.1
41
+
42
+ Date: _2025-01-23_
43
+
44
+ - Enable switching the configuration of a diagram [#220](https://github.com/metadevpro/daga/pull/220)
45
+ - Remove `viewInitialized$` subject in canvas [#220](https://github.com/metadevpro/daga/pull/220)
46
+
47
+ ## v. 3.1.0 Excalibur
48
+
49
+ Date: _2025-01-21_
8
50
 
9
51
  - Add node continence [#200](https://github.com/metadevpro/daga/pull/200)
10
52
  - Enable defining custom shape functions for nodes in the configuration [#206](https://github.com/metadevpro/daga/pull/206)
@@ -13,6 +55,8 @@ List of releases and changes.
13
55
  - 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
56
  - 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
57
  - 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)
58
+ - Enable customizing the look of nodes in the palette [#216](https://github.com/metadevpro/daga/pull/216)
59
+ - Enable adding custom line shapes [#217](https://github.com/metadevpro/daga/pull/217)
16
60
 
17
61
  ## v. 3.0.0 Curtana
18
62