Skip to content

2.0.15

Compare
Choose a tag to compare
@zoglo zoglo released this 04 Apr 13:01
· 54 commits to 2.x since this release

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.0

    Previously, 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