mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Changelog for #256
@avandecreme, please double-check to make sure I've got it all right!
This commit is contained in:
parent
d982035b64
commit
c595d0a74e
@ -19,6 +19,14 @@ OPENSEADRAGON CHANGELOG
|
||||
* Button "onExit" changed to "exit"
|
||||
* Button "onFocus" changed to "focus"
|
||||
* Button "onBlur" changed to "blur"
|
||||
* Numerous improvements to fullPage/fullScreen (#256):
|
||||
* Retains zoom/pan position better when switching into and out of fullPage.
|
||||
* Retains scroll position when switching back out.
|
||||
* More resilient to styling variations on the page.
|
||||
* BREAKING CHANGE: setFullPage no longer automatically engages fullScreen; there's now a separate setFullScreen.
|
||||
* BREAKING CHANGE: 'fullpage' event is now 'full-page'.
|
||||
* There is now a 'full-screen' event.
|
||||
* There are now 'pre-full-page' and 'pre-full-screen' events that include a preventDefaultAction property you can set.
|
||||
* MouseTracker now passes the original event objects to its handler methods (#23)
|
||||
* MouseTracker now supports an optional 'moveHandler' method for tracking mousemove events (#215)
|
||||
* Added stopHandler to MouseTracker. (#262)
|
||||
|
Loading…
Reference in New Issue
Block a user