From 71fb3a5e33149c5827adeea0b1c3425399de1048 Mon Sep 17 00:00:00 2001 From: Mark Salsbery Date: Fri, 13 Dec 2013 09:44:21 -0800 Subject: [PATCH] changelog update --- changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.txt b/changelog.txt index abb9fed9..95ebec39 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,6 +6,10 @@ OPENSEADRAGON CHANGELOG * Fixed: Nav button highlight states aren't quite aligned on Firefox (#303) * Added ControlAnchor options for default controls (#304) * Enabled basic cross-domain tile loading without tainting canvas (works in Chrome and Firefox) (#308) +* Added a ControlAnchor.ABSOLUTE enumeration. Enables absolute positioning of control elements in the viewer (#310) +* Added a navigatorMaintainSizeRatio option. If set to true, the navigator minimap resizes when the viewer element is resized (#310) +* Added 'ABSOLUTE' as a navigatorPosition option, along with corresponding navigatorTop, navigatorLeft options. Allows the navigator minimap to be placed anywhere in the viewer (#310) +* Enhanced the navigatorTop, navigatorLeft, navigatorHeight, and navigatorWidth options to allow a number for pixel units or a string for other element units (%, em, etc.) (#310) 1.0.0: