@metadev/daga-react 4.2.7 → 4.2.8

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 +6 -0
  2. package/index.js +2 -2
  3. package/index.mjs +2695 -2629
  4. package/package.json +2 -2
package/Changelog.md CHANGED
@@ -6,6 +6,12 @@ List of releases and changes.
6
6
 
7
7
  ## Next release Joyeuse
8
8
 
9
+ ## v. 4.2.8
10
+
11
+ - Add a snap to grid offset to node types [#337](https://github.com/metadevpro/daga/pull/337)
12
+ - Add `selectedAndHighlightedLook` variable to `LookConfig` [#338](https://github.com/metadevpro/daga/pull/338)
13
+ - Improve pathing algorithm for connections of `shape` of type `square` [#339](https://github.com/metadevpro/daga/pull/339)
14
+
9
15
  ## v. 4.2.7
10
16
 
11
17
  - Adjust connection label positioning [#334](https://github.com/metadevpro/daga/pull/334)