All Versions
78
Latest Version
Avg Release Cycle
34 days
Latest Release
2380 days ago

Changelog History
Page 5

  • v3.7.1 Changes

    November 28, 2014

    Timeline

    • Implemented selection of a range of items using Shift+Click.
    • ๐Ÿ›  Fixed content in range items may overflow range after zoom.
    • ๐Ÿ›  Fixed onAdd/onUpdate callbacks when using a DataView (thanks @motzel).
    • ๐Ÿ›  Fixed configuring either start or end.
    • ๐Ÿ›  Fixed Timeline and Graph2d getting stuck in an infinite loop in some circumstances.
    • ๐Ÿ›  Fixed background items being selectable and editable when a height is set.

    Graph2D

    • โž• Added alignZeros option to dataAxis with default value true.
    • ๐Ÿ›  Fixed bug with points drawn on bargraphs
    • ๐Ÿ›  Fixed docs
    • ๐Ÿ›  Fixed height increase on scrolling if only graphHeight is defined.

    Network

    • dragEnd event now does not give the selected nodes if only the viewport has been dragged #453
    • ๐Ÿ”€ merged high DPI fix by @crubier, thanks!
  • v3.7.0 Changes

    November 14, 2014

    Graph2D

    • โž• Added points style for scatterplots and pointclouds.
    • ๐Ÿ’… Modularized the Graph2D draw styles.
    • โž• Added a finishedRedraw event.

    Network

    • โž• Added pointer properties to the click and the doubleClick events containing the XY coordinates in DOM and canvas space.
    • โœ‚ Removed IDs from navigation so multiple networks can be shown on the same page. (#438)

    Timeline

    • โž• Added a finishedRedraw event.
    • ๐Ÿ›  Fixed the disappearing item bug.
    • ๐Ÿ›  Fixed keycharm issue.
  • v3.6.4 Changes

    November 07, 2014

    General

    • โœ‚ Removed mousetrap due to Apache license, created keycharm and implemented it with vis.

    Timeline

    • ๐Ÿ›  Fixed height of background items when having a fixed or max height defined.
    • ๐Ÿ›  Fixed only one item being dragged when multiple items are selected.
    • ๐ŸŽ Optimised a serious slowdown on performance since hidden dates.

    Network

    • ๐Ÿ›  Fixed onRelease with navigation option.
    • ๐Ÿ›  Fixed arrow heads not being colored.

    Graph2D

    • ๐Ÿ›  Fixed cleaning up of groups.
    • Throw error message when items are added before groups.
    • Made graphHeight automatic if height is defined AND if graphHeight is smaller than the center panel when height is defined as well.
    • โž• Added new verticalDrag event for internal use, allowing the vertical scrolling of the grid lines on drag.
    • ๐Ÿ›  Fixed moving legend when postioned on the bottom and vertical dragging.
    • ๐ŸŽ Optimised a serious slowdown on performance since hidden dates.

    • Accepted a large pull request from @cdjackson adding the following features (thank you!):

    • Titles on the DataAxis to explain what units you are using.

    • ๐Ÿ’… A style field for groups and datapoints so you can dynamically change styles.

    • A precision option to manually set the amount of decimals.

    • Two new examples showing the new features.

  • v3.6.3 Changes

    October 28, 2014

    Timeline

    • ๐Ÿ›  Fixed background items not always be cleared when removing them.
    • ๐Ÿ›  Fixed visible items not always be displayed.
    • ๐ŸŽ Performance improvements when doing a lot of changes at once in a DataSet.

    Network

    • ๐Ÿ›  Fixed dashed and arrow lines not using inheritColor.

    DataSet

    • ๐Ÿ‘Œ Support for queueing of changes, and flushing them at once.
    • Implemented DataSet.setOptions. Only applicable for the queue options.
  • v3.6.2 Changes

    October 24, 2014
    • Vis.js is now dual licensed under both Apache 2.0 and MIT.
  • v3.6.1 Changes

    October 22, 2014

    Timeline

    • ๐Ÿ›  Fixed uneven stepsized with hidden dates.
    • ๐Ÿ›  Fixed multiple bugs with regards to hidden dates.
    • ๐Ÿ›  Fixed subgroups and added subgroup sorting. Subgroup labels will be in future releases.
  • v3.6.0 Changes

    October 21, 2014

    Network

    • Title of nodes and edges can now be an HTML element too.
    • ๐Ÿ—„ Renamed storePosition to storePositions. Added deprecation message and old name still works.
    • ๐Ÿš€ Worked around hammer.js bug with multiple release listeners.
    • ๐Ÿ‘Œ Improved cleaning up after manipulation toolbar.
    • โž• Added getPositions() method to get the position of all nodes or some of them if specific Ids are supplied.
    • โž• Added getCenterCoordinates() method to get the x and y position in canvas space of the center of the view.
    • ๐Ÿ›  Fixed node label becoming undefined.
    • ๐Ÿ›  Fixed cluster fontsize scaling.
    • ๐Ÿ›  Fixed cluster sector scaling.
    • โž• Added oldHeight and oldWidth to resize event.

    Timeline

    • ๐Ÿ’… Implemented field style for both items and groups, to set a custom style for individual items.
    • ๐Ÿ›  Fixed height of BackgroundItems not being 100% when timeline has a fixed height.
    • ๐Ÿ›  Fixed width of BackgroundItems not being reduced to 0 when zooming out.
    • ๐Ÿ›  Fixed onclick events in items not working.
    • โž• Added hiddenDates to hide specific times and/or days in the timeline.

    DataSet

    • โšก๏ธ Event listeners of update now receive an extra property data, containing the changed fields of the changed items.

    Graph2d

    • ๐Ÿ›  Fixed height of legend when there are many items showing.

    Graph3d

    • Implemented options xValueLabel, yValueLabel and zValueLabel for custom labels along the x, y, z axis. Thanks @fabriziofortino.
  • v3.5.0 Changes

    September 16, 2014

    Network

    • ๐Ÿ›  Fixed nodes not always being unfixed when using allowedToMove.
    • โž• Added dragStart and dragEnd events.
    • โž• Added edge selection on edge labels.

    Graph2d

    • ๐Ÿ›  Fixed dataAxis not showing large numbers correctly.
  • v3.4.2 Changes

    September 12, 2014

    Network

    • ๐Ÿ”„ Changed timings for zoomExtent animation.
    • ๐Ÿ›  Fixed possible cause of freezing graph when animating.
    • โž• Added locked to focusOnNode and releaseNode().
    • ๐Ÿ›  Fixed minor bug in positioning of fontFill of nodes with certain shapes.
    • โž• Added startStabilization event.
  • v3.4.1 Changes

    September 11, 2014

    Network

    • ๐Ÿ›  Fix for introduced bug on zoomExtent navigation button.
    • โž• Added animation to zoomExtent navigation button.
    • ๐Ÿ‘Œ Improved cleaning of Hammer.js bindings.

    Timeline

    • ๐Ÿ›  Fixed a bug in IE freezing when margin.item and margin.axis where both 0.