Skip to content

Releases: ultraq/thymeleaf-layout-dialect

Thymeleaf Layout Dialect 1.2.8

13 Apr 02:20
Compare
Choose a tag to compare
  • Contribution from Oliver Niekrenz to fix a recursion issue in the way fragments are picked out of templates (#60)

Thymeleaf Layout Dialect 1.2.7

17 Oct 23:39
Compare
Choose a tag to compare
  • Fix for ArrayIndexOutOfBoundsExceptions coming out of the grouping feature introduced in 1.2.6 (#54)

Thymeleaf Layout Dialect 1.2.6

09 Oct 08:44
Compare
Choose a tag to compare
  • Reduce the amount of whitespace copied surrounding the <html> tag (#50)
  • Start logic to group like elements in the merged <head> section together (#52)

Thymeleaf Layout Dialect 1.2.5

23 Jun 09:22
Compare
Choose a tag to compare
  • Restore title fallback behaviour when either content or decorator title elements are empty (#45)
  • Fix title creation when using th:text without a layout:title-pattern processor (#46)

Thymeleaf Layout Dialect 1.2.4

10 May 09:54
Compare
Choose a tag to compare
  • Contribution from Justin Munn to fix bugs in the layout:title-pattern processor, making it behave more naturally in the process (#42)

Thymeleaf Layout Dialect 1.2.3

30 Mar 02:59
Compare
Choose a tag to compare
  • Fix for nested layout fragments using the replace/substituteby processors (#37)
  • Don't pass arbitrary attributes (ie: anything that isn't an attribute processor) up to decorator pages if the content template is a fragment (#39)

Thymeleaf Layout Dialect 1.2.2

25 Jan 21:31
Compare
Choose a tag to compare
  • Allow passing variables for all document types, not just full HTML templates (#32)
  • Remove the reliance on Thymeleaf's literal substitutions feature for the layout:title-pattern processor, allowing devs to use the pipe | character in their title patterns (#33)
  • Fix the passing of decorator/content title values up deep layout hierarchies (#34)

Thymeleaf Layout Dialect 1.2.1

20 Dec 22:06
Compare
Choose a tag to compare
  • Restore layout:decorator behaviour when using it for deep page hierarchies in Thymeleaf 2.1.2 (#30)

Thymeleaf Layout Dialect 1.2

04 Nov 19:03
Compare
Choose a tag to compare
  • Works with Thymeleaf 2.1 (#26)
  • layout:title-pattern now works on title text created using the th:text attribute (#28)

Thymeleaf Layout Dialect 1.1.4

04 Nov 19:02
Compare
Choose a tag to compare
  • Minor bugfixes, small refactoring, and a large cleanup as a result of the work done towards being compatible with Thymeleaf 2.1.