feat(controls): add orientation, style and class props closes #4069

This commit is contained in:
moklick
2024-04-04 12:53:05 +02:00
parent 56477f058d
commit 508efab624
8 changed files with 36 additions and 4 deletions
+8
View File
@@ -1,5 +1,13 @@
# @xyflow/svelte
## 0.0.40
- add `orientation` ('horizontal' or 'vertical'), `style` and `class` prop for `Controls` component
- allow multiple keys for `deleteKey`, `selectionKey`, `multiSelectionKey`, `panActivationKey` and `zoomActivationKey`
- fix node observe / unobserve
- fix edge and node types
- active context menu releases pressed keys to reset selection
## 0.0.39
## ⚠️ Breaking changes