Skip to content

1.1.0

Compare
Choose a tag to compare
@ndw ndw released this 26 Jul 18:48
1.1.0
5e00fde

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 renamed annotation-style.
  • The annotations-javascript-css and annotations-inline-css parameters.
    have been replaced with a single annotations-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.