11.7.0
版本发布时间: 2023-03-28 19:08:29
xyflow/xyflow最新发布版本:@xyflow/system@0.0.42(2024-09-12 18:24:16)
11.7.0
Most notable updates:
-
@reactflow/node-resizer
is now part of this package. No need to install it separately anymore. - Handles:
isConnectableStart
andisConnectableEnd
props to configure if you can start or end a connection at a certain handle - Edges:
updatable
option to enable updates for specific edges - Background: you can now combine backgrounds (possible with the new
id
andoffset
props) - MiniMap:
inversePan
andzoomStep
props - useNodesInitialized: option to configure if hidden nodes should be included (false by default)
Big thanks to @Elringus and @bcakmakoglu!
Minor Changes
-
#2964
2fb4c2c8
- add @reactflow/node-resizer package -
#2960 Thanks @bcakmakoglu! - edges: add
updatable
option -
#2958
4d97a0ed
- handles: addisConnectableStart
andisConnectableEnd
props -
#2956
923a54c4
- add options foruseNodesInitialized
, ignore hidden nodes by default -
#2944 Thanks @Elringus! - add
inversePan
andzoomStep
props -
#2941 Thanks @Elringus! - background: add
id
andoffset
props
Patch Changes
- #2926 Thanks @Elringus! - fix non-passive wheel event listener violation
-
#2933
fe8cac0a
- prefix error keys with "error" -
#2939
4a4ca171
- add connection result to store - Updated dependencies [
098eee3d
,fe8cac0a
,4a4ca171
,c1448c2f
,923a54c4
,4d97a0ed
,771c7a5d
,c22e1c28
]:- @reactflow/core@11.7.0
- @reactflow/minimap@11.5.0
- @reactflow/background@11.2.0
- @reactflow/controls@11.1.11
- @reactflow/node-toolbar@1.1.11