Skip to content

Releases: annotorious/annotorious-openseadragon

Version 2.7.17

17 Jan 18:25
d5df4ba
Compare
Choose a tag to compare

Maintenance Release

  • Fixes a bug with the polygon tool getting stuck when making a single click, before starting to drag (#186, PR #190, @blms)

Version 2.7.16

30 Nov 11:55
Compare
Choose a tag to compare

Maintenance Release

  • Fixes a bug with incorrectly scaled labels on point annotatations

Version 2.7.15

09 Nov 12:05
Compare
Choose a tag to compare

Maintenance release, adds zh locale

Version 2.7.14

25 Oct 06:19
Compare
Choose a tag to compare

Maintenance release

Version 2.7.13

08 Oct 07:57
Compare
Choose a tag to compare

Maintenance release

Fixes an import issue in util/ImageSnippet.js (thanks @AnanthParimi)

Version 2.7.12

01 Sep 20:38
Compare
Choose a tag to compare

Mostly a maintenace relase.

  • Rectangle annotation creation is now constrained to bounds of the image.
  • Fragment selectors using the percent format no longer fail

Version 2.7.11

30 Jun 08:59
Compare
Choose a tag to compare

Features

  • New configuration parameter disableDeleteKey that disables the default keyboard behavior of deleting the selected annotation when pressing Delete. disableDeleteKey is false by default.

Version 2.7.10

24 Jan 15:20
Compare
Choose a tag to compare

Bugfixes

  • findBounds methods now works properly in Gigapixel mode.
  • Fixes a bug that caused the crosshair to freeze while creating a new shape with mouse drag (#124)
  • In Gigapixel mode, OSD navigation got disabled after selecting a shape programmatically. Fixed.
  • Minor additions to Tool API to support more complex drawing behaviors

Version 2.7.9

15 Dec 12:44
Compare
Choose a tag to compare
  • Adds proper hit test for line shapes
  • Fixed various dependency vulnerabilities
  • Fixed a bug that caused zoom/pan to fail in Gigapixel mode when using the Map Annotation Plugin

Version 2.7.8

17 Sep 12:39
Compare
Choose a tag to compare

API

  • new method getAnnotationsIntersecting(annotationOrId) to query for annotations hat intersect a given annotation. Note that this method is experimental, and will currently return all annotations whose bounding boxes intersect the bounding box of the given annotation. No exact intersection test is made for polygons, lines, etc. which means results may be inaccurate.

Bugfixes

  • disableSelect init option now works as documented (#135)
  • When disableSelectis active, clicking outside an annotation no longer causes an error (#136)
  • When selecting an annotation programmatically via anno.selectAnnotation(arg), dragging the image was blocked; and clicking outside of the annotation did not close the annotation. Fixed (#137)
  • In headless mode, creating a selection (="annotation A") and then clicking another annotation (="annotation B") will properly create annotation A and select annotation B (issue #138)

Behavior/UI

  • Added Chinese and Japanese UI translations
  • Editor widget API: widgets can now add additional JSON-LD namespaces to the annotation @context.
  • When using Recogito to annotate content inside an iframe, the Editor auto-position now respects the iframe dimensions