chore(packages): bump
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
- fix `deleteElements`
|
- fix `deleteElements`
|
||||||
- refactor internal `applyChanges`
|
- refactor internal `applyChanges`
|
||||||
- batch `setNodes` and `setEdges` from `useReactFlow`
|
- batch `setNodes` and `setEdges` from `useReactFlow`
|
||||||
|
- add `aria-label` prop for `<Controls />`
|
||||||
|
|
||||||
## 12.0.0-next.5
|
## 12.0.0-next.5
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@xyflow/react",
|
"name": "@xyflow/react",
|
||||||
"version": "12.0.0-next.5",
|
"version": "12.0.0-next.6",
|
||||||
"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",
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
### Bugfix
|
### Bugfix
|
||||||
|
|
||||||
- fix `deleteElements`
|
- fix `deleteElements`
|
||||||
- fix dragging when draggable=false
|
- fix dragging when `draggable=false`
|
||||||
|
- add `ariaLabel` prop for `<Controls />`
|
||||||
|
|
||||||
### ⚠️ Breaking
|
### ⚠️ Breaking
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@xyflow/svelte",
|
"name": "@xyflow/svelte",
|
||||||
"version": "0.0.32",
|
"version": "0.0.33",
|
||||||
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
|
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"svelte",
|
"svelte",
|
||||||
|
|||||||
Reference in New Issue
Block a user