Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@vue-flow/core (source) 1.10.21.48.2 age confidence

Release Notes

bcakmakoglu/vue-flow (@​vue-flow/core)

v1.48.2

Compare Source

Patch Changes

v1.48.1

Compare Source

Patch Changes
  • #​1996 1c9732a Thanks @​bcakmakoglu! - Use the connecting handle result when updating a connection, so we get an accurate connection position for toPosition.

  • #​2001 08d57fa Thanks @​bcakmakoglu! - Block pane ctx-menu from triggering if panOnDrag includes btn 2 (right-click) and let viewport emit pane ctx menu.

v1.48.0

Compare Source

Minor Changes
  • #​1978 7acd6d7 Thanks @​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

v1.47.0

Compare Source

Minor Changes
  • #​1967 7828f4a Thanks @​bcakmakoglu! - Replace the existing offset option for fitView with a more expressive padding option allowing users to define padding per sides.

v1.46.5

Compare Source

Patch Changes

v1.46.4

Compare Source

Patch Changes

v1.46.3

Compare Source

Patch Changes

v1.46.2

Compare Source

Patch Changes

v1.46.1

Compare Source

Patch Changes

v1.46.0

Compare Source

Minor Changes
Patch Changes

v1.45.1

Compare Source

Patch Changes

v1.45.0

Compare Source

Minor Changes
  • #​1869 4a2427d Thanks @​bcakmakoglu! - Add domAttributes prop to nodes / edges that allows passing any sort of dom attributes to the node/edge wrappers (like aria attributes etc.).

v1.44.0

Compare Source

Minor Changes

v1.43.2

Compare Source

Patch Changes

v1.43.1

Compare Source

Patch Changes

v1.43.0

Compare Source

Minor Changes
Patch Changes

v1.42.5

Compare Source

Patch Changes

v1.42.4

Compare Source

Patch Changes

v1.42.3

Compare Source

Patch Changes

v1.42.2

Compare Source

Patch Changes

v1.42.1

Compare Source

Patch Changes

v1.42.0

Compare Source

Minor Changes

v1.41.7

Compare Source

Patch Changes

v1.41.6

Compare Source

Patch Changes

v1.41.5

Compare Source

Patch Changes

v1.41.4

Compare Source

Patch Changes

v1.41.3

Compare Source

Patch Changes

v1.41.2

Compare Source

Patch Changes

v1.41.1

Compare Source

Patch Changes
  • #​1608 0581cd8 Thanks @​bcakmakoglu! - Prevent overwriting width/height in node styles object with node.width/node.height if width/height already exist in the styles object.
    Fixes NodeResizer not working when initial size was passed to a node through node.width/node.height.

  • #​1609 81a81fa Thanks @​bcakmakoglu! - Prevent drag-click handler when multi selection is active.

v1.41.0

Compare Source

Minor Changes
Patch Changes
  • #​1600 a3c72fe Thanks @​bcakmakoglu! - Don't set user selection flags on pointer down, only setting them when pointer is moved to allow pane click events to occur when selectionKeyCode is true (i.e. selection on drag).

v1.40.1

Compare Source

Patch Changes

v1.40.0

Compare Source

Minor Changes
Patch Changes

v1.39.3

Compare Source

Patch Changes

v1.39.2

Compare Source

Patch Changes

v1.39.1

Compare Source

Patch Changes

v1.39.0

Compare Source

Minor Changes
  • #​1542 de75620 Thanks @​bcakmakoglu! - Add paneClickDistance option. Allows specifying the distance between mousedown and mouseup in which a click would still be registered (by default 0)

  • #​1535 1a812f3 Thanks @​bcakmakoglu! - Add autoPanSpeed prop. Allows specifying at what speed the pane moves when auto-panning via node-drag, selection-drag or connection-drag

Patch Changes

v1.38.5

Compare Source

Patch Changes

v1.38.4

Compare Source

Patch Changes

v1.38.3

Compare Source

Patch Changes
  • #​1522 ccca803 Thanks @​bcakmakoglu! - Emit nodeClick event when a node is dragged without exceeding the node drag threshold (i.e. no visible movement has happened)

v1.38.2

Compare Source

Patch Changes

v1.38.1

Compare Source

Patch Changes

v1.38.0

Compare Source

Minor Changes
Patch Changes

v1.37.1

Compare Source

Patch Changes

v1.37.0

Compare Source

Minor Changes

v1.36.0

Compare Source

Minor Changes
Patch Changes

v1.35.0

Compare Source

Minor Changes
Patch Changes

v1.34.1

Compare Source

Patch Changes

v1.34.0

Compare Source

Minor Changes

v1.33.8

Compare Source

Patch Changes

v1.33.7

Compare Source

Patch Changes

v1.33.6

Compare Source

Patch Changes

v1.33.5

Compare Source

Patch Changes

v1.33.4

Compare Source

Patch Changes
  • #​1346 376d0ac Thanks @​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.3

Compare Source

Patch Changes
  • #​1343 89b76a1 Thanks @​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.2

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from 61d4a85 to a294c20 Compare April 7, 2023 18:04
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.18.1 Update dependency @vue-flow/core to v1.18.2 Apr 7, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from a294c20 to f7907a0 Compare April 11, 2023 21:51
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.18.2 Update dependency @vue-flow/core to v1.19.0 Apr 11, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from f7907a0 to 2602568 Compare April 23, 2023 23:09
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.19.0 Update dependency @vue-flow/core to v1.19.1 Apr 23, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from 2602568 to 83e42f3 Compare April 26, 2023 10:13
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.19.1 Update dependency @vue-flow/core to v1.19.2 Apr 26, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from 83e42f3 to c4f51d9 Compare May 5, 2023 11:15
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.19.2 Update dependency @vue-flow/core to v1.19.3 May 5, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from c4f51d9 to b729b1d Compare May 10, 2023 19:43
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.19.3 Update dependency @vue-flow/core to v1.19.4 May 10, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from b729b1d to cc268b0 Compare May 11, 2023 15:53
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.19.4 Update dependency @vue-flow/core to v1.20.0 May 11, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from cc268b0 to b01ba42 Compare May 25, 2023 19:25
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.20.0 Update dependency @vue-flow/core to v1.20.1 May 25, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from b01ba42 to 88ce4fb Compare June 15, 2023 21:07
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.20.1 Update dependency @vue-flow/core to v1.20.2 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from 88ce4fb to bc33f8c Compare July 10, 2023 20:21
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.20.2 Update dependency @vue-flow/core to v1.21.0 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from bc33f8c to 6c3ab54 Compare July 10, 2023 23:00
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.21.0 Update dependency @vue-flow/core to v1.21.1 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from 6c3ab54 to cdf5fb1 Compare July 19, 2023 18:39
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.21.1 Update dependency @vue-flow/core to v1.21.2 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from cdf5fb1 to e06f4b1 Compare July 24, 2023 11:12
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.21.2 Update dependency @vue-flow/core to v1.21.3 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from e06f4b1 to 1a64fb9 Compare July 24, 2023 22:10
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.21.3 Update dependency @vue-flow/core to v1.22.0 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/vue-flow-core-1.x-lockfile branch from 1a64fb9 to b5dba0a Compare July 25, 2023 08:21
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.22.0 Update dependency @vue-flow/core to v1.22.1 Jul 25, 2023
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.40.0 Update dependency @vue-flow/core to v1.40.1 Aug 20, 2024
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.40.1 Update dependency @vue-flow/core to v1.41.0 Aug 30, 2024
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.41.0 Update dependency @vue-flow/core to v1.41.1 Sep 6, 2024
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.41.1 Update dependency @vue-flow/core to v1.41.2 Sep 16, 2024
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.41.2 Update dependency @vue-flow/core to v1.41.3 Nov 1, 2024
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.41.3 Update dependency @vue-flow/core to v1.41.4 Nov 1, 2024
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.41.4 Update dependency @vue-flow/core to v1.41.5 Nov 13, 2024
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.41.5 Update dependency @vue-flow/core to v1.41.6 Dec 7, 2024
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.41.6 Update dependency @vue-flow/core to v1.41.7 Jan 5, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.41.7 Update dependency @vue-flow/core to v1.42.0 Jan 12, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.42.0 Update dependency @vue-flow/core to v1.42.1 Jan 16, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.42.1 Update dependency @vue-flow/core to v1.42.2 Mar 9, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.42.2 Update dependency @vue-flow/core to v1.42.3 Mar 13, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.42.3 Update dependency @vue-flow/core to v1.42.4 Mar 17, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.42.4 Update dependency @vue-flow/core to v1.42.5 Mar 29, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.42.5 Update dependency @vue-flow/core to v1.43.0 Apr 23, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.43.0 Update dependency @vue-flow/core to v1.43.1 Apr 24, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.43.1 Update dependency @vue-flow/core to v1.43.2 May 15, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.43.2 Update dependency @vue-flow/core to v1.44.0 May 19, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.44.0 Update dependency @vue-flow/core to v1.45.0 Jun 10, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.45.0 Update dependency @vue-flow/core to v1.45.1 Aug 7, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.45.1 Update dependency @vue-flow/core to v1.46.0 Aug 15, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.46.0 Update dependency @vue-flow/core to v1.46.2 Aug 31, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.46.2 Update dependency @vue-flow/core to v1.46.3 Sep 6, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.46.3 Update dependency @vue-flow/core to v1.46.4 Sep 11, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.46.4 Update dependency @vue-flow/core to v1.46.5 Sep 22, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.46.5 Update dependency @vue-flow/core to v1.47.0 Oct 2, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.47.0 Update dependency @vue-flow/core to v1.48.0 Nov 21, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.48.0 Update dependency @vue-flow/core to v1.48.1 Dec 17, 2025
@renovate renovate bot changed the title Update dependency @vue-flow/core to v1.48.1 Update dependency @vue-flow/core to v1.48.2 Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants