Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue-flow/core

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-flow/core - npm Package Versions

1
16

1.21.1

Diff

Changelog

Source

[1.21.1] - 2023-07-10

f123ffb...2424cc2

Bug Fixes

  • Nested nodes extent calculation off (f52380d)

Miscellaneous Tasks

braks
published 1.21.0 •

Changelog

Source

[1.21.0] - 2023-07-10

eca9ad9...f123ffb

Bug Fixes

  • Add style to base edge props (38bb4e1)
  • Add ref to base edge props (40732f2)
  • Use correct class name and style for handle controls (#1010) (61f8a68)
  • Prioritize handle below during handle lookup (245dd82)
  • Clamp node extent by node dimensions to avoid overflow (#1014) (82e79a6)

Miscellaneous Tasks

Refactor

  • Change nodeEl and edgeEl type to allow ref(null) (435cb9b)
  • Use sfc for base edge and bind template refs (80ad6f1)
  • Use normal components for edges (7d93915)
  • Resolve slots before returning default component (#1013) (5838454)
braks
published 1.20.2 •

Changelog

Source

[1.20.2] - 2023-06-15

a16b7ca...eca9ad9

Bug Fixes

  • Set interaction edge styles so animation does not break pointer (d2c1c51)
  • Correct connection line calculation (33b6fe1)
  • Reset end handle on connection end (b017139)
  • Use validator with null handle when no closest can be found (6e2c3e5)
  • Handle pos calculation (9d3c358)
  • Trigger connect if end handle exist in state (b386c85)
  • Consider handle dimensions when checking for closest handle (f3931a2)

Miscellaneous Tasks

  • Update floating edges example (005f696)
  • Update deps (4532157)
  • Correct bgColor description and type (48ea70b)
  • Correct description of auto connect prop (12f4284)
  • Update node and edge doc page (6eb5e5a)
  • Add (c4c9283)
  • Add (a961e7b)
  • Cleanup export path (e7e4f1f)
  • Add (7cd4ed8)
  • Add (2c2fdf9)
  • Add (5f7d439)
  • Add (4f4dfc3)
  • Remove groupEdgesByZIndex util (4d68397)
  • Cleanup (82befe7)
  • Add (f604c91)
  • Cleanup (b350486)

Refactor

  • Use separate svg container for edges (8e5d748)
braks
published 1.20.1 •

Changelog

Source

[1.20.1] - 2023-05-25

0e7f3c2...a16b7ca

Bug Fixes

  • Use OR operator to determine isInteractive state (5d16068)
  • Set default viewport type as partial (1b39615)
  • Use all handles in radius and find closest valid one (1690891)
  • Filter closest handles by validity (e42897e)

Features

Miscellaneous Tasks

Refactor

  • Pass drag handle to useDrag (20a9521)
  • Remove unnecessary computed var (627cbf6)
  • Remove reactivity transform from connection line component (9b0b969)
  • Allow ref for isValidConnection in useHandle (4d505c9)
  • Disable zoom in/out btns when max/min zoom is reached (49fbdad)
  • Remove auto-imports (09a97da)
  • Remove auto-imports (9698691)
  • Remove auto-imports (bc0137b)
  • Remove auto-imports (6fd58b6)
  • Remove auto-imports (9a91278)
  • Remove auto-imports (0a11840)
  • Add explicit imports and remove auto-imports (e3e6a03)
  • Add explicit imports and remove auto-imports (ed4eaac)
  • Add explicit imports and remove auto-imports (5da86cb)
  • Allow passing null as id for find actions (4421ad0)
  • Avoid inserting invalid nodes (06ad0c0)
  • Check if element is object (4ad10c5)

Testing

braks
published 1.20.0 •

Changelog

Source

[1.20.0] - 2023-05-11

ca54537...0e7f3c2

Bug Fixes

  • Do not render edges connected to a hidden node (4bc576e)

Features

  • Add parent class name to parent nodes (26be1d2)
  • Add fromObject action to load graph (abb302c)

Miscellaneous Tasks

Refactor

  • Allow passing single element to add actions (ca9eda9)
  • Remove reactivity transform in node wrapper (a7db003)
  • Allow passing single item to remove actions (073e987)
  • Pass id to base edge (fb09d08)
  • Pick target handle if handles are on top of each other (fb1181f)
braks
published 1.19.4 •

Changelog

Source

[1.19.4] - 2023-05-10

d673020...ca54537

Bug Fixes

  • Check if transform changed before applying (0c34023)
  • Properly reset state and retain reactivity (6f3c22e)

Miscellaneous Tasks

Refactor

  • Remove reactivity transform from viewport component (e5591ee)
braks
published 1.19.3 •

Changelog

Source

[1.19.3] - 2023-05-05

f8b8f27...d673020

Bug Fixes

  • Emit pane mouse move if no active selection exists (98e6f17)
  • Pass selectionKeyCode ref to useKeyPress (85dcbf4)
  • Check if node exists during drag (bec2e74)
  • Orphaned edge warn for undeletable edges when calculating max z-index (74a51f4)

Miscellaneous Tasks

Refactor

  • Return boolean from panBy (df54220)
braks
published 1.19.2 •

Changelog

Source

[1.19.2] - 2023-04-26

c74996d...f8b8f27

Bug Fixes

  • Immediately watch route (86eb6c0)
  • Hide resizer when isVisible is false (a3f27fd)
  • Remove border, make the control look modern (ef97685)
  • Selected,focus & focus-visible styles not applying correct default colors (9bd48be)
  • Selected,focus (d6aa757)

Features

  • Add pinia example to vite-examples (18aeefb)

Miscellaneous Tasks

Refactor

  • Set vue flow version as regular string instead of ref (260a3d9)
braks
published 1.19.1 •

Changelog

Source

[1.19.1] - 2023-04-23

544fd05...c74996d

Bug Fixes

  • Correct defaultEdgeOptions type in state (8db8dc8)
  • Set default edge opts before setting elements (e41a66d)
  • Use default color as fallback for css vars (cdef517)

Miscellaneous Tasks

braks
published 1.19.0 •

Changelog

Source

[1.19.0] - 2023-04-11

fc8cd4b...544fd05

Bug Fixes

  • Allow extent when no parent exists (44049bf)
  • Prevent auto-pan from dragging into infinity (1b85842)
  • Add missing Type generic to edge types (aaeb6dc)
  • Add missing Type generic to node types (ab482bc)
  • Allow passing regular edges to getConnectedEdges (2b836dd)

Features

  • Add getConnectedNodes util (ec44dca)
  • Allow coordinate extent as range (4a24509)
  • Allow setting global node extent as range (717d8e0)
  • Allow setting padding as number (f3ee95c)
  • Allow passing node ids as string to getConnectedEdges (b3addf6)

Miscellaneous Tasks

Refactor

  • Replace computed arg with getter fn (f19e210)
  • Pass node and edge id computed to getters and actions (ebed966)
  • Search all edges for connected edges in useNode (f5c8a04)
  • Allow passing undefined as arg to findNode & findEdge (1171e01)
  • Remove unnecessary computed var (554ebeb)
  • Add onBeforeTransform arg to panBy action (bfff135)
  • Set default gap to 20 (1fd438b)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc