Updated changelog and gitignore.

This commit is contained in:
Ian Gilman 2014-07-30 09:25:40 -07:00
parent 3707889567
commit 1743686d84
2 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.sublime-workspace *.sublime-workspace
node_modules node_modules
build/ build/
sftp-config.json

View File

@ -1,14 +1,15 @@
OPENSEADRAGON CHANGELOG OPENSEADRAGON CHANGELOG
======================= =======================
1.1.2: (in progress) 1.2.0: (in progress)
* New combined IIIF TileSource for 1.0 through 2.0 (#441)
* BREAKING CHANGE: Removed IIIF1_1TileSource (now that IIIFTileSource supports all versions)
* Allowed TileSources to have dynamic tileSize via source.getTileSize(level) (#441)
* DEPRECATION: Use .getTileSize(level) instead of .tileSize
* Fix for IIPServer-style urls when using DZI (#413) * Fix for IIPServer-style urls when using DZI (#413)
* Fix memory leak while destroying the viewer (#421) * Fix memory leak while destroying the viewer (#421)
* Added fitBoundsWithConstraints() to the viewport (#423) * Added fitBoundsWithConstraints() to the viewport (#423)
* New combined IIIF TileSource for 1.0 through 2.0 (#441)
* Allowed TileSources to have dynamic tileSize via source.getTileSize(level) (#441)
1.1.1: 1.1.1: