@metadev/daga-react 4.1.0 → 4.2.1

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,27 @@ List of releases and changes.
6
6
 
7
7
  ## Next release Joyeuse
8
8
 
9
- ## v. 4.1.0
9
+ ## v. 4.2.1
10
10
 
11
- - Add methods for adding and removing rows and columns of sections in a node.
11
+ - Apply zoom when scrolling over diagram elements [#278](https://github.com/metadevpro/daga/issues/278) [#290](https://github.com/metadevpro/daga/pull/290)
12
+ - Add `shrink` parameter to canvas method `fitNodeInView()` to toggle whether nodes and sections should be shrunk as part of the fitting process [#293](https://github.com/metadevpro/daga/pull/293)
13
+ - Correctly fire UpdateValuesAction when updating the type of a node or connection [#297](https://github.com/metadevpro/daga/pull/297)
14
+ - Enable configuring the resizability of node sections independently from their node [#298](https://github.com/metadevpro/daga/pull/298)
15
+ - Correctly account for the rotation of a label when calculating the maximum size of the text [#300](https://github.com/metadevpro/daga/pull/300)
16
+ - When fitting node to its children stretch its sections as well [#301](https://github.com/metadevpro/daga/pull/301)
17
+ - Add anchor points for ports and decorators [#302](https://github.com/metadevpro/daga/pull/302)
18
+
19
+ ## v. 4.2.0 Longclaw
20
+
21
+ - Support for Angular 20
22
+ - Allow toggling the size of node templates in palette [#287](https://github.com/metadevpro/daga/pull/287)
23
+ - Allow configuring the orientation of a field [#288](https://github.com/metadevpro/daga/pull/288)
24
+ - Solve bug where a node covers the input field when editing its label [#288](https://github.com/metadevpro/daga/pull/288)
25
+ - Use the correct default value when creating a new node with values with root attribute [#289](https://github.com/metadevpro/daga/pull/289)
26
+
27
+ ## v. 4.1.0 Heartsbane
28
+
29
+ - Add methods for adding and removing rows and columns of sections in a node [#277](https://github.com/metadevpro/daga/pull/277)
12
30
  - Allow toggling gapSize in layout algorithms [#279](https://github.com/metadevpro/daga/pull/279)
13
31
  - Raise ports after raising sections inside nodes so that sections don't hide ports [#280](https://github.com/metadevpro/daga/pull/280)
14
32
  - 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 |