From 59083b766928ffefade84bc5b7c2ee775c685806 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 23 Feb 2023 15:07:09 -0800 Subject: [PATCH] Changelog for #2301 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 0ba33703..5afc9528 100644 --- a/changelog.txt +++ b/changelog.txt @@ -7,6 +7,7 @@ OPENSEADRAGON CHANGELOG * You can now specify a priority when calling addHandler, to control when your event handler gets called relative to others (#2273 @Aiosa) * Added tileRetryMax and tileRetryDelay options, so the viewer can retry loading failed tiles (#2238 @Ughuuu, @paaddyy) * All of the viewers keyboard handling is now in response to keydown events (it used to be split between keydown and keypress) (#2291 @MohitBansal321) +* Added canvas-focus and canvas-blur events to Viewer (#2301 @MohitBansal321) * Improved documentation (#2297 @KevinBritten) * Fixed: The tile-loaded event's completionCallback could be called more than once in some circumstances (#2282 @Aiosa, @pearcetm) * Fixed: Navigator display rectangle was off if the page had box-sizing: border-box (#2276 @ambujsahu81)