mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Updated changelog and gitignore.
This commit is contained in:
parent
3707889567
commit
1743686d84
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*.sublime-workspace
|
||||
node_modules
|
||||
build/
|
||||
sftp-config.json
|
||||
|
@ -1,14 +1,15 @@
|
||||
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 memory leak while destroying the viewer (#421)
|
||||
* 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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user