Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Releases: unchartedsoftware/cytoscape.js-expand-collapse

Fix unbind and rebind of event handlers

23 Jan 02:40
154d41b
Compare
Choose a tag to compare

Fixed event handler problems that prevented enableCue() and disableCue() from working.

Use zDepth and zIndex for group depth

21 Jan 20:09
d1fe3aa
Compare
Choose a tag to compare

Use both zDepth and zIndex to determine top group when there are overlapping groups.

Allow hover over nodes and edges

20 Jan 15:01
963c572
Compare
Choose a tag to compare

Hovering over nodes and edges inside a group will no longer make the cue disappear.

Touch for expand/collapse

16 Dec 16:18
9ef6824
Compare
Choose a tag to compare

feature: touch works for expand and collapse
bugfix: if edge is over a cue, edge no longer gets selected

Multiple selected groups

28 Oct 13:07
d19a852
Compare
Choose a tag to compare

Supports multiple selected groups and renders images better. Hovering is less buggy.