From ebfb7f50ba52ec609b82e9eef7b11c7dcd3d3991 Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 28 May 2015 12:53:10 +0200 Subject: [PATCH 1/4] Removed accidentally committed tooltips example --- examples/timeline/other/tooltips.html | 62 --------------------------- 1 file changed, 62 deletions(-) delete mode 100644 examples/timeline/other/tooltips.html diff --git a/examples/timeline/other/tooltips.html b/examples/timeline/other/tooltips.html deleted file mode 100644 index 7b75b42b..00000000 --- a/examples/timeline/other/tooltips.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - Timeline | Tooltips - - - - - - - - - -

- Show tooltips when hovering items using a CSS tooltip library or your own custom CSS. -

- -
- - - - \ No newline at end of file From 626d4b9b8b95353370fe0e1481c75c5482340738 Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 28 May 2015 13:51:50 +0200 Subject: [PATCH 2/4] Fixed #877: Added support for metaKey to select multiple items. --- HISTORY.md | 3 ++- examples/network/other/manipulation.html | 2 +- examples/timeline/editing/editingItemsCallbacks.html | 1 - lib/network/modules/InteractionHandler.js | 3 ++- lib/timeline/component/ItemSet.js | 4 ++-- lib/util.js | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 86bee3f5..d9e9e39e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -26,7 +26,8 @@ http://visjs.org ### Graph2d & Timeline - Fixed #858, #872, fixed usage of deprecated `unsubscribe` from DataSet. -- Fixed #869: add className with id to custom time bars +- Fixed #869: Add className with id to custom time bars +- Fixed #877: Added support for metaKey to select multiple items. ## 2015-05-22, version 4.0.0 diff --git a/examples/network/other/manipulation.html b/examples/network/other/manipulation.html index 6f62d50d..5eccddae 100644 --- a/examples/network/other/manipulation.html +++ b/examples/network/other/manipulation.html @@ -1,7 +1,7 @@ - Network | Localization + Network | Manipulation