All Versions
78
Latest Version
Avg Release Cycle
34 days
Latest Release
2775 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v0.7.4 Changes
April 18, 2014Graph
- ๐ Fixed IE9 bug.
- ๐ Style fixes.
- ๐ Minor bug fixes.
-
v0.7.3 Changes
April 16, 2014Graph
- ๐ Fixed color bug.
- โ Added pull requests from kannonboy and vierja: tooltip styling, label fill color.
-
v0.7.2 Changes
April 09, 2014Graph
- ๐ Fixed edge select bug.
- ๐ Fixed zoom bug on empty initialization.
-
v0.7.1 Changes
March 27, 2014Graph
- ๐ 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, 2014Graph
- ๐ 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, 2014Graph
- ๐ 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
andmargin.item
being ignored when setting them to zero. - ๐ Some clarifications in the documentation.
-
v0.6.0 Changes
March 05, 2014Graph
- โ 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, 2014Timeline
- โก๏ธ Editable Items: drag items, add new items, update items, and remove items.
- Implemented options
selectable
,editable
. - โ Added events
timechange
andtimechanged
when dragging the custom time bar. - Multiple items can be selected using ctrl+click or shift+click.
- Implemented functions
setWindow(start, end)
andgetWindow()
. - ๐ 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
andunsubscribe
toon
andoff
respectively.
-
v0.4.0 Changes
January 31, 2014Timeline
- Implemented functions
on
andoff
to create event listeners for eventsrangechange
,rangechanged
, andselect
. - 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
andend
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
andoff
to create event listeners for eventselect
.
- Implemented functions