Releases: appelsinvandi/react-cloudimage-blurhash
Releases · appelsinvandi/react-cloudimage-blurhash
Release list
v2.8.2
v2.8.1
🐛 Bug Fixes
- #99 Fix import paths using project-relative paths
v2.8.0
✨ Features
- #98 Add automatic
backgroundSizeinference toBackgroundImg
v2.7.1
2.7.0
All placeholder-enabled components will now display the placeholder when the src is changed
2.6.1
Create Dependabot config file (#55) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2.6.0
- Upgrades packages.
- This includes upgrading react-lazyload to 3.0.0, so there should be no more ref API warnings.
- Fixes props pass-through, so events should work properly again.
2.5.0
Changes the internal import of the blurhash-wasm library to use dynamic imports. This should widen support for bundlers, as it's the proper way to go about importing a WASM module.
2.4.0
- Code cleanup
- Small performance improvements to blurhashing
- Small API improvements, to make usage clearer in IDE easier