Skip to content

Releases: contao-thememanager/core

2.4.1

16 Oct 12:15

Choose a tag to compare

Bugfix

  • Fix background-image generation not working anymore (introduced in 2.4.0)

2.4.0

15 Oct 12:32

Choose a tag to compare

Addition

  • added script block to the legacy blocks block_searchable and block_unsearchable f5e8b24

Update

  • Strict types f9d530a c92e97d
  • ^PHP 8.3 56df229
  • Unlock doctrine/dbal ^4.3 56df229
  • Omit the field alias generation for the automatically generated xml file f8aa246
  • mark all generator classes as @internal f860f3b

Full Changelog: 2.3.3...2.4.0

2.3.3

10 Jul 08:10

Choose a tag to compare

Update

  • Forwards compatibility for mod_navigation 6b76b52

2.3.2

02 Jul 13:11

Choose a tag to compare

Addition

  • Add a config option to use font-display: swap for the generated icon font 63142f6

2.3.1

30 Jun 10:14

Choose a tag to compare

Hotfix

  • Do not wrap the article template when using the insert_article insert tag 81fb699

Full Changelog: 2.3.0...2.3.1

2.3.0

30 Jun 09:16

Choose a tag to compare

Note

Contao 4.13 support has been dropped.

Additions

  • Added support for element_group 5bc488f 8301b2d

  • Added wrapperAttributes to block_searchable and block_unsearchable 615d0a1

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 04d35bb

    • 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 88dc04e

    • 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. 88dc04e

  • Dropped Contao 4.13 support and removed all BC layers 562f6e8 c20a28c


Full Changelog: 2.2.17...2.3.0

2.2.17

27 Jun 13:10

Choose a tag to compare

Bugfix

  • Fix the palette header offset within the theme manager configuration 9cea03d

Addition

  • Add the possibility to assign style manager template classes to header, main and footer within the layout

    Usage:

    <archive identifier="gFooter">
      <field title="identifier">gFooter</field>
      <children>
        <child alias="foo">
          <field title="pid">80</field>
          <field title="sorting">100</field>
          <field title="alias">foo</field>
          <field title="title">Foo</field>
          <field title="description"></field>
          <field title="cssClasses">a:1:{i:0;a:2:{s:3:"key";s:3:"foo";s:5:"value";s:3:"Bar";}}</field>
          <field title="chosen">1</field>
          <field title="blankOption">1</field>
          <field title="passToTemplate">1</field>
          <field title="extendLayout">1</field>
        </child>
      </children>
    </archive>

2.2.16

17 Jun 18:04

Choose a tag to compare

Addition

  • Allow configuring config.css_units, headline.units and headline.styles

2.2.15

11 Jun 10:02

Choose a tag to compare

Bugfix

  • Fix class structure within fieldsets (regression caused by 37d47cf) 84d3de5

Full Changelog: 2.2.14...2.2.15

2.2.14

04 Jun 14:36

Choose a tag to compare

Addition

  • Add events to exclude headline styles and the second headline within palettes 51a0889

Full Changelog: 2.2.13...2.2.14