Releases: candlefinance/faster-image
Releases · candlefinance/faster-image
Release 1.7.1
1.7.1 (2024-11-03)
Bug Fixes
- Update cache control settings with
memoryAndDisc
option (006ad0f)
Release 1.7.0
1.7.0 (2024-11-02)
Bug Fixes
- 🐛 thumbhash android (b3eb118), closes #53
- ensure callbacks execute on cache hits by dispatching to main queue (96813f6)
- update nuke to latest (4a76124)
- updates to support min ios 12 (bb6061d)
Features
- 🎸 blurhash for android (fb45bf9)
- add prefetch (6ea58fa)
- added priority option to iOS (bcb476d)
- ignoreQueryParamsForCacheKey image option (iOS & Android) (f55d6ce)
Release 1.6.2
1.6.2 (2024-06-28)
Bug Fixes
- add namespace into build.gradle.android for RN ^0.73(it depends on AGP version) (7b29eca)
- update style prop to take ImageStyle array (commit)
Release 1.6.1
1.6.1 (2024-06-01)
iOS
- adds
activityColor
prop for loading state ActivityIndicator
Release 1.6.0
1.6.0 (2024-05-26)
Bug Fixes
-
🐛 Return Cache Size Exactly (Width + Height) for Android (81a7e68)
-
Android: add image cache for Android (c199b51)
-
iOS: update nuke (b40b291)
-
update readme (23e2797)
-
updates to clearCache (9971991)
Features
- Android: add support for non-uniform border radii (684e7a0)
- iOS: add support for non-uniform border radii (0baf846)
Release 1.5.3
1.5.3 (2024-05-14)
Features
- Adds
clearCache()
method for Android (c199b51)
- Adds
clearCache()
for iOS (af4113d)
Bug fix:
- Android: returning the wrong image size after successful response (23e2797)
Thanks to
Release 1.5.2
1.5.2 (2024-04-29)
Bug Fixes
Release 1.5.1
1.5.1 (2024-04-27)
- Added
headers
prop from images that need an API key
<FasterImageView
source={{
...
headers: {
Authorization: `Bearer ${token}`,
},
}}
/>
Release 1.5.0
1.5.0 (2024-04-22)
Features
- handle base64 image urls android (57a2fe7)