Skip to content

Releases: denchiklut/loadable-image

v3.4.2

20 Apr 00:06

Choose a tag to compare

Patch release with version bump. No functional changes.

Or if you want something slightly more formal for GitHub releases:

loadable-image v3.4.2
Maintenance patch release.

Full Changelog: v3.4.1...v3.4.2 (v3.4.1...v3.4.2)

v3.4.1

19 Apr 17:42

Choose a tag to compare

What's Changed

Features

  • Added timeout prop to <AsyncImage /> — customize transition duration
    (number or per-state object, defaults to 1000ms)

Dependencies

  • react-intersection-observer ^9.8.110.0.3
  • transitions-kit ^1.2.31.4.0
  • React 19 types support (@types/react 19)
  • TypeScript 6, Rollup 4.60

Internal

  • Migrated from ESLint + Prettier to Biome
  • Switched from Yarn to pnpm
  • Updated CI workflows
  • Docs: added Blur transition example, documented timeout prop
    Full Changelog: v3.2.3...v3.4.1

v3.2.3 fix: transition

04 Apr 10:52

Choose a tag to compare

  • rollback changes for picture to fix transition animation

v3.2.2: small refactor

04 Apr 10:28
c03b109

Choose a tag to compare

  • rm styles from picture
  • mv sources to image

v3.2.1: dependencies update

03 Apr 08:18
3949ccd

Choose a tag to compare

  • updated npm dependencies

v3.2.0: small fixes

02 Apr 20:33
b33e814

Choose a tag to compare

  • fixed transition for the error component to match the transition prop
  • improves types for source elements

v3.1.1: feat: tailwind (#9)

06 Jan 16:45
2e4144c

Choose a tag to compare

  • to make tailwind integration easier, refactored style prop to be optional

v3.1.0

06 Jan 15:28

Choose a tag to compare

  • Added Tailwind Support

v3.0.2

10 Sep 13:48

Choose a tag to compare

  • Added support for modern formats (WebP, Avif, etc)
  • This is done by using source prop

v2.2.2

19 May 07:16

Choose a tag to compare

  • add support for native <img/> props
  • add support for custom Transitions