From ae1e2757baf8b8092c6003b989d4c1f886d109c8 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 16 Aug 2016 09:48:29 -0700 Subject: [PATCH] Changelog for #837 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index c44d04d7..8a661e31 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,6 +9,7 @@ OPENSEADRAGON CHANGELOG * Fixed issue with tiles not appearing with wrapHorizontal/wrapVertical if you pan too far away from the origin (#987) * The Viewer's tileSources option is now smarter about detecting JSON vs XML vs URL (#999) * The navigationControlAnchor option now works for custom toolbar as well (#1004) +* Added getFullyLoaded method and "fully-loaded-change" event to TiledImage to know when tiles are fully loaded (#837) 2.2.1: