vis v3.9.0 Release Notes

Release Date: 2015-01-16 // about 9 years ago
  • Network

    • โช Reverted change in image class, fixed bug #552
    • ๐Ÿ‘Œ Improved (not neccesarily fixed) the fontFill offset between different browsers. #365
    • ๐Ÿ›  Fixed dashed lines on firefox on Unix systems
    • Altered the Manipulation Mixin to be succesfully destroyed from memory when calling destroy();
    • ๐Ÿ‘Œ Improved drawing of arrowheads on smooth curves. #349
    • Caught case where click originated on external DOM element and drag progressed to vis.
    • โž• Added label stroke support to Nodes, Edges & Groups as per-object or global settings. Thank you @klmdb!
    • โช Reverted patch that made nodes return to 'default' setting if no group was assigned to fix issue #561. The correct way to 'remove' a group from a node is to assign it a different one.
    • Made the node/edge selected by the popup system the same as selected by the click-to-select system. Thank you @pavlos256!
    • ๐Ÿ‘Œ Improved edit edge control nodes positions, altered style a little.
    • ๐Ÿ›  Fixed issue #564 by resetting state to initial when no callback is performed in the return function.
    • โž• Added condition to Repulsion similar to BarnesHut to ensure nodes do not overlap.
    • โž• Added labelAlignment option to edges. Thanks @T-rav!
    • Close active sessions in dataManipulation when calling setData().
    • ๐Ÿ›  Fixed alignment issue with edgelabels

    Timeline

    • โž• Added byUser flag to options of the rangechange and rangechanged event.