From 03583167c6fc28c7d60259342241c38ca68444ca Mon Sep 17 00:00:00 2001 From: josdejong Date: Thu, 20 Feb 2014 17:25:20 +0100 Subject: [PATCH] Updated history --- HISTORY.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8e81ef17..87439c92 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -17,9 +17,12 @@ http://visjs.org - Editable nodes and edges: create, update, and remove them. - Support for smooth, curved edges (on by default). -- Fixed scroll to zoom not working on IE in standards mode. -- Implemented support for hierarchical layout. - Performance improvements. +- Fixed scroll to zoom not working on IE in standards mode. +- Added hierarchical layout option. +- 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