chore(packages): bump
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
- fix `deleteElements`
|
||||
- refactor internal `applyChanges`
|
||||
- batch `setNodes` and `setEdges` from `useReactFlow`
|
||||
- add `aria-label` prop for `<Controls />`
|
||||
|
||||
## 12.0.0-next.5
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
### Bugfix
|
||||
|
||||
- fix `deleteElements`
|
||||
- fix dragging when draggable=false
|
||||
- fix dragging when `draggable=false`
|
||||
- add `ariaLabel` prop for `<Controls />`
|
||||
|
||||
### ⚠️ Breaking
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"keywords": [
|
||||
"svelte",
|
||||
|
||||
Reference in New Issue
Block a user