chore(packages): bump
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@reactflow/core': patch
|
||||
'reactflow': patch
|
||||
---
|
||||
|
||||
Add elevateNodesOnSelect prop
|
||||
@@ -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.
|
||||
@@ -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
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@reactflow/core': patch
|
||||
'@reactflow/minimap': patch
|
||||
'reactflow': patch
|
||||
---
|
||||
|
||||
Use translateExtent correctly
|
||||
@@ -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
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@reactflow/core': patch
|
||||
'reactflow': patch
|
||||
---
|
||||
|
||||
Only trigger drag event when change happened
|
||||
Reference in New Issue
Block a user