chore(packages): bump

This commit is contained in:
moklick
2024-02-15 18:13:46 +01:00
parent af6b0c18b1
commit 6eea7eb2ab
5 changed files with 12 additions and 6 deletions
+6 -2
View File
@@ -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 -1
View File
@@ -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",