Skip to content

Releases: tify-iiif-viewer/tify

v0.26.1

05 Aug 12:24
Compare
Choose a tag to compare

Removed obsolete OpenSeadragon files.

v0.26.0

04 Aug 23:21
Compare
Choose a tag to compare

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

08 Apr 13:22
Compare
Choose a tag to compare

Fixed link to IIIF manifest that was sometimes missing in export view.

v0.25.3

07 Apr 14:38
Compare
Choose a tag to compare

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.

v0.24.2

01 May 17:48
bd9aae5
Compare
Choose a tag to compare

This is a maintenance release which does not introduce any new features.

  • TIFY is now built with vue-cli 3.
  • Legal and contributors info has been updated.

v0.23.0

30 Jan 15:01
Compare
Choose a tag to compare
  • Manifests with missing canvases no longer break the thumbnails and TOC panels.
  • Supporter logos have been moved to the project root and are no longer part of the distribution package.

v0.22.2

12 Dec 16:37
Compare
Choose a tag to compare

One string eluded translation – not anymore.

v0.22.1

12 Dec 16:08
Compare
Choose a tag to compare

A tiny fix for TOC styles, which were a bit off in the previous releases.

v0.22.0

12 Dec 15:39
Compare
Choose a tag to compare
  • Packages that are only required for building TIFY are no longer installed with the TIFY package, speeding up the installation.
  • TIFY can be built on Windows again.

v0.21.2

24 Oct 20:53
Compare
Choose a tag to compare

Fixed package installation.