chore(packages): bump

This commit is contained in:
moklick
2024-05-08 22:36:26 +02:00
parent ccadb043c3
commit 02250e972d
3 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# @xyflow/react
## 12.0.0-next.18
- don't show nodeTypes warning if not necessary you've created a new nodeTypes or edgeTypes
- add node resizer styles to base.css
- remove `HandleComponentProps` type, only export `HandleProps` type
- add warning when styles not loaded
## 12.0.0-next.17
- fix broken `defaultNodes`
@@ -9,6 +16,7 @@
- return user node in node event handlers
- cleanup `useReactFlow`
- export `KeyCode` and `Align` type
- remove `Instance` in favour of `ReactFlowInstance` type
## 12.0.0-next.16

View File

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

View File

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