Updated for 0.9.129

This commit is contained in:
Ian Gilman 2013-07-09 09:14:47 -07:00
parent d941cee953
commit 024fefd7f1
2 changed files with 6 additions and 6 deletions

View File

@ -1,19 +1,19 @@
OPENSEADRAGON CHANGELOG OPENSEADRAGON CHANGELOG
======================= =======================
0.9.129: (In Progress) 0.9.129:
* 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) * Fixed an error when using navPrevNextWrap on single images (#135)
* Various fixes to our timer handling (#133) * Various fixes to our timer handling (#133)
* Now generating source map for openseadragon.min.js (#51) * Now generating source map for openseadragon.min.js (#51)
* Faster and more consistent millisecond getter (#138)
* Fix for calculating overlay width / height (#142) * Fix for calculating overlay width / height (#142)
* On IE, ajax errors would cause an exception to be thrown; fixed (#144)
* JSHint tidying (#136) * JSHint tidying (#136)
* Improved Ajax method (#149) * Improved Ajax method (#149)
* Fixed tile rendering issue at lower zoom levels with the IIIF TileSource (#55)
* Overhauled AJAX error reporting (#151) * Overhauled AJAX error reporting (#151)
* Fixed: navigator image not updating when base zoom image is changed (#147)
0.9.128: 0.9.128:

View File

@ -1,6 +1,6 @@
{ {
"name": "OpenSeadragon", "name": "OpenSeadragon",
"version": "0.9.128", "version": "0.9.129",
"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",