Skip to content

Tags: visjs/vis-network

Tags

v9.1.9

Toggle v9.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): update dependency @semantic-release/npm to v11.0.1 (#2046)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v9.1.8

Toggle v9.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): update dependency lint-staged to v15.0.1 (#2026)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v9.1.7

Toggle v9.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): remove timsort (#1946)

Up to the ECMAScript standard `Array.sort` is stable and all the
browsers that we polyfill already implement it that way so we don't need
timsort anymore.

v9.1.6

Toggle v9.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency vis-data to v7.1.6 (#1937)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v9.1.5

Toggle v9.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): synchronize peer dep versions across packages (#1936)

v9.1.4

Toggle v9.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: increase resource class (#1903)

2G of RAM just doesn't seem to be enough anymore.

v9.1.3

Toggle v9.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(interaction): initialize selection or dragging/paning but never b…

…oth (#1833)

When shift was pressed and the drag started on a node both would be
initialized. Afterwads dragging moved the node and drag end finished the
selection leaving the node fixed and unable to be drag again.

v9.1.2

Toggle v9.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(interaction-handler): commit selection change on drag start (#1740)

It was changed but not commited with lead to issues like sometimes the wrong node being moved when dragging.

Co-authored-by: Yotam Berkowitz <[email protected]>

v9.1.1

Toggle v9.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): replace deprecated Rollup plugins (#1739)

v9.1.0

Toggle v9.1.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat(interaction-handler): add the ability to skip highlight when bin… (

#1537)

* feat(interaction-handler): add the ability to skip highlight when bindToWindow is false

* feat(interaction-handler): add skipHighlight to the docs

* refactor(interaction-handler): rename skipHighlight to autoFocus that defaults to true

Co-authored-by: Matan Sar-Shalom <[email protected]>
Co-authored-by: Tomina <[email protected]>