vis v4.2.0 Release Notes

Release Date: 2015-06-05 // almost 9 years ago
  • General

    • 🛠 Fixed #893, #911: the clickToUse option of Network, Graph2d, and Network was blocking click events in the web page.

    Timeline

    • ➕ Added axis orientation option 'none'.
    • ➕ Added a property event to the properties emitted with the select event (see #923).
    • 👌 Improved function fit() to take into account the actual width of items.
    • 🛠 Fixed #897: Timeline option {snap: null} did give a validation error.
    • 🛠 Fixed #925: Event timechanged did not fire when mouse has been moved outside the timeline.

    Graph2D

    • 🛠 Fixed #892, addressed any case in validator.
    • 🛠 Fixed #898, lines are not taken into account for stacking.

    Network

    • 👌 Improved robustness against people molesting the Function.prototype.bind()
    • 🛠 Fixed few functions including storePositions().
    • ➕ Added beginnings of unit testing for network.
    • 🛠 Fixed #904, correctly parsing global font options now.
    • 🛠 Fixed dataView support for storePositions.
    • Second click on node is no longer unselect.
    • ➕ Added releaseFunction to openCluster.
    • 🛠 Fixed bug where the network could flicker when the pixelRatio is not integer.
    • ➕ Added enabled property to physics.
    • 🛠 Fixed #927, dragStart event didn't contain node that was being dragged