Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Mar 18, 2024
1 parent 162378e commit 624ae98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 4.15.24 - 3/18/24
- [feature] add `strokeWidth` to ring

# 4.15.23 - 3/18/24
- [fix] Fix zoom to cursor
- [fix] Fix can't zoom while hovering a node
- [fix] Re-center camera when nodes update

# 4.15.22 - 3/13/24
- [fix] Fix camera moving slightly on drag #202

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reagraph",
"version": "4.15.23",
"version": "4.15.24",
"description": "WebGL Node-based Graph for React",
"scripts": {
"build": "vite build --mode library",
Expand Down

0 comments on commit 624ae98

Please sign in to comment.