Skip to content

v3.2.1

Latest
Compare
Choose a tag to compare
@kalaspuffar kalaspuffar released this 21 Oct 07:35
· 10 commits to master since this release
  • Formatting
    • Formatting process is faster and guaranteed to converge
    • Volume breaking is more stable #50
    • Fix interpretation of volume-keep-priority in and around nested blocks
    • Fix break-before="page" when already at the beginning of a page, resulting in less empty pages in the result. #98
    • Allow evaluation of $volume in volume transitions and in the normal flow #99
    • Allow `, where you previously had to say (round $page) or (format {0} $page) #99
    • Be more strict about what is allowed in an expression #99
    • Don't normalize space in evaluating expressions #99
    • Call setResolver earlier to enable peeking to Evaluate or PageNumberReference segments #105
    • Fix a mismatch between the behavior of ScenarioData and RowGroupDataSource that could result in an IllegalStateException, notably when a break-before="page" occurs when there are only empty blocks on the current page, some of which have markers. #98
    • any-resumed does not reduce available space on page when not rendered
    • Improved documentation #102