Skip to content

Releases: bamlab/react-native-image-resizer

3.0.1

23 Sep 09:15
Compare
Choose a tag to compare

🐛 Fix :

  • Export method createResizedImage as default like in previous versions (#330)
  • Fix a crash when parameter options is not specified (#331)

3.0.0

15 Sep 08:11
Compare
Choose a tag to compare

What's new?

3.0.0 (2022-09-15)

3.0.0-beta.2 (2022-09-08)

3.0.0-beta.1 (2022-09-01)

3.0.0-beta.2

08 Sep 08:15
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release

🐛 Fix :

  • Fix naming of createResizedImage method (#326)
  • Get the correct image orientation on r24+ (#274)

3.0.0-beta.1

01 Sep 12:20
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

🐛 Fix :

  • [iOS] React requires that all NSNumber arguments are explicitly markek as nonnull #320

3.0.0-beta.0

25 Aug 13:48
5e7e232
Compare
Choose a tag to compare
3.0.0-beta.0 Pre-release
Pre-release

❇️ Features:

  • Add support for TurboModules (with retro compatibility)

❌ BREAKING CHANGE:

  • NPM package has moved to @bam.tech/react-native-image-resizer

1.4.5

07 Jul 16:28
Compare
Choose a tag to compare

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

13 Dec 15:15
Compare
Choose a tag to compare

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

15 Nov 14:27
Compare
Choose a tag to compare

Features ❇️ :

  • add different resize modes and onlyScaleDown options. Kudos to @pxpeterxu @hsource ! 🙌

1.3.0

17 Sep 20:57
64ebc6a
Compare
Choose a tag to compare

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

09 Aug 11:22
55be4fa
Compare
Choose a tag to compare

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