Releases: richardhj/contao-theme-framework
Releases · richardhj/contao-theme-framework
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.3: Revert "Support the new service ID in Contao 4.13"
This reverts commit 396ad4848153d4a4e5920437aef8825260343a15.
2.0.2
2.0.1
Release for Contao 4.12
Breaking changes
- Use
symfony/config
to processtheme.yml
manifests. The YAML syntax changed.
Upgrade path: Move thelayouts
key one level up in thetheme.yml
syntax (there is one migration that handles this). - Switched to native Twig support introduced in Contao 4.12.
Upgrade path: Change references from@foobar/template.html.twig
to@Contao_Theme_Foobar/template.html.twig
.
Fixes
- Use the configured web directory, other than hardcode it to
/web
- Process image_sizes config of the manifest file and persist the config in tl_image_size