chore(packages): bump
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# @xyflow/react
|
# @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
|
## 12.0.0-next.17
|
||||||
|
|
||||||
- fix broken `defaultNodes`
|
- fix broken `defaultNodes`
|
||||||
@@ -9,6 +16,7 @@
|
|||||||
- return user node in node event handlers
|
- return user node in node event handlers
|
||||||
- cleanup `useReactFlow`
|
- cleanup `useReactFlow`
|
||||||
- export `KeyCode` and `Align` type
|
- export `KeyCode` and `Align` type
|
||||||
|
- remove `Instance` in favour of `ReactFlowInstance` type
|
||||||
|
|
||||||
## 12.0.0-next.16
|
## 12.0.0-next.16
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@xyflow/react",
|
"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.",
|
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@xyflow/system",
|
"name": "@xyflow/system",
|
||||||
"version": "0.0.25",
|
"version": "0.0.26",
|
||||||
"description": "xyflow core system that powers React Flow and Svelte Flow.",
|
"description": "xyflow core system that powers React Flow and Svelte Flow.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node-based UI",
|
"node-based UI",
|
||||||
|
|||||||
Reference in New Issue
Block a user