Skip to content

1.3.0

Compare
Choose a tag to compare
@zoglo zoglo released this 11 Feb 12:11

Notice

To make sure you are able to use all new style manager additions, it is strongly recommended to import our new stylemanager-configuration found here: style-manager-core.xml

Additions

  • Added text-alignment for headlines with responsive behaviour 09b733e
    hl-align-left
    hl-align-right
    hl-align-center
    hl-align-justify

  • Added $link-font-weight to thememanager configuration c8e5b5f

  • Added support for form fieldsets to inherit our grid framework 2941e82

  • Added responsive styles from contao c0ea72a

  • Added $form-textarea-lineheight to thememanager configuration 0cd2ab1

  • Added wrapper-start and wrapper-stop - content elements (and their boxed variants) 87c3b79 0416eed

  • Added boxed-shadow for grid-lists 5c70fe4 adc3937 (You are now able to use box shadows for boxed-elements without them being cut off - please keep in mind that the $box-shadow variable should not be bigger than grid-gutter)

  • Added 12 new layout options for Image-Text elements for absolute positioning of text above images 8409989
    Absolute Top, Absolute Center, Absolute Bottom (For 100% width of c_text and positioning on vertical axis)
    Absolute Left Top, Absolute Left Center, Absolute Left Bottom
    Absolute Middle Top, Absolute Middle Center, Absolute Middle Bottom
    Absolute Right Top, Absolute Right Center, Absolute Right Bottom

  • Added text-alignment for hyperlinks and toplinks ed28925

Changes

  • Restricted units for all fields in theme configuration to only allow px and rem 92f76b2 ad4de1c

We are aware of the restriction but most units were redundant and would not work. The only exception made was adding em for heading letterspacings. A few components in our framework work with calculations. „Wrong usage“ of units for some variables would have led to unexpected behaviour

  • Removal of unnecessary styles for justify content 1c89ad2

  • Subheadings can now contain more than 255 characters d97628d (You are now able to use „Headline 2“ to add additional text)

  • Added p and div for headings 2e95ea2 (You are now able to fake a heading by using „p“ or „div“ with a headline class – Search Engine Optimization)

  • Removed standard-appearance of buttons a3f2ed5

  • Added overflow visible attribute to inside containers of .ov elements 12cdd85

  • Changed how hl-design-lined works 793c2d5 (It is now able to inherit text-alignment and the position is calculated based on thememanager configuration)

  • Converting RSCE to HTML has been disabled bc96f67

Components in our framework are rock solid custom elements. Converting these to HTML will break them.

  • Added a message for redundant css framework in layout settings eef5013

Adding a css framework with drastic layout changes like holy-grail on top of the theme-manager may lead to unexpected behaviour

Deprecated / Moved

This feature was removed due to it’s css size. The removal of it reduces the framework by 5kB. You are still able to use it by following these steps:

  1. Download the scss from additional-styles/headline-design
  2. Add it to your theme compilation settings (Skin source files)
  3. Compile your theme (Skin source files can use the configurated theme manager variables which are needed in headline-design.scss for calculating the right spacings)
  4. Add the new generated css file to your layout
  5. Import style-manager-headline-design.xml to your Stylemanager (StyleManager > Import)

Bugfixes

  • Fixed a bug with no-gutter not working correctly 8e8e077

  • Fixed a bug where headline-fields would not be added to elements f822187

  • Added missing text-alignment (justify) 30a89e0

  • Added subheadings to navigation modules 82a195e

  • Changed layout-top calculation to work with px, rem and all shorthand values for boxed elements 960165f

  • Removed placeholder classes for form-field-image 6b59777