Skip to content

Releases: richardhj/contao-theme-framework

Release for Contao 4.12

16 Sep 10:48
206f5c1
Compare
Choose a tag to compare

Breaking changes

  • Use symfony/config to process theme.yml manifests. The YAML syntax changed.
    Upgrade path: Move the layouts key one level up in the theme.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

1.0.4

26 Jun 13:52
5edfde2
Compare
Choose a tag to compare
Fix syntax

1.0.3

14 Jun 08:10
9aeede6
Compare
Choose a tag to compare
Update ThemeMigration.php

1.0.2

13 Apr 19:50
Compare
Choose a tag to compare
Only installed if manifest changes.

1.0.1

04 Apr 14:13
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/richardhj/contao-theme-fram…

1.0.0

24 Mar 22:34
5b81aef
Compare
Choose a tag to compare
Update README.md

0.1.3

24 Mar 21:22
Compare
Choose a tag to compare
Register assets.packages definition for each theme

0.1.2

24 Mar 20:17
Compare
Choose a tag to compare
Serialize arrays in yaml manifest

0.1.1

18 Mar 21:15
Compare
Choose a tag to compare
Disable framework stylesheets per default

0.1.0

13 Mar 20:37
Compare
Choose a tag to compare
Add suggest for contao-knp-menu