@danielbiegler/vendure-plugin-blurry-image-lazy-loading
Version:
Generates image hashes for displaying blurry previews when loading images on the frontend.
42 lines (24 loc) • 1.01 kB
Markdown
# Changelog
## 1.1.1 (2025-08-30)
- Update README with guides and resources section
- Update links in README so that they work on the Vendure Hub and NPM
## 1.1.0 (2025-06-11)
- Add new mutation for hashing all assets called `pluginPreviewImageHashCreateImageHashesForAllAssets`
- Update README
- Internal: add & improve test suite
## 1.0.1 (2025-04-02)
- Add example in README for generating DataUrl in browsers
- Add translations: Dutch, Russian
## 1.0.0 (2025-03-28)
- Allow mutation for hashing entire collections to skip already hashed images
- Reduce log level job queue add-feedback to verbose
- Increase log level of dev server to verbose
## 0.1.3 (2025-03-28)
- Update changelog
## 0.1.2 (2025-03-28)
- Only allow positive integer for batch size
## 0.1.1 (2025-03-27)
- Remove root changelog. Packages have their own changelogs
- Replace image sources in README and add npm badge
## 0.1.0 (2025-03-26)
- First public release. Major version will become 1 and stable after finalizing.