Skip to content

Latest commit

 

History

History
136 lines (79 loc) · 6.76 KB

CHANGELOG.md

File metadata and controls

136 lines (79 loc) · 6.76 KB

Changelog

v1.2.2 - 2021-06-05

Improvements

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

v1.2.1 - 2021-05-18

Improvements

  • chore: added blurRadius as a prop BREAKING: please add blurRadius in CacheManager config docs: improved docs badges and added blurRadius prop info chore: sorted alphabetically some objects (942a588).

v1.2.0 - 2021-05-15

Features

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

Improvements

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

Documentations

v1.1.2 - 2021-05-11

Improvements

  • chore: removed some peerDependencies

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

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).

v1.1.1 - 2021-05-11

Fixes

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

v1.1.0 - 2021-05-11

Features

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

v1.0.9 - 2021-05-10

Fixes

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

v1.0.8 - 2021-05-10

Fixes

  • fix: fixed defaultProps typings (1cd94be).

Documentations

v1.0.7 - 2021-05-08

Improvements

  • refactor: delete console logs and unused files (5180849).
  • refactor: refactor code (d6b5405).

Fixes

  • fix: rewrite cached image as hook (9dc89fa).
  • fix: import only iniqueId from lodash (0feb013).

Documentations

  • docs: hooks todo and options prop correction (5d9b983).
  • docs: fixed preview os headers (7e762f9).
  • docs: finally fixed Android demo gif (f070a2a).

v1.0.6 - 2021-05-07

Documentations

  • docs: fix Android demo gif (68a212f).

v1.0.5 - 2021-05-07

Improvements

  • refactor: alphanum sorted some objects and props docs: sorted props on props table refactor: removed unused code refactor: BREAKING CHANGE: renamed imageAnimationDuration to sourceAnimationDuration prop for convention docs: removed iOS video demo and added GIF docs: added Android demo (e36e5b2).

v1.0.4 - 2021-05-07

Fixes

  • fix: Remove cache key from props (b9e9dc1).

Documentations

  • docs: Update props, Add cache manager methods (6743975).

v1.0.3 - 2021-05-07

Improvements

  • chore: added LICENSE (12e667f).
  • refactor: source is now a string instead of object for convenience refactor: removed useNativeDriver prop, now it's always true refactor: types cleanup (149426f).
  • chore: version bump (bfcface).

v1.0.2 - 2021-05-07

Documentations