chore(packages): bump

This commit is contained in:
github-actions[bot]
2024-07-10 12:24:26 +00:00
parent ef627aeb49
commit 6ab1a1b5d7
8 changed files with 33 additions and 19 deletions
+12 -2
View File
@@ -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 -1
View File
@@ -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",