Releases: georstat/react-native-image-cache
Releases · georstat/react-native-image-cache
Release 1.2.5
Improvements
- chore: added example with
loadingImageComponent
(5396857). - chore: updated npm packages (f63d354).
- chore: updated example npm packages
- prettier add bracket spacing (9a7bb68).
- chore: added native modules linking instructions on README (f20b3cc).
Fixes
- fix: infinite callback
chore: improved loadingImageComponent behavior (5fc9cbd). - fix: fix
blacklist
module not found error (aff0b65).
Kudos to Fernando Orchata, thanks!
Release 1.2.4
Release 1.2.3
- version bump
Release 1.2.2
Improvements
- chore:
react-native-file-access
now installs patch version instead of latest minor (2d0c7a7).
Release 1.2.1
Improvements
- chore!: added
blurRadius
as a prop - docs: improved docs badges and added
blurRadius
prop info - chore: sorted alphabetically some objects (942a588).
BREAKING CHANGE:: please add blurRadius
in CacheManager
config
Release 1.2.0
Release 1.1.2
Improvements
- chore: removed some
peerDependencies
- chore: removed
@react-native-community/bob
and addedreact-native-builder-bob
Fixes
- fix: fixed
useEffect
props to only check forprops.source
instead of full props object, it was causing a loop if there was an error loading the image from cache (d5f85c8).
Release 1.1.1
Fixes
- fix: fixed a typo on
onImageLoad
animation prop - docs: added new TODO
- docs: added
react-native-file-access
docs link aboutDirs
(cce01dc).
Release 1.1.0
Features
- feat!: added Global Config
- docs: updated README.md
- chore: updated dependencies (b7cb4be).
BREAKING CHANGE: added Global Config
Release 1.0.9
Fixes
- fix: finally fixed
defaultProps
typings - fix: fixed a typo on
thumbnailSource
url in example (a87e8b7).