[](https://vueflow.dev/)   
Documentation
- Update connection-radius example (539b85d)
Features
- Export
getSimpleEdgeCenter&getBezierEdgeCenter(492de08) - Implement connection radius (e74a20d)
- Do not snap to invalid handles (e0fbefe)
- Export
isGraphNode&isGraphEdgetypeguards (6ea6034) - Add auto pan props (84f2235)
- Add auto pan utils (d0fefdf)
- Add
panByaction to store (7dba01d) - Add auto pan on node drag (0dcfd6f)
- Add pan on connection drag (35d28ab)
- Allow setting node/edge type with generic (7fa9203)
Miscellaneous Tasks
- Update license (22dce89)
- Update deps-dev (c920dc5)
- Add missing edge wrapper name (93bfa54)
- Add missing type to FlowProps interface (02952b8)
- Cleanup (94a094a)
- Next release (36e977f)
- Bump version (4f0ddcd)
Refactor
- 1.12.723 Jan 2023
Release notes
Open source →Bug Fixes
- Hide node selection if no selected nodes exist (852d4b7)
Miscellaneous Tasks
- Next release (b80bade)
- 1.12.619 Jan 2023
Release notes
Open source →Bug Fixes
- Use computed var to get node in drag handler (c13d28d)
Examples
- Cleanup save-restore controls (cd06585)
Miscellaneous Tasks
Refactor
- Add warning if trying to duplicate an element (07dad4b)
- Add warning if trying to remove non-existing element (ec346c3)
- Look for parent node in next nodes (1f9578b)
- Do not set preloaded state elements when calling useVueFlow (c250594)
- Use
removeSelectedNodesin click handler (f0d4763) - Remove
extentoption forsetNodes&addNodes(994ae82) - Avoid re-setting elements twice on mount (a54a885)
- 1.12.518 Jan 2023
Release notes
Open source →Bug Fixes
- Re-group edges when nodes change (fba7b55)
- Wait until node is initialized to clamp when extent is
parent(19582de) - Increase timeout to 1 (000cfd9)
Examples
- Revert nesting example (8afb98e)
Miscellaneous Tasks
- Cleanup (84ffd50)
- Rename
updatePositiontoclampPosition(3e11a31) - Cleanup (f411f5b)
- Replace
getNodewithfindNode(203b481) - Update changesets (7314bda)
- Next release (28eeaad)
Refactor
- Set node initialized after applying dimensions change (9276beb)
- Emit nodes initialized if
getNodesInitializedhas same length as nodes state (d741bd1) - Pass initialized nodes to nodes initialized hook (c1228c4)
- Wait for next tick to expand parent if parent is not initialized yet (f0fde0a)
- Always install cypress before testing (fba062d)
- Remove caching cypress binary (05e0b37)
Reverts
- Await node initialization before clamping initial pos (de31136)
- 1.12.418 Jan 2023
Release notes
Open source →Bug Fixes
- Dont trigger ctx menu when dragging with right mouse btn (7fd2782)
- Add timeout when updating positions after extent changes (3901752)
Miscellaneous Tasks
- Update pnpm-lock.yaml (fdc9d6d)
- Fix vitepress version (c1222e8)
- Update pnpm-lock.yaml (2764ddf)
- Next release (df7603f)
Refactor
- 1.12.318 Jan 2023
Release notes
Open source →Documentation
- Fix dead link (55206ff)
Miscellaneous Tasks
- Update workspace root deps (b223279)
- Update deps (64823b1)
- Update deps (ea836cd)
- Update deps (816403f)
- Update deps (59594ca)
- Update deps (8ee3709)
- Update pnpm-lock.yaml (172006c)
- Next release (ca96cba)
Refactor
Reverts
- Add vue-flow to deps-dev (220f0ff)
- 1.12.216 Jan 2023
- 1.12.112 Jan 2023
- 1.12.011 Jan 2023
Release notes
Open source →Features
- Add
zIndexoption to elements (93b463d) - Always group edges by z-index (148276d)
- Use zIndex or style for node elevation (8c84d5c)
Miscellaneous Tasks
- Add
- 1.11.17 Jan 2023
Release notes
Open source →Bug Fixes
- Add
focusandfocus-visiblestyles to nodes to avoid browser styles (5258d26)
Miscellaneous Tasks
- Upgrade cypress to latest (1a0d7e4)
- Update pnpm-lock.yaml (5b0dd28)
- Correct viewport test (da6183a)
- Fix type issue (7c52db1)
- Cleanup (c89c331)
- Next release (d971e91)
Refactor
- Add
- 1.11.07 Jan 2023
Release notes
Open source →Bug Fixes
- Prevent unselectable elements from being selected (7810769)
Features
- Add
deletableoption to nodes and edges (13f80c0)
Miscellaneous Tasks
- Bump version (bd3720a)
- Disable console log in core pkg eslint config (9923586)
- Update console statements (6596673)
- Next release (b835e17)
Refactor
- 1.10.36 Jan 2023
Release notes
Open source →Bug Fixes
- Correct package main field (2ed95e6)
- Correct package main field (1d7c42f)
- Correct package main field (dd8c45b)
- Correct package main field (32f8e95)
- Correct package main field (8653df4)
Documentation
Miscellaneous Tasks
Refactor
- Check if element still exists before attempting removal (8422dbd)
- 1.10.25 Jan 2023
- 1.10.14 Jan 2023
Release notes
Open source → - 1.10.04 Jan 2023
- 1.9.430 Dec 2022
Release notes
Open source →Bug Fixes
Features
- Add concurrency (3701ddc)
- Add pnpm cache to build-and-test action (1e0037c)
- Add pnpm cache to publish action (715b9fe)
Miscellaneous Tasks
Refactor
- Remove
nodesproperty from ConnectionLineProps (839fa6b)
- 1.9.329 Dec 2022
- 1.9.229 Dec 2022
Release notes
Open source →Bug Fixes
- Correct edge component prop types (608f797)
Documentation
Miscellaneous Tasks
- Next release (5356e7b)
Refactor
- 1.9.125 Dec 2022
- 1.9.025 Dec 2022
Release notes
Open source →Features
Miscellaneous Tasks
- Deprecate options api utils (c1a6945)
- Cleanup examples (48c4f0a)
- Add eslint rule to show error on unused vars (be06994)
- Cleanup node wrapper (e23ca5f)
- Cleanup
useUpdateNodePositions(f319f62) - Cleanup (0d29597)
- Cleanup examples (4dbb51d)
- Remove log (012a19d)
- Next release (d1a581c)
Refactor
- Move velocity logic into
useUpdateNodePositions(4260e31) - Remove
snapGridoption from nodes - use global one instead (2b513b5) - Remove
selectionOnDragprop and useselectionKeyCodeto trigger selection (c3e1741)
Testing
- Update selector (31e3a8c)
- 1.8.021 Dec 2022
Release notes
Open source →Bug Fixes
- Prevent
expandParentfrom moving parent node while expanding (b4daeb6) - Update
EdgeRefinjection type toSVGElement(912cba3) - Drag position update (dd1b150)
Documentation
- Update dead links (6df5746)
Features
- Add
pathOptionsto edge types (58ede73) - Add
focusableandariaLabeloptions to edge type (bbc2712) - Add
edgesFocusableoption to store (361c4b8) - Add
A11yDescriptionscomponent (f64e298) - Add
disableKeyboardA11yoption to store options (5386fc3) - Add a11y to edge wrapper (ffbbc35)
- Implement a11y in nodes (9f50dd0)
- Add ariaLabel to minimap options (9508dea)
- Add A11yDescriptions to VueFlow container (7195582)
Miscellaneous Tasks
- Use renamed
ViewportTransformtype (6246089) - Cleanup (9bc88a0)
- Cleanup (2068280)
- Add explicit aria desc key imports (08dc3ad)
- Remove any typecast (0167a6d)
- Export edge types (0267b2f)
- Cleanup (7719f18)
- Remove unused import (18aba90)
- Remove mounted hook for initial clamp (12c9e4e)
- Cleanup unused var (1708aa7)
- Add todo (828aa5f)
- Next release (10d312d)
Refactor
- Rename
viewpanetoviewport(9361a63) - Merge
defaultZoom&defaultPositiontodefaultViewport(8b2a21b) - Clamp invalid zoom values (9cbb7df)
- Add
vueFlowIdtogetMarkerId(b0e09f7) - Use
preflush for dimensions update on handle change (06dc2ee)
Reverts
- Type imports (770ab6c)
- Prevent
- 1.7.219 Dec 2022
- 1.7.118 Dec 2022
- 1.7.018 Dec 2022
Release notes
Open source →Bug Fixes
- Overwrite state even if it's an empty arr (dd2a02a)
- Node dimensions update condition to only force when dimensions defined (94c0883)
- Move watcher timing to pre and sync immediately (15f73fb)
- Only trigger store watcher immediately when els were set (f0a4941)
- Pass flow props to store initializer (e99a289)
Features
- Add
getNodesInitializedgetter to store (5334e73)
Miscellaneous Tasks
Refactor
- Make handles optional in
addEdges(fad7911)
Reverts
- Force update on resize observer changes (657f33b)
- 1.6.415 Dec 2022
Nothing published for this version
- 1.6.314 Dec 2022
- 1.6.214 Dec 2022
- 1.6.114 Dec 2022
Release notes
Open source →Bug Fixes
- Add
initializedprop toGraphNode(8734a16) - Await node init to add handle bounds in
Handle(b411c1e)
Documentation
- Correct component name (6d96898)
- Remove
tsfrom node-resizer example (92ac6e2) - Update component documentation (22da724)
- Correct resizer example (af84c13)
- Add node toolbar and resizer to config (9d5cda9)
- Update component documentation with new examples (15ca63a)
- Add migration page (eef24a3)
Miscellaneous Tasks
- Add
- 1.6.013 Dec 2022
Release notes
Open source →Documentation
Features
- Add node-resizer pkg (6815515)
- Add
useGetPointerPositioncomposable (5033bab) - Add
dragging,selectedandresizingflag toGraphNode(20c353a) - Implement node resizer components (d883ed7)
- Add node resizer example (3f1d725)
Miscellaneous Tasks
- Remove resize rotate node pkg (3f4e696)
- Cleanup (af801c7)
- Cleanup (2eaf9e4)
- Cleanup (e1c904f)
- Update changeset files (745f1c2)
- Update pnpm-lock.yaml (9f4c48b)
- Cleanup (029a0d9)
- Cleanup (89b5da9)
- Add todo msg for adding a plugin (49d6f45)
- Filter addition and removal changes (217ee6b)
- Update pnpm-lock.yaml (97791c9)
- Cleanup unused vars in
Handle.vue(3fc1b39) - Add README (c5c60b8)
- Cleanup (35d6f30)
- Remove unused changeset file (57d583d)
- Correct pkg versions (4b7a96c)
- Add missing styles (7140beb)
- Next release (4425faf)
Refactor
- Move panel component to core pkg (4fb2653)
- Remove additional components package (e44b683)
- Move minimap to separate package (2812790)
- Move background into separate package (c7b5102)
- Move controls into separate package (a55f39b)
- Replace
additional-componentspackage occurrences (000dd5c) - Apply multiple changes at once to element (9e05f02)
- Apply multiple changes at once to element (99f5e18)
- Apply multiple changes at once to element (5c726ec)
- 1.5.1112 Dec 2022
- 1.5.1012 Dec 2022
- 1.5.912 Dec 2022
Release notes
Open source → - 1.5.812 Dec 2022
- 1.5.710 Dec 2022
- 1.5.69 Dec 2022
- 1.5.58 Dec 2022
- 1.5.46 Dec 2022
Release notes
Open source →Bug Fixes
- Type marker prop in
EdgeProps(c673b04) - Allow middle mouse pan over edges (0d44179)
- Prevent valid connections on same node and handle (a1e1304)
Miscellaneous Tasks
- Update deps (4be3188)
- Add extended vue macros (21523ce)
- Update pnpm-lock.yaml (016206d)
- Bump version (61d28e8)
Refactor
- Type marker prop in
- 1.5.35 Dec 2022
Release notes
Open source → - 1.5.25 Dec 2022
Release notes
Open source →Bug Fixes
- Check for arr length before triggering immediate model watcher (7dec8b7)
- Allow
nullas key-code (91d7c9d) - Render minimap node slot (3999773)
Miscellaneous Tasks
- Update examples header (f3a6ab8)
Refactor
- Change
shallowReactiveproperties in elements toreactive(99c6786)
- 1.5.11 Dec 2022
Release notes
Open source →Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.5.0...@vue-flow/[email protected]
- 1.5.019 Nov 2022
Release notes
Open source →Bug Fixes
- Update position on dimensions change (1bc6a7d)
Features
- Add
__experimentalFeaturesflag to store (3c66058) - Add nested flow support for edge alignment (connections dont work) (bae4324)
- Support touch for connection creation (b3fdbd8)
Refactor
- Add
connectingclass toSelectionPanewhile connecting (463b5d7)
- 1.4.217 Nov 2022
Release notes
Open source →Bug Fixes
Documentation
- Add info on interactive minimap props (fd095d1)
- Add vercel analytics (a2f125f)
- Add vercel analytics (bce493c)
Features
- Add
maskStrokeColorandmaskStrokeWidthprops to MiniMap (e87bb53)
Miscellaneous Tasks
- Update snap to handle page title (a56ea41)
- Center dnd nodes after drop (d5a9ae0)
- Disable debug mode of analytics (118d064)
- Move analytics to mounted hook (f1b2250)
- Cleanup unused prop (7100c7e)
- Cleanup dimension update (0876a18)
- Cleanup drag handler (4a1cc24)
- Cleanup change handler (a379b4f)
- Cleanup import paths (406b20b)
- Cleanup node wrapper (3ca17d4)
- Elevate nested flow on home page (62918cf)
Refactor
- Elevate selected nodes zIndex by 1000 instead to 1000 (69ffa84)
- 1.4.114 Nov 2022
Release notes
Open source →Bug Fixes
- When connection mode is
Looseuse all handles as connection line source handle (cd4383d) - Improper check for selection key code in zoom-pan filter (d677292)
Documentation
Miscellaneous Tasks
- Wrap Repl in client only (3340377)
- Pin vite version (101fa6b)
- Set examples class name once (4da458b)
- Use path el for transition edge example (d34cf4b)
- Remove unnecessary type annotations (631552f)
- Simplify edge components (c93ffaf)
- Upgrade deps (2df9ebb)
- Update vite config (9744571)
- Pin vite version (5f63e7c)
- Add missing
connectionExistsutil export (45dbc95)
Refactor
- Remove default val for edge style obj (354c721)
- When connection mode is
- 1.4.013 Nov 2022
Release notes
Open source →Documentation
Features
- Add
pointerRadiusprop to edges (a4fd0eb)
Miscellaneous Tasks
- Rename
pointerRadiusprop tointeractionWidth(ec6f870) - Remove default val for
interactionWidthwhen parsing edges (d580a47)
Refactor
- Use vue flow id for bg pattern id (3a0d0a9)
- Add
- 1.3.38 Nov 2022
- 1.3.28 Nov 2022
Release notes
Open source →Bug Fixes
- Prevent edge defaults from overwriting actual edge values (5b397fa)
- Fall back to default node or edge type (6c738bf)
Features
- Setup turbo cache in gh action (49c53d0)
Miscellaneous Tasks
- Use getter for edge/node types (3a5d06d)
Refactor
- Place wrapper in separate stacking ctx (9d3c3fa)
Test
- 1.3.17 Nov 2022
Release notes
Open source →Miscellaneous Tasks
- Update dev dependencies (d966ff2)
- Upgrade to vite 3 (489da64)
- Use auto imports to for utils, composables etc. (f9af2d3)
- Remove unnecessary import paths (650e752)
- Update pkg file names (1e27b08)
- Upgrade to vite 3 (74433c4)
- Add README.md (4fce82e)
- Upgrade vitejs plugin-vue to latest (047e1fe)
- Update pkg file names (0b83f24)
- Update gif (56ba8a8)
Refactor
- 1.3.06 Nov 2022
Release notes
Open source →Documentation
Examples
- Use
EdgeLabelRendererin edges example (a26e83b)
Features
- Add intersection utils (4782d70)
- Pass node intersections when dragging a single node (632fa93)
- Add
nodesInitializedevent hook (fe1ba03) - Add zoomable and pannable to mini map (bd7fa3c)
Miscellaneous Tasks
- Update changeset (4c618e9)
- Correct action name (8a51391)
- Emit
nodesInitializedafter next tick (a2e260f)
Refactor
- Add div based edge label renderer (43ff2a4)
- Skip d3 events with no underlying source event (2a5afe7)
- Use regular component for mini map nodes (9b60790)
Test
- Correct drag test position (e9943d5)
- Use
- 1.2.24 Nov 2022
Release notes
Open source →Bug Fixes
- Always set a handle id (84adeb7)
- Skip connectable for handles unrelated to connected edges (49b44e4)
- Use all handles when connection mode is
Loose(43aa810)
Miscellaneous Tasks
Refactor
- Show regular pointer if pane isn't draggable (73dfca5)
- 1.2.125 Oct 2022
Release notes
Open source →Bug Fixes
- Disable user selection if
elementsSelectableis false (e5dfdb6) - Prevent node selection box from appearing before mouseup (6e564da)
- Use shallowReactive for node/edge data & events (096f67a)
Documentation
- Show changelogs on docs page (787fc22)
Miscellaneous Tasks
- Disable user selection if
- 1.2.021 Oct 2022
- 1.1.418 Oct 2022
Release notes
Open source →Bug Fixes
- Allow undefined as custom theme var value (dcf607f)
- Add overflow visible to control btn svgs (c5aebf6)
- Set node dragging on start and end (ad0f8ff)
Documentation
Miscellaneous Tasks
- Generate base changelog on push into master (8cfea47)
Refactor
- 1.1.314 Oct 2022
- 1.1.214 Oct 2022
Release notes
Open source →Bug Fixes
- Add missing dragging class to node selection rect (58d11db)
- Elements not correctly unselected (583efe6)
- Edge text not aligning correctly into center (53c70a0)
- Pass edge styles to edge path (34685a5)
Miscellaneous Tasks
- Update repl (4964e4d)
- Remove text fill (4fa4627)
- Update example (b5fd332)
- Remove duplicated styles (530e440)
- Update example (285ff5a)
- Update example (ce30581)
Refactor
- Use flowElements type as arg for removeSelectedElements (ea9da0a)
Reverts
- Add dragging class to node on drag instead of dragstart (9f48095)
- 1.1.113 Oct 2022
Nothing published for this version
- 1.1.010 Oct 2022
Release notes
Open source →Bug Fixes
- Edges not returned by getter on pane ready event (607c7c0)
- Pass
connectableto correct prop (bc80807) - Only check for matching handle id if an id exists (a7845c6)
connectOnClickreset before connections can be made (d420fea)
Examples
- Update quasar example (3fcc163)
Features
- Add
vueflowpkg that exports all features (9c78528) - Allow setting connectable to
singlefor single connection handles (624438a) - Add
Panelcomponent (3541b24) - Add
positionprop to MiniMap & Controls (875d954) - Add dragging class to pane (0044a14)
Miscellaneous Tasks
- Update README (d7b956d)
- Remove env.d.ts (647d605)
- Update README (03a982c)
- Rename bundle output (4587540)
- Update typedocs config to use vueflow pkg as entry (028d793)
- Update repl pkg link names (688c931)
- Install
vueflowpkg (d1e9ee5) - Lint (ef3111b)
- Disable pointer events on user selection (50af804)
- Optional position (be3fab9)
- Remove unnecessary style (24f7722)
- Lint (5f595c0)
- Lint (31f590b)
- Update changeset to minor bump (fa0fc69)
- Add copy vue flow plugin again (c086aa8)
- Add default color to edge text (1204a44)
- Correct version (b8b325e)
- Update CHANGELOG (f978db2)
- Disable pkg until name issue is resolved (11ee43a)
- Update styles (5c3ed51)
- Cleanup var (71eacd7)
- Update changeset descriptions (24924b9)
- Manually publish pkgs (7ff551e)
- Update changeset descriptions (483001d)
Refactor
- Run turbo pipe before publish (32aa9e8)
- Rename core pkg dir to
core(082050b) - Set default for
connectabletotrue(0215d49) - Use
HandleConnectabletype for nodesconnectableprop (283846c) - Update base styles (908b327)
- Remove docs from build process and use separate script (e9d6ec1)
- Simplify
useHandle(2684272) - Move edge event handlers into Wrapper component (13fed0a)
- Trigger dragging on drag start (00a5ee0)
Testing
- 1.0.08 Oct 2022
Release notes
Open source →Bug Fixes
- Remove action not properly removing elements (9168d7b)
Documentation
- Add transition example (447699c)
- Dynamic transition duration (62a8750)
- Update typedocs config to support new module structure (afb3fc7)
- Move typedoc to root deps (6aaef27)
- Move typedoc to docs deps (13d576d)
- Update docs and mention removed edge center functions (42219d3)
- Bump minimum node version to 14 (6ac3503)
Features
Miscellaneous Tasks
- Add issue templates config.yml (fd07402)
- Update bug report template & config.yml (0c018a5)
- Update pr template (660fb36)
- Update deps and resolve peer deps (674fe4f)
- Update workflow file (6bfb2b8)
- Lint (4593550)
- Remove typedoc script from additional-components pkg (acc0526)
- Add typedocs script to root (32c024c)
- Remove vueuse (97d498c)
- Add ignore list to changeset config (667078e)
- Rename docs pkg (7d799de)
- Add changelog-github (151eae9)
- Remove node cache step (77953a8)
- Update publish script (756b36b)
- Bump version (6c5523d)
Refactor
- Remove
useEventListenerfrom user selection (5bc5f10) - Prevent crash when checking if input dom node (2a6763c)
- Change pkg scope to
vue-flow(8567e37) - Move additional components into separate pkg (c1bcc02)
- Simplify edge paths and center calculations (2d76bf3)
- Remove getEdgeCenter usage (b1e56f0)
Testing
- Update remove action tests (f9cd905)
- Add default type to generated nodes (438ad57)
- Correct selected elements calculation (1601733)
- Check all nodes/edges for selected class (ca29a08)
- Update drag test position (664953b)
- Cleanup unused imports (7eb6c52)
- Defer checking for selected elements (a6b6a83)
- Rename flow dir to vue-flow (b547a1f)
- Small delay when checking removed elements (fd8061d)
- Add selection key code tests (145d934)
- Add delete key code tests (ef11069)
- Add additional components tests (26b2518)
- 0.4.418 Oct 2022
Release notes
Open source →Bug Fixes
- Use resize observer to set viewpane dimensions (a8d0830)
- Calculate proper dimensions for view el (55e4403)
- Edge-renderer to update on edge updates (8c0982a)
- Use filter to remove orphaned edges (1ad6073)
- Interrupt edge hidden check if orphaned edge found (d7282cc)
- Move resize observer to mounted hooks (de6220b)
- Undo handle validation wrapping itself (f508e6e)
- Zoom action tests to check for containing str (72dd98b)
- Check if element exists in isNode/Edge (fc263a6)
Documentation
- Add blobity opensource license key (d118888)
- Fix typo (78f35d5)
- Use removeEdges in custom edge (fe918c0)
Features
- Add from position to position change event (a29d7c8)
- Add useNode composable (70871df)
- Add nodeRef injection (7d992b5)
- Add generics to findNode action (9b943df)
- Add useEdge composable (44a65b3)
- Add connection actions to store (b0c168f)
- Add vue flow mount command (dc30ef4)
- Add default command timeout of 1000 (e81bea1)
- Add tests for add, find & remove actions (9f59be7)
- Add selected elements action tests (cc4a007)
- Add remove selected elements action tests (e3327eb)
- Add set min/max zoom action tests (3770083)
- Add update edge test (fa5b5da)
- Add data-id prop to edges (3461602)
- Add connection line action tests (9fde0bc)
- Add dragging nodes test (63dae2c)
- Add connecting nodes test (e429fdf)
- Add update edge tests (1526ecd)
- Add data-type to edge anchors (9cea132)
Miscellaneous Tasks
- Remove unused imports (723a03b)
- Force dimensions update on type change (00059aa)
- Use enum in Marker.vue (a840a5c)
- Cleanup (f0f24ce)
- Remove log (bb7a0ba)
- Lint (8199a1c)
- Update message (39d0a1c)
- Update deps (78c8bc7)
- Correct edge text ref name (09476f0)
- Update cypress scripts (8ee8996)
- Update test vite conf (c5291e7)
- Cleanup (f1abfc6)
- Increase wheel delta (d7ce835)
- Bump version (8fc28f9)
Refactor
- Use dom matrix to calculate handle bounds zoom (ee56ddb)
- Only update position on mount (70dd73f)
- Cleanup handle calculation logic (31b0bcb)
- Use single resize observer for nodes (a780813)
- Remove unnecessary scope (bf7594f)
- Remove flush timing from drag (091c3df)
- Make handlebounds shallow reactive (726471c)
- Calculate bounds on mount (1d1447e)
- Use connection start handle and remove other props from store (a443d38)
- Emit connection events start and end with actions (7a657f1)
- Upgrade to cypress 10 (8928eb8)
- Move test files (6e0c0c7)