Skip to content

Bump @vue-flow/core from 1.14.2 to 1.15.2

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

Created by: dependabot[bot]

Bumps @vue-flow/core from 1.14.2 to 1.15.2.

Release notes

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

v1.15.2

What's Changed

Patch Changes

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.15.1...v1.15.2

v1.15.1

What's Changed

Patch Changes

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.15.0...v1.15.1

v1.15.0

What's new?

Minor Changes

Patch Changes

  • #667 231271a Thanks @​bcakmakoglu! - Prevent layout shift on initial render by hiding viewport until initial nodes have width/height

  • #667 89198bd Thanks @​bcakmakoglu! - Remove Promises from viewport helper functions, will not await viewport anymore but instead return no-op functions if called too early

  • #695 616e795 Thanks @​bcakmakoglu! - Use snapGrid values to clamp initial node positions

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.14.3...v1.15.0

v1.14.3

... (truncated)

Changelog

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

[1.15.2] - 2023-02-24

23b084e...585f1e8

Bug Fixes

  • Cast zIndex to number in node wrapper (79e7f3c)
  • Check if node el exists before observing (0ffc2f1)
  • Prevent undefined being passed to update node internals (c4b4826)
  • Wait until viewport helper is initialized (f2af818)
  • Add vite iife build file (a5644c0)
  • Use correct umd name for vue flow core (06b1753)
  • Correct umd export names (93b2fd0)

Miscellaneous Tasks

Refactor

  • Use lifecycle hooks to observe node dimensions (325efba)

Testing

[1.15.1] - 2023-02-22

8c22ce0...23b084e

Bug Fixes

[1.15.0] - 2023-02-22

7eba916...8c22ce0

Bug Fixes

  • Hide graph until nodes are ready (226caeb)

Features

... (truncated)

Commits
  • 585f1e8 chore: bump versions
  • c1ca174 chore: update changeset
  • e105ba0 chore: add changesets
  • 93b2fd0 fix(packages): correct umd export names
  • 06b1753 fix(tooling): use correct umd name for vue flow core
  • a5644c0 fix(core): add vite iife build file
  • e10663a tests: add custom edge test
  • c4c4c66 chore: add changeset
  • f2af818 fix(core): wait until viewport helper is initialized
  • 65fd5bc chore: add changeset
  • 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