From dd3a8c7b49a45c6887bf1fb39539b49e420cb25e Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Tue, 6 Jan 2015 17:38:35 +0100 Subject: [PATCH] added destroy to examples, improved destroy in network (last commit wrongly labeled) updated history --- HISTORY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 90f84b11..bac92a3b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,17 +8,26 @@ http://visjs.org - Fixed flipping of hierarchical network on update when using RL and DU. - Added zoomExtentOnStabilize option to network. +- Improved destroy function, added them to the examples. +- Nodes now have bounding boxes that are used for zoomExtent. +- Made physics more stable (albeit a little slower). +- Made global color options for edges overrule the inheritColors. ### Graph2d - Fixed round-off errors of zero on the y-axis. - added show major/minor lines options to dataAxis. +- Fixed adapting to width and height changes. ### Timeline - Support for custom date formatting of the labels on the time axis. - added show major/minor lines options to timeline. +### Graph3d + +- Fixed mouse coordinates for tooltips. + ## 2014-12-09, version 3.7.2