Changelogs for #2067, #2069, #2073

This commit is contained in:
Ian Gilman 2021-12-17 14:56:50 -08:00
parent 9da3fb8da9
commit 24b3d1caef

View File

@ -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)