Skip to content

Releases: oveleon/contao-component-style-manager

3.6.2

10 Aug 14:41
69132bf
Compare
Choose a tag to compare

V3.6 introduced strict typing, the troublesome occurrences are now properly checked or casted

Bugfixes

  • Handle multiple (existing and potential) strict type errors by @zoglo in #110

Full Changelog: 3.6.1...3.6.2

3.6.1

09 Aug 14:17
c68bade
Compare
Choose a tag to compare

Bugfix


Full Changelog: 3.6.0...3.6.1

3.6.0

02 Aug 12:22
Compare
Choose a tag to compare

Changes

  • PHP ^8.1 only

  • Unlock Symfony 7

  • Added missing shadow dependencies

  • Use PHP Attributes instead of annotations a9fccfe 43f733a

  • Register routes directly to allow Symfony 5,6 and 7 simultaneously b19e8b2

Bugfix

  • Type safety for PHP errors 9e46350

  • Fix other PHP 8 warnings eb8bfd2

  • Add forwards compatibility for edit and children icons a61cb2f

  • Hide the style manager widget legend again (^C5) eda7c41


Full Changelog: 3.5.3...3.6.0

3.5.3

29 May 14:13
afd5227
Compare
Choose a tag to compare

What's Changed

  • Skip migration if field does not exist by @fritzmg in #101

Full Changelog: 3.5.2...3.5.3

3.5.2

07 May 12:08
278f328
Compare
Choose a tag to compare

What's Changed

  • Correctly override bundle-configuration by @zoglo in #100

Full Changelog: 3.5.1...3.5.2

3.5.1

18 Apr 08:05
6190166
Compare
Choose a tag to compare

What's Changed

  • Reset excluded groups when calling prepare method by @zoglo in #98

Full Changelog: 3.5.0...3.5.1

3.5.0

13 Mar 15:01
b3e7d40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.3...3.5.0

3.4.3

12 Dec 10:05
e9442be
Compare
Choose a tag to compare

What's Changed

  • Skip migrations for non-existing style-manager groups (#84) by @zoglo in #96

Full Changelog: 3.4.2...3.4.3

3.4.2

17 Nov 14:38
a969373
Compare
Choose a tag to compare

Bugfix

  • Fixed an issue where stylemanager widget would not remember the state in Contao 5.x #93

Full Changelog: 3.4.1...3.4.2

3.4.1

10 Oct 23:51
12ac19d
Compare
Choose a tag to compare

Bugfix

  • Fixed an issue with overriding values from bundle configs through the style manager archive 0bf720b

    if an option was not found, the first value has been overwritten due to array_search returning false, hence searching for the first key '0' within the classes array