Skip to content

Releases: drwpow/lightspeed-image-loader

LQIP Fix

Choose a tag to compare

@drwpow drwpow released this 12 May 20:43
c86324d

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

Choose a tag to compare

@drwpow drwpow released this 20 Apr 03:15
dfe3bb2

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-loader because who can honestly remember optimize-image-loader?
  • Seeded default options to loader, with a few tweaks

Minor Changes

  • README updates

Fixed file extension bug

Choose a tag to compare

@drwpow drwpow released this 02 Apr 04:11

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

Choose a tag to compare

@drwpow drwpow released this 02 Apr 01:39

All options specified seem to be working! From here, it’s simply a matter of bughunting and writing tests.