mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Add changelog for #298
This commit is contained in:
parent
73eaf2ce96
commit
447a7a2f64
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user