vis v1.0.0 Release Notes

Release Date: 2014-05-02 // about 10 years ago
  • Timeline

    • ๐Ÿ”จ Large refactoring of the Timeline, simplifying the code.
    • ๐ŸŽ Great performance improvements.
    • ๐Ÿ‘Œ Improved layout of box-items inside groups.
    • Items can now be dragged from one group to another.
    • Implemented option stack to enable/disable stacking of items.
    • Implemented function fit, which sets the Timeline window such that it fits all items.
    • Option editable can now be used to enable/disable individual manipulation actions (add, updateTime, updateGroup, remove).
    • Function setWindow now accepts an object with properties start and end.
    • ๐Ÿ›  Fixed option autoResize forcing a repaint of the Timeline with every check rather than when the Timeline is actually resized.
    • ๐Ÿ›  Fixed select event fired repeatedly when clicking an empty place on the Timeline, deselecting selected items).
    • ๐Ÿ›  Fixed initial visible window in case items exceed zoomMax. Thanks @Remper.
    • ๐Ÿ›  Fixed an offset in newly created items when using groups.
    • ๐Ÿ›  Fixed height of a group not reckoning with the height of the group label.
    • ๐ŸŽ Option order is now deprecated. This was needed for performance improvements.
    • More examples added.
    • ๐Ÿ›  Minor bug fixes.

    Graph

    • โž• Added recalculate hierarchical layout to update node event.
    • โž• Added arrowScaleFactor to scale the arrows on the edges.

    DataSet

    • A DataSet can now be constructed with initial data, like new DataSet(data, options).