Releases: bamlab/react-native-image-resizer
Releases · bamlab/react-native-image-resizer
3.0.1
3.0.0
3.0.0-beta.2
3.0.0-beta.1
🐛 Fix :
- [iOS] React requires that all NSNumber arguments are explicitly markek as nonnull #320
3.0.0-beta.0
❇️ Features:
- Add support for TurboModules (with retro compatibility)
❌ BREAKING CHANGE:
- NPM package has moved to
@bam.tech/react-native-image-resizer
1.4.5
Changelog since 1.4.0:
Fix 🐛 :
- Default value for resized "contain". Not exactly a breaking change since it was how it worked before 1.4.0 3fa42e6
- Ensure there is no duplicated filename generated on Android #269
- Upgrade Exifinterface from 1.1.0 to 1.3.2. #273
- On Android, disable long log tag error #278
- Don't force anymore a React version (forced already by React-Native) ce064a4
2.0.0-beta.0
Rewrite of react-native-image-resizer from Objective-C to Swift. See #268 for more information
API Breaking change compared to v1 : none
1.4.0
Features ❇️ :
- add different resize modes and onlyScaleDown options. Kudos to @pxpeterxu @hsource ! 🙌
1.3.0
Features ❇️ :
- Allow using images from http/https on Android (already available on iOS) thanks @cristianoccazinsp
Fix 🐛 :
- Allow the library to be used within XCode 12 projects
1.2.4
Fix:
Fix a long standing issue that was causing the react-native-image-resizer module to take too much memory particularly in the case when used with the Share extension. Thanks @robertbarclay