Releases: sitegeist/sms-responsive-images
3.0.0
What's Changed
- [!!!][TASK] Remove legacy TypoScript files
- [!!!][FEATURE] Drop support for TYPO3 v9, add support for TYPO3 v12.2
- [TASK] Add decoding attribute to template
- [TASK] Setup modern DI
- [TASK] Modernize test suite
Full Changelog: 2.1.3...3.0.0
2.1.3
2.1.2
2.1.1
2.1.0
[FEATURE] Support for fileExtension parameter
[FEATURE] Add support for native lazy loading
[FEATURE] Support decoding argument in media viewhelper
[BUGFIX] Use correct namespace in fluid template (thx to @rowild)
[TASK] Fix unit tests in newer TYPO3 versions
[TASK] Move typoscript without breaking change
[TASK] Check validity of file extension
[TASK] Require 11.4 because of a required core bugfix
2.0.3
2.0.2
2.0.1
2.0.0
This release introduces a few minor breaking changes. Make sure to read Updating from 1.x before updating to the new version.
[FEATURE] Compatibility with TYPO3 10 (thanks to @LeoniePhiline, @dpool, and @rfc2822)
[!!!][FEATURE] Ignore gif files by default
[FEATURE] Allow configuration of ignoreFileExtensions without overwriting core template
[!!!][FEATURE] Automatically add lazyload class to image tags
[TASK] Require at least TYPO3 9.5
[!!!][TASK] Remove picturefill option
[TASK] Improve fluid_styled_content partial overwrite
[TASK] Remove demo plugin
1.3.0
- [BUGFIX] Changes processing instructions for fallback image (thx @naturefund-falk)
- [BUGFIX] Fix #45: bad srcset is generated for some images (thx @dmitryd)
- [FEATURE] Placeholder image for lazyloading (thx @tillschweneker, @moe2k)