Changelog updates for #1073 and #1066

This commit is contained in:
Ian Gilman 2016-11-08 09:51:40 -08:00
parent e910e93dbf
commit c27d424281

View File

@ -8,10 +8,10 @@ OPENSEADRAGON CHANGELOG
* Fixed CORS bug in IE 10 (#967) * Fixed CORS bug in IE 10 (#967)
* Added support for commonjs (#984) * Added support for commonjs (#984)
* Added an option to addTiledImage to change the crossOriginPolicy (#981) * Added an option to addTiledImage to change the crossOriginPolicy (#981)
* Fixed issue with tiles not appearing with wrapHorizontal/wrapVertical if you pan too far away from the origin (#987) * Fixed issue with tiles not appearing with wrapHorizontal/wrapVertical if you pan too far away from the origin (#987, #1066)
* The Viewer's tileSources option is now smarter about detecting JSON vs XML vs URL (#999) * The Viewer's tileSources option is now smarter about detecting JSON vs XML vs URL (#999)
* The navigationControlAnchor option now works for custom toolbar as well (#1004) * The navigationControlAnchor option now works for custom toolbar as well (#1004)
* Added getFullyLoaded method and "fully-loaded-change" event to TiledImage to know when tiles are fully loaded (#837) * Added getFullyLoaded method and "fully-loaded-change" event to TiledImage to know when tiles are fully loaded (#837, #1073)
* Fixed: Initial tile load wasn't happening in parallel (#1014) * Fixed: Initial tile load wasn't happening in parallel (#1014)
* Added Zoomify tile source (#863) * Added Zoomify tile source (#863)
* Fixed problem with "sparse image" DZI files (#995) * Fixed problem with "sparse image" DZI files (#995)