Skip to content

Releases: appelsinvandi/react-cloudimage-blurhash

v2.8.2

Choose a tag to compare

@github-actions github-actions released this 10 Dec 16:06

🐛 Bug Fixes

  • #100 Fix <BackgroundImg /> having backgroundRepeat effectively not set - Set to no-repeat as always intended

v2.8.1

Choose a tag to compare

@github-actions github-actions released this 10 Dec 15:27

🐛 Bug Fixes

  • #99 Fix import paths using project-relative paths

v2.8.0

Choose a tag to compare

@github-actions github-actions released this 10 Dec 15:11

✨ Features

  • #98 Add automatic backgroundSize inference to BackgroundImg

v2.7.1

Choose a tag to compare

@github-actions github-actions released this 08 Dec 17:22

✨ Features

  • #96 Add storybook

🐛 Bug Fixes

  • #97 Fix grey transition blinking on BackgroundImg

2.7.0

Choose a tag to compare

@appelsinvandi appelsinvandi released this 07 Jul 19:31

All placeholder-enabled components will now display the placeholder when the src is changed

2.6.1

Choose a tag to compare

@appelsinvandi appelsinvandi released this 07 Jul 16:42
953490b
Create Dependabot config file (#55)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

2.6.0

Choose a tag to compare

@appelsinvandi appelsinvandi released this 07 Jul 16:26
  • 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

Choose a tag to compare

@appelsinvandi appelsinvandi released this 20 May 13:57

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

Choose a tag to compare

@appelsinvandi appelsinvandi released this 19 May 16:08
  • Code cleanup
  • Small performance improvements to blurhashing
  • Small API improvements, to make usage clearer in IDE easier

2.3.5

Choose a tag to compare

@appelsinvandi appelsinvandi released this 19 May 15:53

Updrages depends