Annotator v1.2.8
This is Annotator v1.2.8, a maintenance release which is intended to be the one of the last in the v1.2.x series.
Added:
Annotator#destroy()
, which allows you to fully remove an Annotator instance from the page.
Fixed:
- Fixed a bug in calculating the position at which the "adder" widget should be displayed when making a selection. (See #243, #244).
- Fixed a bug in the code that normalises annotation ranges. Thanks to @csillag for reporting and fixing this. (See #238).
- Fixed a bug in the Filter plugin which incorrectly split whitespace-delimited tags. Thanks to @gbone24 for reporting and fixing this. (See #256).
- Fixed a bug with the Document plugin injecting invalid markup into XHTML documents. Thanks to @tilgovi for reporting and fixing this. (See d2f8c43).
- Fixed a bug in the Permissions plugin where whole user objects were used in place of the user ID. Thanks to @ctnitchie for reporting and fixing this. (See #271).
- A number of improvements to the Annotator tests and developer toolchain.