Skip to content

Releases: ultraq/thymeleaf-layout-dialect

Thymeleaf Layout Dialect 1.1.3

18 Aug 07:44
Compare
Choose a tag to compare
  • Refactored handling of <title> elements for when they're lacking in either content or decorator templates and the layout:title-pattern processor is being used (#25)
  • Added a layout:replace attribute processor, an alias of layout:substituteby (just like Thymeleaf, the replace processor will eventually replace substituteby. They both perform the same function, but substituteby is effectively deprecated.)
  • Updated the Eclipse plugin help file to point to the updated 1.1.x processor locations.

Thymeleaf Layout Dialect 1.1.2

31 Jul 11:27
Compare
Choose a tag to compare
  • Relaxed the root element restriction when using the LEGACYHTML5 template mode due to the way the NekoHTML parser works on HTML fragments (#23)