sigma.js v1.1.0 Release Notes

Release Date: 2016-02-17 // about 8 years ago
    • โž• Added the SVG renderer.
    • โž• Added the minArrowSize setting (thanks to @ssidorchick).
    • โž• Added an edge quadtree and support for edge events (thanks to @sheymann).
    • ๐Ÿ›  Fixed #362: Nodes and edges can now have a number id.
    • โž• Added the renderers.snapshot plugin.
    • ๐Ÿ›  Fixed #403: renderer string container polymorphism.
    • โž• Added an event dispatched when instance is killed.
    • โž• Added low-level Barnes-Hut optimization to the layout.forceAltas2 plugin (thanks to @jacomyma).
    • โž• Added the mouseWheelEnabled setting.
    • โž• Added an option to skip quadtree indexation when refreshing an instance.
    • โž• Added defaultEdgeType and defaultNodeType settings.
    • โž• Added a isDragging flag in click event.
    • โž• Added some features to the layout.forceAltas2 plugin.
    • ๐Ÿ›  Fixed resizing related issues.
    • โž• Added the SVG exporter plugin.
    • ๐Ÿ›  Fixed some SVG-related bugs (thanks to @qinfchen).
    • โž• Added the A* plugin (thanks to @A----).
    • ๐Ÿ”„ Changed the singleHover setting to default to true.
    • โž• Added the cypher plugin (thanks to @sim51).
    • โž• Added the parallel edges plugin (thanks to @3ch01c).
    • โž• Added HDPI screens support (thanks to @mdamien).
    • ๐Ÿ›  Fixed a ForceAtlas2 bug related to the ajustSizes setting (thanks to @rangeonnicolas).
    • ๐Ÿ‘Œ Improved sigma.webgl.nodes.fast implementaton.
    • โž• Added some alternatives to sigma.webgl.edges.def.
    • Various optimizations.