Skip to content

Releases: Q42/Micrio.Client

v6.1.13

Choose a tag to compare

@marcelduin marcelduin released this 02 Jul 09:14

Full Changelog: v6.1.12...v6.1.13

  • Added German localization

v6.1.11

Choose a tag to compare

@marcelduin marcelduin released this 01 Jul 04:35

Full Changelog: v6.1.10...v6.1.11

  • IIIF single-image loading bugfixes
  • IIIF loading improvements and better error handling

v6.1.9

Choose a tag to compare

@marcelduin marcelduin released this 29 Jun 23:08

Full Changelog: v6.1.8...v6.1.9

  • bundle.json settings property updated

v6.1.8

Choose a tag to compare

@marcelduin marcelduin released this 26 Jun 07:35
93b61f3

What's Changed

Full Changelog: v6.1.7...v6.1.8

v6.1.7

Choose a tag to compare

@marcelduin marcelduin released this 25 Jun 06:28
5b992bc

What's Changed

Full Changelog: v6.1.6...v6.1.7

v6.1.4

Choose a tag to compare

@marcelduin marcelduin released this 24 Jun 06:15

Full Changelog: v6.1.3...v6.1.4

  • Sanitization cleanups and restructures

v6.1.3

Choose a tag to compare

@marcelduin marcelduin released this 24 Jun 05:19

Full Changelog: v6.1.2...v6.1.3

  • Cleanups

v6.1.2

Choose a tag to compare

@marcelduin marcelduin released this 24 Jun 02:50

Full Changelog: v6.1.1...v6.1.2

  • Removed redundant URL router (hash / static path) -- data-routing is no longer active.
  • Removed global state exporter/importer

v6.1.1

Choose a tag to compare

@marcelduin marcelduin released this 24 Jun 02:12

What's Changed

  • Feature/centralized backwards compatibility by @marcelduin in #45
  • Client uses central viewer.micr.io/[imageId]/bundle.json for ALL data loading -- all data backwards compatibility, migrations and sanitizations are done serverside.
  • Using the client's JS API expects only the new ViewPort model, [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

Choose a tag to compare

@marcelduin marcelduin released this 19 Jun 04:08

Full Changelog: v6.0.13...v6.0.14

  • Small grid zooming bugfix