mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Updated for 0.9.129
This commit is contained in:
parent
d941cee953
commit
024fefd7f1
@ -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:
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user