Releases: Sylius/SyliusThemeBundle
Releases · Sylius/SyliusThemeBundle
v2.4.0
TL:DR;
- Add support for Symfony 7
- Drop support for PHP 8.0
Details
- #133 Upgrade psalm to 5.20 (@alexander-schranz)
- #132 Upgrade rector to 1.0 (@alexander-schranz)
- #131 Allow installation with Symfony 7 (@alexander-schranz)
- #134 Fix ThemeCollector Symfony 7 compatibility (@alexander-schranz)
- #129 doc: Update "Your first theme" documentation (@pocky)
- #135 Bump up PHP and Symfony 6 versions (@GSadee)
- #128 Remove performNoDeepMerging to authorise additional custom theme folders (@lanfisis)
- #136 Revert "Remove performNoDeepMerging to authorise additional custom theme folders" (@GSadee)
New Contributors
Full Changelog: v2.3.0...v2.4.0
v2.3.0
TL:DR;
- Added support for Symfony 6
Details
Added
- #113 Drop support for PHP7.4, Symfony version upgraded to 5.4 (@Rafikooo)
- #121 Add support for Symfony 6 (@macintoshplus, @loic425)
Changed
- #110 Use PHP 7.4 syntax (@Zales0123)
- #125 [GH] Allow to trigger GH Actions manually (@lchrusciel)
Fixed
- #120 [Maintenance] Allow flex plugin during plugin installation (@lchrusciel)
- #122 Fix coding standard (@loic425, @lchrusciel)
v2.3.0-ALPHA.1
TL:DR;
- Added support for Symfony 6
Details
Added
- #113 Drop support for PHP7.4, Symfony version upgraded to 5.4 (@Rafikooo)
- #121 Add support for Symfony 6 (@macintoshplus, @loic425)
Changed
- #110 Use PHP 7.4 syntax (@Zales0123)
- #125 [GH] Allow to trigger GH Actions manually (@lchrusciel)
Fixed
- #120 [Maintenance] Allow flex plugin during plugin installation (@lchrusciel)
- #122 Fix coding standard (@loic425, @lchrusciel)
v2.2.0
TL;DR
- Added support for PHP 8, while dropping support for PHP 7.3
- Added support for Symfony 5.2
- Added support for using the updated bunlde directory structure (
FooBundle/public
instead ofFooBundle/Resources/public
)
Details
v2.1.0
v2.0.1
v2.0.0
TL;DR
For actionable information about the upgrade, please refer to UPGRADE.md file.
- Added support for Symfony 5
- Added support for PHP 7.4
- Added support for theming all the assets
- Completely refactored template loaders
- Modified theme structure to stay closer to Symfony standards
- Introduced
legacy_mode
to be compatible with themes using the old structure - Removed support for
symfony/templating
Details
- #35 Update Symfony to 4.4 (@GSadee, @Tomanhez)
- #38 Theme Bundle v2.0 - Symfony 5 support and internal refactoring (@GSadee, @pamil)
- #45 Provide optional, backwards-compatible legacy loaders (@pamil)
- #46 TemplateReferenceInterface "support", cleanup and UPGRADE.md entries (@pamil)
- #47 Require PHP ^7.3 (@pamil)
- #48 Remove obsolete doctrine/common dependency (@pamil)
- #49 Remove obsolete symfony/dom-crawler dependency (@pamil)
- #51 Fallback to default asset paths if themed assets not found (@pamil)
- #52 Refactor PathResolver (@pamil)
- #56 Remove Zend/Hydrator dependency (@pamil)
- #58 [Docs] Fix spelling (@onEXHovia)
- #59 Follow symlinks in themes/ (@jacquesbh)
v2.0.0-alpha.2
v2.0.0-alpha.1
TL;DR
For actionable information about the upgrade, please refer to UPGRADE.md file.
- Added support for Symfony 5
- Added support for PHP 7.4
- Added support for theming all the assets
- Completely refactored template loaders
- Modified theme structure to stay closer to Symfony standards
- Introduced
legacy_mode
to be compatible with themes using the old structure - Removed support for
symfony/templating
Details
- #35 Update Symfony to 4.4 (@GSadee, @Tomanhez)
- #38 Theme Bundle v2.0 - Symfony 5 support and internal refactoring (@GSadee, @pamil)
- #45 Provide optional, backwards-compatible legacy loaders (@pamil)
- #46 TemplateReferenceInterface "support", cleanup and UPGRADE.md entries (@pamil)
- #47 Require PHP ^7.3 (@pamil)
- #48 Remove obsolete doctrine/common dependency (@pamil)
- #49 Remove obsolete symfony/dom-crawler dependency (@pamil)
- #51 Fallback to default asset paths if themed assets not found (@pamil)
- #52 Refactor PathResolver (@pamil)