chore(packages): bump

This commit is contained in:
github-actions[bot]
2024-12-09 16:38:04 +00:00
parent 90d4726cd5
commit ba75c01da4
16 changed files with 45 additions and 55 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
Make it possible to use expandParent with immer and other immutable helpers
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/system': patch
---
Refactor isInputDOMNode so that it handles non-html objects
-6
View File
@@ -1,6 +0,0 @@
---
'@xyflow/react': patch
'@xyflow/svelte': patch
---
Add group node to BuiltInNode type. Thanks [@sjdemartini](https://github.com/sjdemartini)!
-6
View File
@@ -1,6 +0,0 @@
---
'@xyflow/react': patch
'@xyflow/svelte': patch
---
Fix intersections for nodes with origins other than [0,0]. Thanks [@gmvrpw](https://github.com/gmvrpw)!
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
Allow custom data-testid for ReactFlow component
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
Type isValidConnection prop correctly by passing EdgeType
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
Support passing `path` element attributes to `BaseEdge` component.
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
Prevent default scrolling behavior when nodes or a selection is moved with an arrow key press.
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
Prevent unnecessary rerenders of edges when resizing the flow.
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
Forward ref of the div inside Panel components.