Releases: ultraq/thymeleaf-layout-dialect
Releases · ultraq/thymeleaf-layout-dialect
Thymeleaf Layout Dialect 1.1.4
- Minor bugfixes, small refactoring, and a large cleanup as a result of the work done towards being compatible with Thymeleaf 2.1.
Thymeleaf Layout Dialect 1.1.3
- Refactored handling of
<title>
elements for when they're lacking in either content or decorator templates and thelayout:title-pattern
processor is being used (#25) - Added a
layout:replace
attribute processor, an alias oflayout:substituteby
(just like Thymeleaf, thereplace
processor will eventually replacesubstituteby
. They both perform the same function, butsubstituteby
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
- Relaxed the root element restriction when using the LEGACYHTML5 template mode due to the way the NekoHTML parser works on HTML fragments (#23)