@metadev/daga-react 5.0.3 → 5.0.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.
package/Changelog.md CHANGED
@@ -6,6 +6,25 @@ List of releases and changes.
6
6
 
7
7
  ## Next release Durendal
8
8
 
9
+ ## 5.0.4
10
+
11
+ - Fix check for whether a browser is Safari [#363](https://github.com/metadevpro/daga/pull/363)
12
+ - Fix `getViewCoordinates()` canvas method to return coordinates such that using those coordinates for the `translateTo()` method results in no changes [#364](https://github.com/metadevpro/daga/pull/364)
13
+ - Add `zoomAndPanTo()` method to canvas to enable zooming and panning with animation [#364](https://github.com/metadevpro/daga/pull/364)
14
+ - Enable configuring nodes and sections to be only resizable when selected [#365](https://github.com/metadevpro/daga/pull/365)
15
+ - Configure center animation duration in buttons component [#368](https://github.com/metadevpro/daga/pull/368)
16
+ - Handle interruptions in zoom and pan animations [#369](https://github.com/metadevpro/daga/pull/369)
17
+ - Render ports on top of connections in diagram [#370](https://github.com/metadevpro/daga/pull/370)
18
+ - Enable making a connection pass through extra points if configured as such [#371](https://github.com/metadevpro/daga/pull/371)
19
+ - Allow configuring the tightening of connections across ports of different types [#372](https://github.com/metadevpro/daga/pull/372)
20
+ - Fix bug where the `DagaImporter` fails to create a node's label if it's blank [#373](https://github.com/metadevpro/daga/pull/373)
21
+ - Add `openTextInput` method to `Canvas` to enable opening a text box editor for a text via API [#374](https://github.com/metadevpro/daga/pull/374)
22
+ - Remove usage of `<foreignObject>` elements for diagram fields [#375](https://github.com/metadevpro/daga/pull/375)
23
+ - Add a `DiagramDraggingNodeEvent` for when the user drags a node to enable listening to the active dragging of a node if unfinished [#376](https://github.com/metadevpro/daga/pull/376)
24
+ - Add `multiline` property to label configuration to enable toggling whether a label should be multiline or not [#378](https://github.com/metadevpro/daga/pull/378)
25
+ - Fix bug where diagram properties with a `null` value fail because the `clone` function fails with `null` values [#379](https://github.com/metadevpro/daga/pull/379)
26
+ - Fix bugs in incorrect calculation of the margin of connection labels [#382](https://github.com/metadevpro/daga/pull/382)
27
+
9
28
  ## 5.0.3
10
29
 
11
30
  - Force location of field `<foreignObject>` tags in webkit browsers [#356](https://github.com/metadevpro/daga/pull/356)