Releases: ultraq/thymeleaf-layout-dialect
Releases · ultraq/thymeleaf-layout-dialect
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
- Minimum supported version of Java is now Java 8 (#213)
- Upgrade Groovy to 3.0.8 (#202)
- Deprecated
layout:decorator
processor has been deleted (#95) - Deprecated
$DECORATOR_TITLE
constant has been deleted (#95) <head>
merging strategies now respect the<title>
position by default (#177)- Deprecated
layout:collect
- Added an
Automatic-Module-Name
ofnz.net.ultraq.thymeleaf.layoutdialect
(#171)
Version 3.0 of the layout dialect is largely an upgrade to use Groovy 3.0 which removes the 'reflective access warning' in Java (which is set to become an error in Java 17) and the deletion of code that has been deprecated in version 2.x. It's also a step towards becoming a full Java module, applying an automatic module name and doing some reorganizing of packages in the interim.
I've written a migration guide to help make the assessment of what an upgrade to 3.0 would entail for you. Check it out on the documentation site: https://ultraq.github.io/thymeleaf-layout-dialect/migrating-to-3.0/
2.5.3
2.5.2
2.5.1
2.5.0
- Upgrade Groovy dependency to 2.5.x, fixing bytecode compatibility issues with JDK11+ in certain situations (#205)
- Groovy metaprogramming enhancements to Thymeleaf objects is now done via extension modules. This has led to a slight improvement in performance: ~10% faster to complete the included benchmark project on JDK8, memory footprint remains unchanged.
- Fixed the fragment cache not being cleared when dispatching/forwarding to the error page (#189)
- Revamped the documentation website on https://ultraq.github.io/thymeleaf-layout-dialect/ (#204)
- Rolled the benchmark project into this repo so that performance testing can be done right next to the code (#192)
- Migrated unit tests from JUnit to Spock (#193)
Thymeleaf Layout Dialect 2.4.1
- Fix missing
positions
value fromGroupingStrategy
sorting method (#185)