Merge pull request #2626 from wbkd/feat/resize-node

Feat: Add NodeResizer package
This commit is contained in:
Moritz Klack
2022-12-06 18:17:27 +01:00
committed by GitHub
36 changed files with 859 additions and 130 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@reactflow/node-toolbar': patch
---
Get nodeId from React Flow context if it is not passed explicitly as prop
+5
View File
@@ -0,0 +1,5 @@
---
'@reactflow/core': patch
---
Export the useNodeId hook, refactor how changes are applied and create a helper function
+5
View File
@@ -0,0 +1,5 @@
---
'@reactflow/node-resizer': major
---
Add a node resizer component that can be used to resize a custom node