Changelog
4.1.3
- BUGFIX: Improve avoiding duplicate image uri in srcset attribute
4.1.2
- BUGFIX: Avoid duplicate image uri in srcset attribute
4.1.1
- TASK: Avoid using CompileWithRenderStatic in LoadRegisterViewHelper
- TASK: Add PHP 8.4 to testing suite
4.1.0
- FEATURE: Add SiteSets for presets
- FEATURE: Allow forcing type attribute in SourceViewHelper
- TASK: Do not call deprecated ViewHelper methods in TYPO3 v13
- BUGFIX: Avoid implicit nullable parameter declaration
4.0.0
- !!!TASK: Drop support for TYPO3 v10 and v11
- TASK: Add support for TYPO3 v13
No migrations necessary.
3.1.3
- BUGFIX: Fixes an issue with symfony/dependency-injection v7
3.1.2
- TASK: Add compatibility for TYPO3 12.4
3.1.1
- TASK: Add compatibility for TYPO3 12.2
3.1.0
- FEATURE: Add compatibility for TYPO3 12.0
- FEATURE: Allow setting the target file extension in SourceViewHelper
- TASK: Add info about specifying the file extension in SourceViewHelper
- TASK: Add changelog to documentation
3.0.1
- TASK: Add loading="lazy" attribute to PictureTag Partial
- BUGFIX: Add documentation link to readme
- BUGFIX: Exclude .ddev folder in composer package
3.0.0
Warning
!! This release breaks existing configurations from version 2 !!
The extension was completely rewritten from scratch and the rendering of the frontend was updated.
This extension now uses the attributes srcset
and sizes
on image and source tags to provide responsive images.
List of important changes
- Drops TYPO3 v8 and v9 compatibility
- Drops quality and greyscale options for image rendering
- Drop processing and enabled TypoScript settings
- Adds TYPO3 v11 compatibility
- Drop support for v2 configuration - use variants for v3
- Improved documentation
Please have a look at Upgrade from v2 to v3 for further instructions.