Skip to content

Commit 0d911ce

Browse files
committed
Generate changelog for v2.0.0
1 parent 32ed27b commit 0d911ce

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
## CHANGELOG FOR `2.0.x`
22

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+
332
### v2.0.0-alpha.2 (2020-05-24)
433

534
#### Details

0 commit comments

Comments
 (0)