Skip to content

1.3.1

Latest
Compare
Choose a tag to compare
@jenshalm jenshalm released this 01 Jan 17:41

This release is binary-compatible with the 1.x series.

It is a small follow-up patch for 1.3.0 released last year (well, yesterday) to improve on a somewhat incomplete fix.

  • Enhancements

    • SectionBuilder now flattens any root-level BlockSequence without id or styles as an AST cleanup step - #673
    • Resolvers for substitution references now run in all rewrite phases - #674
    • While the two enhancements above are mostly unrelated and self-contained, they both are required to really benefit from the fix in #670 published yesterday. The original fix only prevented runtime errors, but the included structures were not yet fully visible to navigation directives.
  • Bugfix

    • fix ElementContainer.toString: AST nodes were wrapping the rendered node in an Either when calling toString