Skip to content

Releases: oveleon/contao-theme-compiler-bundle

1.9.1

13 Sep 07:19
Compare
Choose a tag to compare

Bugfix

  • Handle null values in theme configuration 26afeec

1.9.0

02 Aug 11:38
cdd7176
Compare
Choose a tag to compare

Update

  • Add build tools and shadow dependencies 7678107

  • Allow symfony 7 7678107

  • Use PHP Attributes for commands e3daba7

Bugfix

  • Check for correct type within compiler 78cc8b7

Full Changelog: 1.8.1...1.9.0

1.8.1

15 Apr 12:30
Compare
Choose a tag to compare

Bugfix

  • Fix potential PHP warning when source does not exist anymore 864bc7d

1.8.0

04 Apr 10:14
dfe8720
Compare
Choose a tag to compare

What's Changed

  • Performance optimizations by @zoglo in #9

Full Changelog: 1.7.2...1.8.0

1.7.2

28 Mar 09:42
Compare
Choose a tag to compare

Update

  • drop restriction for empty units b85bd22

1.7.1

08 Feb 07:57
Compare
Choose a tag to compare

Bugfix

  • Fixed an issue where output style was never expanded within debug mode in Contao 5 91b52bd

Full Changelog: 1.7.0...1.7.1

1.7.0

11 Oct 08:00
Compare
Choose a tag to compare

Changes

Features


Full Changelog: 1.6.2...1.7.0

1.6.2

04 Oct 15:44
4fe2d74
Compare
Choose a tag to compare
  • Updated translations

1.6.1

29 Sep 19:17
422da8d
Compare
Choose a tag to compare

Addition

  • Added dark mode (working within contao 5.2)

1.6.0

23 Aug 12:12
Compare
Choose a tag to compare

Additions

  • Added a new array property $customSkinFiles to the FileCompiler 258dabd

    e. g. via beforeCompile Hook ($GLOBALS['TC_HOOKS']['beforeCompile'])

    $compiler->customSkinFiles[] = 'YOUR-FILE-UUID'

Bugfix

  • Correctly display output log for skin files 33e5453