Releases: tify-iiif-viewer/tify
Releases · tify-iiif-viewer/tify
v0.26.1
v0.26.0
This release includes the newest version of OpenSeadragon, improved (yet visually identical) SVG icons, and better URL query handling. The last remnants of IE 11 support have been purged.
Support for setting the manifest URL via query parameter manifest
has been removed. If you need this feature, use something like this:
new Tify({
container: '#tify',
manifestUrl: (new URLSearchParams(window.location.search)).get('manifest'),
})
v0.25.4
v0.25.3
TIFY can now be run in multiple independent instances and got an API which allows to control almost anything programmatically. Several functional and styling bugs have been fixed as well.
This release includes major changes, so if you are are upgrading from any previous version, have a look at the upgrading guidelines.