We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e53051 commit 1a099daCopy full SHA for 1a099da
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## HEAD (unreleased)
4
5
+## 11.0.0-alpha.0
6
+
7
+- Enhancement: Added support for Angular 20
8
+- Breaking: Removed support for Angular 17 and earlier versions
9
10
## 10.0.0
11
12
- Enhancement: Support Angular 19, `standalone` now required in all `@Component`
projects/swimlane/ngx-graph/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@swimlane/ngx-graph",
- "version": "10.0.0",
+ "version": "11.0.0-alpha.0",
"description": "Graph visualization for angular",
"repository": {
"type": "git",
0 commit comments