@metadev/daga-angular 4.0.2 → 4.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 +6 -1
- package/package.json +4 -4
package/Changelog.md
CHANGED
|
@@ -4,7 +4,12 @@ List of releases and changes.
|
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
## Next release
|
|
7
|
+
## Next release
|
|
8
|
+
|
|
9
|
+
## v. 4.0.4 Joyeuse
|
|
10
|
+
|
|
11
|
+
- Allow angular 20.
|
|
12
|
+
- Fix bug with connections breaking when they have an id which is not a valid CSS selector [#274](https://github.com/metadevpro/daga/pull/274)
|
|
8
13
|
|
|
9
14
|
## v. 4.0.2
|
|
10
15
|
|
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.0.
|
|
4
|
+
"version": "4.0.4",
|
|
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",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"angular"
|
|
19
19
|
],
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@angular/common": "
|
|
22
|
-
"@angular/core": "
|
|
23
|
-
"@angular/forms": "
|
|
21
|
+
"@angular/common": ">= 19.0.5 < 21",
|
|
22
|
+
"@angular/core": ">= 19.0.5 < 21",
|
|
23
|
+
"@angular/forms": ">= 19.0.5 < 21",
|
|
24
24
|
"@metadev/daga": "^4.0.2",
|
|
25
25
|
"d3": "^7.9.0",
|
|
26
26
|
"rxjs": "~7.8.1"
|