chore(packages): bump
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@xyflow/react': patch
|
||||
'@xyflow/svelte': patch
|
||||
---
|
||||
|
||||
fix(selection): handle pointer capture for selectionOnDrag
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@xyflow/react': patch
|
||||
'@xyflow/system': patch
|
||||
---
|
||||
|
||||
refactor(useConnection): return internal node, add node generic
|
||||
@@ -1,8 +1,19 @@
|
||||
# @xyflow/react
|
||||
|
||||
## 12.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4434](https://github.com/xyflow/xyflow/pull/4434) [`1bda2451`](https://github.com/xyflow/xyflow/commit/1bda24519658b4aaed6d4abf9e7e9d096e193b5b) Thanks [@moklick](https://github.com/moklick)! - fix(selection): handle pointer capture for selectionOnDrag
|
||||
|
||||
- [#4432](https://github.com/xyflow/xyflow/pull/4432) [`d2da5765`](https://github.com/xyflow/xyflow/commit/d2da576591305873f8d6514091ee8db1ad4f79e2) Thanks [@moklick](https://github.com/moklick)! - refactor(useConnection): return internal node, add node generic
|
||||
|
||||
- Updated dependencies [[`d2da5765`](https://github.com/xyflow/xyflow/commit/d2da576591305873f8d6514091ee8db1ad4f79e2)]:
|
||||
- @xyflow/system@0.0.35
|
||||
|
||||
## 12.0.0
|
||||
|
||||
React Flow 12 is finally out! With a new package name `@xyflow/react`!
|
||||
React Flow 12 is finally out! With a new package name `@xyflow/react`!
|
||||
|
||||
### Main features
|
||||
|
||||
@@ -39,7 +50,6 @@ There is more! Besides the new main features, we added some minor things that we
|
||||
- add `selectable`, `deletable`, `draggable` and `parentId` to `NodeProps`
|
||||
- add a warning when styles not loaded
|
||||
|
||||
|
||||
## 12.0.0-next.28
|
||||
|
||||
- add `paneDistanceClick` prop (max distance between mousedown/up that will trigger a click)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xyflow/react",
|
||||
"version": "12.0.0",
|
||||
"version": "12.0.1",
|
||||
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@@ -1,9 +1,18 @@
|
||||
# @xyflow/svelte
|
||||
|
||||
## 0.1.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4434](https://github.com/xyflow/xyflow/pull/4434) [`1bda2451`](https://github.com/xyflow/xyflow/commit/1bda24519658b4aaed6d4abf9e7e9d096e193b5b) Thanks [@moklick](https://github.com/moklick)! - fix(selection): handle pointer capture for selectionOnDrag
|
||||
|
||||
- Updated dependencies [[`d2da5765`](https://github.com/xyflow/xyflow/commit/d2da576591305873f8d6514091ee8db1ad4f79e2)]:
|
||||
- @xyflow/system@0.0.35
|
||||
|
||||
## 0.1.10
|
||||
|
||||
- add `paneDistanceClick` prop (max distance between mousedown/up that will trigger a click)
|
||||
- returned nodes in `on:nodedragstop` are set to `dragging=false`
|
||||
- returned nodes in `on:nodedragstop` are set to `dragging=false`
|
||||
|
||||
## 0.1.9
|
||||
|
||||
@@ -19,7 +28,7 @@
|
||||
|
||||
- revise selection usability (capture while dragging out of the flow)
|
||||
- only prevent shift scrolling when selection is actually in progress
|
||||
- use correct end handle position when drawing a connection lines
|
||||
- use correct end handle position when drawing a connection lines
|
||||
- determine correct end positions for connection lines
|
||||
|
||||
## 0.1.6
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xyflow/svelte",
|
||||
"version": "0.1.10",
|
||||
"version": "0.1.11",
|
||||
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
|
||||
"keywords": [
|
||||
"svelte",
|
||||
|
||||
7
packages/system/CHANGELOG.md
Normal file
7
packages/system/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @xyflow/system
|
||||
|
||||
## 0.0.35
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4432](https://github.com/xyflow/xyflow/pull/4432) [`d2da5765`](https://github.com/xyflow/xyflow/commit/d2da576591305873f8d6514091ee8db1ad4f79e2) Thanks [@moklick](https://github.com/moklick)! - refactor(useConnection): return internal node, add node generic
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xyflow/system",
|
||||
"version": "0.0.34",
|
||||
"version": "0.0.35",
|
||||
"description": "xyflow core system that powers React Flow and Svelte Flow.",
|
||||
"keywords": [
|
||||
"node-based UI",
|
||||
|
||||
Reference in New Issue
Block a user