diff --git a/HISTORY.md b/HISTORY.md index 7b9763cc..25220179 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,14 @@ vis.js history http://visjs.org +## not yet released, version 0.5.0 + +### Timeline + +- items can be dragged +- added events when dragging the custom time bar. + + ## 2014-01-31, version 0.4.0 ### Timeline diff --git a/docs/timeline.html b/docs/timeline.html index eaaf2339..20aae353 100644 --- a/docs/timeline.html +++ b/docs/timeline.html @@ -610,8 +610,8 @@ var options = {

Events

- Timeline fires events when changing the visible window by dragging, or when - selecting items. + Timeline fires events when changing the visible window by dragging, when + selecting items, and when dragging the custom time bar.

@@ -674,7 +674,7 @@ timeline.off('select', onSelect); rangechanged - Fired once after the user has dragging the timeline window. + Fired once after the user has dragged the timeline window.