Changelog for #2075

This commit is contained in:
Ian Gilman 2021-12-23 11:47:41 -08:00
parent fab395dc02
commit 055699a00a

View File

@ -3,6 +3,8 @@ OPENSEADRAGON CHANGELOG
3.0.1: (in progress)
* Added subPixelRoundingForTransparency Viewer option to address seams that can appear in semi-transparent images (#2075 @TanukiSharp)
* Added Viewer.isAnimating() (#2075 @TanukiSharp)
* 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)