- Layout dialect rewritten to support Thymeleaf 3 (#68, Layout Dialect 2.0 milestone)
layout:decorator
processor renamed tolayout:decorate
,$DECORATOR_TITLE
renamed to$LAYOUT_TITLE
(#95)- Deprecated
layout:include
processor for the newlayout:insert
processor (#107) - New documentation site created to hold what was turning into a gigantic readme! (#115)
Upgrading to 2.0? I've written a migration guide to help make the transition easier. Check it out on the new documentation pages site, here: https://ultraq.github.io/thymeleaf-layout-dialect/MigrationGuide.html
As of release there are still some tests that have been disabled and may cause regressions for these use cases. They are listed here:
thymeleaf-layout-dialect/Tests/nz/net/ultraq/thymeleaf/tests/LayoutDialectTestExecutor.groovy
Lines 55 to 61 in d4f57d0