* Added support for `element_group` 5bc488fa1372f1282cdfbfff23117928adeeeda9 8301b2d201ddc7e2e93b7e5f520df107d224938f
* Added wrapperAttributes to `block_searchable` and `block_unsearchable` 615d0a1ede3cb355be0d12a08d752fd3db0dc427
### Deprecations
* Deprecated `ContentWrapperStart` and `ContentWrapperStartContent` - Use the `element_group` instead * ContentWrapperStart -> Element Group with template: `content_element/element_group/article` * ContentWrapperStartContent -> Element Group with template: `content_element_group/content`
### Removals
* Dropped `fe_page.html5` in favor of the twig surrogate `fe_page.html.twig` 04d35bb9a3933635bf0b2229edeeb171c6cb8f6a * If you have overwritten fe_page previously, make sure to use proper template extending for modifications
* Dropped `mod_article.html5` in favor of the twig surrogate `mod_article.html.twig` 88dc04ea923d06a58be29e71c029a832948f6745 * If you have overwritten mod_article previously, make sure to use proper template extending for modifications
* Switched `mod_article_contao53_default` with `mod_article_default`. 88dc04ea923d06a58be29e71c029a832948f6745
* Dropped Contao 4.13 support and removed all BC layers 562f6e8057872d9fc796ef5d4f876fc7043b69bb c20a28c5be5ba88f47781fc4c14f098c643145ba
* Allow selecting headline style for fieldset legends c67c803ba0dd250c5efc4c55829e3b9156415d0f * Allow resetting the headline margin within the style manager c67c803ba0dd250c5efc4c55829e3b9156415d0f
### Bugfix
* Reworked the `form_fieldset` templates to be accesible (legend needs to be the first descendant of fieldset) 84d3de5904e65859a3da5b9ecd4dd3a39917f586
* Show the generated icons within the choices selection
### Update
* make the theme configuration legends keyboard accessible c551f1ddd72f7529e5452fc59daa4b7dbd70e3a7 * add an option to activate portrait mode for YouTube Shorts on mobile devices 3180233c4f8af2cc6f17fe56235a92a133492015
### Compatibility
* always show the theme configuration within the theme overview 790fc3b5386524fff29b29fb8b1c043a52e1c125 * forwards compativility for the new Contao 5.5 color picker 7f3c78c6d23c6a5a247c3db9abc3870d25e71cdd * adjusted the plugin load configuration ac911ff848d3a3cef491bcc4e073ce034c9a1999
* Fixed an issue with article spacings within `#main`
## 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 `` e1084c76da465428fcd06304f8b99ee1d4db2c70 > 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 90137a972682d4ba4f1e2912d6994aec7da28a2f > 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 c77d167674ad1cd4dfe94e2097feda006c264c11 > You can use `--focus-clr` to adjust it based on the inverted colors
- Added a possibility to append alternative text to icon-content dd4fd101713a6eda5443a07297649d4ae4bb8648
- fixed an issue regarding forms in Contao 4.13 69c0aa78a588697cbd8c56ce1e15bb3b06c07a9b
### Update
* Updated `form_wrapper` template to match the latest Contao `5.3.11` release 015ad24b976789fe6e7ca5153cef631ece500dce 25bdddc40158b194a7b0cc3d462a06a79450fdbb
### Update
Updated template for the latest Contao `5.3.10` release regarding double form submission and script evaluation in ajax forms
- Consider list-styles for `mod-newsmenu` fae38e4fccb57ec30cecc5ef01ff0718f1b12d20 (implements #36)
### Bugfix / Feature
- Consider bottom spacings within *_full templates https://github.com/contao-thememanager/core/pull/37 94baeac9a36e3a5f9e59ab25f0f5506f6d0d98a4
> If you are using content-elements within events or news details, this will now create a grid within the text-element. You are now able to also set up grid columns and leverage the flex-grid that you know from articles.
- Add a margin-bottom to `
`-elements created with tinymce 746d31aac3e88d6dc3e5a437cade19dbbec767ab
* Rewrite responsive classes to properly introduce aspect-ratios for videos without image sizes 048a0987147f0d144c22ce5d7d2083808cf5bf9a
* Allow border-styles within inner dividers 9ae830af170186d66722311d7a7bb1cdbe9a3983
## Bugfixes
* (Do not output numeric classes in the legacy gallery html template) b244929618da32a93cccafbd39f9b3b125ab3417
___
## Upgrading Version 2.0.* to ^2.1.*
### Twig
> [!IMPORTANT] > If you have overwritten the HTML-Templates for following contao components, you'll have to rewrite them into twig. > Getting used to twig right now is the best long-term goal to provide proper updates from contao elements without > relying on modifying too many tempplates. > > ```php > \Contao\ContentHeadline::class; > \Contao\ContentList::class; > \Contao\ContentText::class; > \Contao\ContentTable::class; > \Contao\ContentHyperlink::class; > \Contao\ContentToplink::class; > \Contao\ContentImage::class; > \Contao\ContentGallery::class; > \Contao\ContentPlayer::class; > \Contao\ContentYouTube::class; > \Contao\ContentVimeo::class; > \Contao\ContentDownloads::class; > \Contao\ContentDownload::class; > \Contao\ContentTeaser::class;
### But I want to go back to HTML5!
Please refer to the upgrade.md from Contao if you want to restore the classes, additionally you can just install plugins like: https://github.com/zoglo/contao-legacy-templates
> Please note that support for html templates will be dropped when Contao 4.13 support ends - get used to twig
### Classname changes with BC layer
The legacy `.ce_*`-classnames are reintroduced into the Twig-Templates. Please refer to the new ones when using Contao 5.3 in your own skin as they will be removed in version 2.2.