diff --git a/HISTORY.md b/HISTORY.md index e22310f4..f11a9ef0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -14,6 +14,8 @@ http://visjs.org - Added a property `event` to the properties emitted with the `select` event (see #923). - Improved function `fit()` to take into account the actual width of items. - Fixed #897: Timeline option `{snap: null}` did give a validation error. +- Fixed #925: Event `timechanged` did not fire when mouse has been moved outside + the timeline. ### Graph2D diff --git a/package.json b/package.json index 45752411..f80da958 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "keycharm": "^0.2.0", "uuid": "^2.0.1", "moment": "^2.10.2", - "propagating-hammerjs": "^1.4.2" + "propagating-hammerjs": "^1.4.3" }, "devDependencies": { "babel": "^5.1.11",