chore(packages): bump

This commit is contained in:
moklick
2022-12-19 12:47:31 +01:00
parent 43a16e61e6
commit 1662f92e13
21 changed files with 137 additions and 103 deletions
-6
View File
@@ -1,6 +0,0 @@
---
'@reactflow/core': patch
'reactflow': patch
---
Add elevateNodesOnSelect prop
-8
View File
@@ -1,8 +0,0 @@
---
'@reactflow/core': patch
'@reactflow/minimap': patch
'@reactflow/node-toolbar': patch
'reactflow': patch
---
Add `getNodes` function to the store so that you don't need to do `Array.from(store.getState().nodeInternals.values())` anymore.
-16
View File
@@ -1,16 +0,0 @@
---
'@reactflow/core': minor
'@reactflow/minimap': minor
'@reactflow/node-toolbar': minor
'reactflow': minor
---
## New Features
New props for the ReactFlow component to customize the controls of the viewport and the selection box better:
1. `selectionOnDrag` prop: Selection box without extra button press (need to set `panOnDrag={false} or `panOnDrag="RightClick"`)
2. `panOnDrag="RightClick"` option
3. `panActivationKeyCode="Space"` key code for activating dragging (useful when using `selectionOnDrag`)
4. `selectionMode={SelectionMode.Full}`: you can chose if the selection box needs to contain a node fully (`SelectionMode.Full`) or partially (`SelectionMode.Partial`) to select it
5. `onSelectionStart` and `onSelectionEnd` events
-24
View File
@@ -1,24 +0,0 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@reactflow/examples": "0.0.0",
"@reactflow/background": "11.0.7",
"@reactflow/controls": "11.0.7",
"@reactflow/core": "11.3.2",
"@reactflow/minimap": "11.2.3",
"@reactflow/node-resizer": "1.1.0",
"@reactflow/node-toolbar": "1.0.2",
"reactflow": "11.3.3",
"@reactflow/eslint-config": "0.0.0",
"@reactflow/rollup-config": "0.0.0",
"@reactflow/tsconfig": "0.0.0"
},
"changesets": [
"happy-students-wink",
"nervous-oranges-study",
"purple-mails-kneel",
"sharp-apes-repair",
"swift-mayflies-wink"
]
}
-7
View File
@@ -1,7 +0,0 @@
---
'@reactflow/core': patch
'@reactflow/minimap': patch
'reactflow': patch
---
Use translateExtent correctly
-14
View File
@@ -1,14 +0,0 @@
---
'@reactflow/background': minor
'@reactflow/controls': minor
'@reactflow/core': minor
'@reactflow/minimap': minor
'@reactflow/node-resizer': minor
'@reactflow/node-toolbar': minor
'reactflow': minor
---
panOnDrag: Use numbers for prop ([1,2] = drag via middle or right mouse button)
selection: do not include hidden nodes
minimap: fix onNodeClick for nodes outside the viewport
keys: allow multi select when input is focused
-6
View File
@@ -1,6 +0,0 @@
---
'@reactflow/core': patch
'reactflow': patch
---
Only trigger drag event when change happened