@metadev/daga-react 4.2.10 → 4.2.11

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 +7 -0
  2. package/index.js +2 -2
  3. package/index.mjs +1111 -1076
  4. package/package.json +2 -2
package/Changelog.md CHANGED
@@ -6,6 +6,13 @@ List of releases and changes.
6
6
 
7
7
  ## Next release Joyeuse
8
8
 
9
+ ## v. 4.2.11
10
+
11
+ - Version branch to avoid error in ng-packagr
12
+ - Ensure that an array remains an array after cloning [#349](https://github.com/metadevpro/daga/pull/349)
13
+ - When checking if a port is being shared, ignore connections that have been removed [#350](https://github.com/metadevpro/daga/pull/350)
14
+ - Create `DiagramZoomEvent` to enable listening to user zooming and panning events [#351](https://github.com/metadevpro/daga/pull/351)
15
+
9
16
  ## v. 4.2.10
10
17
 
11
18
  - Fix errors with cloned objects containing functions [#345](https://github.com/metadevpro/daga/pull/345)