Releases: Q42/Micrio.Client
Releases · Q42/Micrio.Client
Release list
v6.1.13
Full Changelog: v6.1.12...v6.1.13
- Added German localization
v6.1.11
Full Changelog: v6.1.10...v6.1.11
- IIIF single-image loading bugfixes
- IIIF loading improvements and better error handling
v6.1.9
Full Changelog: v6.1.8...v6.1.9
bundle.jsonsettings property updated
v6.1.8
v6.1.7
v6.1.4
Full Changelog: v6.1.3...v6.1.4
- Sanitization cleanups and restructures
v6.1.3
Full Changelog: v6.1.2...v6.1.3
- Cleanups
v6.1.2
Full Changelog: v6.1.1...v6.1.2
- Removed redundant URL router (hash / static path) --
data-routingis no longer active. - Removed global state exporter/importer
v6.1.1
What's Changed
- Feature/centralized backwards compatibility by @marcelduin in #45
- Client uses central
viewer.micr.io/[imageId]/bundle.jsonfor ALL data loading -- all data backwards compatibility, migrations and sanitizations are done serverside. - Using the client's JS API expects only the new
ViewPortmodel,[x0, y0, width, height]. The legacy model of[x0, y0, x1, y1]has been fully deprecated.
Full Changelog: v6.0.14...v6.1.1
v6.0.14
Full Changelog: v6.0.13...v6.0.14
- Small grid zooming bugfix