Skip to content

Releases: openseadragon/openseadragon

v0.9.130

26 Aug 21:01
Compare
Choose a tag to compare
  • Added partial support for rotation (just 90 degree increments for now). (#185)
  • Hiding and restoring broke the viewer; fixed (#177)
  • You can now provide an onDraw function for overlays to do custom overlay manipulation (#160)
  • Added a destroy function on the viewer to clean up and remove elements (#179)
  • Fixed: navigatorPosition option corrected. (#163)
  • OpenSeadragon.now() returned undefined the first time; fixed
  • onTouchEnd did not call the correct mouse up handler; fixed (#159)
  • Touch events no longer capture mouse (was causing issues on devices that support both) (#168)
  • Clicking on a button control no longer refreshes page (#184)
  • Drawer now works when the page is rtl (#187)
  • Fixed a situation that could throw errors in touch handling (#188)

v0.9.129

30 Jul 18:06
Compare
Choose a tag to compare
  • Fixed: navigator image not updating when base zoom image is changed (#147)
  • Fixed tile rendering issue at lower zoom levels with the IIIF TileSource (#55)
  • On IE, ajax errors would cause an exception to be thrown; fixed (#144)
  • Faster and more consistent millisecond getter (#138)
  • Fixed an error when using navPrevNextWrap on single images (#135)
  • Various fixes to our timer handling (#133)
  • Now generating source map for openseadragon.min.js (#51)
  • Fix for calculating overlay width / height (#142)
  • JSHint tidying (#136)
  • Improved Ajax method (#149)
  • Overhauled AJAX error reporting (#151)

v0.9.128

30 Jul 18:05
Compare
Choose a tag to compare
  • The navigator is now off by default (#102)
  • Reverted minPixelRatio to 0.5 for better quality (#116)
  • Sometimes tiles wouldn't resolve if you used the blendTime option; fixed. (#95)
  • You can now choose to have previous and next buttons wrap using the config.navPrevNextWrap. (#114)
  • You can now specify an ID for a div to hold the navigator (#46)
  • You can now click in the navigator to go to a new location (#46)
  • Keyboard handling is now done in the viewer rather than navigator (#46)
  • Additional navigator fixes (#46)
  • Drawer events now fire properly (#94)
  • Fixed an error in EventHandler.removeHandler() (#48)
  • Better requestAnimationFrame detection on older Firefox (#103)
  • More efficient navigator loading (#115)
  • Simplified element opacity setting implementation (#123)

v0.9.127

30 Jul 18:03
Compare
Choose a tag to compare
  • Fixed a problem with getString when the string property is a sub-property. (#64)
  • Fixed: Tooltips for Navigation Controls not displaying (#63)
  • Cleaned up some diagnostic code that was broken.
  • Added fullpage class to viewer element when in fullpage mode (#61)
  • Reverted to original New BSD license; cleaned up license declarations (#89)

v0.9.126

30 Jul 17:54
Compare
Choose a tag to compare
  • DZI JSONp was broken; fixed.

v0.9.125

30 Jul 17:54
Compare
Choose a tag to compare
  • Fully deprecated OpenSeadragon.createFromDZI, safely deprecated Viewer.openTileSource and
    Viewer.openDZI to use Viewer.open internally. (#53 & #54).
  • Full page bug fix for when viewer is child of document body (#43).
  • Overlays for DZI bug fix (#45).
  • DziTileSource: avoid changing relative paths (#56).
  • Fix typo in preserveViewport handling (#77).
  • Fix updateMulti timer leak after multiple Viewer.open() calls (#76).
  • Minor documentation fixes.

v0.9.124

30 Jul 17:52
Compare
Choose a tag to compare
  • Performance enhancements.