@metadev/daga-react 1.0.1 → 4.1.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 +14 -0
- package/index.js +2 -2
- package/index.mjs +2705 -2521
- package/package.json +2 -2
package/Changelog.md
CHANGED
|
@@ -6,6 +6,20 @@ List of releases and changes.
|
|
|
6
6
|
|
|
7
7
|
## Next release Joyeuse
|
|
8
8
|
|
|
9
|
+
## v. 4.1.0
|
|
10
|
+
|
|
11
|
+
- Add methods for adding and removing rows and columns of sections in a node.
|
|
12
|
+
- Allow toggling gapSize in layout algorithms [#279](https://github.com/metadevpro/daga/pull/279)
|
|
13
|
+
- Raise ports after raising sections inside nodes so that sections don't hide ports [#280](https://github.com/metadevpro/daga/pull/280)
|
|
14
|
+
- Add `fieldRootFitsInView()` method to canvas [#281](https://github.com/metadevpro/daga/pull/281)
|
|
15
|
+
- Add `shrink` parameter to canvas method `fitFieldRootInView()` to toggle whether nodes and sections should be shrunk as part of the fitting process [#282](https://github.com/metadevpro/daga/pull/282)
|
|
16
|
+
- Set root vlaue of property to default value when resetting values [#284](https://github.com/metadevpro/daga/pull/284)
|
|
17
|
+
|
|
18
|
+
## v. 4.0.3
|
|
19
|
+
|
|
20
|
+
- Allow angular 20.
|
|
21
|
+
- Fix bug with connections breaking when they have an id which is not a valid CSS selector [#277](https://github.com/metadevpro/daga/pull/277)
|
|
22
|
+
|
|
9
23
|
## v. 4.0.2
|
|
10
24
|
|
|
11
25
|
- Add grid style [#261](https://github.com/metadevpro/daga/pull/261)
|