Changelog for #2644

This commit is contained in:
Ian Gilman 2025-01-10 09:53:09 -08:00
parent ffe12888cf
commit 7dfde9da3a

View File

@ -24,6 +24,7 @@ OPENSEADRAGON CHANGELOG
* New testing/demo utilities (MockSeadragon, DrawerSwitcher for switching drawers in demos, getBuiltInDrawersForTest for testing all drawers), serialization guard in tests to remove circular references.
* New demos, demonstrating the new pipeline. New demos for older plugins to show how compatible new version is.
* Misc: updated CSS for dev server, new dev & test commands.
* Improved how OpenSeadragon is imported in various environments (#2644 @Aiosa)
* Improved unit tests (#2640 @harshkg23)
* Fixed: Transparency detection didn't always work properly (#2636 @pcram-techcyte)
* Fixed: MouseTracker's hasGestureHandlers and hasScrollHandler values were not getting updated upon dynamically adding/removing handlers (#2649 @Seafret)