- Enhanced browser compatibility: added additional polyfills
- Bugfix:
.fitBounds
method no longer brakes on non-rectangle shapes (issue #36)
- Delete Annotation button (finally!), with a mechanism that allows widget plugins to control whether delete is possible or not
- Bugfix:
.removeAnnotation
now allows annotation object or annotation ID as argument (issue #37)
- Added touch support (issue #34)
- 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
- When changing the drawing tool, the current drawing tool is properly stopped in case drawing is currently ongoing