Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Blazy 7.x-1.0-dev, 2020-02-15
-----------------------------
- Removed not-so-useful option Native lazy loading, and enabled by default.
Blazy 7.x-1.0-dev, 2020-02-08
-----------------------------
- Changed CSS background approach to match D8, yet still maintaining non-mobile
first like old bLazy to avoid breaking changes till custom breakpoint removed.
- Added supports for animate.css for the cool people.
- Added supports for different image effects on a page via .media--fx--EFFECT.
- Backported few improvements.
Blazy 8.x-2.0-dev, 2020-02-15
-----------------------------
- Issue #3113094 by thalles: Fix subclassing and stop overriding constructors
in blazy\Plugin\Field\FieldFormatter\BlazyTestEntityReferenceFormatterTest.
- Issue #3113074 by thalles, gausarts: Fix subclassing and stop overriding
constructors in blazy\Plugin\Field\FieldFormatter\BlazyFileFormatterBase.
- Issue #3113092 by thalles: Fix subclassing and stop overriding constructors
in blazy\Plugin\Field\FieldFormatter\BlazyTextFormatter.