@metadev/daga 5.0.4 → 5.1.0

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,7 +4,23 @@ List of releases and changes.
4
4
 
5
5
  ![Daga logo](https://metadev.pro/icons/daga-logo-header.svg)
6
6
 
7
- ## Next release Durendal
7
+ ## 5.1.0 Durendal
8
+
9
+ - Enable image backgrounds [#388](https://github.com/metadevpro/daga/pull/388)
10
+ - Enable image grids [#388](https://github.com/metadevpro/daga/pull/388)
11
+ - Add font kerning in diagram fields [#389](https://github.com/metadevpro/daga/pull/389)
12
+ - Disable user-select in diagram fields [#389](https://github.com/metadevpro/daga/pull/389)
13
+ - Enable non-square grids [#390](https://github.com/metadevpro/daga/pull/390)
14
+ - Enable ancillary grids [#390](https://github.com/metadevpro/daga/pull/390)
15
+ - Rename HTML parameter to SVG in diagram objects and decorators to accurately reflect the contents [#390](https://github.com/metadevpro/daga/pull/390)
16
+ - Fix bug where the diagram could not be dragged in dockview [#395](https://github.com/metadevpro/daga/pull/395)
17
+ - Rename `heigth` to the more descriptive `length` for diagram component size along the main axis [#396](https://github.com/metadevpro/daga/pull/396)
18
+ - Add `justifyContent` property to palette configuration [#396](https://github.com/metadevpro/daga/pull/396)
19
+ - Add diagram objects and decorators to daga model [#398](https://github.com/metadevpro/daga/pull/398)
20
+
21
+ ## 5.0.5
22
+
23
+ - Use color `transparent` instead of `#00000000` for default connection label background color [#386](https://github.com/metadevpro/daga/pull/386)
8
24
 
9
25
  ## 5.0.4
10
26