Releases: oveleon/contao-component-style-manager
Releases · oveleon/contao-component-style-manager
3.6.2
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.0
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.1
What's Changed
- Reset excluded groups when calling prepare method by @zoglo in #98
Full Changelog: 3.5.0...3.5.1
3.4.2
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
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