From 47a911bb4ac1d03c6f28ab000507f85b49452daf Mon Sep 17 00:00:00 2001 From: Mark Salsbery Date: Fri, 20 Sep 2013 09:38:01 -0700 Subject: [PATCH] MouseTracker Original Events in Handlers changelog.txt update --- changelog.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 42be4060..5a47088a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,13 @@ OPENSEADRAGON CHANGELOG ======================= -0.9.130: (In progress) +1.0.000: (In progress) + +* MouseTracker now passes the original event objects to its handler methods (#215) +* MouseTracker now supports a 'moveHandler' method for tracking mousemove events (#215) +* Breaking change: MouseTracker event handler method signatures changed to 'handlerMethod( tracker, eventData)' (#215) + +0.9.130: * Fixed: navigatorPosition option corrected. (#163) * OpenSeadragon.now() returned undefined the first time; fixed