New
1.3.1
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
SectionBuildernow flattens any root-levelBlockSequencewithout 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 anEitherwhen callingtoString
- fix