The following is a log of changes for the Defferred Images module
Initial codebase release
Remove img template and move to seperate theme (so it is not used by the CMS)
Update requirements to stable theme version
Make required assets version more lenient
Attach image load to window.load event stack (rather than hijacking it)
- Wrap JS in contained function (for better compatability).
- Automatically require defered images when
silvercommerce/catalogue-frontend
is installed. - Add Requirement call to
onBeforeInit
(instead ofonAfterInit
). - Make the Requirement call inline
- Add support for other SS modules that don't extend Controller Controller
- Added heyday/responsive-images to requirements and added support for picture elements
- Switch to DFT
- Add SS5 support