Changelog Lazyload
3.4.0
Background Image Lazy Loading Capability (TDMET-1297)
-
Strategy Pattern Deployment: Implemented a strategy pattern to provide extendable custom lazy loading support to include background images and other media and improving code maintainability.
-
Automatic Conversion Mechanism: Included a mechanism that automatically converts background images to a lazy loading format.
YouTube iFrame Lazy Loading Capability
-
YouTube iFrame Lazy Loading: Implemented a mechanism to lazy load YouTube iFrames to keep compliant with GDPR and improve page load times.
-
YouTube iFrame Conversion: Included a mechanism that automatically converts YouTube iFrames to a lazy loading format.
3.3.0
Compatibility Update (TDMET-1246)
-
Provide compatibility for Magento 2.4.7
-
Update module dependencies
-
Add ES-Lint checks
-
Fix Tests
3.2.0
Compatibility Update (TDMET-1108)
-
Provide compatibility for Magento 2.4.6
-
Update module dependencies
-
Integrate phpstan checks
3.1.1
Troubleshooting HTML loading
-
Determine nolazyload for HTML loading lazy
-
Fix image parser
-
Update test routines
3.1.0
Native HTML lazyload (TDMET-965)
-
Provide native HTML lazyload option
-
Extend module config
-
Extend tests
3.0.0
Magento 2.4.4 Compatibility
-
Update Module for Magento 2.4.4
-
Add PHP 8.0 / PHP 8.1 support
-
Remove PHP 7.3 support
2.2.1
Troubleshooting HTML loading
-
Determine nolazyload for HTML loading lazy
-
Fix image parser
-
Update test routines
2.2.0
Native HTML lazyload (TDMET-965)
-
Provide native HTML lazyload option
-
Extend module config
-
Extend tests
2.1.0
Feature Release
-
Provide nolazyload handling for PageBuilder CSS classes (TDMET-812)
-
Update module ACL (TDMET-706)
-
Provide module version info (TDMET-755)
2.0.0
Magento 2.4 Compatibility (TDMET-566)
-
Update module dependencies
-
Refactoring based on version changes (CSP eg.)
-
Update test routines
1.1.0
Implement own exclude for images to lazyload
-
Default exclude from Magento 2 logo image in header
1.0.6
Improvement Docu/ReadMe
-
cleanup
-
add description
-
add used third party libraries
-
add documentation link