chore(packages): bump
This commit is contained in:
@@ -2,8 +2,12 @@
|
||||
|
||||
## 12.0.0-next.9
|
||||
|
||||
- a better NodeResizer that works with subflows. Child nodes do not move when parent node gets resized and parent extent is taken into account
|
||||
- don't delete node when input is focused and user presses Backspace + Ctrl (or any other mod key)
|
||||
### Patch changes
|
||||
|
||||
- a better `NodeResizer` that works with subflows. Child nodes do not move when parent node gets resized and parent extent is taken into account
|
||||
- refactor `setNodes` batching
|
||||
- re-measure nodes when necessary
|
||||
- don't trigger drag start / end when node is not draggable
|
||||
|
||||
## 12.0.0-next.8
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xyflow/react",
|
||||
"version": "12.0.0-next.8",
|
||||
"version": "12.0.0-next.9",
|
||||
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
|
||||
## 0.0.36
|
||||
|
||||
## Minor changes
|
||||
## Patch changes
|
||||
|
||||
- a better NodeResizer (child nodes do not move when parent node gets resized)
|
||||
- fix `on:panecontextmenu`
|
||||
- add `role="button"` to `<EdgeLabel />` to prevent a11y warnings
|
||||
- don't delete node when input is focused and user presses Backspace + Ctrl (or any other mod key)
|
||||
- `useHandleConnections`: use context node id when no node id is passed
|
||||
- don't trigger drag start / end when node is not draggable
|
||||
|
||||
## 0.0.35
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xyflow/svelte",
|
||||
"version": "0.0.35",
|
||||
"version": "0.0.36",
|
||||
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
|
||||
"keywords": [
|
||||
"svelte",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xyflow/system",
|
||||
"version": "0.0.16",
|
||||
"version": "0.0.17",
|
||||
"description": "xyflow core system that powers React Flow and Svelte Flow.",
|
||||
"keywords": [
|
||||
"node-based UI",
|
||||
|
||||
Reference in New Issue
Block a user