PackageTrack

npm

@vue-flow/background

1.3.2bcakmakoglu/vue-flow

This is a background component for Vue Flow. It can be used to create a background in your canvas.

Release timeline

11 releases since 2022
20222026

One column per quarter.

Releases

  1. 1.3.213 Nov 2024
    Release notes

    845d88d...2bfb74d

    Bug Fixes

    • Prevent edge defaults from overwriting actual edge values (5b397fa)
    • Fall back to default node or edge type (6c738bf)

    Features

    • Setup turbo cache in gh action (49c53d0)

    Miscellaneous Tasks

    • Use getter for edge/node types (3a5d06d)

    Refactor

    • Place wrapper in separate stacking ctx (9d3c3fa)

    Test

    • Add defaultEdgeOptions test (559daf0)
    • Use default element types in check (7dfc5f9)
    Open source →
  2. 1.3.11 Nov 2024
    Release notes

    98e5481...845d88d

    Miscellaneous Tasks

    Refactor

    • Use event.composedPath as event target for input dom node check (1f722f5)
    • Stop reset of user selection on mouse leave (fb8a830)
    Open source →
  3. 1.3.015 Feb 2024
    Release notes

    0dc1eb6...98e5481

    Documentation

    • Add intersection example (8e3864d)
    • Use EdgeLabelRenderer in edges example (8c0acd6)

    Examples

    • Use EdgeLabelRenderer in edges example (a26e83b)

    Features

    • Add intersection utils (4782d70)
    • Pass node intersections when dragging a single node (632fa93)
    • Add nodesInitialized event hook (fe1ba03)
    • Add zoomable and pannable to mini map (bd7fa3c)

    Miscellaneous Tasks

    • Update changeset (4c618e9)
    • Correct action name (8a51391)
    • Emit nodesInitialized after next tick (a2e260f)

    Refactor

    • Add div based edge label renderer (43ff2a4)
    • Skip d3 events with no underlying source event (2a5afe7)
    • Use regular component for mini map nodes (9b60790)

    Test

    • Correct drag test position (e9943d5)
    Open source →
  4. 1.2.011 Apr 2023
    Release notes

    578929f...0bd8049

    Bug Fixes

    • Correct filenames for output of pkgs (240074c)

    Miscellaneous Tasks

    • Add examples group to changelog and filter publish commits (f3dc89a)

    Refactor

    • Log warnings for non-prod node envs (395fcd2)

    Reverts

    • Update changelog only on tag push (a8831a4)
    Open source →
  5. 1.1.023 Mar 2023
    Release notes

    6c5523d...b7697de

    Bug Fixes

    • Edges not returned by getter on pane ready event (607c7c0)
    • Pass connectable to correct prop (bc80807)
    • Only check for matching handle id if an id exists (a7845c6)
    • connectOnClick reset before connections can be made (d420fea)

    Examples

    Features

    • Add vueflow pkg that exports all features (9c78528)
    • Allow setting connectable to single for single connection handles (624438a)
    • Add Panel component (3541b24)
    • Add position prop to MiniMap & Controls (875d954)
    • Add dragging class to pane (0044a14)

    Miscellaneous Tasks

    Refactor

    • Run turbo pipe before publish (32aa9e8)
    • Rename core pkg dir to core (082050b)
    • Set default for connectable to true (0215d49)
    • Use HandleConnectable type for nodes connectable prop (283846c)
    • Update base styles (908b327)
    • Remove docs from build process and use separate script (e9d6ec1)
    • Simplify useHandle (2684272)
    • Move edge event handlers into Wrapper component (13fed0a)
    • Trigger dragging on drag start (00a5ee0)

    Testing

    • Search edges for random data (f7dd7f1)
    • Add connectOnClick test (655a27d)
    • Add viewpane tests (0613350)
    • Add tryAssertion command to replace cy.wait (5aa94e2)
    • Properly check element transforms (e0016db)
    Open source →
  6. 1.0.524 Feb 2023

    Nothing published for this version

  7. 1.0.415 Feb 2023

    Nothing published for this version

  8. 1.0.318 Jan 2023

    Nothing published for this version

  9. 1.0.26 Jan 2023

    Nothing published for this version

  10. 1.0.129 Dec 2022

    Nothing published for this version

  11. 1.0.013 Dec 2022
    Release notes

    8fc28f9...6c5523d

    Bug Fixes

    • Remove action not properly removing elements (9168d7b)

    Documentation

    • Add transition example (447699c)
    • Dynamic transition duration (62a8750)
    • Update typedocs config to support new module structure (afb3fc7)
    • Move typedoc to root deps (6aaef27)
    • Move typedoc to docs deps (13d576d)
    • Update docs and mention removed edge center functions (42219d3)
    • Bump minimum node version to 14 (6ac3503)

    Features

    Miscellaneous Tasks

    • Add issue templates config.yml (fd07402)
    • Update bug report template & config.yml (0c018a5)
    • Update pr template (660fb36)
    • Update deps and resolve peer deps (674fe4f)
    • Update workflow file (6bfb2b8)
    • Lint (4593550)
    • Remove typedoc script from additional-components pkg (acc0526)
    • Add typedocs script to root (32c024c)
    • Remove vueuse (97d498c)
    • Add ignore list to changeset config (667078e)
    • Rename docs pkg (7d799de)
    • Add changelog-github (151eae9)
    • Remove node cache step (77953a8)
    • Update publish script (756b36b)
    • Bump version (6c5523d)

    Refactor

    • Remove useEventListener from user selection (5bc5f10)
    • Prevent crash when checking if input dom node (2a6763c)
    • Change pkg scope to vue-flow (8567e37)
    • Move additional components into separate pkg (c1bcc02)
    • Simplify edge paths and center calculations (2d76bf3)
    • Remove getEdgeCenter usage (b1e56f0)

    Testing

    • Update remove action tests (f9cd905)
    • Add default type to generated nodes (438ad57)
    • Correct selected elements calculation (1601733)
    • Check all nodes/edges for selected class (ca29a08)
    • Update drag test position (664953b)
    • Cleanup unused imports (7eb6c52)
    • Defer checking for selected elements (a6b6a83)
    • Rename flow dir to vue-flow (b547a1f)
    • Small delay when checking removed elements (fd8061d)
    • Add selection key code tests (145d934)
    • Add delete key code tests (ef11069)
    • Add additional components tests (26b2518)
    Open source →