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

Changelog History
Page 7

  • v0.7.4 Changes

    April 18, 2014

    Graph

    • ๐Ÿ›  Fixed IE9 bug.
    • ๐Ÿ’… Style fixes.
    • ๐Ÿ›  Minor bug fixes.
  • v0.7.3 Changes

    April 16, 2014

    Graph

    • ๐Ÿ›  Fixed color bug.
    • โž• Added pull requests from kannonboy and vierja: tooltip styling, label fill color.
  • v0.7.2 Changes

    April 09, 2014

    Graph

    • ๐Ÿ›  Fixed edge select bug.
    • ๐Ÿ›  Fixed zoom bug on empty initialization.
  • v0.7.1 Changes

    March 27, 2014

    Graph

    • ๐Ÿ›  Fixed edge color bug.
    • ๐Ÿ›  Fixed select event bug.
    • ๐Ÿ“„ Clarified docs, stressing importance of css inclusion for correct display of navigation an manipulation icons.
    • ๐Ÿ‘Œ Improved and expanded playing with physics (configurePhysics option).
    • โž• Added highlights to navigation icons if the corresponding key is pressed.
    • โž• Added freezeForStabilization option to improve stabilization with cached positions.
  • v0.7.0 Changes

    March 07, 2014

    Graph

    • ๐Ÿ”„ Changed navigation CSS. Icons are now always correctly positioned.
    • โž• Added stabilizationIterations option to graph.
    • โž• Added storePosition() method to save the XY positions of nodes in the DataSet.
    • ๐Ÿšš Separated allowedToMove into allowedToMoveX and allowedToMoveY. This is required for initializing nodes from hierarchical layouts after storePosition().
    • โž• Added color options for the edges.
  • v0.6.1 Changes

    March 06, 2014

    Graph

    • ๐Ÿ›  Bugfix graphviz examples.
    • ๐Ÿ›  Bugfix labels position for smooth curves.
    • ๐Ÿ‘‰ Tweaked graphviz example physics.
    • ๐Ÿ“š Updated physics documentation to stress importance of configurePhysics.

    Timeline

    • ๐Ÿ›  Fixed a bug with options margin.axis and margin.item being ignored when setting them to zero.
    • ๐Ÿ“š Some clarifications in the documentation.
  • v0.6.0 Changes

    March 05, 2014

    Graph

    • โž• Added Physics Configuration option. This makes tweaking the physics system to suit your needs easier.
    • Click and doubleClick events.
    • ๐ŸŽ‰ Initial zoom bugfix.
    • Directions for Hierarchical layout.
    • ๐Ÿ›  Refactoring and bugfixes.
  • v0.5.1 Changes

    February 20, 2014
    • ๐Ÿ›  Fixed broken bower module.
  • v0.5.0 Changes

    February 20, 2014

    Timeline

    • โšก๏ธ Editable Items: drag items, add new items, update items, and remove items.
    • Implemented options selectable, editable.
    • โž• Added events timechange and timechanged when dragging the custom time bar.
    • Multiple items can be selected using ctrl+click or shift+click.
    • Implemented functions setWindow(start, end) and getWindow().
    • ๐Ÿ›  Fixed scroll to zoom not working on IE in standards mode.

    Graph

    • โšก๏ธ Editable nodes and edges: create, update, and remove them.
    • ๐Ÿ‘Œ Support for smooth, curved edges (on by default).
    • ๐ŸŽ Performance improvements.
    • ๐Ÿ›  Fixed scroll to zoom not working on IE in standards mode.
    • โž• Added hierarchical layout option.
    • 0๏ธโƒฃ Overhauled physics system, now using Barnes-Hut simulation by default. Great performance gains.
    • ๐Ÿ‘ Modified clustering system to give better results.
    • ๐ŸŽ Adaptive performance system to increase visual performance (60fps target).

    DataSet

    • ๐Ÿ“‡ Renamed functions subscribe and unsubscribe to on and off respectively.
  • v0.4.0 Changes

    January 31, 2014

    Timeline

    • Implemented functions on and off to create event listeners for events rangechange, rangechanged, and select.
    • Implemented function select to get and set the selected items.
    • Items can be selected by clicking them, muti-select by holding them.
    • ๐Ÿ›  Fixed non working start and end options.

    Graph

    • ๐Ÿ›  Fixed longstanding bug in the force calculation, increasing simulation stability and fluidity.
    • ๐ŸŽ Reworked the calculation of the Graph, increasing performance for larger datasets (up to 10x!).
    • ๐Ÿ‘Œ Support for automatic clustering in Graph to handle large (>50000) datasets without losing performance.
    • โž• Added automatic initial zooming to Graph, to more easily view large amounts of data.
    • โž• Added local declustering to Graph, freezing the simulation of nodes outside of the cluster.
    • โž• Added support for key-bindings by including mouseTrap in Graph.
    • โž• Added navigation controls.
    • โž• Added keyboard navigation.
    • Implemented functions on and off to create event listeners for event select.