Changelog for #2356

This commit is contained in:
Ian Gilman 2023-05-24 14:03:14 -07:00
parent dedd85e184
commit 324dc4ed30

View File

@ -1,8 +1,9 @@
OPENSEADRAGON CHANGELOG
=======================
4.0.1: (in progress...)
4.1.0: (in progress...)
* NEW BEHAVIOR: When `navigatorRotate` is false, while the navigator image doesn't rotate, the red outline now does (#2356 @lcl45)
* The viewer no longer emits `canvas-key` events for both keydown and keypress events; canvas-key is now just for keydown, and the new `canvas-key-press` is for keypress (#2270 @hrghauri)
* 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, #2334 @Ughuuu @Titan21)