8000 Tags · martynjames/vis-network · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: martynjames/vis-network

Tags

v7.6.1

Toggle v7.6.1's commit message

Verified

8000
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency vis-dev-utils to v2.2.6 (visjs#625)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

v7.6.0

Toggle v7.6.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: getPositions signature fix, getPosition feature. (visjs#637)

* fix: corrected signature of getPositions, implemented getPosition.

* docs: updated getPositions/getPosition documentation.

* docs: s/string/IdType/g

* lint: linted.

* docs: documentation fixes as requested.

* lint: linted.

* docs: updated documentation as requested

Co-authored-by: Tomáš Vyčítal <tom.vycital@gmail.com>

v7.5.2

Toggle v7.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): bump acorn from 7.1.0 to 7.1.1 (visjs#607)

Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@7.1.0...7.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

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

v7.5.1

Toggle v7.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(options): don't override Node options with Group options (visjs#592)

Node options are being overridden by the values defined by the Group,
which should be the case, since more specific options (node) should have
priority over more generic ones (group).

This was fixed for `color` [1], but there are still many useful options
such as borderWidth, image, and shape that are being overridden.

This patch fixes this by not merging from the group any new option that
has been set for the node.

Fix visjs#408

[1]: almende/vis#3713

v7.5.0

Toggle v7.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add node opacity (visjs#554)

* Fix: visjs#226

* Add opacity option to nodes

* Fix shadow color being mangled

* Remove console.log

* Change to use util version of overrideOpacity

* Fix updating groups instead of node

Change import to only import overrideOpacity

* Fix local opacity not being applied

* Fix wrong property name

* Fix drawing selected instead of hovered

* Update example

* Update example

* Fix opacity of 0 wouldn't pass

* Fix checks for truthiness instead of nullness

Add groups to example

* Added to docs

KR Docs todo

* Update example

Fix problems with values invalid for opacity

* Update example

Fix error logging for invalid node opacity options

* Create function to check opacity

Clear up comment on opacity option

* Fix image opacity transferring to shapes

* Remove console.log

* WIP: Fix group opacity overriding node opacity

* Fix group options overriding local options

Co-authored-by: Tyler Maclachlan <tyler.maclachlan@mwrinfosecurity.com>

v7.4.2

Toggle v7.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(hierarchical-repulsion-solver): remove assignment to const (visjs…

…#576)

I have no idea why it was assigned in the first place. The new value was
not used for anything at all.

v7.4.1

Toggle v7.4.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): update dependency vis-data to v6.5.1 (visjs#582)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

v7.4.0

Toggle v7.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(build): use common build process (visjs#526)

* feat(build): use common build process

visjs/vis-util#144

* test(cypress): update for the new .d.ts structure

v7.3.6

Toggle v7.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(uuid): replace vis-uuid by uuid (visjs#462)

v7.3.5

Toggle v7.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(physics): allow theta to be configured (visjs#417)

I have no idea why this was disabled. There are no comments explaining
it and blame was also unhelpful. Hopefully someone just messed up adding
theta.
0