chore(packages): bump
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# @xyflow/react
|
# @xyflow/react
|
||||||
|
|
||||||
|
## 12.0.0-next.20
|
||||||
|
|
||||||
|
- add `updateEdge` and `updateEdgeData` helpers to `useReactFlow`
|
||||||
|
- enable dynamic edge label updates
|
||||||
|
- prevent zooming on mobile if zoomOnPinch is false
|
||||||
|
- add straight edge to path built-in-types
|
||||||
|
- abort drag when multiple touches are detected
|
||||||
|
|
||||||
## 12.0.0-next.19
|
## 12.0.0-next.19
|
||||||
|
|
||||||
- update internals on node resizer updates
|
- update internals on node resizer updates
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@xyflow/react",
|
"name": "@xyflow/react",
|
||||||
"version": "12.0.0-next.19",
|
"version": "12.0.0-next.20",
|
||||||
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
|
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# @xyflow/svelte
|
# @xyflow/svelte
|
||||||
|
|
||||||
|
## 0.1.5
|
||||||
|
|
||||||
|
- prevent zooming on mobile if zoomOnPinch is false
|
||||||
|
- add straight edge to path built-in-types
|
||||||
|
- abort drag when multiple touches are detected
|
||||||
|
- fix merge_styles error
|
||||||
|
|
||||||
## 0.1.4
|
## 0.1.4
|
||||||
|
|
||||||
- add `selectable`, `deletable` and `draggable` to node and edge props
|
- add `selectable`, `deletable` and `draggable` to node and edge props
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@xyflow/svelte",
|
"name": "@xyflow/svelte",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
|
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"svelte",
|
"svelte",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@xyflow/system",
|
"name": "@xyflow/system",
|
||||||
"version": "0.0.27",
|
"version": "0.0.28",
|
||||||
"description": "xyflow core system that powers React Flow and Svelte Flow.",
|
"description": "xyflow core system that powers React Flow and Svelte Flow.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node-based UI",
|
"node-based UI",
|
||||||
|
|||||||
Reference in New Issue
Block a user