Releases: sulu/web-twig
Releases · sulu/web-twig
Release v2.6.0 (2024-09-04)
- Add symfony 7 support (#50) (@alexander-schranz)
Release v2.5.6 (2022-10-20)
- Fix sources in webp source tags of image extension (#46) (@Manours / @alexander-schranz )
Release v2.5.5 (2022-07-20)
- Fix image extension with none exist properties (#45) (@alexander-schranz)
Release v2.5.4 (2022-06-29)
- Fix webp srcset when src already appears with width or pixel density value (#44) (@Manours / @alexander-schranz)
- Add hint about limitations of the portals (@alexander-schranz)
- Update symfony requirements (#42) (@alexander-schranz)
Release v2.5.3 (2022-01-24)
- Replace loading auto with img loading attribute (#41) (@alexander-schranz)
- Replace CircleCI with Github Actions (#40) (@luca-rath)
Release 2.5.2 (2021-09-23)
Release 2.5.1 (2021-09-20)
Release 2.5.0 (2021-09-17)
Changelog
- Add option to guess and calculate width and height for an image format (#36) (@alexander-schranz)
- Rename register component twig function to prepare (#30) (@alexander-schranz)
Deprecations
- The
register_component
is deprecated and was replace byprepare_component
function. - The
call_service
is deprecated and was replace byprepare_service
function.