Releases: denchiklut/loadable-image
Releases · denchiklut/loadable-image
v3.4.2
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
What's Changed
Features
- Added
timeoutprop to<AsyncImage />— customize transition duration
(number or per-state object, defaults to1000ms)
Dependencies
react-intersection-observer^9.8.1→10.0.3transitions-kit^1.2.3→1.4.0- React 19 types support (
@types/react19) - 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
timeoutprop
Full Changelog: v3.2.3...v3.4.1
v3.2.3 fix: transition
- rollback changes for picture to fix transition animation
v3.2.2: small refactor
- rm styles from picture
- mv sources to image
v3.2.1: dependencies update
- updated npm dependencies
v3.2.0: small fixes
- fixed transition for the error component to match the transition prop
- improves types for source elements
v3.1.1: feat: tailwind (#9)
- to make tailwind integration easier, refactored
styleprop to be optional
v3.1.0
- Added Tailwind Support
v3.0.2
- Added support for modern formats (WebP, Avif, etc)
- This is done by using
sourceprop
v2.2.2
- add support for native
<img/>props - add support for custom
Transitions