Skip to content

Releases: DylanVann/react-native-fast-image

v4.0.6

25 Apr 03:12
Compare
Choose a tag to compare
  • Fix failing iOS builds. (#189)
  • Use conditional imports to support linking and CocoaPods. (084a414)
  • Fix other FLAnimatedImage header search path. (ac00fda)

v4.0.4

22 Apr 01:14
Compare
Choose a tag to compare
  • Set deprecated ALWAYS_SEARCH_USER_PATHS to NO. (e7ba4a7)
  • Fix FLAnimatedImage header search path. (883dc06)
  • Remove FLAnimatedImage from FastImage project since it's already included in SDWebImage. Installation remains the same as before when using CocoaPods. (a2d9fe2)

v4.0.3

21 Apr 16:57
Compare
Choose a tag to compare
  • Fixes a bug where an undefined source would cause a crash. (78a28cd)

v4.0.2

19 Apr 06:20
Compare
Choose a tag to compare
  • Fix onLoad not being called with dimensions on iOS. (@ligen52)
  • Add borderRadius to style prop in TypeScript defintions.
  • Remove borderRadius prop that was left in accidentally, including removing it from the TypeScript defintions. borderRadius should now be applied using style.

v4.0.0

18 Mar 12:25
Compare
Choose a tag to compare
  • Adds support for CocoaPods. (@patrickkempff )
  • Fixed an issue with onLoadEnd not being called. (@kdong007)
  • Added width and height information to onLoad event. (@jeremyclee)
  • Fix HEADER_SEARCH_PATHS. (@OceanHorn)
  • Use DecodeFormat.PREFER_ARGB_8888 to fix image quality issues. (@TilWs)

v3.0.1

11 Mar 00:51
Compare
Choose a tag to compare
  • Adds support for using borderRadius from style.
  • Breaking: Removes support for borderRadius property.

radius

v2.2.6

08 Mar 04:34
Compare
Choose a tag to compare
  • Fix callbacks not being called. d9f7299

v2.2.4

13 Feb 17:34
Compare
Choose a tag to compare
  • Update TypeScript definitions to include borderRadius.

v2.2.3

01 Feb 03:19
Compare
Choose a tag to compare
  • Add Typescript type definitions. f5422f8

v2.1.4

01 Feb 01:29
Compare
Choose a tag to compare
  • Fix styles not being passed when using a local image. 1cf5452