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

1
1112

0.0.10

Diff

Changelog

Source

[0.0.10] - 2021-11-16

525a188...fc19dde

Update

  • Merge EdgeProps into Edge type (413c7ac)
braks
published 0.0.9 •

Changelog

Source

[0.0.9] - 2021-11-16

a092185...525a188

Bug Fixes

  • Disable inherting attrs on nodes/edges to avoid warnings (a58d952)

Update

braks
published 0.0.8 •

Changelog

Source

[0.0.8] - 2021-11-16

e560cdd...a092185

Bug Fixes

  • Missing script lang in README.md (b077241)
  • Cancel keypress for input dom nodes (4fb55ab)
braks
published 0.0.7 •

Changelog

Source

[0.0.7] - 2021-11-16

b8c8142...e560cdd

Bug Fixes

Update

  • Remove update node internals composable (7c66cf5)
  • Remove js files after declaration generation (8414ee1)
braks
published 0.0.6 •

Changelog

Source

[0.0.6] - 2021-11-16

d9e3104...b8c8142

Features

  • Extend options to pass custom nodes / edges (d1dab4c)
braks
published 0.0.5 •

Changelog

Source

[0.0.5] - 2021-11-16

814212e...d9e3104

Update

  • README.md (7c72507)
  • Transform d.ts file paths to resolve correctly (65b73d3)
braks
published 0.0.4 •

Changelog

Source

[0.0.4] - 2021-11-15

eeb6047...814212e

Update

braks
published 0.0.3 •

Changelog

Source

[0.0.3] - 2021-11-15

9dc8c09...eeb6047

Update

braks
published 0.0.2 •

Changelog

Source

[0.0.2] - 2021-11-15

4d7712f...9dc8c09

Bug Fixes

  • Proper events for listeners (482a1aa)
  • Warnings when NaN values are passed to svg transformations (9c3eeef)
  • Wrong watch source in nodes (d6ee5f8)

Refactor

  • Perfomance optimisations through less dependency tracking (3705a39)

Update

braks
published 0.0.1 •

Changelog

Source

[0.0.1] - 2021-11-06

087eb52...4d7712f

Bug Fixes

  • Typos in README.md (51b120b)
  • Remove DraggableEvent type from utils file (doesn't exist anymore) (e77797a)
  • Types (1a7f3da)
  • Copy preloadedstate object for pinia to avoid using an existing state when re-creating store (6347cf9)
  • Return render function (e2162c9)
  • Edges not updating text (16e93af)
  • Default position for handle on output node (05c111e)
  • Custom node positions (e7513b8)
  • Custom edges not displayed correctly (9e397e6)
  • Marker arrowheads not displayed (adb5ec5)
  • Rollup bundling css in d.ts file (9e76d07)
  • Version (af87f08)
  • Shims-tsx.d.ts having duplicate string identifier? whatever that error meant... (3cd0693)
  • Header showing an empty option (15f968c)
  • Connection line not working properly (regression) (9d8b49e)
  • Add measurment (px) to EdgeText width and height (3f6d499)
  • Edge updating too much (ece1fec)
  • Return transform from useZoom (9b2f4b7)
  • Minimap (6b4e7ab)
  • Zoom pan helper (c3fb3cd)
  • Correct event listeners in examples (fede792)
  • Too many re-render on edges and nodes (17f2517)
  • Clamp transform values (b3d276b)
  • Edge anchor (7ecbcba)
  • Edges and edge anchors not re-calculating correctly (61dc9de)
  • Label type in edges (ff7ee5c)
  • Store actions blocking main thread (5f500bc)
  • Nodeposdiff not updating correctly on node selection (c062601)
  • Zoom pan helper not being initialized timely (ca2901b)
  • Valid connection func in handle (e11fddf)
  • Node type change not triggering recalculation of node dimensions (cd02dd0)
  • Node not updating handlebounds when handle pos changes (26b3901)
  • Missing bgcolor in background (ee07aff)
  • Missing node id in node components/slots (cb96b1a)
  • Typings (6ec8258)
  • Dedupe and add alias for vue (3931a59)
  • Zoom pane not scaling (a8f7cc2)
  • Custom node example not fitting view (5437d48)
  • Draggable not updating on nodes (ea7db92)

Features

  • Add edge with button example (74a2a3d)
  • Add edge types example (stress tests) (384c052)
  • Add empty canvas example (489e12a)
  • Add hidden example (e4a0940)
  • Add interaction demo (23c5d24)
  • Add cb to useKeyPress (5ed1094)
  • Script setup style (9307c90)
  • Script setup style (f8728f0)
  • Scope edge and node slots by name (8c54dae)
  • Add useStore and useHooks composables that provide default store/hooks (b2b1fe8)
  • Use v-html for node labels (636eeff)
  • Add node/edge types id (0a45e09)
  • Initial commit for docs in nuxt 3 (64df75d)
  • Add path alias for src (aaf5f60)
  • Copy default theme css file separately to dist (066155b)
  • Add docs index page (9f329c8)

Miscellaneous Tasks

  • Remove rollup-plugin-vue (e5d8338)
  • Update vueuse to 6.0.0 (908e741)
  • Update eslint rules (77eac0c)
  • Use pnpm instead of yarn (769378a)
  • Remove unused deps (6cfe5f6)
  • Update draggable (e9392b1)
  • Downgrade draggale to 0.2.5 due to transformation issue with current version (9532615)

Refactor

  • Resize handler and zoom pan helper to watch until refs are resolved (a6f7678)
  • Back to jsx 🥇 (1d542ab)
  • Split types into separate files (3557284)
  • Update usekeypress functions (fec2ef4)

Update

  • Edge label bg true by default (6b9c608)
  • Redirect to basic example as default (6912993)
  • Button edge example to remove edge on click (156b312)
  • Remove effect watcher from zoom pane (8d8a4a3)
  • Add effect scope to useZoomPanHelper.ts (b8ce50a)
  • Add key to node (22a1dc6)
  • Add measurment (px) to nodes width and font size (e0bc7e2)
  • Color prop optional in MarkerDefinitions (d6a8ed6)
  • Pass selection key code to zoom pane (347f1ed)
  • Fix node perfomance (f6f7564)
  • Refactor remaining files to script setup style (560bdc2)
  • Refactor additional-components (1ff3a8d)
  • Fix examples (29c6df1)
  • Add slots to Background.vue, Controls.vue and MiniMap.vue (1853c21)
  • Add injection keys (a895853)
  • Disable vue-tsc for now (9373533)
  • Remove render tracking hooks (cfc8f77)
  • Add slots to CustomConnectionLine.vue, Edge.vue, Node.vue (9d9a90e)
  • Change name to vue flow (2bfecf7)
  • Replace vue version when rolling bundle (31c896e)
  • Types (77d2e01)
  • Remove babel (no jsx used anymore) (5d3845b)
  • Background properties (24316e1)
  • Add validConnectFunc as prop to handle (0e79718)
  • Remove nodes selection props (6d197d7)
  • Add layouting example (712cf3e)
  • Add multi flows example (0a9c1b0)
  • Remove "hack" from layouting example (a9f1876)
  • Fix names (20e9d1d)
  • Add Provider example (eb9714b)
  • Add Save & Restore example (3f863ef)
  • Disable no-console rule (89efc0b)
  • Add stress example (5611f79)
  • Add switch example (c23bbfa)
  • Add Unidirectional and updatable edge example (0cc7ef4)
  • Add update node example (cd32f14)
  • Flow instance provides update node internals func (babcbd0)
  • Add validation and zoom pan helper example (8779a58)
  • Remove rollup and use vite to build lib (6177963)
  • Add all examples (e99dfc3)
  • Use yarn instead of pnpm (c21ad94)
  • Disable ssr (67876cd)
  • Fix view height (ae0772b)
  • Remove examples-app dir (27c72e0)
  • Styling of sidebar and header (412a84a)
  • README.md (1b0602d)
1
1112
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