11 KiB
@xyflow/system
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