Releases: oveleon/contao-theme-compiler-bundle
Releases · oveleon/contao-theme-compiler-bundle
1.5.2
Bugfix / Feature
- Allow sorting for skin import files
- Fixed a loading order bug when overwriting scss variables and imports
1.5.1
- Allow passing objTheme within FileCompiler Hooks
1.5.0
Update
- Add contao 5.1 support
- Drop contao 4.9 support
Bugfix
- Do not initialize framework within command constructor fbaee04
1.4.1
Addition
- Added new 'note' message type to the theme compiler be9eb43
1.4.0
Additions
- Added new Hook 'compilerParseConfig' (Able to read the theme configuration before compiling) 08d3271
Bugfix
- Fixed a bug with compilerParseVariableValue-Hook throwing an error f1fb556
1.2.1
Bugfixes
-
fixed a bug where not yet saved configuration files would lead to an error e0c8756 @zoglo
-
do not parse empty configuration files 7e77e72 @zoglo
-
fixed a spacign of the theme configuration buttons b00d5b2 @doishub
1.2.0
Update
- changed PHP version to ^8.0
- changed bundle structure
- removed deprecated contao methods
1.1.2
Additions
- Style and text adjustments
- Hook beforeCompile added