@metadev/daga 5.1.0 → 5.1.2

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
@@ -4,6 +4,21 @@ List of releases and changes.
4
4
 
5
5
  ![Daga logo](https://metadev.pro/icons/daga-logo-header.svg)
6
6
 
7
+ ## Next release
8
+
9
+ ## 5.1.2
10
+
11
+ - Add `z` property to node types to enable configuring the relative render order of nodes [#405](https://github.com/metadevpro/daga/pull/405)
12
+ - Add `bringToFront` and `sendToBack` methods in canvas to easily move the `z` order of nodes [#405](https://github.com/metadevpro/daga/pull/405)
13
+ - Fix bug where drag and drop from palette does not work in dockview [#406](https://github.com/metadevpro/daga/pull/406)
14
+
15
+ ## 5.1.1
16
+
17
+ - Fix broken center functionality [#401](https://github.com/metadevpro/daga/pull/401)
18
+ - Simplify look configurations such that it is not necessary to specify a `lookType` when there are not multiple `lookType` options [#402](https://github.com/metadevpro/daga/pull/402)
19
+ - Allow configuring the look of resizers [#402](https://github.com/metadevpro/daga/pull/402)
20
+ - Add diagonal resizing [#402](https://github.com/metadevpro/daga/pull/402)
21
+
7
22
  ## 5.1.0 Durendal
8
23
 
9
24
  - Enable image backgrounds [#388](https://github.com/metadevpro/daga/pull/388)