Skip to content

Bump @vue-flow/core from 1.9.1 to 1.9.4

Geoxor requested to merge dependabot/npm_and_yarn/vue-flow/core-1.9.4 into master

Created by: dependabot[bot]

Bumps @vue-flow/core from 1.9.1 to 1.9.4.

Release notes

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

v1.9.4

What's Changed

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.9.3...v1.9.4

v1.9.3

What's Changed

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.9.2...v1.9.3

v1.9.2

What's Changed

Fix default edge components prop types and export the types.

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.9.1...v1.9.2

Changelog

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

[1.9.4] - 2022-12-30

47b8211...16d9bb1

Bug Fixes

  • Slot props undefined on first render (c1b1821)
  • Pass focusable to edge wrapper (249250e)

Features

  • Add concurrency (3701ddc)
  • Add pnpm cache to build-and-test action (1e0037c)
  • Add pnpm cache to publish action (715b9fe)

Miscellaneous Tasks

Refactor

  • Remove nodes property from ConnectionLineProps (839fa6b)

[1.9.3] - 2022-12-29

5356e7b...47b8211

Bug Fixes

  • Use correct vue flow aria names (fbebe56)
  • Await target before teleporting to viewport (6b4a21c)
  • Add container styles to background (f2df224)

Miscellaneous Tasks

[1.9.2] - 2022-12-29

2e741a2...5356e7b

Bug Fixes

  • Correct edge component prop types (608f797)

Documentation

... (truncated)

Commits
  • 16d9bb1 chore: next release
  • 715b9fe feat(workflows): add pnpm cache to publish action
  • 1e0037c feat(workflows): add pnpm cache to build-and-test action
  • 1160d3d chore: add changesets
  • 839fa6b refactor(core): remove nodes property from ConnectionLineProps
  • 4003101 chore(core): cleanup unused vars
  • 249250e fix(core,edges): pass focusable to edge wrapper
  • c1b1821 fix(core,nodes): slot props undefined on first render
  • 8531ee3 chore(docs): update repl
  • 3701ddc feat(workflows): add concurrency
  • Additional commits viewable in compare view

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