chore(packages): bump

This commit is contained in:
github-actions[bot]
2024-08-15 11:25:59 +00:00
parent 224844e525
commit 0d3e83e0a1
19 changed files with 57 additions and 72 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
fix(fitView): only trigger for resize observer
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/svelte': patch
---
Rename `isConnectable` prop locally to `isConnectableProp` to avoid naming collision with derived value of `isConnectable` in `<Handle>` component.
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
fix(background): use offset prop correctly for dots variant
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/system': patch
---
strengthen css selector for edges for overflow visible
-6
View File
@@ -1,6 +0,0 @@
---
'@xyflow/react': minor
'@xyflow/system': patch
---
Added final connection state as a function parameter to onReconnectEnd
-6
View File
@@ -1,6 +0,0 @@
---
'@xyflow/react': patch
'@xyflow/system': patch
---
Replaced algorithm used for searching close handles while connecting
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/system': patch
---
fix(connection) snapped position not updated correctly
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/svelte': patch
---
fix: make svelte-preprocess a dev dep
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
chore(react): re-export Handle type
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/system': patch
---
Use the handle id of the matching handle type when warning about an edge that can't be created due to missing handle ids.
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/react': minor
---
Added optional selector for useConnection hook
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/system': patch
---
fix(onlyRenderVisible) edges to offscreen nodes with fixed width & height displayed correctly
-7
View File
@@ -1,7 +0,0 @@
---
'@xyflow/react': minor
'@xyflow/svelte': patch
'@xyflow/system': patch
---
feat(onConnectEnd): pass connectionState param