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

@vue-flow/core

Package Overview
Dependencies
Maintainers
0
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.37.0

Diff

Changelog

Source

[1.37.0] - 2024-06-18

09a44b0...fdc656a

Documentation

  • Add handles section to guide (c30222e)
  • Update handle docs (532d522)
  • Update edge utils docs (070d78d)
  • Update prerequisites (96ec3e7)
  • Update getting-started page (1bacc92)
  • Update theming page (d51203c)
  • Update nodes / edges pages (76fe779)
  • Update controlled flow page (c7049e3)
  • Update config page (20d18ee)
  • Update state page (7f2917a)
  • Update troubleshooting page (865fe72)

Features

  • Add EdgePathParams type to edge utils (#1479) (9b4e3b2)

Miscellaneous Tasks

  • Add state injection section to useVueFlow docs (fe55415)
  • Update README (202d767)
  • Fix typo and update title (ff05551)
  • Cleanup v-model usages (889797e)
  • Update validation example (55a76cd)

Refactor

  • Use empty arr when updating all internals (#1476) (cff55c8)
  • Add overloads to useVueFlow (#1481) (4fe1a7b)
braks
published 1.36.0 •

Changelog

Source

[1.36.0] - 2024-06-12

dd6aff2...09a44b0

Bug Fixes

  • Add width/height to icons (6ee3170)
  • Hide graph until initial fitview is done (#1459) (ed2e574)
  • Event type (19df6ca)

Documentation

  • Prettify example css files (51986d7)

Examples

  • Update pinia example (#1458) (6503b3e)
  • Add screenshot example (#1456) (f74be96)
  • Add math example (#1461) (a8ba973)
  • Add confirm delete example (#1466) (257c7aa)

Features

  • Add updateEdgeData action (#1452) (49dc8ae)
  • Add useEdgesData composable (#1462) (a9ccd61)

Miscellaneous Tasks

  • Cleanup math example (67da354)
  • Correct header styles (ba43421)
  • Update repl vue version (50a3b0e)
  • Update save and restore example (5e953bd)
  • Update math examples styles (ee8d30d)
  • Update interaction example styles (01e1b32)
  • Update visibility example styles (78f2635)
  • Update vitepress to latest (#1468) (5dc8711)
  • Update example styles (#1469) (d71de0a)
  • Update deps-dev (#1473) (a647472)
  • Cleanup unused event arg (#1475) (850f54a)

Refactor

  • Reduce node bounds calculation (#1453) (cd5103e)
  • Use for loop (9a7e4ac)
  • Remove initialized from graph-nodes (#1457) (0c5dfdd)
  • Remove node intersections arg from drag events (#1460) (0825101)
  • Remove connectedEdges from node mouse events (#1464) (798faf1)
  • Deprecate useVueFlow options arg (#1465) (70b39cc)
  • Replace arr reduce methods (#1467) (d658c1d)
  • Cleanup connection line component (#1470) (d429394)
braks
published 1.35.0 •

Changelog

Source

[1.35.0] - 2024-06-06

c91b30f...dd6aff2

Bug Fixes

  • Disable zoom on mobile when zoomToPinch is false (#1449) (1b5e14a)
  • Disable drag when using multi-touch (#1448) (8bc1c99)
  • Use computed edge ref (faf67c2)

Documentation

Features

  • Add edge id to handle connections (1bb7a19)

Miscellaneous Tasks

Refactor

  • Use vue-flow__marker on marker defs el (5d3f87f)
  • Remove auto-generated handle ids (c822f9c)
  • Check if starting handle exists (660831c)
  • Use all nodes in node renderer (ea45545)
  • Render null if node is hidden (3498399)
  • Render null if edge is hidden (5e9db1c)
  • Remove hidden check from getNodes & getEdges (cc0b8b6)
  • Use node/edge id as only dependency for nodes/edges list (#1447) (876b71d)
  • Use node lookup map internally (#1450) (a592fbd)

Testing

  • Update handle ids in tests (82d9991)
braks
published 1.34.1 •

Changelog

Source

[1.34.1] - 2024-05-31

2443752...c91b30f

Bug Fixes

  • Use separate prevConnections map (cd36279)

Features

  • Add maskBorderRadius prop (bbd44bb)

Miscellaneous Tasks

Refactor

braks
published 1.34.0 •

Changelog

Source

[1.34.0] - 2024-05-28

20d2d6c...2443752

Bug Fixes

  • Allow PanelPositionType as position value (c59803e)
  • Allow PanelPositionType as position value (1c4e208)

Features

  • Add missing styles warning (8a8c8f5)
  • Export PanelPositionType (6bf4107)

Miscellaneous Tasks

braks
published 1.33.8 •

Changelog

Source

[1.33.8] - 2024-05-15

e857398...20d2d6c

Bug Fixes

  • Set specific pnpm version (7267baa)
  • Prevent auto pan if set to false (96b78ce)

Miscellaneous Tasks

braks
published 1.33.7 •

Changelog

Source

[1.33.7] - 2024-05-12

4cdf5f2...e857398

Bug Fixes

  • Allow wheel to bubble if not used by vf (7f51fae)

Miscellaneous Tasks

braks
published 1.33.6 •

Changelog

Source

[1.33.6] - 2024-04-29

09009ce...4cdf5f2

Bug Fixes

  • Set ltr for vue flow wrapper (590afc8)
  • Allow pinch-zoom if preventScrolling is disabled (ffb649e)
  • Pass path options to edges (464dc58)
  • Add options to useKeyPress (b0f1bf0)
  • Prevent delete action if inside input field (84969ab)

Documentation

  • Replace source.id with source (#1369) (11229e4)

Miscellaneous Tasks

braks
published 1.33.5 •

Changelog

Source

[1.33.5] - 2024-03-24

e776844...09009ce

Bug Fixes

  • Store vf instance on vue app for ssr (3170022)

Documentation

  • Fix custom-node example for safari (b2d37e5)

Miscellaneous Tasks

Refactor

  • Remove reactivity transform (f858d13)
  • Move storage to separate file (0a9e950)
braks
published 1.33.4 •

Changelog

Source

[1.33.4] - 2024-03-06

e2bae63...e776844

Miscellaneous Tasks

Reverts

  • Revert extending events from separate interfaces (e06d2e6)
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