Releases: drwpow/lightspeed-image-loader
Releases · drwpow/lightspeed-image-loader
Release list
LQIP Fix
Major Changes
- Fixes LQIP (image placeholders) #16
- Improves placeholder compression via mini-svg-data-uri (there’s a fascinating blogpost on what this is doing)
Minor Changes
- Splits up large file into multiple smaller files to make maintenance easier
- Adds linting as a prebuild step
Lightspeed Image Loader
Major Changes
- Changed loader options to use library namespaces (
mozjpeg,pngquant) instead of extensions (jpg,png) - Adds LQIP image placeholders with
?placeholder - Renamed loader to
lightspeed-image-loaderbecause who can honestly rememberoptimize-image-loader? - Seeded default options to loader, with a few tweaks
Minor Changes
- README updates
Fixed file extension bug
Changelog
- Declaring
f=webp, for example, would output a file in WebP format but keep the original extension - Added more examples to the React repo
- Changed console color from green to red if you accidentally made a file bigger by “optimizing” it
Working, basically
All options specified seem to be working! From here, it’s simply a matter of bughunting and writing tests.