Skip to content

2.2.0

Compare
Choose a tag to compare
@zoglo zoglo released this 05 Nov 11:27
· 3 commits to 2.x since this release

Accessibility and semantics update

Warning

You need to run a migration after this update
If you have made changes to your fe_page template, please make sure to match the new strucutre:
See: https://github.com/contao-thememanager/core/blob/90137a972682d4ba4f1e2912d6994aec7da28a2f/contao/templates/frontend/fe_page.html5

Changes

  • Semantic html - main_above and main_below are now within <main> e1084c7

    Make sure to run the migration - They are now custom layout sections that are embedded within fe_page
    If you have changed your fe_page template, make sure to adjust it

  • Adjusted the default value for custom viewport to allow resizing 90137a9

    You can change this in your layout yourself 'width=device-width,initial-scale=1.0,maximum-scale=5.0'

  • Added focus-visibility for input-checkbox c77d167

    You can use --focus-clr to adjust it based on the inverted colors

  • Added a possibility to append alternative text to icon-content dd4fd10