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

@braks/vue-flow

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@braks/vue-flow - npm Package Versions

13
13

0.4.31

Diff

Changelog

Source

[0.4.31] - 2022-07-27

600922a...4766510

Bug Fixes

  • Prevent falsy values from stopping prop watcher (93a9a99)
  • Remove generic from node getter (b0fc5ad)
  • Only run scope dispose on parent caller (d62c330)
  • Create new effect scope when pane ready is called (54eef97)

Features

  • Expose flow store and element ref (97d89bf)
  • Set vueflow & viewport elements in store (376f91e)
  • Add findNode & findEdge actions (f2321f2)
  • Add viewpane mouseevents (8ea2130)
  • Bind pane mouse events (953155d)
  • Add $destroy action (73bf4db)

Miscellaneous Tasks

Refactor

Reverts

  • Explicitly bind emits (31f0dba)
  • Use state viewport zoom to calculate handlebounds (98ff311)
braks
published 0.4.30 •

Changelog

Source

[0.4.30] - 2022-07-22

7596c4d...600922a

Bug Fixes

  • Use correct edge event types (d96e944)

Miscellaneous Tasks

braks
published 0.4.29 •

Changelog

Source

[0.4.29] - 2022-07-18

b696eb0...7596c4d

Bug Fixes

  • Check parent dimensions before extending (7d66094)
  • Remove child nodes when parent gets removed (9bca73d)

Miscellaneous Tasks

braks
published 0.4.28 •

Changelog

Source

[0.4.28] - 2022-07-16

32e7ee9...b696eb0

Bug Fixes

  • getIncomers always returning itself (1abd18d)
  • Auto-connector always triggered even when not set (95afba3)
  • Correctly calculate handle pos by using viewport zoom (b7428e9)
  • Pass auto-connector result as new edge params (4b83ae0)

Documentation

  • Add seo plugins (b11feaf)
  • Update pinia example to use latest version of vue flow (1f035fb)

Miscellaneous Tasks

Refactor

  • Don't interrupt while zoom/pan is active (45163f3)
braks
published 0.4.27 •

Changelog

Source

[0.4.27] - 2022-06-26

9fdac11...32e7ee9

Documentation

  • Documentation for updateNodeInternals event listener (f8be3cb)
  • Documentation for new connectionLineOptions prop (b2834b9)

Features

  • Allow node internals to be updated by event (2a8f4a1)
  • Add connectionLineOptions prop (1578d40)

Miscellaneous Tasks

braks
published 0.4.26 •

Changelog

Source

[0.4.26] - 2022-06-24

16ec3cc...9fdac11

Documentation

  • Move examples into nodes and edges dir (7534ad9)
  • Add animated background to intro (f1a0568)

Features

  • Add pattern-container slot to Background (89daa82)

Miscellaneous Tasks

  • Color github logo white (8d975c6)
  • Randomize animation durations (2932a8c)
  • Have animations be at least 5 seconds long (74f367c)
  • Color github logo black when light mode (6e2ae48)
  • Enable animated background on intro node click (07e7484)
  • Allow intro nodes to be dragged and use bezier edges (d265a62)
  • Change blobity mode (491f2dc)
  • Elevate edges on select in intro (fd1cc00)
  • Bump version (9fdac11)

Refactor

  • Trigger viewport size update on window resize (3cb3ada)
braks
published 0.4.25 •

Changelog

Source

[0.4.25] - 2022-06-24

f4201fd...16ec3cc

Bug Fixes

  • Use v-if on slots instead of lock icons (a183c7d)

Documentation

  • Add github, discord and react flow icons to header (097b859)
  • Use edge style function to style edges on node select (c27c895)

Miscellaneous Tasks

  • Push from changelog workflow to master branch (7d9a7b6)
  • Let windicss scan theme dir (a0541cb)
  • Update auto-imports.d.ts (d37b67c)
  • Remove d3 and move types/d3 to deps-dev (eeed10c)
  • Bump version (16ec3cc)
braks
published 0.4.24 •

Changelog

Source

[0.4.24] - 2022-06-23

c866df6...f4201fd

Bug Fixes

  • Apply node extent (77c43aa)
  • Use correct zindex on selection (4e431a1)
  • Remove sourcePosition & targetPosition from initial edge options (acc27a7)

Documentation

  • Move button style to index.css (119bcab)
  • Rename button class to docs-button (04907fc)
  • Add minimap node docs to sidebar (597cfad)
  • Update minimap-node.md (1dcfb2d)
  • Add typedoc links and fix edge docs (9a72a5a)
  • Add sidebar links for actions, getters and events (d0d9a34)
  • Add deprecation notice for useZoomPanHelper (17d3f8d)
  • Add notice about FlowInstance removal (92fc866)
  • Add docs for new connection line class (5a031e3)
  • Update documentation on custom node props (439aa49)
  • Documentation for new node events property (7d47904)
  • Fix links for docsearch (345cf9b)
  • Update nested example (6c06eee)
  • Documentation for new elevateEdgesOnSelect option (6dfeebf)
  • Documentation for new edge events property (905a6fb)

Features

  • Move connection lines to separate container (2a9cdd6)
  • Add contextual node events (b363e94)
  • Add useNodeHooks composable (394f9a0)
  • Update node event types (b5998ee)
  • Add contextual edge events (730f49e)

Miscellaneous Tasks

  • Remove repository ref from changelog workflow (b4d123c)
  • Allow manual workflow dispatch (2e1150c)
  • Add name to changelog workflow (e154b60)
  • Use fetch-depth 0 (14a1843)
  • Update vite-config.ts (d75feb6)
  • Deprecate useZoomPanHelper (f5b02c3)
  • Add generic for custom events on node associated types (38d8565)
  • Remove computedPosition from NodeProps (a84dc91)
  • Remove nodeElement from NodeProps type (e395cc7)
  • Use scope for node watchers (eb28934)
  • Simplify elevateEdgesOnSelect logic (d036769)
  • Correct name of useNodeHooks (fb51f8d)
  • Update package deps (580de08)
  • Bump version (f4201fd)

Performance

  • Too many loops in grouping watcher (f25f6bf)

Refactor

  • Apply node specific snapGrid on drag (c5e4264)
  • Use content-box for resize observer (78e15b2)
  • Edges z-index 0 by default (c0920bf)
  • Remove unnecessary generics (be68a27)
braks
published 0.4.23 •

Changelog

Source

[0.4.23] - 2022-06-16

893b35b...c866df6

Documentation

  • Improve teleport example with transitions (2de1215)
  • Add multiple transition animations to teleport example (597f799)
  • Set inheritAttrs to false on teleportable nodes (77e481b)
  • Use updateNodeInternals in teleport example (47bc652)
  • Fix docs links (2526d76)
  • Add documentation on autoConnect option (5a563e4)

Examples

Features

Miscellaneous Tasks

  • Update CHANGELOG.md (e55a3fb)
  • Add workflow to generate changelog on v*-tags push (87ad709)
  • Move update position into own function (c2303f4)
  • Rename postrelease script to changelog (4a2345b)
  • Bump version (c866df6)

Refactor

  • Move position: absolute to required handle styles (8e911de)
  • Remove ctrl key from drag filter condition (1aa9230)
  • Add updateNodeInternals action (648350c)
  • Remove computed position as prop from custom nodes (4b824b5)
braks
published 0.4.22 •

Changelog

Source

[0.4.22] - 2022-06-15

59b6424...893b35b

Documentation

  • Use mutation observer to check dark mode class (669f9a0)
  • Integrate TypeDocs into vuepress output (be5df65)
  • Skip readme when generating typedocs (fc98108)
  • Generate own document for all reflections (12c27e9)
  • Generate typedocs sidebar dynamically from subdirectories (d3e6f63)
  • Disable sources (281b0fc)
  • Set repl store on mounted (2bd81fe)
  • Fit view on features flows on wrapper resize (1400011)
  • Add slot documentation for Controls (3162b79)
  • Add documentation for ControlButton (33cd638)
  • Replace old typedoc links (e469708)
  • Add documentation for MiniMapNode (3587478)
  • Replace old typedoc links (53a85bf)
  • Add documentation for Vue Flow slots (0726a98)

Features

  • Export MiniMapNode component (06420ac)

Miscellaneous Tasks

Refactor

  • Hide/show slots in Controls.vue (32086e0)
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