@metadev/daga-react 4.2.10 → 4.2.12
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 +1236 -1199
- 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.12
|
|
10
|
+
|
|
11
|
+
- Force location of field `<foreignObject>` tags in webkit browsers [#356](https://github.com/metadevpro/daga/pull/356)
|
|
12
|
+
- Use `<g>` instead of `<foreignObject>` for containers of diagram decorators and objects [#357](https://github.com/metadevpro/daga/pull/357)
|
|
13
|
+
|
|
14
|
+
## v. 4.2.11
|
|
15
|
+
|
|
16
|
+
- Version branch to avoid error in ng-packagr
|
|
17
|
+
- Ensure that an array remains an array after cloning [#349](https://github.com/metadevpro/daga/pull/349)
|
|
18
|
+
- When checking if a port is being shared, ignore connections that have been removed [#350](https://github.com/metadevpro/daga/pull/350)
|
|
19
|
+
- Create `DiagramZoomEvent` to enable listening to user zooming and panning events [#351](https://github.com/metadevpro/daga/pull/351)
|
|
20
|
+
|
|
9
21
|
## v. 4.2.10
|
|
10
22
|
|
|
11
23
|
- Fix errors with cloned objects containing functions [#345](https://github.com/metadevpro/daga/pull/345)
|