Skip to content

Version 2.3.0

Choose a tag to compare

@rsimon rsimon released this 27 Mar 20:49
· 1367 commits to main since this release
  • Bugfix: .removeAnnotation now allows annotation object or annotation ID as argument (issue #84)
  • Delete Annotation button (finally!), with a mechanism that allows widget plugins to control whether delete is possible or not
  • Lots of behaviour tweaks to headless mode (running Annotorious with disableEditor: true)
  • headless config option now deprecated. Use disableEditor instead (#95)
  • disableEditor can be changed without re-initializing Annotorious (#92). E.g.:
anno.disableEditor = !anno.disableEditor;
  • ReadOnly mode can now be changed without re-initializing Annotorious (#93), through the .readOnly property. E.g.:
anno.readOnly = !anno.readOnly;
  • allowEmpty config option, will cause Annotorious to keep annotations with no bodies
  • Tweaked touch interaction: both press+hold and move+hold are now translated to double click, which closes the polygon
  • Removed Hammer.js dependency