Releases: contao-thememanager/core
2.0.13
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)
e4b7e1bThis 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
2.0.12
1.5.5
2.0.11
1.5.4
Template change
- Update
form_captcha.html5
template for the latest contao captcha update
Full Changelog: 1.5.3...1.5.4
2.0.10
This release adds new optimizations regarding article-spacings, icons and fixes issues regarding forms and form-field-icons
Bugfixes
-
Fixed a loading order issue when using form-field-icons e9e7bd1 9563b16
-
Invert
:-webkit-autofill
color ontext-color-invert
5b87fd1
Optimizations
-
Article spacings that match the same value are not compiled anymore 80a6f22
-
Use shorthand icon font styles and add
-moz-osx-font-smoothing: grayscale
for Safari rendering 9563b16 -
Introduce custom property
--form-bdr-wdth
and usecalc()
for form-field-icon calculations
Full Changelog: 2.0.9...2.0.10
2.0.9
This release addresses issues that users have been experiencing creating and differentiating between the mentioned default
and content
layouts and fixes the custom font-family stripping quotes.
Bugfix
-
Correctly handle quoted strings within interpolation (fixed body font-family removing quotes)
See: https://sass-lang.com/documentation/interpolation/#quoted-strings
Changes
- Notify users on wrong configurations within layouts 68a4f00
Optimizations
-
Updated translations and changed
Headings (content)
toHeadings (Main column / Left column / Right column)
5e01767 -
Dropped
Layout column
option within the layout as it has been confusing users 3e141d4 be70081This now works out of the box. The classes
layout-content
,layout-content-1
andlayout-content-2
have been removed and are backwards compatible,fe_page.html5
has been updated so#container
is only shown when any previouscontent-layout
has been used.The CSS has been adapted, the
#main
width has been rewritten to be more simple -
Added a checkbox so only normal heading settings are being used 1cdf514 1cdf514
This is based on user feedback from 2+ people, a migration will take place when updating to this patch so old configurations won't be affected.
Full Changelog: 2.0.8...2.0.9
2.0.8
Bugfixes
-
fixed an issue with
font-size-base
not allowing therem
value 3a0b184 -
fixed teaser not being shown in
news_short
andevent_teaser
a699d33
Addition
-
added Contao 5.3 support 2ef8a8f 33ba681
Please mind that the ThemeManager will still run on the legacy HTML templates. Twig support has been planned in the next minor
Full Changelog: 2.0.7...2.0.8
2.0.7
Bugfixes
-
enable missing vertical text-alignment for icon-list and icon-text-list 6dd7011
-
replaced obsolete
$article-min-height
with dynamic option$article-options-height
0fd91cddynamic options generate after compilation: See: https://contao-thememanager.github.io/docs/pages/docs/configuration/theme/layout/#artikel-hohen
-
added missing article-spacings for initial resolution (<600px) b636e17 e231504 529bdc2
You have to run a database migration for this to take effect. Once the migration happened, everything will stay the same but values from
$article-spacing-xs-*
will be moved into$article-spacing-*
and replaced with the previous value.
Minor tweaks
-
adjusted names for style manager groups f96bce9
Before After Article-Height Height Grid-Colums Columns Grid-Offset Offset Grid-Order Order Grid-Alignment Alignment Vertical-Alignment Vertical Horizontal-Alignment - Items Horizontal Item-Alignment Vertical-Alignment - Items Vertical Item-Alignment -
inlined
headline-spacing
into custom property--hl-mb
7538618 -
renamed
ThemeManager settings
toThemeManager
b6cccd9 -
rewriting the
at-root
selector to be sass compliant 7e33d18
Full Changelog: 2.0.6...2.0.7
2.0.6
Bugfixes
-
Fixed img-inset not working for single box elements 89a9670
-
Fixed text-decoration wavy not working b1abe8c
-
Added missing text-decorations
dotted
anddashed
b1abe8c -
Added
woff2
support for Icon set generation 16fb487 -
Fixed an issue with toggle fieldset in theme config not working in contao 5 (Config Driver)
Full Changelog: 2.0.5...2.0.6