Skip to content

Commit

Permalink
Merge tag '0.6.1' into develop
Browse files Browse the repository at this point in the history
dc.graph 0.6.1
  • Loading branch information
gordonwoodhull committed Oct 17, 2018
2 parents d208f01 + 5a3fe62 commit 3027fce
Show file tree
Hide file tree
Showing 27 changed files with 623 additions and 178 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.6.1
* expand/collapse now has different "strategies" for dealing with in-memory graphs - the (poorly named) `dc_graph.expand_collapse.shown_hidden` statefully expands and collapses (and hides) with the old behavior, while the (also poorly named) `dc_graph.expand_collapse.expanded_hidden` declaratively defines expansion as "one hop from a selected set of nodes".
* in addition to the prior `expand_collapse` highlight groups "collapse-highlight-group" and "hide-highlight-group", it also supports "expanded-highlight-group" showing the expanded/selected nodes
* `expand_collapse` no longer annotates nodes to keep track of its state; it politely uses a key->boolean mapping object

## 0.6.0
* new "explore" demo which refines a feature previously hidden in "main" demo
* various improvements to "main" demo (index.html)
Expand Down
6 changes: 3 additions & 3 deletions dc.graph.cola.worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dc.graph.cola.worker.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dc.graph.d3-force.worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dc.graph.d3-force.worker.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dc.graph.d3v4-force.worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dc.graph.d3v4-force.worker.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dc.graph.dagre.worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dc.graph.dagre.worker.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 3027fce

Please sign in to comment.