OSD 2.1.0

This commit is contained in:
Ian Gilman 2015-11-12 13:44:05 -08:00
parent 8e2675e809
commit 404a248183
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
OPENSEADRAGON CHANGELOG
=======================
2.1.0: (in progress)
2.1.0:
* BREAKING CHANGE: the tile does not hold a reference to its image anymore. Only the tile cache keep a reference to images.
* BREAKING CHANGE: TileSource.tileSize no longer exists; use TileSource.getTileWidth() and TileSource.getTileHeight() instead.
* DEPRECATION: let ImageRecord.getRenderedContext create the rendered context instead of using ImageRecord.setRenderedContext

View File

@ -1,6 +1,6 @@
{
"name": "OpenSeadragon",
"version": "2.0.0",
"version": "2.1.0",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"devDependencies": {
"grunt": "^0.4.5",