Releases: xerdnu/react-native-blasted-image
Releases · xerdnu/react-native-blasted-image
v0.0.11
0.0.11 (2023-10-31)
Changes
- Changed package name.
- Minor changes in JS code regarding logging.
v0.0.10
0.0.10 (2023-10-24)
Improvements
- Added the prop
isBackground
to act as a container background similar to the native ImageBackground
component.
Bug Fixes
- Fixed a bug that caused the error image not to display.
Changes
v0.0.9
0.0.9 (2023-10-19)
Improvements
- Added the possiblity to pass both
single objects
and arrays
to BlastedImage.preload
.
- Added
promise
for BlastedImage.preload
to indicate when the image has been processed.
Changes
v0.0.8
0.0.8 (2023-10-17)
Improvements
- Added the
skipMemoryCache
preload prop to preload images only to disk, keeping memory free.
- Added return logs within the bridge.
- Made a few minor fixes in the Android code.
Changes
v0.0.7
0.0.7 (2023-10-16)
Changes
v0.0.6
0.0.6 (2023-10-16)
Improvements
- Added support for local images using
require
Changes
v0.0.5
0.0.5 (2023-10-16)
Bug Fixes
- Fixed warning regarding event listeners on Android.
Changes
v0.0.4
0.0.4 (2023-10-16)
Bug Fixes
- Fixed peerDeps in package.json.
- Fixed licensing details.
v0.0.3
0.0.3 (2023-10-16)
Improvements
- Added support for passing an array of styles.
- Removed misc that was earlier used for debug.
- Added image placeholder when it can not be loaded from uri.
Changes
- Changed default of
resizeMode
from contain to cover.
v0.0.2
0.0.2 (2023-10-16)
Added
- Initial release (sync with npm).