mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Changelog for #1213
This commit is contained in:
parent
818d445ec9
commit
f0a943281b
@ -51,6 +51,7 @@ OPENSEADRAGON CHANGELOG
|
||||
* Fixed issue with transparent images sometimes disappearing on Safari (#1222)
|
||||
* Better calculation for TileCache release cutoff (#1214)
|
||||
* Fixed: One image failing to load could cause the others to never load (#1229)
|
||||
* Added functions for dynamically adding and removing the reference strip in sequence mode (#1213)
|
||||
|
||||
2.2.1:
|
||||
|
||||
|
@ -2160,6 +2160,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
||||
|
||||
/**
|
||||
* Enables and displays the reference strip based on the currently set tileSources.
|
||||
* Works only when the Viewer has sequenceMode set to true.
|
||||
* @function
|
||||
*/
|
||||
addReferenceStrip: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user