Skip to content

v5.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kalaspuffar kalaspuffar released this 18 Sep 07:17
· 2 commits to master since this release

This is the 2019 Q3 release, mainly handling issues that Dedicon had with oscillation.

New in this version:

  • 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 <evaluate expression="$page"/>`, 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