sigma.js v1.0.2 Release Notes

Release Date: 2014-04-02 // about 10 years ago
  • Here 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