Skip to content

Releases: candlefinance/faster-image

Release 1.7.2

06 Nov 14:11
e6f1325
Compare
Choose a tag to compare

1.7.2 (2024-11-06)

Feat

Release 1.7.1

03 Nov 14:38
48dbf02
Compare
Choose a tag to compare

1.7.1 (2024-11-03)

Bug Fixes

  • Update cache control settings with memoryAndDisc option (006ad0f)

Release 1.7.0

02 Nov 20:36
192febc
Compare
Choose a tag to compare

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

28 Jun 02:54
Compare
Choose a tag to compare

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

01 Jun 23:57
Compare
Choose a tag to compare

1.6.1 (2024-06-01)

iOS

  • adds activityColor prop for loading state ActivityIndicator

Release 1.6.0

26 May 13:35
Compare
Choose a tag to compare

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

14 May 11:40
Compare
Choose a tag to compare

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

29 Apr 12:48
Compare
Choose a tag to compare

1.5.2 (2024-04-29)

Bug Fixes

Release 1.5.1

27 Apr 12:23
31fa892
Compare
Choose a tag to compare

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

22 Apr 17:01
2536fd4
Compare
Choose a tag to compare

1.5.0 (2024-04-22)

Features

  • handle base64 image urls android (57a2fe7)