Skip to content

Thymeleaf Layout Dialect 2.4.0

Compare
Choose a tag to compare
@ultraq ultraq released this 30 Mar 23:38
  • Allow passing of values up to layout templates using fragment parameters (#157)
  • Updated how <head> element sorting was done so that the <title> can now
    optionally be put as the first element, instead of always making it first.
    Also created 2 new sorting strategies that reflect this respecting of the
    <title> and other element positions. (#176)
  • Fixed a bug around nested elements which arose in 2.3.0 (#178)
  • Fixed a bug when self-closing <html> tags are used as a root element (#173)
  • Added an experimental option to allow developers to opt-out of the automatic
    <head> merging that normally occurs, useful if wanted to manage that
    section using other Thymeleaf processors (#165)