Releases: DylanVann/react-native-fast-image
Releases · DylanVann/react-native-fast-image
v4.0.6
- Fix failing iOS builds. (#189)
- Use conditional imports to support linking and CocoaPods. (084a414)
- Fix other
FLAnimatedImage
header search path. (ac00fda)
v4.0.4
- 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
- Fixes a bug where an undefined source would cause a crash. (78a28cd)
v4.0.2
- 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
- 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
- Adds support for using
borderRadius
from style
.
- Breaking: Removes support for
borderRadius
property.
v2.2.6
- Fix callbacks not being called. d9f7299
v2.2.4
- Update TypeScript definitions to include
borderRadius
.
v2.2.3
- Add Typescript type definitions. f5422f8
v2.1.4
- Fix styles not being passed when using a local image. 1cf5452