Skip to content

Releases: georstat/react-native-image-cache

Release 1.2.5

11 Jul 11:46
Compare
Choose a tag to compare

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

06 Jul 20:23
Compare
Choose a tag to compare

Improvements

  • chore: resolve conflicts (3d254a0).
  • chore: bump react-native-file-access (e3d8165).

Fixes

  • fix: example on android (1e50e8b).

Release 1.2.3

05 Jun 13:01
Compare
Choose a tag to compare
  • version bump

Release 1.2.2

05 Jun 09:23
Compare
Choose a tag to compare

Improvements

  • chore: react-native-file-access now installs patch version instead of latest minor (2d0c7a7).

Release 1.2.1

18 May 17:24
Compare
Choose a tag to compare

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

15 May 08:01
Compare
Choose a tag to compare

Features

  • feat: remove single cache entry (1796ec1).

Improvements

  • refactor: base dir in camel case (38536ef).

Documentations

Release 1.1.2

11 May 10:13
Compare
Choose a tag to compare

Improvements

  • chore: removed some peerDependencies
  • chore: removed @react-native-community/bob and added react-native-builder-bob

Fixes

  • fix: fixed useEffect props to only check for props.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

11 May 08:52
Compare
Choose a tag to compare

Fixes

  • fix: fixed a typo on onImageLoad animation prop
  • docs: added new TODO
  • docs: added react-native-file-access docs link about Dirs (cce01dc).

Release 1.1.0

11 May 07:41
Compare
Choose a tag to compare

Features

  • feat!: added Global Config
  • docs: updated README.md
  • chore: updated dependencies (b7cb4be).

BREAKING CHANGE: added Global Config

Release 1.0.9

10 May 09:12
Compare
Choose a tag to compare

Fixes

  • fix: finally fixed defaultProps typings
  • fix: fixed a typo on thumbnailSource url in example (a87e8b7).