-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency @vue-flow/core to v1.48.2 #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/vue-flow-core-1.x-lockfile
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61d4a85 to
a294c20
Compare
a294c20 to
f7907a0
Compare
f7907a0 to
2602568
Compare
2602568 to
83e42f3
Compare
83e42f3 to
c4f51d9
Compare
c4f51d9 to
b729b1d
Compare
b729b1d to
cc268b0
Compare
cc268b0 to
b01ba42
Compare
b01ba42 to
88ce4fb
Compare
88ce4fb to
bc33f8c
Compare
bc33f8c to
6c3ab54
Compare
6c3ab54 to
cdf5fb1
Compare
cdf5fb1 to
e06f4b1
Compare
e06f4b1 to
1a64fb9
Compare
1a64fb9 to
b5dba0a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.10.2→1.48.2Release Notes
bcakmakoglu/vue-flow (@vue-flow/core)
v1.48.2Compare Source
Patch Changes
c81d765Thanks @bcakmakoglu! - Disable selection on drag by setting the keycode totruewhen panning mode is active.v1.48.1Compare Source
Patch Changes
#1996
1c9732aThanks @bcakmakoglu! - Use the connecting handle result when updating a connection, so we get an accurate connection position fortoPosition.#2001
08d57faThanks @bcakmakoglu! - Block pane ctx-menu from triggering if panOnDrag includes btn 2 (right-click) and let viewport emit pane ctx menu.v1.48.0Compare Source
Minor Changes
7acd6d7Thanks @bcakmakoglu! - Separate flow import and export object shapes and interfaces. An export object has all fields as required, while an import object makes all fields optional.Patch Changes
#1988
dd6a91fThanks @bcakmakoglu! - Correctly unwrap disableKeyboardA11y ref when checking if a selection can be moved or not.#1989
3f6e09aThanks @bcakmakoglu! - Use position instead of computedPosition as updated position when moving a child node via keyboard.v1.47.0Compare Source
Minor Changes
7828f4aThanks @bcakmakoglu! - Replace the existingoffsetoption for fitView with a more expressivepaddingoption allowing users to define padding per sides.v1.46.5Compare Source
Patch Changes
34bcf36Thanks @bcakmakoglu! - Unwrap connection line status ref in the connection line component to correctly append the class name.v1.46.4Compare Source
Patch Changes
f4cfc50Thanks @bcakmakoglu! - Remove border related styles from the required styles and move them into the default theme stylesheetv1.46.3Compare Source
Patch Changes
90cf6ffThanks @bcakmakoglu! - Add nullish operator to checkVisibility callv1.46.2Compare Source
Patch Changes
f9a5231Thanks @bcakmakoglu! - Only emit node position changes if a position change actually occurred.v1.46.1Compare Source
Patch Changes
#1935
ca54587Thanks @bcakmakoglu! - Correctly check if an event listener was bound to the VueFlow component, using for example@node-clickor if a listener was bound using the exposed event hooks fromuseVueFlowwhen determening if a listener for an event exists at all.#1932
3e0442aThanks @bcakmakoglu! - Use toHandle from valid handle check as target handle in ongoing connections#1938
fd785e2Thanks @bcakmakoglu! - Prevent multi touch from aborting connections.#1936
ff6b3d2Thanks @bcakmakoglu! - Skip resize handler if node is not visible.v1.46.0Compare Source
Minor Changes
#1923
18d103dThanks @bcakmakoglu! - ExposeisMacOsutility#1918
0568ab7Thanks @bcakmakoglu! - ExposewheelDeltautility fn#1919
6880409Thanks @bcakmakoglu! - Use event target for<Handle>components to determine the "clicked" handle, avoiding calls to `getElementFromPoint and allowing "detached" handlesPatch Changes
957d011Thanks @bcakmakoglu! - Fetch the correct source and target nodes for isValidConnection.v1.45.1Compare Source
Patch Changes
#1914
8f65028Thanks @bcakmakoglu! - Calculate overlapping area in getNodeIntersections correctly.#1913
5366b56Thanks @bcakmakoglu! - Emit node drag-start, drag and drag-end events when a selection is dragged (selectionKeyCode).#1882
742eb98Thanks @bcakmakoglu! - Use correct handlesuffix for connection lookup ingetHandleConnectionsaction.v1.45.0Compare Source
Minor Changes
4a2427dThanks @bcakmakoglu! - AdddomAttributesprop to nodes / edges that allows passing any sort of dom attributes to the node/edge wrappers (like aria attributes etc.).v1.44.0Compare Source
Minor Changes
#1848
f09952dThanks @bcakmakoglu! - Addeaseoption to viewport altering functions.#1851
0e6865bThanks @bcakmakoglu! - Add interpolate option to viewport transforming functionsv1.43.2Compare Source
Patch Changes
#1842
dc66c85Thanks @bcakmakoglu! - Allow multi-select when input is focused.#1843
6a2b7e5Thanks @bcakmakoglu! - Use whole handle area for snapping.v1.43.1Compare Source
Patch Changes
8eccc19Thanks @bcakmakoglu! - Add missing vue-flow__container class to marker defs.v1.43.0Compare Source
Minor Changes
2201cddThanks @bcakmakoglu! - Allow passing null or undefined touseNodeConnectionsoptionsPatch Changes
#1829
a4ea4f7Thanks @bcakmakoglu! - Subtract container bounds when calculating pointer position.#1817
0cc4c99Thanks @bcakmakoglu! - Add aria-hidden to markers#1830
110acf1Thanks @bcakmakoglu! - Fall back to using changedTouches when passing a touchend or touchcancel event to getEventPosition.v1.42.5Compare Source
Patch Changes
60482cfThanks @bcakmakoglu! - Prevent keypress events from being swallowed when a button element is focused.v1.42.4Compare Source
Patch Changes
#1794
e0bb46eThanks @bcakmakoglu! - Use null as fallback id for edge source handle#1796
978b896Thanks @bcakmakoglu! - Remove edgelookup update when updating connection lookup as edge lookup is computed already#1796
a6a3000Thanks @bcakmakoglu! - Reset drag items on drag endv1.42.3Compare Source
Patch Changes
f4fc254Thanks @bcakmakoglu! - Unwrap ref when checking if connection in progress.v1.42.2Compare Source
Patch Changes
#1781
a14d16dThanks @bcakmakoglu! - Prevent removal of handle bounds when<Handle>is unmounted.#1776
41bed0cThanks @bcakmakoglu! - Prevent pane click event when connection is in progress.v1.42.1Compare Source
Patch Changes
56eb94eThanks @bcakmakoglu! - Correct connection keys.v1.42.0Compare Source
Minor Changes
#1729
8a832f1Thanks @bcakmakoglu! - Use connection lookup to check what elements should be selected by a user selection box.#1729
d4a6910Thanks @bcakmakoglu! - AdduseNodeConnectionscomposable#1742
b1e2f57Thanks @bcakmakoglu! - Inherit attributes on main edge path element in BaseEdge component.v1.41.7Compare Source
Patch Changes
763d122Thanks @github-actions! - use center position of handle as snapping point for connection linesv1.41.6Compare Source
Patch Changes
#1705
047ec99Thanks @bcakmakoglu! - Update sourceNode and targetNode properties of edge when usingupdateEdge.#1698
7cc1c5aThanks @bcakmakoglu! - Prevent default scrolling behavior when using arrow keys to move nodes or a selection.#1707
4c9e517Thanks @bcakmakoglu! - Allow Control key as pan activation key code.#1707
4c9e517Thanks @bcakmakoglu! - CheckpanOnDragfor allowed drag buttons in d3 filter#1707
4c9e517Thanks @bcakmakoglu! - Prevent browser context menu when triggering pane context menu event.v1.41.5Compare Source
Patch Changes
#1680
b6c500dThanks @bcakmakoglu! - check if event on drag end is mouse/touch event or a usedrag event#1696
249efceThanks @bcakmakoglu! - Properly release key combinations when one of the keys is unpressed#1693
f28ffbaThanks @bcakmakoglu! - Allow using the+key in key combinations#1695
b09ad8eThanks @bcakmakoglu! - Escape node labels and avoid rendering them as innerHTMLv1.41.4Compare Source
Patch Changes
4bc7658Thanks @bcakmakoglu! - if selection key code is true prevent pan on drag on left mouse btnv1.41.3Compare Source
Patch Changes
#1662
a41bd7bThanks @bcakmakoglu! - Reorder pane class names to allow dragging cursor when selection mode is permanently enabled#1667
e51f08cThanks @bcakmakoglu! - SetisPressedtotrueif permanent keypress is enabled#1662
a41bd7bThanks @bcakmakoglu! - Allow pan on drag when selectionKeyCode istruebut panOnDrag key is not left mouse btn#1665
a6ec480Thanks @bcakmakoglu! - Use all handle bounds when using loose connection mode during edge updatev1.41.2Compare Source
Patch Changes
#1624
6692072Thanks @bcakmakoglu! - Use calculated drag distance to trigger drag-click.#1618
1fa90acThanks @bcakmakoglu! - Allow node/edge pointer events if mouse event listeners (likenodeClickoredgeClick) exists.v1.41.1Compare Source
Patch Changes
#1608
0581cd8Thanks @bcakmakoglu! - Prevent overwriting width/height in node styles object withnode.width/node.heightifwidth/heightalready exist in the styles object.Fixes NodeResizer not working when initial size was passed to a node through
node.width/node.height.#1609
81a81faThanks @bcakmakoglu! - Prevent drag-click handler when multi selection is active.v1.41.0Compare Source
Minor Changes
9c18037Thanks @bcakmakoglu! - AddgetHandleConnectionsaction to store.Patch Changes
a3c72feThanks @bcakmakoglu! - Don't set user selection flags on pointer down, only setting them when pointer is moved to allow pane click events to occur whenselectionKeyCodeistrue(i.e. selection on drag).v1.40.1Compare Source
Patch Changes
5eb677bThanks @bcakmakoglu! - Inline event namesv1.40.0Compare Source
Minor Changes
7aa49f4Thanks @bcakmakoglu! - Removenullas possible return type of data inuseNodesDataPatch Changes
#1586
f2ed6a3Thanks @bcakmakoglu! - Only display grab cursor when panOnDrag is on left mouse button#1585
d7a51f8Thanks @bcakmakoglu! - Simplify event emits definitions to avoid hitting complexity limit of TS.v1.39.3Compare Source
Patch Changes
f6b394fThanks @bcakmakoglu! - Push into dimensions changes array instead of using index access.v1.39.2Compare Source
Patch Changes
90f573aThanks @bcakmakoglu! - Only capture pointer when a valid selection has startedv1.39.1Compare Source
Patch Changes
#1562
e83b1efThanks @bcakmakoglu! - Check if injected vue flow state matches options id, otherwise create new state#1562
e83b1efThanks @bcakmakoglu! - Prefer options id over scope id when finding vue flow internal state by idv1.39.0Compare Source
Minor Changes
#1542
de75620Thanks @bcakmakoglu! - AddpaneClickDistanceoption. Allows specifying the distance between mousedown and mouseup in which a click would still be registered (by default0)#1535
1a812f3Thanks @bcakmakoglu! - AddautoPanSpeedprop. Allows specifying at what speed the pane moves when auto-panning via node-drag, selection-drag or connection-dragPatch Changes
#1536
235d564Thanks @github-actions! - Dispatch click if drag move was attempted and threshold was not crossed, ignoring any movement that's too small to be considered a drag at all#1545
2910992Thanks @bcakmakoglu! - Prevent callingonSelectionEndwhen clicking a selection#1543
85c8d2dThanks @bcakmakoglu! - Handle pointer capture for selection on dragv1.38.5Compare Source
Patch Changes
e7bcca5Thanks @bcakmakoglu! - ignore minor mouse movements when marking a node drag as abortedv1.38.4Compare Source
Patch Changes
e8427cfThanks @bcakmakoglu! - Prevent duplicate node click event by checking if drag was actually aborted before emitting node-clickv1.38.3Compare Source
Patch Changes
ccca803Thanks @bcakmakoglu! - EmitnodeClickevent when a node is dragged without exceeding the node drag threshold (i.e. no visible movement has happened)v1.38.2Compare Source
Patch Changes
#1517
d2ec752Thanks @bcakmakoglu! - Usepostflush timing to re-observe node size when toggling node visibility#1514
6a0813eThanks @bcakmakoglu! - Avoid re-snapping to the same handlev1.38.1Compare Source
Patch Changes
4643676Thanks @bcakmakoglu! - Correct calculation of nodes inside selection rectv1.38.0Compare Source
Minor Changes
#1492
f85ea42Thanks @bcakmakoglu! - Allow passing event target touseKeyPress#1492
f85ea42Thanks @bcakmakoglu! - Use pointer events to capture interactions onPanecmp and prevent selections from being cancelled when moving outside of thePanewhile holding selection key#1508
005b25bThanks @bcakmakoglu! - Use correct end handle position in connection line component and store handle positions during connections.#1502
30c81dcThanks @bcakmakoglu! - Allow passing a Record<string, any> as class to node/edge objects#1502
30c81dcThanks @bcakmakoglu! - Allow passing an array of strings as class to node/edge objects#1492
2dff0ddThanks @bcakmakoglu! - MakeuseKeyPresspublic and export itPatch Changes
#1506
45e9d03Thanks @bcakmakoglu! - Removev-memofrom EdgeRenderer so that edges get their correct z-index applied#1494
09c32c5Thanks @bcakmakoglu! - Calculate correct handle position in handle lookupv1.37.1Compare Source
Patch Changes
6d4d2beThanks @bcakmakoglu! - Correct access of options id inuseVueFlowv1.37.0Compare Source
Minor Changes
#1481
192b154Thanks @bcakmakoglu! - Add overloads touseVueFlow. Allows callinguseVueFlowwith anidstring only while emitting a deprecation warning for using the options obj.#1476
1b38c3fThanks @bcakmakoglu! - Use empty array when determing whether to update all node internals#1479
659ca6aThanks @bcakmakoglu! - AddEdgePathParamstype and export itv1.36.0Compare Source
Minor Changes
#1401
ebf387eThanks @bcakmakoglu! - Removeinitializedproperty fromGraphNodetype#1401
c94e175Thanks @bcakmakoglu! - Remove node intersections from drag event args#1401
231673eThanks @bcakmakoglu! - AddupdateEdgeDataaction#1401
bb6abedThanks @bcakmakoglu! - Reduce nodegetBoundingClientRectcalls by passing node-bounds directly togetHandleBounds#1401
30e999aThanks @bcakmakoglu! - RemoveconnectedEdgesas arg from NodeMouseEvents#1401
ba6e250Thanks @bcakmakoglu! - AdduseEdgesDatacomposablePatch Changes
408dfeaThanks @bcakmakoglu! - Hide viewport until initial fit view is finishedv1.35.0Compare Source
Minor Changes
#1447
acd6069Thanks @bcakmakoglu! - Return non-nullable edge fromuseEdge#1447
acd6069Thanks @bcakmakoglu! - Use node/edge id as the only dependency to render nodes/edges.#1446
d8bdac1Thanks @bcakmakoglu! - Remove visibility (hidden) check fromgetNodes&getEdges#1440
a02b9a4Thanks @bcakmakoglu! - Remove auto-generated hanle-ids and usenullas the default handle id.If you were relying on handle-ids in your code but weren't assigning them explicitly, you'll might need to update your code to handle this change.
By default, if you don't provide a handle-id, it will be
nulland the first handle of the corresponding type will be used.#1446
d8bdac1Thanks @bcakmakoglu! - Rendernullif edge is hidden#1433
7547adeThanks @bcakmakoglu! - AddedgeIdto handle connection objects returned byuseHandleConnections#1450
d64efc6Thanks @bcakmakoglu! - Replace internally nodeIds/edgeIds array with nodeLookup/edgeLookup map#1445
64a5162Thanks @bcakmakoglu! - Rendernullif node is hidden but render whole list of nodes regardless of visibilityPatch Changes
#1449
27ec132Thanks @bcakmakoglu! - Disable pinch zoom on mobile ifzoomToPinchisfalse#1448
fe58110Thanks @bcakmakoglu! - Disable dragging when using multi-touchv1.34.1Compare Source
Patch Changes
#1426
c997a80Thanks @bcakmakoglu! - Replace array fns with for-loops#1425
220c290Thanks @bcakmakoglu! - Use separate prevConnections map inuseHandleConnectionscomposable to ensure comparison check is correct and callbacks are executed.v1.34.0Compare Source
Minor Changes
#1415
bcb6c38Thanks @bcakmakoglu! - Add warning when style imports are missing.#1421
69631f0Thanks @bcakmakoglu! - ExportPanelPositionTypev1.33.8Compare Source
Patch Changes
b636853Thanks @bcakmakoglu! - Prevent auto-pan on connect when it's set to false.v1.33.7Compare Source
Patch Changes
58d1a36Thanks @bcakmakoglu! - Allow wheel events to bubble up to the user if the event is not caught and used by the viewportv1.33.6Compare Source
Patch Changes
#1375
0754e79Thanks @bcakmakoglu! - Pass pathOptions to edges#1389
f62f2caThanks @bcakmakoglu! - Prevent delete key action inside input field even if modifier is pressed.#1373
a88cd9eThanks @bcakmakoglu! - Set ltr on vue flow wrapper#1374
2821c32Thanks @bcakmakoglu! - Allow pinch-zoom if preventScrolling is disabledv1.33.5Compare Source
Patch Changes
b5beac2Thanks @bcakmakoglu! - Store current Storage instance on vue app to avoid hydration errors.v1.33.4Compare Source
Patch Changes
376d0acThanks @bcakmakoglu! - Revert extending FlowEmits from separate interfaces for nodes and edges as it breaks event definitions for the actual component, causing warnings that the event was emitted by isn't defined.v1.33.3Compare Source
Patch Changes
89b76a1Thanks @bcakmakoglu! - Use separate interfaces for Edge- and NodeEvents and extend FlowEmit interface from them. Fixes edge events overwriting node event definitions when types are created.v1.33.2Compare Source
Patch Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.