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
13

0.4.21

Diff

Changelog

Source

[0.4.21] - 2022-06-10

fd6c34c...59b6424

Miscellaneous Tasks

  • Bump version (7fe511f)
  • Update CHANGELOG.md (fbcd00b)
  • Bump version (59b6424)
braks
published 0.4.20 •

Changelog

Source

[0.4.20] - 2022-06-10

7597c0c...fd6c34c

Documentation

  • Update Basic.vue class and style functions (2e1b2db)
  • Remove unnecessary div (9a4c4d6)
  • Use mutation observer to check dark mode class (8fd5505)

Miscellaneous Tasks

  • Bump version (9d94dfd)
  • Remove NodeProps generic from node label type (7de3509)
  • Commit version bump on postpublish (62c45d3)
  • Commit all files on postpublish (fd6c34c)

Refactor

braks
published 0.4.19 •

Changelog

Source

[0.4.19] - 2022-06-10

c755208...7597c0c

Bug Fixes

  • Bind edge mouse events to correct names (7fe5171)

Documentation

  • Update typedoc to use src/index.ts as entry (c289e7e)
  • Add typedoc.json file (f94f72d)
  • Update deps (650606e)
  • Update intro lightmode styles (3668caa)

Features

  • Explicitly define events in VueFlow component (9ae97f4)
  • Export BaseEdgeProps (ac93894)

Miscellaneous Tasks

Reverts

braks
published 0.4.18 •

Changelog

Source

[0.4.18] - 2022-06-07

0649c0a...c755208

Bug Fixes

  • Triggers recursively when store changes (a86eded)
  • Set viewpane functions on Transform mount (8a570be)
  • Pass edge markers to wrapper (c755208)

Documentation

Features

  • Add removeNodes and removeEdges utilities to store (7276a39)
  • Allow connected edges to be removed with removeNodes (f434ab0)
  • Add effect scope to useDrag utility (382a3b6)
  • Defer viewport functions until pane is ready (7dd79f6)

Miscellaneous Tasks

Refactor

  • Remove instance property and merge into useVueFlow (58783fd)
  • Remove FlowInstance type (5277506)
  • Set resize observer before mount (87f97ef)
braks
published 0.4.17 •

Changelog

Source

[0.4.17] - 2022-06-03

f624c1a...0649c0a

Bug Fixes

  • Performance issue with getNode (0102ebc)

Documentation

Miscellaneous Tasks

braks
published 0.4.16 •

Changelog

Source

[0.4.16] - 2022-06-03

a260f04...f624c1a

Bug Fixes

  • getNode not returning proper node element (0b21708)

Documentation

  • Update vuepress version (99499dd)
  • Use vueflow version from composable instead of pkg (d22773d)
  • Fix version link (c6bda81)

Examples

  • Move current examples into examples/vite (8dd7c79)
  • Add quasar example (330d6d7)
  • Add nuxt3 example (f21d317)

Miscellaneous Tasks

Refactor

  • Replace yarn with pnpm as package manager (c07069d)

Testing

  • Update import path for utils (0373dae)
braks
published 0.4.15 •

Changelog

Source

[0.4.15] - 2022-06-01

eef7c49...a260f04

Bug Fixes

  • Set applyDefault regardless of true/false (42ea2de)
  • Unregister apply handlers when applyDefault is false (30efd62)
  • Use computed pos to calculate relative node pos (29439f0)
  • Apply rotation correctly (4f506b6)

Documentation

  • Change stroke color of intro example node (95104fd)
  • Remove onPaneReady handler from Intro.vue (3828378)
  • Add margin top to h1 elements (700156f)

Features

  • Show moveable when dragging (4866e26)

Miscellaneous Tasks

braks
published 0.4.14 •

Changelog

Source

[0.4.14] - 2022-05-29

30db19b...eef7c49

Bug Fixes

  • Filter by nodrag class name (d8bae03)
  • Remove unnecessary filter from updateEdge util (ab09a9b)

Documentation

  • Use new vuepress plugin api (713ef07)

Miscellaneous Tasks

  • Update CHANGELOG.md (bcfc403)
  • Update README.md (015e34b)
  • Fix readme discord link (7afbd87)
  • Update typescript to 4.7.2 and vue-tsc to 0.35.0 (f32dd24)
braks
published 0.4.13 •

Changelog

Source

[0.4.13] - 2022-05-27

f6d2509...30db19b

Bug Fixes

  • Default edge options not applied on new edges (b846a3f)
  • Destruct bounding box (567b55b)
  • Jumping when drag is out of sync with last pos (de60d92)
  • Check if connection exists (975d551)
  • Unselect nodes on click when multi selection active (ddac5b0)
  • Unselect nodes on drag start (660c0bc)
  • Update xyz on select (b63d3da)
  • Check if node position was manually changed since last drag (128c1a4)
  • Extent not applied (7479534)
  • Set dragging to false after drag (957918e)
  • Properly expand parent (048775d)
  • Missing source / target node (a3f3077)
  • Use correct bbox for edge text (008929a)

Documentation

Examples

Features

  • Add connected edges to node mouse events (5b307b5)
  • Add width and height options to minimap (0cd6eaf)
  • Add mouse over events for minimap nodes (7c360bb)
  • Add mouseover events for minimap nodes (d519eba)
  • Add teleport option to nodes (0d35f1c)
  • Only allow teleport on graph nodes (e38cb4e)
  • Implement useDrag in NodesSelection.vue (674a657)

Miscellaneous Tasks

Refactor

  • Change edge-text prop type to extend svgattributes (0d17d00)
  • Use reactivity transform in edge-texts (0a2a467)
  • Add node/edge add changes (1ddeffe)
  • Move pull request template to up a directory (ce7569d)
  • Use d3-drag (95e36d0)
  • Remove dragging from graph nodes (86ba26f)
  • Remove node and parent node props from wrapper (80878a2)
  • Remove selectedNodesBbox from store (f9671b1)
  • Remove get type call for names (4cb4d9c)
  • Mark nodes edges as shallow reactive (3312739)
  • Reduce nodewrapper re-render (a65d856)
  • Make edge wrapper functional component (ce13007)
  • Move classes to Wrapper.ts (d5a19cd)
  • Remove v-model (c059b59)
  • Add remove selected elements actions (ec7901e)
  • Simplify event defs (9cdad4d)
  • Use absolute positions instead of deltas (cec8f4d)
  • Remove reactive options (e2f3da8)
  • Watch dimensions for xyzpos (e483da2)
  • Remove v-html from template tag (d4ce7b8)

Update

braks
published 0.4.12 •

Changelog

Source

[0.4.12] - 2022-05-26

e714fe6...f6d2509

Bug Fixes

  • Pass markers to correct attributes (6494b65)

Documentation

  • Replace codesandbox embed with repl (#122) (98a8931)
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