Skip to content

Commit

Permalink
Version 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iangilman committed Mar 5, 2020
1 parent eff33b6 commit c450749
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
OPENSEADRAGON CHANGELOG
=======================

2.4.2: (In Progress)
2.4.2:

* Add support for IIIF Image API 3.0 beta (#1764)
* You can now crop an image with arbitrary polygons (#1772)
* Improved support for using the Reference Strip in an OpenSeadragon Viewer inside a Web Component (#1676)
* Added setWidth and setHeight methods to Navigator (#1686)
* Fixed: Navigator was still resizing after you explicitly set its width and height with navigatorWidth and navigatorHeight (#1686)
* Improvements to docs (#1696, #1698, #1716, #1719)
* Now passing Viewer AJAX configs down to ReferenceStrip thumbnails (#1701)
* Removed use of deprecated imageSmoothingEnabled prefixes (#1740)
* The ReferenceStrip now honors the useCanvas option from the Viewer (#1742)
* Fixed: Navigator was still resizing after you explicitly set its width and height with navigatorWidth and navigatorHeight (#1686)
* Fixed issues with touches on iOS 13 and iPad (#1754, #1756)
* No longer throwing an exception on pages that have malformed URL parameters (#1758)
* Add support for IIIF Image API 3.0 beta (#1764)
* You can now crop an image with arbitrary polygons (#1772)
* Fixed an issue with flipping the viewport on high pixel density screens (#1779)
* Removed use of deprecated imageSmoothingEnabled prefixes (#1740)

2.4.1:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openseadragon",
"version": "2.4.1",
"version": "2.4.2",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"keywords": [
"image",
Expand Down

0 comments on commit c450749

Please sign in to comment.