@metadev/daga-angular 4.2.1 → 4.2.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 +4 -0
- 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.2
|
|
10
|
+
|
|
11
|
+
- Fix zoom on double-click [PR 307](https://github.com/metadevpro/daga/pull/307)
|
|
12
|
+
|
|
9
13
|
## v. 4.2.1
|
|
10
14
|
|
|
11
15
|
- Apply zoom when scrolling over diagram elements [#278](https://github.com/metadevpro/daga/issues/278) [#290](https://github.com/metadevpro/daga/pull/290)
|
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.
|
|
4
|
+
"version": "4.2.2",
|
|
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.
|
|
24
|
+
"@metadev/daga": "^4.2.2",
|
|
25
25
|
"d3": "^7.9.0",
|
|
26
26
|
"rxjs": "~7.8.1"
|
|
27
27
|
},
|