Add changelog for #298

This commit is contained in:
Antoine Vandecreme 2014-03-20 16:01:34 -04:00
parent 73eaf2ce96
commit 447a7a2f64

View File

@ -3,6 +3,10 @@ OPENSEADRAGON CHANGELOG
1.0.1: (in progress) 1.0.1: (in progress)
* BREAKING CHANGE: the openseadragon-canvas element now have two child divs which mean: (#298)
* the drawer element is no longer accessible via viewer.canvas.firstChild but via viewer.drawersContainer.firstChild or viewer.drawer.canvas.
* the overlays elements are no longer accssible via viewer.canvas.childNodes but via viewer.overlaysContainer.childNodes or viewer.currentOverlays[i].element.
* Added layers support. Multiple images can now been displayed on top of each other with transparency via the Viewer.addLayer method (#298)
* DEPRECATION: overlay functions have been moved from Drawer to Viewer (#331) * DEPRECATION: overlay functions have been moved from Drawer to Viewer (#331)
* Improved overlay functions (#331) * Improved overlay functions (#331)
* Fixed: Nav button highlight states aren't quite aligned on Firefox (#303) * Fixed: Nav button highlight states aren't quite aligned on Firefox (#303)