chore(changesets): cleanup

This commit is contained in:
moklick
2022-12-13 17:12:43 +01:00
parent 87bb1a2d2f
commit 51fd6eb942
3 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
'@reactflow/core': patch
'@reactflow/minimap': patch
'@reactflow/node-toolbar': patch
'reactflow': patch
---
use getNodes function
Add `getNodes` function to the store so that you don't need to do `Array.from(store.getState().nodeInternals.values())` anymore.
+1
View File
@@ -1,6 +1,7 @@
---
'@reactflow/core': patch
'@reactflow/minimap': patch
'reactflow': patch
---
Use translateExtent correctly
+1
View File
@@ -1,5 +1,6 @@
---
'@reactflow/core': patch
'reactflow': patch
---
Only trigger drag event when change happened