From 9c8f5cb61fe90e49fefa5954ee8bece5f2497cb7 Mon Sep 17 00:00:00 2001 From: josdejong Date: Wed, 19 Feb 2014 15:30:15 +0100 Subject: [PATCH] Updated history --- HISTORY.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8b0d757f..22b3a85d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,11 +6,19 @@ http://visjs.org ### Timeline -- Editable Items: dragged them, add new items, update items, and remove items. +- Editable Items: drag items, add new items, update items, and remove items. - Implemented options `selectable`, `editable`. -- Added events when dragging the custom time bar. +- 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. ### DataSet