vis v3.0.0 Release Notes

Release Date: 2014-07-07 // almost 10 years ago
  • Timeline

    • ๐Ÿ‘ Implemented support for displaying a title for both items and groups.
    • ๐Ÿ›  Fixed auto detected item type being preferred over the global item type.
    • Throws an error when constructing without new keyword.
    • โœ‚ Removed the 'rangeoverflow' item type. Instead, one can use a regular range and change css styling of the item contents to:

      .vis.timeline .item.range .content {
        overflow: visible;
      }
      
    • ๐Ÿ›  Fixed the height of background and foreground panels of groups.

    • ๐Ÿ›  Fixed ranges in the Timeline sometimes overlapping when dragging the Timeline.

    • ๐Ÿ›  Fixed DataView not working in Timeline.

    Network (formerly named Graph)

    • ๐Ÿ“‡ Renamed Graph to Network to prevent confusion with the visualizations Graph2d and Graph3d.
      • Renamed option dragGraph to dragNetwork.
    • Now throws an error when constructing without new keyword.
    • โž• Added pull request from Vukk, user can now define the edge width multiplier when selected.
    • ๐Ÿ›  Fixed graph.storePositions().
    • ๐Ÿ—„ Extended Selection API with selectNodes and selectEdges, deprecating setSelection.
    • ๐Ÿ›  Fixed multiline labels.
    • โšก๏ธ Changed hierarchical physics solver and updated docs.

    Graph2d

    • โž• Added first iteration of the Graph2d.

    Graph3d

    • Now throws an error when constructing without new keyword.