Skip to content

2.0.14

Compare
Choose a tag to compare
@zoglo zoglo released this 28 Mar 11:40
· 68 commits to 2.x since this release

Important

Please check your theme configuration and check if you had unitless values within the configuration. This release fixes an issue where they will now be taken into consideration!


Fixes

  • dropped restriction for empty units in contao-theme-compiler-bundle to fix an issue with unitless config values (SCSS variables always worked, other values did not) bb37a1d

  • fixed horizontal and vertical item padding regression from 584e9ca

    This most likely never had any visual bugs unless you were overwriting the custom property for your own needs

Multi column layout changes

  • Properly reset bottom-paddings within the main layout 0c7ffb4

    $article-main-spacing-bottom should now work properly and you could assign the dynamic values such as var(--art-py-1)

  • Rewrite column layout to column-gap instead of using calc() 06449eb

  • Added row-gap to fix spacing issues between left / right / main on mobile devices 06449eb

Features

  • Added <strong> to headline units d752dfe

  • Added overwriteMeta settings to image-components f867602