- Custom node shapes and images plug-in (thanks to @rpeleg1970)
- Fixed #189: Added doubleClick events
- Fixed #183: Avoid using
for in
to iterate over arrays (thanks to @cdevienne) - Added
http-server
dependency (thanks to @oncletom) - Minor fix in LICENSE.txt (thanks to @gdi2290)
- Added
"hidden"
nodes and edges support - Fixed typo in
sigma.instances
method (thanks to @juanpastas) - Fixed ForceAtlas2 stopForceAtlas2 method
- Improved captors
- Plus some minor and various fixes...
- Finalization:
- Closed issues related to the initial version that were not relevant in this new version
- Fixed some bugs in the new version related to both versions
- Added more plugins and code samples, to solve some actual use-cases
- Fixed a lot of bugs for the release
- Full new version of sigma from scratch, including old features:
- ForceAtlas2 plugin
- GEXF parser
- Canvas renderer
- ...and some new features:
- WebGL renderer
- Touch support
- Also added some unit tests (main classes, core API, ...).
- Architecture fully rewritten