vis v3.2.0 Release Notes

Release Date: 2014-08-14 // over 9 years ago
  • General

    • ๐Ÿ”จ Refactored Timeline and Graph2d to use the same core.

    Graph2d

    • โž• Added visible property to the groups.
    • โž• Added getLegend() method.
    • โž• Added isGroupVisible() method.
    • ๐Ÿ›  Fixed empty group bug.
    • โž• Added fit() and getItemRange() methods.

    Timeline

    • ๐Ÿ›  Fixed items in groups sometimes being displayed but not positioned correctly.
    • ๐Ÿ›  Fixed a group "null" being displayed in IE when not using groups.

    Network

    • ๐Ÿ›  Fixed mass = 0 for nodes.
    • โšก๏ธ Revamped the options system. You can globally set options (network.setOptions) to update settings of nodes and edges that have not been specifically defined by the individual nodes and edges.
    • Disabled inheritColor when color information is set on an edge.
    • ๐Ÿ‘‰ Tweaked examples.
    • โœ‚ Removed the global length property for edges. The edgelength is part of the physics system. Therefore, you have to change the springLength of the physics system to change the edge length. Individual edge lengths can still be defined.
    • โœ‚ Removed global edge length definition form examples.
    • โœ‚ Removed onclick and onrelease for navigation and switched to Hammer.js (fixing touchscreen interaction with navigation).
    • ๐Ÿ›  Fixed error on adding an edge without having created the nodes it should be connected to (in the case of dynamic smooth curves).