From 24b3d1caefa8f09eab63a0c635e7585392ab1597 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 17 Dec 2021 14:56:50 -0800 Subject: [PATCH] Changelogs for #2067, #2069, #2073 --- changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.txt b/changelog.txt index 655ede6c..d87a22e3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,11 @@ OPENSEADRAGON CHANGELOG 3.0.1: (in progress) +* Added isFullScreen method to Viewer (#2067 @JachiOnuoha) +* Fixed an issue where turning off panVertical or panHorizontal would not affect the panning keyboard combos (#2069 @JachiOnuoha) +* Cleaned up console.logs so that errors and warnings use console.error and console.warn as appropriate (#2073 @Abhishek-90) +* Improved documentation (#2067 @JachiOnuoha) + 3.0.0: * BREAKING CHANGE: Dropped support for older browsers (IE < 11) (#1872 #1949 #1951 @msalsbery, #1950 @rmontroy)