chore(packages): bump

This commit is contained in:
github-actions[bot]
2025-08-20 13:05:25 +00:00
parent 249dd5afd3
commit 64a4fc30e8
12 changed files with 37 additions and 35 deletions

View File

@@ -1,6 +0,0 @@
---
'@xyflow/react': patch
'@xyflow/svelte': patch
---
Remove dangerouslySetInnerHTML from domAttributes

View File

@@ -1,6 +0,0 @@
---
'@xyflow/react': patch
'@xyflow/svelte': patch
---
Fix open arrow marker using fill color from edge instead of none

View File

@@ -1,5 +0,0 @@
---
'@xyflow/system': patch
---
Allow null for extent

View File

@@ -1,5 +0,0 @@
---
'@xyflow/svelte': patch
---
Allow returning void, false and null from onbeforeconnect

View File

@@ -1,5 +0,0 @@
---
'@xyflow/system': patch
---
Round floating numbers for node positions when dragging a multi selection

View File

@@ -1,5 +0,0 @@
---
'@xyflow/svelte': patch
---
Fix ondelete not getting called when using deleteElements

View File

@@ -1,5 +1,16 @@
# @xyflow/react
## 12.8.4
### Patch Changes
- [#5472](https://github.com/xyflow/xyflow/pull/5472) [`372c493a`](https://github.com/xyflow/xyflow/commit/372c493a2f2008fd9eca7b00cece642d4335ed60) Thanks [@moklick](https://github.com/moklick)! - Remove dangerouslySetInnerHTML from domAttributes
- [#5459](https://github.com/xyflow/xyflow/pull/5459) [`2e7c89c6`](https://github.com/xyflow/xyflow/commit/2e7c89c6c3379030391b842263b06ef36f7e8945) Thanks [@0x0f0f0f](https://github.com/0x0f0f0f)! - Fix open arrow marker using fill color from edge instead of none
- Updated dependencies [[`5ece6b36`](https://github.com/xyflow/xyflow/commit/5ece6b36da44d0dbbf6daf132eb9280e3c294bd2), [`53da1193`](https://github.com/xyflow/xyflow/commit/53da119313f2ad9f1f6512a5ed1f6048bb4b0bec)]:
- @xyflow/system@0.0.68
## 12.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@xyflow/react",
"version": "12.8.3",
"version": "12.8.4",
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
"keywords": [
"react",

View File

@@ -1,5 +1,20 @@
# @xyflow/svelte
## 1.2.4
### Patch Changes
- [#5472](https://github.com/xyflow/xyflow/pull/5472) [`372c493a`](https://github.com/xyflow/xyflow/commit/372c493a2f2008fd9eca7b00cece642d4335ed60) Thanks [@moklick](https://github.com/moklick)! - Remove dangerouslySetInnerHTML from domAttributes
- [#5459](https://github.com/xyflow/xyflow/pull/5459) [`2e7c89c6`](https://github.com/xyflow/xyflow/commit/2e7c89c6c3379030391b842263b06ef36f7e8945) Thanks [@0x0f0f0f](https://github.com/0x0f0f0f)! - Fix open arrow marker using fill color from edge instead of none
- [#5468](https://github.com/xyflow/xyflow/pull/5468) [`100c95fd`](https://github.com/xyflow/xyflow/commit/100c95fd5ab40191bfce1251bf321f770080679b) Thanks [@peterkogo](https://github.com/peterkogo)! - Allow returning void, false and null from onbeforeconnect
- [#5467](https://github.com/xyflow/xyflow/pull/5467) [`be45c9fb`](https://github.com/xyflow/xyflow/commit/be45c9fbd5b2e421f243e862e7a485969ee3f5f8) Thanks [@peterkogo](https://github.com/peterkogo)! - Fix ondelete not getting called when using deleteElements
- Updated dependencies [[`5ece6b36`](https://github.com/xyflow/xyflow/commit/5ece6b36da44d0dbbf6daf132eb9280e3c294bd2), [`53da1193`](https://github.com/xyflow/xyflow/commit/53da119313f2ad9f1f6512a5ed1f6048bb4b0bec)]:
- @xyflow/system@0.0.68
## 1.2.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@xyflow/svelte",
"version": "1.2.3",
"version": "1.2.4",
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
"keywords": [
"svelte",

View File

@@ -1,5 +1,13 @@
# @xyflow/system
## 0.0.68
### Patch Changes
- [#5469](https://github.com/xyflow/xyflow/pull/5469) [`5ece6b36`](https://github.com/xyflow/xyflow/commit/5ece6b36da44d0dbbf6daf132eb9280e3c294bd2) Thanks [@moklick](https://github.com/moklick)! - Allow null for extent
- [`53da1193`](https://github.com/xyflow/xyflow/commit/53da119313f2ad9f1f6512a5ed1f6048bb4b0bec) Thanks [@moklick](https://github.com/moklick)! - Round floating numbers for node positions when dragging a multi selection
## 0.0.67
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@xyflow/system",
"version": "0.0.67",
"version": "0.0.68",
"description": "xyflow core system that powers React Flow and Svelte Flow.",
"keywords": [
"node-based UI",