Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsteff committed Jul 11, 2024
1 parent 981f99c commit 64e2683
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# 5.3.0 - 7/11/24
- [feature] Add fit to node canvas util and related improvements (#258)
- [improvement] Improve scroll consistency on different devices (#259)
- [chore] Upgrade deps (#257)
- [feature] Add drag pan type (#256)
- [docs] Update README.md

# 5.2.12 - 4/30/24
- [fix] Update reakeys + reablocks

# 5.2.11 - 4/22/24
- [fix] Update reablocks

Expand Down Expand Up @@ -289,4 +296,4 @@
- [Feature] Undo Redo Hook

# 2.4.5 - 12/16/20
- [Feature] Add adjustable padding for nested nodes and add storybook story for custom nested nodes #30
- [Feature] Add adjustable padding for nested nodes and add storybook story for custom nested nodes #30
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 64e2683

Please sign in to comment.