@metadev/daga-react 4.1.0 → 4.2.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,9 +6,17 @@ List of releases and changes.
6
6
 
7
7
  ## Next release Joyeuse
8
8
 
9
- ## v. 4.1.0
9
+ ## v. 4.2.0
10
10
 
11
- - Add methods for adding and removing rows and columns of sections in a node.
11
+ - Support for Angular 20
12
+ - Allow toggling the size of node templates in palette [#287](https://github.com/metadevpro/daga/pull/287)
13
+ - Allow configuring the orientation of a field [#288](https://github.com/metadevpro/daga/pull/288)
14
+ - Solve bug where a node covers the input field when editing its label [#288](https://github.com/metadevpro/daga/pull/288)
15
+ - Use the correct default value when creating a new node with values with root attribute [#289](https://github.com/metadevpro/daga/pull/289)
16
+
17
+ ## v. 4.1.0 Heartsbane
18
+
19
+ - Add methods for adding and removing rows and columns of sections in a node [#277](https://github.com/metadevpro/daga/pull/277)
12
20
  - Allow toggling gapSize in layout algorithms [#279](https://github.com/metadevpro/daga/pull/279)
13
21
  - Raise ports after raising sections inside nodes so that sections don't hide ports [#280](https://github.com/metadevpro/daga/pull/280)
14
22
  - Add `fieldRootFitsInView()` method to canvas [#281](https://github.com/metadevpro/daga/pull/281)
package/README.md CHANGED
@@ -22,6 +22,7 @@ Please ensure you use a compatible Angular version with Daga version.
22
22
 
23
23
  |Daga Version |Angular Version |
24
24
  |---------:|-----:|
25
+ |4.2.x | 20.x |
25
26
  |3.x | 19.x |
26
27
  |1.5 - 2.x | 18.x |
27
28
  |1.x - 1.4 | 17.x |