mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
changelog.txt update for button event signatures
This commit is contained in:
parent
76733c4ca2
commit
2aca47d88f
@ -15,6 +15,7 @@ OPENSEADRAGON CHANGELOG
|
|||||||
* Button "onExit" changed to "exit"
|
* Button "onExit" changed to "exit"
|
||||||
* Button "onFocus" changed to "focus"
|
* Button "onFocus" changed to "focus"
|
||||||
* Button "onBlur" changed to "blur"
|
* Button "onBlur" changed to "blur"
|
||||||
|
* BREAKING CHANGE: Button event handler method signatures changed to 'handlerMethod( eventSource, eventData)' (#224)
|
||||||
* MouseTracker now passes the original event objects to its handler methods (#23)
|
* MouseTracker now passes the original event objects to its handler methods (#23)
|
||||||
* MouseTracker now supports an optional 'moveHandler' method for tracking mousemove events (#215)
|
* MouseTracker now supports an optional 'moveHandler' method for tracking mousemove events (#215)
|
||||||
* Fixed: Element-relative mouse coordinates now correct if the element and/or page is scrolled (using new OpenSeadragon.getElementOffset() method) (#131)
|
* Fixed: Element-relative mouse coordinates now correct if the element and/or page is scrolled (using new OpenSeadragon.getElementOffset() method) (#131)
|
||||||
|
Loading…
Reference in New Issue
Block a user