From 62fa378f51e7e516e9a315f3c2182585d5082725 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Mon, 10 Mar 2025 10:04:26 -0700 Subject: [PATCH] Changelog for #2686 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index e718de0f..fa1f84b6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. +* New option: loadDestinationTilesOnAnimation. With it on, during animations, OSD loads tiles in the destination region, rather than the areas passed through on the way to the destination. This new feature is on by default. (#2686 @MichaelWGibson) * Improved how OpenSeadragon is imported in various environments (#2644 @Aiosa) * Improved documentation (#2676 @bennlich) * Improved unit tests (#2640 @harshkg23)