chore(packages): bump

This commit is contained in:
moklick
2023-03-13 16:57:34 +01:00
parent 05b5781881
commit b671cf50d6
22 changed files with 96 additions and 52 deletions
-8
View File
@@ -1,8 +0,0 @@
---
'@reactflow/background': patch
'@reactflow/controls': patch
'@reactflow/core': patch
'@reactflow/minimap': patch
---
add data-testid for controls, minimap and background
-5
View File
@@ -1,5 +0,0 @@
---
'@reactflow/minimap': minor
---
feat: add nodeComponent prop for passing custom component
-5
View File
@@ -1,5 +0,0 @@
---
'@reactflow/core': patch
---
fix(nodes): blur when node gets unselected
-6
View File
@@ -1,6 +0,0 @@
---
'@reactflow/node-resizer': minor
'@reactflow/core': patch
---
node resizer: add maxWidth, maxHeight and keepAspectRatio props
-5
View File
@@ -1,5 +0,0 @@
---
'@reactflow/core': patch
---
track modifier keys on useKeypress
-5
View File
@@ -1,5 +0,0 @@
---
'@reactflow/core': patch
---
fix: check if handle is connectable
-5
View File
@@ -1,5 +0,0 @@
---
'@reactflow/core': minor
---
add isValidConnection prop for ReactFlow component
-5
View File
@@ -1,5 +0,0 @@
---
'@reactflow/core': minor
---
Add option to enable/disable replacing edge id when using `updateEdge`