1.1.0
This release fixes issue #41. The fix is not backwards compatible with the previous release. In 1.0.0, using the “javascript” annotation style produced different HTML from the “inline” style. In the absence of JavaScript, the annotations were inaccessible. In this release, the only difference between the two styles is whether or not the script element is inserted which loads the JavaScript to support annotations as modal dialogs. This script updates the classes on annotation-related elements so that they are hidden by default and displayed as dialogs.
- The
f:annotation-style
function has been removed. - The
annotations
parameter has been renamedannotation-style
. - The
annotations-javascript-css
andannotations-inline-css
parameters.
have been replaced with a singleannotations-css
parameter. - The
<?db annotations="style"?>
processing instruction is no longer supported. - The reference guide has been updated accordingly.
This release fixes issue #39. The $debug
flags are now documented.
Related to issue #32, this release includes experimental support for backwards links (reverse jumps or “pmuj”s)
This release fixes issue #38 with a note about performance.