All Versions
7
Latest Version
Avg Release Cycle
225 days
Latest Release
1239 days ago
Changelog History
Changelog History
-
v1.2.1
October 13, 2017- ๐ Fixing the A* plugin (thanks to @RohitJV).
- ๐ Fixing SVG export (thanks to @CarloLucibello).
-
v1.2.0
November 03, 2016- โ Added the layout.noverlap plugin (thanks to @apitts).
- โ Added the renderers.edgeDot plugin (thanks to @jotunacorn).
- ๐ Fixed
sigma.require.js
so that Webpack & node.js can require the library. - ๐ Fixed camera zoom weird behavior on retina displays (thanks to @robindemourat).
-
v1.1.0
February 17, 2016- โ 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
anddefaultNodeType
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 totrue
. - โ 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.
-
v1.0.3
August 22, 2014Here is what's new:
- ๐ Fixed #186: NPM sigma package
- ๐ New helper
sigma.utils.zoomTo
(thanks to @josemazo) - ๐ Fixed #241: Improved canvas renderer
- ๐ Fixed #244: (min|max)(Node|Edge)Size as strings or numbers
- ๐ Cross available in the customShapes plugin (thanks to @csweaver)
- ๐ Relative size plugin (thanks to @tsdaemon)
- ๐ Fixed y positions from sigma.parsers.gexf (thanks to @totetmatt)
- ๐ Fixed lag problem for the dragNodes plugin on Firefox (thanks to @apitts)
- โ Added the
singleHover
settings (thanks to @patrickmarabeas) - ๐ Improved dragNodes behaviours with several hovered nodes (thanks to @patrickmarabeas)
- โ Added self-loops rendering for curved edges (thanks to @ssidorchick)
- โก๏ธ Updated gexfParser.js version
- ๐ HITS statistics computation plugin (thanks to @mef)
- ๐ Fixed #299: Fixed
npm build
- ๐ Fixed #332: Fixed grunt tasks for building plugins
- ๐ Fixed #347: Added polymorphism for the autoRescale setting
- ๐ Fixed build for Force-Atlas 2 plugin (thanks to @luca)
- ๐ Fixed some typos (thanks to @Tal-Daniel)
- ๐ Custom edge shapes plugin (thanks to @sheymann)
- ๐ Filter API plugin (thanks to @sheymann)
- ๐ Right-click support (thanks to @sheymann)
- Event data now always dispatched by sigma.core (thanks to @sheymann)
- โ Added the
attachBefore
method tosigma.classes.graph
(thanks to @sheymann) - ๐ Fixed buggy behaviour with the dragNodes plugin when container is offset (thanks to @Pie21)
- โก๏ธ Updated NPM dev dependencies
- ๐ Fixed a leak in
sigma.classes.graph
(details at #340) - WebGL based Force-Atlas 2
-
v1.0.2
April 02, 2014Here is what's new:
- โ Added Canvas curved edge renderer
- โป๏ธ Fully refactored examples
- ๐ Fixed #211: Added default camera getter
- ๐ Fixes on ForceAtlas2 API (thanks to @adkatrit)
- โ Added Canvas curved arrows edge renderer (thanks to @ssidorchick)
- ๐ Fixed #220: WebGL edges batch rendering fixed
- ๐ Fixed #175: Disable setAutoSettings in ForceAtlas2
- ๐ Fixed some minor typos (thanks to @anirvan)
- โ Added the
sigma.plugins.dragNodes
plugin for the Canvas renderer (thanks to @josemazo) - ๐ Fixed
gjslint.py does not exist
error (thanks to @jeroencoumans) - ๐ Made it easier to build for newbies by not requiring global
grunt-cli
(thanks to @eins78) - ๐ Some minor changes on docs and GEXF parser (thanks to @Yomguithereal)
- โ Added current version number as
sigma.version
- ๐ Fixed #236: Implemented
kill
renderers method
-
v1.0.1
February 26, 2014Here is what's new :
- 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...
-
v1.0.0
January 30, 2014Here is what's new :
- 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
- Full new version of sigma from scratch, including old features: