Releases: xyflow/xyflow
@xyflow/system@0.0.77
Patch Changes
-
#5791
732c8eb- Adds a type error whenhandleIdis used withouthandleTypeinuseNodeConnections -
#5793
c5c853d- Dev Warnings now use library-specific messaging with the correct documentation links. -
#5677
e6661de- AddautoPanOnSelectionto auto-pan when user drags a selection close to the edge of the viewport. -
#5638
40660cd- Fix selection box issue on mobile devices by addingtouch-action:none -
#5784
7055140- Fix node resizing possible beyond absolute extents
@xyflow/svelte@1.6.0
Minor Changes
- #5677
e6661de- AddautoPanOnSelectionto auto-pan when user drags a selection close to the edge of the viewport.
Patch Changes
-
#5791
732c8eb- Adds a type error whenhandleIdis used withouthandleTypeinuseNodeConnections -
#5105
2a8d0bc- Improve generic types on useSvelteFlow to better reflect custom node & edge data -
#5793
c5c853d- Dev Warnings now use library-specific messaging with the correct documentation links. -
#5784
7055140- Fix node resizing possible beyond absolute extents -
#5795
d06cec7- Check if window is defined before calling browser functions -
Updated dependencies [
732c8eb,c5c853d,e6661de,737194d,40660cd,4806e7c,7055140]:- @xyflow/system@0.0.77
@xyflow/react@12.11.0
12.11.0
Minor Changes
- #5677
e6661de- AddautoPanOnSelectionto auto-pan when user drags a selection close to the edge of the viewport.
Patch Changes
-
#5791
732c8eb- Adds a type error whenhandleIdis used withouthandleTypeinuseNodeConnections -
#5793
c5c853d- Dev Warnings now use library-specific messaging with the correct documentation links. -
#5755
88737f9- Add@types/reactand@types/react-domas optional peer dependencies to prevent issues with pnpm strict mode (hoist: false) -
#5784
7055140- Fix node resizing possible beyond absolute extents -
#5769
ad4d547- UseuseEffectfor StoreUpdater to restore previous behaviour -
Updated dependencies [
732c8eb,c5c853d,e6661de,737194d,40660cd,4806e7c,7055140]:- @xyflow/system@0.0.77
@xyflow/system@0.0.76
Patch Changes
- #5730
4a278dbbfThanks @justn-hyeok! - Fix missing border radius ongetSmoothStepPathedge bends when usingstepPosition
@xyflow/svelte@1.5.2
Patch Changes
@xyflow/react@12.10.2
Patch Changes
-
#5735
a6c938fb2Thanks @nvie! - Allowtypefield to be missing inBuiltInNode(notypefield is the same astype: "default") -
#5722
8c9b7e726Thanks @dfblhmm! - AddsnapGridtoscreenToFlowPositionoptions -
#5723
82249517aThanks @moklick! - Pass options to useReactFlow/useSvelteFlow viewport helper functions correctly -
#5733
64115cd08Thanks @AlaricBaraou! - Fix empty store during ReactFlow remount by reordering StoreUpdater before GraphView and using layout effects -
#5727
dd54e86b9Thanks @solastley! - Ensure visual nodes selection state is cleared when zero selected nodes remain in the flow -
Updated dependencies [
4a278dbbf]:- @xyflow/system@0.0.76
@xyflow/system@0.0.75
Patch Changes
- #5703
ce6c869dfThanks @peterkogo! - Improve return type of useNodesData. Now you can narrow down the data type by checking the node type.
@xyflow/svelte@1.5.1
Patch Changes
-
#5704
c91d3d022Thanks @peterkogo! - KeeponConnectEndandisValidConnectionup to date in an ongoing connection -
#5703
ce6c869dfThanks @peterkogo! - Improve return type of useNodesData. Now you can narrow down the data type by checking the node type. -
#5698
7eeebc9c0Thanks @peterkogo! - Fix child nodes not updating on the Minimap when parent is dragged -
Updated dependencies [
ce6c869df]:- @xyflow/system@0.0.75
@xyflow/react@12.10.1
Patch Changes
-
#5704
c91d3d022Thanks @peterkogo! - KeeponConnectEndandisValidConnectionup to date in an ongoing connection -
#5687
2624479adThanks @vkrol! - Optimize zooming performance when panOnScroll mode is enabled -
#5682
7b6e46ce1Thanks @artemtam! - Prevent unnecessary updates when selectNodesOnDrag = false -
#5703
ce6c869dfThanks @peterkogo! - Improve return type of useNodesData. Now you can narrow down the data type by checking the node type. -
#5692
49646858fThanks @moklick! - Handle undefined node in mini map -
#5684
382c654c3Thanks @ysds! - Consolidate drag handler effects in useDrag to fix programmatic selection issues -
Updated dependencies [
ce6c869df]:- @xyflow/system@0.0.75
@xyflow/system@0.0.74
Patch Changes
-
#5637
0c7261a6dThanks @moklick! - AddzIndexModeto control how z-index is calculated for nodes and edges -
#5617
8598b6bc2Thanks @akre54! - Allow customgetEdgeIdfunction inaddEdgeandreconnectEdgeoptions to enable custom edge ID schemes. -
#5635
2d7fa40e2Thanks @tornado-softwares! - Update an ongoing connection when user moves node with keyboard.