|
1 | 1 | ## CHANGELOG FOR `2.0.x` |
2 | 2 |
|
| 3 | +### v2.0.0 (2020-07-23) |
| 4 | + |
| 5 | +#### TL;DR |
| 6 | + |
| 7 | +For actionable information about the upgrade, please refer to [UPGRADE.md](UPGRADE.md) file. |
| 8 | + |
| 9 | +- Added support for Symfony 5 |
| 10 | +- Added support for PHP 7.4 |
| 11 | +- Added support for theming all the assets |
| 12 | +- Completely refactored template loaders |
| 13 | +- Modified theme structure to stay closer to Symfony standards |
| 14 | +- Introduced `legacy_mode` to be compatible with themes using the old structure |
| 15 | +- Removed support for `symfony/templating` |
| 16 | + |
| 17 | +#### Details |
| 18 | + |
| 19 | +- [#35](https://github.com/Sylius/SyliusThemeBundle/issues/35) Update Symfony to 4.4 ([@GSadee](https://github.com/GSadee), [@Tomanhez](https://github.com/Tomanhez)) |
| 20 | +- [#38](https://github.com/Sylius/SyliusThemeBundle/issues/38) Theme Bundle v2.0 - Symfony 5 support and internal refactoring ([@GSadee](https://github.com/GSadee), [@pamil](https://github.com/pamil)) |
| 21 | +- [#45](https://github.com/Sylius/SyliusThemeBundle/issues/45) Provide optional, backwards-compatible legacy loaders ([@pamil](https://github.com/pamil)) |
| 22 | +- [#46](https://github.com/Sylius/SyliusThemeBundle/issues/46) TemplateReferenceInterface "support", cleanup and UPGRADE.md entries ([@pamil](https://github.com/pamil)) |
| 23 | +- [#47](https://github.com/Sylius/SyliusThemeBundle/issues/47) Require PHP ^7.3 ([@pamil](https://github.com/pamil)) |
| 24 | +- [#48](https://github.com/Sylius/SyliusThemeBundle/issues/48) Remove obsolete doctrine/common dependency ([@pamil](https://github.com/pamil)) |
| 25 | +- [#49](https://github.com/Sylius/SyliusThemeBundle/issues/49) Remove obsolete symfony/dom-crawler dependency ([@pamil](https://github.com/pamil)) |
| 26 | +- [#51](https://github.com/Sylius/SyliusThemeBundle/issues/51) Fallback to default asset paths if themed assets not found ([@pamil](https://github.com/pamil)) |
| 27 | +- [#52](https://github.com/Sylius/SyliusThemeBundle/issues/52) Refactor PathResolver ([@pamil](https://github.com/pamil)) |
| 28 | +- [#56](https://github.com/Sylius/SyliusThemeBundle/issues/56) Remove Zend/Hydrator dependency ([@pamil](https://github.com/pamil)) |
| 29 | +- [#58](https://github.com/Sylius/SyliusThemeBundle/issues/58) [Docs] Fix spelling ([@onEXHovia](https://github.com/onEXHovia)) |
| 30 | +- [#59](https://github.com/Sylius/SyliusThemeBundle/issues/59) Follow symlinks in themes/ ([@jacquesbh](https://github.com/jacquesbh)) |
| 31 | + |
3 | 32 | ### v2.0.0-alpha.2 (2020-05-24) |
4 | 33 |
|
5 | 34 | #### Details |
|
0 commit comments