Version 4.0.0

This commit is contained in:
Ian Gilman 2022-12-16 14:17:28 -08:00
parent c93df98363
commit 8e6196a3f3
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
OPENSEADRAGON CHANGELOG
=======================
3.2.0: (in progress...)
4.0.0:
* NEW BEHAVIOR: Setting the viewport rotation now animates by default (pass false for the new `immediately` parameter to disable) (#2136 @jonasengelmann)
* NEW BEHAVIOR: The auto resize now takes both width and height into account when scaling the contents proportionally to the viewer (#2256 @pearcetm)

View File

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