mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-20 01:31:45 +03:00
Revert "changelog update for new event names"
This reverts commit c38b7aae4af4ca2c528b80ce8868f70b66e4037e.
This commit is contained in:
parent
c38b7aae4a
commit
33abd1b149
@ -3,19 +3,11 @@ OPENSEADRAGON CHANGELOG
|
|||||||
|
|
||||||
1.0.0: (in progress)
|
1.0.0: (in progress)
|
||||||
|
|
||||||
* BREAKING CHANGE: Renamed EventHandler to EventSource (#225)
|
|
||||||
* BREAKING CHANGE: MouseTracker event handler method signatures changed to 'handlerMethod( tracker, eventData)' (#23)
|
|
||||||
* BREAKING CHANGE: Button event names changed to lower case, removed "on" prefix (#226):
|
|
||||||
* "onPress" is now "press"
|
|
||||||
* "onRelease" is now "release"
|
|
||||||
* "onClick" is now "click"
|
|
||||||
* "onEnter" is now "enter"
|
|
||||||
* "onExit" is now "exit"
|
|
||||||
* "onFocus" is now "focus"
|
|
||||||
* "onBlur" is now "blur"
|
|
||||||
* MouseTracker now passes the original event objects to its handler methods (#23)
|
* MouseTracker now passes the original event objects to its handler methods (#23)
|
||||||
|
* Breaking change: MouseTracker event handler method signatures changed to 'handlerMethod( tracker, eventData)' (#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)
|
||||||
|
* Renamed EventHandler to EventSource (#225)
|
||||||
|
|
||||||
0.9.131:
|
0.9.131:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user