2.0.15
Bugfixes
- Allow basicEntities in headline2 (Contao 5 Bug) a45c879
Feature
- Reordered typography compiler settings and added regular and invert colors for
<strong>
23fdb9f
Improvement
- Performance optimizations to reduce compile time in
oveleon/contao-theme-compiler-bundle
https://github.com/oveleon/contao-theme-compiler-bundle/releases/tag/1.8.0Previously, every generated css file was synced with DBAFS, this has been rewritten to save on Database calls when the files already exist.
The old behavior can be restored with# config/config.yml contao_theme_compiler: file_sync: true