Releases: contao-thememanager/core
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
2.0.5
Update
Changed order within theme configuration for better UX
Old order
- Base-Settings
- Colors
- Typography
- Headings
- Headings (Content)
- Heading (Spacings)
- Links
- Layout
- Article
- Grid
- Form: General
- Form: Label / Legend
- Form: Select
- Form: Checkbox / Radio
- Form: Miscellaneous
- Form-field: Image / Icon
- Icon
- Buttons
- Button-Design (Primary)
- Button-Design (Secondary)
- Button-Design (Alternative)
- Spacings (Inner)
- Spacings (Outer)
- Divider
- Boxed
- Table
- Image-Text
- Header
- Navigation
- Misc
New order
-
Global
- Base-Settings
- Colors
-
Fonts
- Typography
- Links
-
Headings
- Headings
- Headings (Content)
- Heading (Spacings)
-
Buttons
- Buttons: General
- Button-Design (Primary)
- Button-Design (Secondary)
- Button-Design (Alternative)
-
Components
- Boxed
- Divider
- Table
- Icon
-
Form
- Form: General
- Form: Label / Legend
- Form: Select
- Form: Checkbox / Radio
- Form: Miscellaneous
- Form-field: Image / Icon
-
Modules
- Navigation
- Breadcrumb
-
Header
-
Misc
-
Layout
- Breakpoints
- Behavior
- Article
- Grid
- Spacings (Inner)
- Spacings (Outer)
- Image-Text
2.0.4
2.0.3
Changes / Fixes
-
added
.c_link
to every link component within modules and elements ea54119 -
make configGenerator methods available (public) b44a1d8
-
move dynamic options into bundle configuration 18241fc
-
redesign of the StyleManagerXML builder to simplify usage to allow overriding of dynamically added options c28d731 1e3d46a 7718e3d