vis v3.11.0 Release Notes

Release Date: 2015-03-05 // about 9 years ago
  • Network

    • ๐Ÿš€ (added gradient coloring for lines, but set for release in 4.0 due to required refactoring of options)
    • ๐Ÿ›  Fixed bug where a network that has frozen physics would resume redrawing after setData, setOptions etc.
    • โž• Added option to bypass default groups. If more groups are specified in the nodes than there are in the groups, loop over supplied groups instead of default.
    • โž• Added two new static smooth curves modes: curveCW and curve CCW.
    • โž• Added request redraw for certain internal processes to reduce number of draw calls (performance improvements!).
    • โž• Added pull request for usage of Icons. Thanks @Dude9177!
    • ๐Ÿ‘ Allow hierarchical view to be set in setOptions.
    • ๐Ÿ›  Fixed manipulation bar for mobile.
    • ๐Ÿ›  Fixed #670: Bug when updating data in a DataSet, when Network is connected to the DataSet via a DataView.
    • ๐Ÿ›  Fixed #688: Added a css class to be able to distinguish buttons "Edit node" and "Edit edge".

    Timeline

    • Implemented orientation option 'both', displaying a time axis both on top and bottom (#665).
    • Implemented creating new range items by dragging in an empty space with the ctrl key down.
    • ๐Ÿ”ง Implemented configuration option order: function to define a custom ordering for the items (see #538, #234).
    • Implemented events click, doubleClick, and contextMenu.
    • Implemented method getEventProperties(event).
    • ๐Ÿ›  Fixed not property initializing with a DataView for groups.
    • ๐Ÿ”€ Merged add custom timebar functionality, thanks @aytech!
    • ๐Ÿ›  Fixed #664: end of item not restored when canceling a move event.
    • ๐Ÿ›  Fixed #609: reduce the left/right dragarea when an item range is very small, so you can still move it as a whole.
    • ๐Ÿ›  Fixed #676: misalignment of background items when using subgroups and the group label's height is larger than the contents.

    Graph2d

    • Implemented events click, doubleClick, and contextMenu.
    • Implemented method getEventProperties(event).

    DataSet/DataView

    • ๐Ÿ‘ Implemented support for mapping field names. Thanks @spatialillusions.
    • ๐Ÿ›  Fixed #670: DataView not passing a data property on update events (see #670)