@xyflow/svelte@1.6.5
- Updated dependencies [
22e0be2]:- @xyflow/system@0.0.81
@xyflow/react@12.11.5
- Updated dependencies [
22e0be2]:- @xyflow/system@0.0.81
@xyflow/system@0.0.80
-
#5902
393d951- Allow middle-mouse viewport panning to start from a selection rectangle. -
#5889
ff126a0- Fixextent: 'parent'not immediately resolving when parent haswidthorinitialWidth. -
#5871
e5d86bd- FixgetNodesBoundsstretching the returned bounds to include the origin(0, 0)when one of the passed ids/nodes can't be resolved. -
#5922
392da00- AllowControlto activate pane panning with a primary-button drag.
@xyflow/svelte@1.6.3
-
#5902
393d951- Allow middle-mouse viewport panning to start from a selection rectangle. -
#5889
ff126a0- Fixextent: 'parent'not immediately resolving when parent haswidthorinitialWidth. -
#5930
48293bf- Fix module imports to adhere to Node ESM & Typescript conventions -
#5918
c5d7442- Fix selection box appearing when dragging the pane via touch. Prefer touch panning over drag selection whenselectionOnDragis combined with mouse-button-specificpanOnDragsettings. -
#5922
392da00- AllowControlto activate pane panning with a primary-button drag. -
Updated dependencies [
393d951,ff126a0,e5d86bd,392da00]:- @xyflow/system@0.0.80
@xyflow/react@12.11.3
-
#5902
393d951- Allow middle-mouse viewport panning to start from a selection rectangle. -
#5889
ff126a0- Fixextent: 'parent'not immediately resolving when parent haswidthorinitialWidth. -
#5947
2ba040f- Use correctnodeExtentfor internalsetNodes. -
#5918
c5d7442- Fix selection box appearing when dragging the pane via touch. Prefer touch panning over drag selection whenselectionOnDragis combined with mouse-button-specificpanOnDragsettings. -
#5922
392da00- AllowControlto activate pane panning with a primary-button drag. -
#5929
4c5d7d2- Allow key combinations of three or more keys (e.g.'Meta+Shift+s') foruseKeyPress. -
#5938
91a052f- Fix<Background />pattern offset miscalculation. -
Updated dependencies [
393d951,ff126a0,e5d86bd,392da00]:- @xyflow/system@0.0.80
@xyflow/system@0.0.79
-
#5850
c707267- Cache the zoom pane extent so panning and pinching no longer force a synchronous layout. -
#5839
0c0cebc- Use correct fill color for bg pattern in dark mode -
#5851
56cf3b0- FixfitViewwithincludeHiddenNodesignoring hidden nodes that declare an intrinsic size (width/height/initialWidth/initialHeight) but were never measured -
#5845
a01bb6b- Check if parent node is in node lookup before clamp the position to prevent throwing an error. -
#5849
9b3f390- Always fireonPanZoomEndwhenonPanZoomStartwas fired due to a pan-on-scroll wheel tick -
#5837
cdfcbeb- Check for element existence and type before checking property existence in node/edge typeguards.