Updated for 0.9.130

This commit is contained in:
Ian Gilman 2013-08-26 13:58:16 -07:00
parent 6ca934d0ca
commit 4d006d628c
2 changed files with 6 additions and 6 deletions

View File

@ -1,19 +1,19 @@
OPENSEADRAGON CHANGELOG OPENSEADRAGON CHANGELOG
======================= =======================
0.9.130: (In progress) 0.9.130:
* 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) * Fixed: navigatorPosition option corrected. (#163)
* OpenSeadragon.now() returned undefined the first time; fixed * OpenSeadragon.now() returned undefined the first time; fixed
* onTouchEnd did not call the correct mouse up handler; fixed (#159) * 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) * Touch events no longer capture mouse (was causing issues on devices that support both) (#168)
* You can now provide an onDraw function for overlays to do custom overlay manipulation (#160)
* Hiding and restoring broke the viewer; fixed (#177)
* Clicking on a button control no longer refreshes page (#184) * Clicking on a button control no longer refreshes page (#184)
* Drawer now works when the page is rtl (#187) * Drawer now works when the page is rtl (#187)
* Fixed a situation that could throw errors in touch handling (#188) * Fixed a situation that could throw errors in touch handling (#188)
* Added a destroy function on the viewer to clean up and remove elements (#179)
* Added partial support for rotation (just 90 degree increments for now). (#185)
0.9.129: 0.9.129:

View File

@ -1,6 +1,6 @@
{ {
"name": "OpenSeadragon", "name": "OpenSeadragon",
"version": "0.9.129", "version": "0.9.130",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.", "description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"devDependencies": { "devDependencies": {
"grunt": "~0.4.0", "grunt": "~0.4.0",