From f88a1f0603178e1f1e2585332a0d6e35d4d4bd00 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 23 Aug 2022 14:17:39 -0700 Subject: [PATCH] Changelog for #2136 --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 88ce6570..2dd3ecb9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,8 @@ OPENSEADRAGON CHANGELOG 3.2.0: (in progress) +* NEW BEHAVIOR: Setting the viewport rotation now animates by default (pass false for the new immediately parameter to disable) (#2136 @jonasengelmann) +* DEPRECATION: Don't access the viewport's degrees property directly anymore; instead use setRotation and getRotation (#2136 @jonasengelmann) * Improved the constraints that keep the image in the viewer, specifically when zoomed out a lot (#2160 @joedf) * You can now provide an element for the navigator (as an alternative to an ID) (#1303 @cameronbaney, #2166 #2175 @joedf) * Now supporting IIIF "id" and "identifier" in addition to "@id" (#2173 @ahankinson)