chore(package): bump

This commit is contained in:
moklick
2024-01-03 23:53:51 +01:00
parent 7ea999f74b
commit 0aad2488e0
5 changed files with 12 additions and 3 deletions

1
.npmrc
View File

@@ -1,3 +1,2 @@
registry="https://registry.npmjs.com/"
legacy-peer-deps=true
strict-peer-dependencies=false

View File

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

View File

@@ -1,5 +1,11 @@
# @xyflow/svelte
## 0.0.31
### Bugfix
- fix edge rendering
## 0.0.30
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@xyflow/svelte",
"version": "0.0.30",
"version": "0.0.31",
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
"keywords": [
"svelte",

View File

@@ -104,6 +104,10 @@
fill: none;
}
.xy-flow__edges {
position: absolute;
}
.xy-flow__edge {
pointer-events: visibleStroke;
cursor: pointer;