@metadev/daga-react 4.2.1 → 4.2.3

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 +10 -0
  2. package/index.js +2 -2
  3. package/index.mjs +2451 -2380
  4. package/package.json +2 -2
package/Changelog.md CHANGED
@@ -6,6 +6,16 @@ List of releases and changes.
6
6
 
7
7
  ## Next release Joyeuse
8
8
 
9
+ ## v. 4.2.3
10
+
11
+ - Enable toggling whether individual sections can be highlighted or entire nodes [#308](https://github.com/metadevpro/daga/pull/308)
12
+ - Enable toggling whether connections tighten automatically and whether they can loop and share ports [#309](https://github.com/metadevpro/daga/pull/309)
13
+ - Enable toggling background color of connection label [#310](https://github.com/metadevpro/daga/pull/310)
14
+
15
+ ## v. 4.2.2
16
+
17
+ - Fix zoom on double click [#307](https://github.com/metadevpro/daga/pull/307)
18
+
9
19
  ## v. 4.2.1
10
20
 
11
21
  - Apply zoom when scrolling over diagram elements [#278](https://github.com/metadevpro/daga/issues/278) [#290](https://github.com/metadevpro/daga/pull/290)