@metadev/daga-react 4.2.2 → 4.2.4

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 +14 -1
  2. package/index.js +2 -2
  3. package/index.mjs +2785 -2661
  4. package/package.json +2 -2
package/Changelog.md CHANGED
@@ -6,9 +6,22 @@ List of releases and changes.
6
6
 
7
7
  ## Next release Joyeuse
8
8
 
9
+ ## v. 4.2.4
10
+
11
+ - Enable configuring line style in shaped looks [#313](https://github.com/metadevpro/daga/pull/313)
12
+ - Enable default values for parameters of looks [#313](https://github.com/metadevpro/daga/pull/313)
13
+ - Use optional `label` fields in `Property` [#314](https://github.com/metadevpro/daga/pull/314)
14
+ - Use default values for `basic` and `editable` fields of `Property` [#315](https://github.com/metadevpro/daga/pull/315)
15
+
16
+ ## v. 4.2.3
17
+
18
+ - Enable toggling whether individual sections can be highlighted or entire nodes [#308](https://github.com/metadevpro/daga/pull/308)
19
+ - Enable toggling whether connections tighten automatically and whether they can loop and share ports [#309](https://github.com/metadevpro/daga/pull/309)
20
+ - Enable toggling background color of connection label [#310](https://github.com/metadevpro/daga/pull/310)
21
+
9
22
  ## v. 4.2.2
10
23
 
11
- - Fix zoom on double-click [PR 307](https://github.com/metadevpro/daga/pull/307)
24
+ - Fix zoom on double click [#307](https://github.com/metadevpro/daga/pull/307)
12
25
 
13
26
  ## v. 4.2.1
14
27