chore(package): bump
This commit is contained in:
1
.npmrc
1
.npmrc
@@ -1,3 +1,2 @@
|
||||
registry="https://registry.npmjs.com/"
|
||||
legacy-peer-deps=true
|
||||
strict-peer-dependencies=false
|
||||
@@ -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",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @xyflow/svelte
|
||||
|
||||
## 0.0.31
|
||||
|
||||
### Bugfix
|
||||
|
||||
- fix edge rendering
|
||||
|
||||
## 0.0.30
|
||||
|
||||
### Features
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -104,6 +104,10 @@
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.xy-flow__edges {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.xy-flow__edge {
|
||||
pointer-events: visibleStroke;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user