@metadev/daga-react 4.2.6 → 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.
- package/Changelog.md +12 -0
- package/index.js +2 -2
- package/index.mjs +2829 -2713
- package/package.json +2 -2
package/Changelog.md
CHANGED
|
@@ -6,6 +6,18 @@ 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
|
+
|
|
15
|
+
## v. 4.2.7
|
|
16
|
+
|
|
17
|
+
- Adjust connection label positioning [#334](https://github.com/metadevpro/daga/pull/334)
|
|
18
|
+
- Prevent connections from jumping when highlighted [#335](https://github.com/metadevpro/daga/pull/335)
|
|
19
|
+
- Preserve `stroke-dasharray` length of lines and borders when highlighted [#335](https://github.com/metadevpro/daga/pull/335)
|
|
20
|
+
|
|
9
21
|
## v. 4.2.6
|
|
10
22
|
|
|
11
23
|
- Fix bug where editing a property with a root attribute fails in React [#323](https://github.com/metadevpro/daga/pull/323)
|