chore(versions): bump
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"happy-students-wink",
|
||||
"nervous-oranges-study",
|
||||
"purple-mails-kneel",
|
||||
"sharp-apes-repair",
|
||||
"swift-mayflies-wink"
|
||||
]
|
||||
}
|
||||
|
||||
14
.changeset/sharp-apes-repair.md
Normal file
14
.changeset/sharp-apes-repair.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
'@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,5 +1,19 @@
|
||||
# @reactflow/background
|
||||
|
||||
## 11.1.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @reactflow/core@11.4.0-next.1
|
||||
|
||||
## 11.0.8-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reactflow/background",
|
||||
"version": "11.0.8-next.0",
|
||||
"version": "11.1.0-next.1",
|
||||
"description": "Background component with different variants for React Flow",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @reactflow/controls
|
||||
|
||||
## 11.1.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @reactflow/core@11.4.0-next.1
|
||||
|
||||
## 11.0.8-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reactflow/controls",
|
||||
"version": "11.0.8-next.0",
|
||||
"version": "11.1.0-next.1",
|
||||
"description": "Component to control the viewport of a React Flow instance",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @reactflow/core
|
||||
|
||||
## 11.4.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 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
|
||||
|
||||
## 11.4.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reactflow/core",
|
||||
"version": "11.4.0-next.0",
|
||||
"version": "11.4.0-next.1",
|
||||
"description": "Core components and util functions of React Flow.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @reactflow/minimap
|
||||
|
||||
## 11.3.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @reactflow/core@11.4.0-next.1
|
||||
|
||||
## 11.3.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reactflow/minimap",
|
||||
"version": "11.3.0-next.0",
|
||||
"version": "11.3.0-next.1",
|
||||
"description": "Minimap component for React Flow.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @reactflow/node-resizer
|
||||
|
||||
## 1.2.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @reactflow/core@11.4.0-next.1
|
||||
|
||||
## 1.1.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reactflow/node-resizer",
|
||||
"version": "1.1.1-next.0",
|
||||
"version": "1.2.0-next.1",
|
||||
"description": "A helper component for resizing nodes.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @reactflow/node-toolbar
|
||||
|
||||
## 1.1.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @reactflow/core@11.4.0-next.1
|
||||
|
||||
## 1.1.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reactflow/node-toolbar",
|
||||
"version": "1.1.0-next.0",
|
||||
"version": "1.1.0-next.1",
|
||||
"description": "A toolbar component for React Flow that can be attached to a node.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# reactflow
|
||||
|
||||
## 11.4.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @reactflow/background@11.1.0-next.1
|
||||
- @reactflow/controls@11.1.0-next.1
|
||||
- @reactflow/core@11.4.0-next.1
|
||||
- @reactflow/minimap@11.3.0-next.1
|
||||
- @reactflow/node-toolbar@1.1.0-next.1
|
||||
|
||||
## 11.4.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "reactflow",
|
||||
"version": "11.4.0-next.0",
|
||||
"version": "11.4.0-next.1",
|
||||
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
Reference in New Issue
Block a user