Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2023

Bumps v-network-graph from 0.7.0 to 0.9.4.

Release notes

Sourced from v-network-graph's releases.

v0.9.4

Feature

  • Add view.onBeforeInitialDisplay config to specify hook to be processed before initial display. (example)

Bug Fix

  • Fix a bug that centering even though view.autoPanAndZoomOnLoad is false.

v0.9.3

BREAKING CHANGE

  • Fix to let d3-force determine the initial position of nodes when using ForceLayout
    • Before the fix, initial positions were initialized with {x:0, y:0}, which caused nodes to rebound against each other more than necessary in the initial tick.
    • As a result of this fix, if layouts were being generated as expected by making full use of the d3-force parameters, it may need to be readjusted.

v0.9.2

Features

  • Add <v-style> component alternatives for <defs><component is="style"> ~ </component></defs>.
  • Modify d3-force layout simulation can be run with tick manually for static graph.
    • Fix layout not being applied when manually executing d3 ticks
    • Add ticked() method to ForceLayout class for applying layout with ticked manually
    • Add noAutoRestartSimulation option for ForceLayout class

v0.9.1

Features

  • There is no change from v0.8.x in features.

Dependencies and Build Changes

  • Change d3-force installation to optional.
    • If ForceLayout is used, it must be manually added d3-force to the project.
  • Change build destination path.
    • UMD format
      • lib/*.js -> umd/*.js
    • ES Module format
      • lib/*.mjs -> lib/*.js
  • Reorganize bundles.
    • UMD format
      • Remove d3-force from bundles
    • ES Module format
      • Remove d3-force, lodash-es from bundles

v0.8.2

Bug Fix

  • Fix to fire view:pan event on initialization even if there is no change in position.

v0.8.1

Features

  • The order of overlaying the built-in layers can be specified.

Improvements

  • Reduce occurrence of node/edge/path updates during user drag operations.

... (truncated)

Commits
  • 429b0f1 0.9.4
  • e02c53f Merge branch 'feature/wait-for-network-to-load-before-layout'
  • 74123c4 Bump up storybook 7.0.23
  • ec46f41 Bump up deps
  • 49d9b82 Fix a bug that centering even though view.autoPanAndZoomOnLoad is false
  • a5fac21 Add view.onBeforeInitialDisplay field to the configs
  • a4dae9a Add a backer!
  • 59e71d6 Add a backer!
  • 7da909a Fix a problem with edge positions not changing when node positions are remove...
  • 01110da 0.9.3
  • 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)

Bumps [v-network-graph](https://github.com/dash14/v-network-graph) from 0.7.0 to 0.9.4.
- [Release notes](https://github.com/dash14/v-network-graph/releases)
- [Commits](dash14/v-network-graph@v0.7.0...v0.9.4)

---
updated-dependencies:
- dependency-name: v-network-graph
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 27, 2023
@dependabot dependabot bot requested a review from PssbleTrngle June 27, 2023 01:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 5, 2023

Superseded by #204.

@dependabot dependabot bot closed this Jul 5, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/v-network-graph-0.9.4 branch July 5, 2023 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants