Releases: DylanVann/react-native-fast-image
Releases · DylanVann/react-native-fast-image
v5.1.0
@patrickkempff has done a lot to improve the stability and usefulness of this library in this release 🙏🏻.
Changed
- A
Resources.NotFoundException
will now be thrown if a local image cannot be resolved. (7859d5b - @patrickkempff)
Fixed
- Not rendering local images in production builds. (47e36ed - @patrickkempff)
- Crash where activity was already destroyed before React Native could cleanup view manager. (8f702ed - @patrickkempff)
- Incorrect Flow types. (ba44753 - @retyui)
v5.0.11
Added
- Support for showing local images. (fddee2c)
- An example of auto-sizing. (4002327)
fallback
prop. (30a2ff7)cacheControl
prop. (cf9a595, 9f422c4)- Flow type definitions. (11c7e9e - @retyui)
Changed
- Upgraded to Glide 4. (f31a44f)
- Updated license info. (3bd08ef)
- Decrease package size by ignoring more files. (a6f7b10)
- Specify types file in
package.json
. (e583816)
Fixed
- Memory leaks on Android. (6e0e6f8 - @patrickkempff)
- Make sure headers only accepts key value pairs. (d142379 - @BenWildeman)
- Fix enum names in readme. (d2c33a8 - @richeterre)
- Make linking command in docs more specific. (2254124 - @lfkwtz)
- Changes to support getting Android compile and support library versions from
ext
inbuild.gradle
. - Removed unnecessary import. (0f78b13 - @retyui)
- Added breaks in
FastImageViewConverter.java
. (efd02a3 - @Yria) - Switches to new Gradle synax, using
implementation
instead ofcompile
. (5d973a8 - @yeomann) - Allow overwriting
imageContainer
styles. (b8c82c7 - @n1ru4l) - Add cache enum type to TypeScript definitions. (0c7e323 - @EQuimper)
- TypeScript types for
fallback
. (c265c7a - @retyui) - Handle
null
view.glideUrl
. (75a6ce7 - @ratson) - Incorrect cache property name in readme. (0ef7231 - @vieiralucas)
v4.0.14
v4.0.13
v4.0.12
- Revert some changes to default settings for building for Android. (a4e6ef3)
- Probably the correct way to deal with this going forward is to match the defaults to the values currently in React Native.
- React Native may also choose to update the template to provide these properties on
ext
, in which case this issue would go away.
v4.0.11
v4.0.10
v4.0.9
v4.0.8
v4.0.7
- Updating examples.
- Use SDK version and variables from the root project. (c9b3aae - @rayronvictor)
- Fix bugs when using with
createAnimatedComponent
. (cf83d0f - @kphungry) - Add instructions for manually linking. (71a52d9 - @Meandmybadself)
- Add note about proguard. (f31e8d6)