chore(packages): bump
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user