We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caa587 commit 43f1d36Copy full SHA for 43f1d36
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 4.30.4 - 9/11/25
2
+- [fix] add orthographic option for the Canvas #382
3
+- [fix] z-index-fix #380
4
+
5
# 4.30.3 - 8/28/25
6
- [fix] Fix edge label rotation when animated=false #379
7
- [fix] Add dash style for edges without animation #378
README.md
@@ -76,6 +76,7 @@ with the following built in layouts:
76
- No Overlap 2D
77
- Force Atlas2 2D
78
- Concentric 2D
79
+- Concentric 3D
80
81
## 📦 Usage
82
package.json
@@ -1,6 +1,6 @@
{
"name": "reagraph",
- "version": "4.30.3",
+ "version": "4.30.4",
"description": "WebGL Node-based Graph for React",
"scripts": {
"build": "vite build --mode library && npm run build:docs",
0 commit comments