Refactor(types): unify node and edge handling (#3978)
* refactor(types): unify node and edge type behaviour * chore(changelogs): update * chore(examples): cleanup
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
# @xyflow/svelte
|
||||
|
||||
## 0.0.38
|
||||
|
||||
## ⚠️ Breaking changes
|
||||
|
||||
- `NodeProps` generic is a node and not only node data. `type $$Props = NodeProps<AppNode>`
|
||||
|
||||
## Patch changes
|
||||
|
||||
- unify `Edge` and `Node` type handling
|
||||
|
||||
## 0.0.37
|
||||
|
||||
## ⚠️ Breaking changes
|
||||
|
||||
Reference in New Issue
Block a user