Cytoscape.js 3.21.0 released
Cytoscape.js 3.21.0 has been released. This version adds support for a number of new features:
- Support for paths in
ele.data()
(e.g.ele.data('foo.bar')
), by @zirkelc #2952 - Support for
depthSort
inbreadthfirst
layout to allow for sorting the nodes in the layout, by @vitalos #2974 - Support for returning negative weight cycles in Bellman-Ford, by @TexKiller #2965
- Prototype pollution mitigation (affecting malicious extensions), by @JamieSlome #2959
Big thanks go out to the community members who contributed great features in this release!
The full list of changes can be found in the 3.21.0 milestone on GitHub.