From 1c17374de1cd7b9e0b0b5e5c8e37e663c0351485 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Wed, 15 Jul 2015 09:50:15 -0700 Subject: [PATCH] Tweaks for #673 --- changelog.txt | 4 ++-- test/coverage.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 221fafd3..f9297c4f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,9 +1,10 @@ OPENSEADRAGON CHANGELOG ======================= -2.0.1: (in progress) +2.1.0: (in progress) * BREAKING CHANGE: the tile does not hold a reference to its image anymore. Only the tile cache keep a reference to images. * DEPRECATION: let ImageRecord.getRenderedContext create the rendered context instead of using ImageRecord.setRenderedContext +* DEPRECATION: TileSource.getTileSize is deprecated. Use TileSource.getTileWidth and TileSource.getTileHeight instead. * Added "tile-loaded" event on the viewer allowing to modify a tile before it is marked ready to be drawn (#659) * Added "tile-unloaded" event on the viewer allowing to free up memory one has allocated on a tile (#659) * Fixed flickering tiles with useCanvas=false when no cache is used (#661) @@ -15,7 +16,6 @@ OPENSEADRAGON CHANGELOG * Added support for non-square tiles (#673) * TileSource.Options objects can now optionally provide tileWidth/tileHeight instead of tileSize for non-square tile support. * IIIFTileSources will now respect non-square tiles if available. - * DEPRECATION: TileSource.getTileSize is deprecated use TileSource.getTileWidth and TileSource.getTileHeight instead. 2.0.0: diff --git a/test/coverage.html b/test/coverage.html index 9d61c48f..65cc2818 100644 --- a/test/coverage.html +++ b/test/coverage.html @@ -71,6 +71,7 @@ +