From 30dc76b66ca032c96d51701528e737c168d14897 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 17 Apr 2025 09:29:01 -0700 Subject: [PATCH] Changelog for #2707 --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 92acf99d..aed1ffc7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -27,6 +27,8 @@ OPENSEADRAGON CHANGELOG * 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, #2690 @MichaelWGibson) * Overlay wrapper elements now have a "openseadragon-overlay-wrapper" class. If the overlay element has an ID, the wrapper gets a variant on that ID, but if the overlay element does not have an ID, we no longer give the wrapper an ID. (#2698 @lokaesshwar) * The functions the viewer uses to operate the zoom in and zoom out buttons are now accessible to be called programatically (#2702 @achu1998) +* The Viewer now has a getFullyLoaded function and a fully-loaded-change event, so you can know when all of the images in the viewer are loaded (#2707 @achu1998) +* The Viewer and TiledImage now both have a whenFullyLoaded function that will call you back when they are fully loaded (#2707 @achu1998) * Improved how OpenSeadragon is imported in various environments (#2644 @Aiosa) * Improved documentation (#2676 @bennlich) * Improved unit tests (#2640 @harshkg23)