Skip to main content

Release 3.3

· One min read
Miguel Gamboa
HtmlFlow Author

This release introduces the following changes:

  • Upgraded to Java 11.
  • Upgraded to HtmlApiFasterApi version 1.7.
  • Added a HtmlPartials class in the unit tests project with sample use cases.
  • Disabled the use of chained calls to dynamic() to prevent unexpected cache behavior.
  • Added support to disable HTML output indentation via the setIndented(boolean) setter on HtmlView and the corresponding property in HtmlVisitorCache.
  • Fixed support for pre elements in body as described in issue #46, including the ability to disable pretty print HTML indentation.