Skip to content

Bump @vue-flow/additional-components from 1.2.4 to 1.3.0

Created by: dependabot[bot]

Bumps @vue-flow/additional-components from 1.2.4 to 1.3.0.

Release notes

Sourced from @​vue-flow/additional-components's releases.

v1.3.0

What's Changed

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.2.2...v1.3.0

Changelog

Sourced from @​vue-flow/additional-components's changelog.

[1.3.0] - 2022-11-06

0dc1eb6...98e5481

Documentation

  • Add intersection example (8e3864d)
  • Use EdgeLabelRenderer in edges example (8c0acd6)

Examples

  • Use EdgeLabelRenderer in edges example (a26e83b)

Features

  • Add intersection utils (4782d70)
  • Pass node intersections when dragging a single node (632fa93)
  • Add nodesInitialized event hook (fe1ba03)
  • Add zoomable and pannable to mini map (bd7fa3c)

Miscellaneous Tasks

  • Update changeset (4c618e9)
  • Correct action name (8a51391)
  • Emit nodesInitialized after 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)

[1.2.2] - 2022-11-04

fbfa2ef...0dc1eb6

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

  • Add blobity composable (6ab79d5)
  • Use blobity only on client side (2aae2d2)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports

Loading