vis v3.4.0 Release Notes

Release Date: 2014-09-10 // over 9 years ago
  • Graph2d

    • ๐Ÿ›  Fixed moment.js url in localization example.

    Network

    • ๐Ÿ›  Fixed some positioning issues with the close button of the manipulation menu.
    • โž• Added fontFill to Nodes as it is in Edges.
    • ๐Ÿ‘ Implemented support for broken image fallback. Thanks @sfairgrieve.
    • โž• Added multiline labels to edges as they are implemented in nodes. Updated multiline example to show this.
    • โž• Added animation and camera controls by the method .moveTo()
    • โž• Added new event that fires when the animation is finished.
    • โž• Added new example showing the new features of animation.
    • โž• Added getScale() method.

    Timeline

    • ๐Ÿ‘ Implemented support for templates.
    • Implemented a new item type: 'background'. This can be used to mark periods with a background color and label.
    • ๐Ÿ‘ Implemented support for attaching HTML attributes to items. Thanks @dturkenk.
    • ๐Ÿ›  Fixed moment.js url in localization example.
    • ๐Ÿ›  Fixed className of groups not being updated when changed.
    • ๐Ÿ›  Fixed the id field of a new item not correctly generated.
    • ๐Ÿ›  Fixed newly added item ignored when returning an other object instance.
    • ๐Ÿ›  Fixed option autoResize not working on IE in case of changing visibility of the Timeline container element.
    • ๐Ÿ›  Fixed an overflow issue with the dots of BoxItems when using groups.
    • ๐Ÿ›  Fixed a horizontal 1-pixel offset in the items (border width wasn't taken into account).
    • ๐Ÿ“‡ Renamed internal items from ItemBox, ItemRange, and ItemPoint to respectively BoxItem, RangeItem, and PointItem.
    • ๐Ÿ›  Fixed an error thrown when calling destroy().