Skip to content

Commit 43f1d36

Browse files
committed
release
1 parent 3caa587 commit 43f1d36

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 4.30.3 - 8/28/25
26
- [fix] Fix edge label rotation when animated=false #379
37
- [fix] Add dash style for edges without animation #378

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ with the following built in layouts:
7676
- No Overlap 2D
7777
- Force Atlas2 2D
7878
- Concentric 2D
79+
- Concentric 3D
7980

8081
## 📦 Usage
8182

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reagraph",
3-
"version": "4.30.3",
3+
"version": "4.30.4",
44
"description": "WebGL Node-based Graph for React",
55
"scripts": {
66
"build": "vite build --mode library && npm run build:docs",

0 commit comments

Comments
 (0)