From 447a7a2f642c03f4a36185ec28e1b37a21e5604c Mon Sep 17 00:00:00 2001 From: Antoine Vandecreme Date: Thu, 20 Mar 2014 16:01:34 -0400 Subject: [PATCH] Add changelog for #298 --- changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.txt b/changelog.txt index f66f80c8..53c3c8d8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,10 @@ OPENSEADRAGON CHANGELOG 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) * Improved overlay functions (#331) * Fixed: Nav button highlight states aren't quite aligned on Firefox (#303)