Version 4.1.0

This commit is contained in:
Ian Gilman 2023-05-25 13:53:17 -07:00
parent 324dc4ed30
commit 884968139d
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
OPENSEADRAGON CHANGELOG
=======================
4.1.0: (in progress...)
4.1.0:
* 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)

View File

@ -1,6 +1,6 @@
{
"name": "openseadragon",
"version": "4.0.0",
"version": "4.1.0",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"keywords": [
"image",
@ -47,4 +47,4 @@
"test": "grunt test",
"prepare": "grunt build"
}
}
}