ultraq / thymeleaf-layout-dialect

A dialect for Thymeleaf that lets you build layouts and reusable templates in order to improve code reuse

Home Page:https://ultraq.github.io/thymeleaf-layout-dialect/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecations/deletions for version 3

ultraq opened this issue · comments

Deprecated things to delete and document in a migration guide for version 3:

  • DecoratorProcessor for layout:decorator, replaced by layout:decorate, #95
  • $DECORATOR_TITLE from the layout:title-pattern processor, replaced by $LAYOUT_TITLE, #95
  • AppendingStrategy for processing <head> sections, replaced by AppendingRespectLayoutTitleStrategy which will be renamed to take its place, #177
  • GroupingStrategy for processing <head> sections, replaced by GroupingRespectLayoutTitleStrategy which will be renamed to take its place, #177

New deprecations for version 3:

  • CollectFragmentProcessor for layout:collect, with no replacement, #166

Deprecations that will remain for version 3:

  • IncludeProcessor for layout:include, was targeting a release of Thymeleaf 3.1+