@metadev/daga-angular 4.2.9 → 4.2.10

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 (2) hide show
  1. package/Changelog.md +4 -0
  2. package/package.json +2 -2
package/Changelog.md CHANGED
@@ -6,6 +6,10 @@ List of releases and changes.
6
6
 
7
7
  ## Next release Joyeuse
8
8
 
9
+ ## v. 4.2.10
10
+
11
+ - Fix errors with cloned objects containing functions [#345](https://github.com/metadevpro/daga/pull/345)
12
+
9
13
  ## v. 4.2.9
10
14
 
11
15
  - Enable configuring the text heading the diagram properties component to values other than `'Diagram properties'` [#341](https://github.com/metadevpro/daga/pull/341)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@metadev/daga-angular",
3
3
  "description": "Diagramming engine for editing models on the Web. Made by Metadev.",
4
- "version": "4.2.9",
4
+ "version": "4.2.10",
5
5
  "author": "Metadev (https://metadev.pro)",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
7
7
  "repository": "git+https://github.com/metadevpro/daga-tutorial.git",
@@ -21,7 +21,7 @@
21
21
  "@angular/common": ">= 20.1.3 < 22",
22
22
  "@angular/core": ">= 20.1.3 < 22",
23
23
  "@angular/forms": ">= 20.1.3 < 22",
24
- "@metadev/daga": "^4.2.9",
24
+ "@metadev/daga": "^4.2.10",
25
25
  "d3": "^7.9.0",
26
26
  "rxjs": "~7.8.1"
27
27
  },