Skip to content

2.0.13

Compare
Choose a tag to compare
@zoglo zoglo released this 26 Mar 15:54
· 65 commits to 2.x since this release

Fixes

  • Fix wrong table footer alignment in Contao 5.x 263a5a4

  • Fix line breaks in the theme configuration mask a158b19 10b93b2

  • Fix potential warning within tl_settings (if the icon font does not exist anymore) 441e4ed

  • Consider $form-label-spacing in labels e20fe2f

  • Introduce $icon-rounded-border-radius in theme configuration to fix naming convention (should have been named icon circled) 39a4f79

  • Do not show style-manager options in fieldsetStop 68cf8d4


Features

  • Add dynamic background-sizes 463b159

    You can now generate additional custom background-sizes under miscellaneous that will be available in all background-settings

  • Add new custom properties 2ef19ae

    • var(--a-fw): $link-font-weight
    • var(--nav-fs): $navigation-item-font-size
  • Allow all valid image extensions within image elements ce5b9bd

    You can now choose all available image extensions within the custom image components

  • Add display utilities to generate display-classes dynamically for all breakpoints fafae50

    You can now generate display: block / none / whatever across all breakpoints. Check the documentation for more information

  • Add responsive navigation directions 05450d8

    Sometimes you want the navigation to open left on the medium breakpoint but right on the large breakpoint

  • Introduce article-spacings for wrapperStart (article) 8ac6e1b

    • Top/Bottom, Left/Right, Top, Bottom
  • Introduce article-heights for wrapperStart (article) e4b7e1b

    This also takes the dynamic article heights into account


Changes

  • Load images via figure in custom image elements 8ff2271

    This way, additional data can be output within the custom image components

  • Simplify custom element templates 20ed1c6

    Less lines of code and more readable :)

  • Preparation for CSS units within container configuration e2fa5bb

    First prep for removing $GLOBALS