17 KiB
@xyflow/system
0.0.61
Patch Changes
- #5266
77107453Thanks @peterkogo! - Fix connection snapping for handles larger than connectionRadius
0.0.60
Patch Changes
- #5259
77bf79c4Thanks @peterkogo! - Fix background-color css variable fallback.
0.0.59
Patch Changes
- #5255
a95f0e2fThanks @peterkogo! - Added OnReconnect types
0.0.58
Patch Changes
- #5252
2a03213bThanks @moklick! - Center panel correctly when bottom-center or top-center position is used
0.0.57
Patch Changes
-
#5227
a7d10ffcThanks @moklick! - add resizeDirection for XYResizer -
#5221
4e681f9cThanks @moklick! - Allow zero as a valid node width/height value
0.0.56
Patch Changes
-
#5212
0f43b8eaThanks @moklick! - Add polyfill forPromise.withResolvers -
#5192
fc241253Thanks @peterkogo! - Optimize performance of nodesInitialized -
#5153
98fe23c7Thanks @nick-lawrence-ctm! - Add separators to horizontal control buttons -
#5191
e5735b51Thanks @peterkogo! - Fix legacy padding being slightly larger than before
0.0.55
Patch Changes
-
#5156
02a3b746Thanks @dimaMachina! - Improve TSDoc comments fortype GetSmoothStepPathParamsandgetSmoothStepPathfunction -
#5168
cbe305e1Thanks @dimaMachina! - Improve TSDoc comments forgetOutgoers,getIncomersandtype GetNodesBoundsParams -
#5169
1f671bd4Thanks @dimaMachina! - Improve TSDoc comments fortype ReconnectEdgeOptionsandgetViewportForBounds -
#5155
aaebc462Thanks @dimaMachina! - Improve TSDoc comments fortype GetStraightPathParamsandgetStraightPathfunction -
#5157
6ec942fcThanks @dimaMachina! - Improve TSDoc comments fortype GetBezierPathParamsandgetBezierPathfunction
0.0.54
Patch Changes
-
#5147
f819005bThanks @moklick! - Pass dimensions to final resize change event -
#5142
24a1bc89Thanks @dimaMachina! - Improve TSDoc comments forHandleProps,NodeBaseandInternalNodeBase -
#5136
36657cd6Thanks @dimaMachina! - Improve TSDoc comments forEdgeBase -
#5139
89de9ca8Thanks @dimaMachina! - Usergbafor colors with opacity instead ofrgbforMiniMapmask color -
#5148
2ac6e155Thanks @moklick! - Prevent browser zoom for pinch zoom gestures on nowheel elements -
#5137
f0f378e5Thanks @dimaMachina! - Improve TSDoc comments forConnectionandConnectionInProgress
0.0.53
Patch Changes
-
#5118
5d15b01bThanks @moklick! - Do not swallow key events when a button is focused -
#5067
cb685281Thanks @peterkogo! - Fix fitView not working immediately after adding new nodes -
#5091
a79f30b3Thanks @moklick! - Add center-left and center-right as a panel position
0.0.52
Patch Changes
0.0.51
Patch Changes
-
#5010
6c121d42Thanks @moklick! - Add more TSDocs to components, hooks, utils funcs and types -
#4990
4947029cThanks @damianstasik! - Make it possible to stop autoPanOnDrag by setting it to false -
#5003
e8e0d684Thanks @dimaMachina! - repair lint command
0.0.50
Patch Changes
-
#4957
fe843982Thanks @peterkogo! - Narrow properties selected, selectable, deletable, draggable of NodeProps type to be required. -
#4968
e73ef09fThanks @peterkogo! - Make internal nodes immutable
0.0.49
Patch Changes
- #4949
592c7eafThanks @peterkogo! - Fix useNodeConnection hook not returning all connected edges.
0.0.48
Patch Changes
-
#4880
e2d849dcThanks @crimx! - Add type check for all event targets -
#4725
e10f53cfThanks @peterkogo! - Add useNodeConnections hook to track all connections to a node. Can be filtered by handleType and handleId. -
#4929
4947f683Thanks @peterkogo! - Optimize selections and take into account if edges connected to selected nodes are actually selectable.
0.0.47
Patch Changes
0.0.46
Patch Changes
-
#4790
2fa9a920Thanks @peterkogo! - Fix node dragging & resizing while zooming on flow that does not cover whole browser window. -
#4782
323e1b35Thanks @peterkogo! - Fix node intersections in nested flow.
0.0.45
Patch Changes
- #4772
7f670ab0Thanks @mistic! - Splits exports field in package.json to support an explicit resolution for browser, node and default to resolve issues with webpack esm module resolution.
0.0.44
Patch Changes
-
#4755
005ae1c0Thanks @peterkogo! - Add module to exports in package.json. This should resolve possible issues with Webpack ESM Module Resolution. -
#4730
2c590b90Thanks @peterkogo! - Fixed rare crash while dragging
0.0.43
Patch Changes
-
#4681
99ba64acThanks @moklick! - Fix an issue that appeared when user deleted node while dragging. -
#4670
b056564cThanks @peterkogo! - Fix initialfitViewnot working correctly fornodeOriginother than [0,0]
0.0.42
Patch Changes
-
#4477
d5592e75Thanks @peterkogo! - AddgetNodesBoundstouseReactFlow/useSvelteFlowhook as the new recommended way of determining node bounds. -
#4572
d9563505Thanks @peterkogo! - Improve handling of global and individualnodeExtents. Nodes will never render outside of specified extents.
0.0.41
Patch Changes
0.0.40
Patch Changes
-
#4594
5138d90bThanks @peterkogo! - Fixed reconnecting edges with loose connectionMode -
#4603
12dbe125Thanks @moklick! - use correct index when using setNodes for inserting
0.0.39
Patch Changes
- #4568
c3e62782Thanks @peterkogo! - Only display grab cursor when panOnDrag is on left mouse button
0.0.38
Patch Changes
-
#4544
b63a3734Thanks @moklick! - strengthen css selector for edges for overflow visible -
#4555
24e87e39Thanks @peterkogo! - Added final connection state as a function parameter to onReconnectEnd -
#4548
692e6440Thanks @peterkogo! - Replaced algorithm used for searching close handles while connecting -
#4519
559d4926Thanks @peterkogo! - fix(connection) snapped position not updated correctly -
#4538
4ecfd7e1Thanks @bcakmakoglu! - Use the handle id of the matching handle type when warning about an edge that can't be created due to missing handle ids. -
#4536
e7ef328fThanks @peterkogo! - fix(onlyRenderVisible) edges to offscreen nodes with fixed width & height displayed correctly -
#4549
99733c01Thanks @moklick! - feat(onConnectEnd): pass connectionState param
0.0.37
Patch Changes
-
#4465
543c0939Thanks @moklick! - fix(nodes): re-measure when measured is not set -
#4464
89cd677bThanks @moklick! - fix(handles): reconnect for connectionMode=loose -
#4467
c253c7c5Thanks @moklick! - chore(subflows): log warning instead of throwing an error when parent node cant be found