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

Diff

Changelog

Source

[1.33.3] - 2024-03-06

8a99069...e2bae63

Bug Fixes

  • Use separate interfaces for node/edge events (4e50efe)

Miscellaneous Tasks

braks
published 1.33.2 •

Changelog

Source

[1.33.2] - 2024-02-28

41e0c0b...8a99069

Bug Fixes

  • Remove ref prop from BaseEdge (ba90a48)
  • Use nullish check to fallback to default center (a8c09a9)
  • Check if dimensions exist in useNodesInitialized (3ed91a0)

Miscellaneous Tasks

braks
published 1.33.1 •

Changelog

Source

[1.33.1] - 2024-02-23

8e69e1d...41e0c0b

Bug Fixes

  • Correct typing of useNodesData return (1184941)

Miscellaneous Tasks

braks
published 1.33.0 •

Changelog

Source

[1.33.0] - 2024-02-21

8fb6aba...8e69e1d

Bug Fixes

  • Correct prop names for node guide (#1321) (e64ab35)
  • Prevent esc keypress when a11y is disabled (f815ef6)
  • Use default cursor and apply drag cursor if node is draggable (c48d3c9)

Features

  • Add type and id to useNodesData (68ba907)

Miscellaneous Tasks

Refactor

  • Replace vueuse imports with vue (e5a8465)

Testing

  • Update useNodesData tests (4666fec)
braks
published 1.32.1 •

Changelog

Source

[1.32.1] - 2024-02-15

303419d...8fb6aba

Bug Fixes

  • Correct smoothstep edge pathing (e5aaaa6)

Miscellaneous Tasks

braks
published 1.32.0 •

Changelog

Source

[1.32.0] - 2024-02-15

fd4f0c8...303419d

Bug Fixes

  • Move node from edges array (6dd9514)
  • Wrap marker urls with quotes (5094e33)

Documentation

  • Add run process to layouting example (7bd2996)
  • Update class names in theming guide (d120aa8)

Examples

  • Add example for running a process tree (0ae7502)
  • Animation edge (43a1c9d)

Features

  • Add animation edge to layouting example (75355b0)
  • Wait for edge animation to finish to load node (fafad1e)
  • Add shuffle to layout example (a0abe3a)
  • Add useLayout composable (ce7333f)
  • Add useNodesInitialized composable (f2165af)
  • Add edgeId to useHandleConnections return (3a0dc0f)

Miscellaneous Tasks

Refactor

  • Use composable tester cmp (9837e0d)
  • Use connection line tester cmp (96b93e3)
  • Use data obj for labels in default nodes (6c638b8)
  • Deprecate bgcolor prop (d288a9b)
  • Deprecate getters (c8c77a2)
  • Use useNodesInitialized to emit nodesInitialized (ffdea45)
  • Rename useViewport to useViewportHelper (300c742)
  • Use all nodes for handle lookup (dda5b58)

Testing

  • Add useNodesInitialized test (3fa7fde)
braks
published 1.31.0 •

Changelog

Source

[1.31.0] - 2024-02-05

b13d53d...fd4f0c8

Bug Fixes

  • Import pinia example (1c54e39)
  • Set opacity on intro until el are set (da8f82a)
  • Update node dimensions on next tick (4bbc14b)
  • Use existing node/edge obj for assignment (983971f)
  • Avoid options passed to useVueFlow overwriting default state (04658b2)
  • Avoid adding invalid edges (like null or undefined) (aaf1069)

Documentation

Features

  • Add useNodeId composable (00a1f9d)
  • Add useHandleConnections composable (064cfd8)
  • Add init hook (fd84025)
  • Add viewport helper to state (c855dfe)
  • Add updateNode & updateNodeData actions to store (fe1d801)
  • Add useNodesData composable (cecf9d4)
  • Add error args to err (f36fa77)

Miscellaneous Tasks

Performance

  • Replace Array.forEach loops (c4b4a04)

Refactor

  • Replace watchEffect with onMounted/onBeforeUnmount (d001d80)
  • Remove error from useNodeId (aab31f8)
  • Find handle by id regardless of num of handles (84c2f6d)
  • Remove unnecessary keys (97f4a17)
  • Move fitViewOnInit to node dimensions update (f09b7d9)
  • Omit events when calling toObject (72cc175)
  • Use useOnInitHandler to emit paneReady event (5798cc5)
  • Allow passing MaybeRefOrGetter to useNodesData (f4fb4d8)
  • Allow null instead of undefined as id for useHandleConnections (7161e9e)
  • Add missing viewport helper functions to actions (417a301)
  • Call nodes initialized whenever areNodesInitialized is true (584782b)
  • Show repl import map and tsconfig opts (6f33a3b)
  • Use wider styles for example pages (32700b1)
  • Call fitViewOnInit when node dimensions are initially set (0544fbd)
  • Pass renderers to viewport cmp as slots (cc9f4fb)
  • Cast zIndex to ref (259514a)
  • Remove exports from barrel files (308338f)

Testing

  • Add tests for updateNodeData & updateNode (4d8cd3c)
  • Add tests for useNodesData (7f6ae2f)
braks
published 1.30.1 •

Changelog

Source

[1.30.1] - 2024-01-30

11a16da...b13d53d

Bug Fixes

  • Check if values are numeric in isRect (b7cc917)

Miscellaneous Tasks

braks
published 1.30.0 •

Changelog

Source

[1.30.0] - 2024-01-29

a8feaaa...11a16da

Bug Fixes

  • Set full width on control btn svgs (ccaae21)

Miscellaneous Tasks

Refactor

  • Add fitViewOnInitDone to state (308cff5)
  • Emit pane ready after timeout of 1ms (abe6006)
  • Suspens transformation pane (ce229e5)
  • Remove suspension (b65f43c)
  • Use useResizeHandler composable (a5091b9)
  • Trigger fitViewOnInit together with paneReady (3977875)
  • Remove experimental flag (2259b2a)

Testing

  • Use transform matrix to confirm node positions (8a888a9)
braks
published 1.29.2 •

Changelog

Source

[1.29.2] - 2024-01-25

35a2606...a8feaaa

Bug Fixes

  • Check if key or code exists before matching (2b82098)

Miscellaneous Tasks

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