Skip to content

Releases: ivpusic/react-native-image-crop-picker

v0.20.2

16 May 16:24
Compare
Choose a tag to compare
  • (general) Update TypeScript typings with some Android-only options 73b09e1

  • (ios) Fix orientations fe1423d

  • (ios) Add chooseText and cancelText properties dfa5e5d

  • (android) Add cloud support 4af61b4

  • (android) Upgrade ucrop to 2.2.2 874faa0

v0.20.1

06 Apr 17:33
Compare
Choose a tag to compare
  • (ios) Add more albums 971d64c
  • (android) Flag to disable color setters for Ucrop b5520cc
  • (android) Fix space in file name 4059492
  • (ios) Update RNImageCropPicker.podspec 9952bc9

v0.20.0

05 Mar 22:37
Compare
Choose a tag to compare

General

Updated iOS installation instructions

Other changes

  • (ios) Add podspec support c6d43b7
  • (android) Added option to set free style crop ba4d84e

v0.19.3

16 Feb 09:14
Compare
Choose a tag to compare
  • (ios) French localization edaf107
  • (ios) Add option for writing temporary file 3418261
  • (ios) custom label 182e5e1
  • (ios) Fix typo in Timelapses album b3b9f0d

v0.19.2

22 Jan 10:41
Compare
Choose a tag to compare
  • (ios) Skip image compression when not desired 64d09ba
  • (ios) Add support for all types of smart albums (selfies, time lapses, etc.) 6465d4e
  • (ios) fix typo in creationDate property in response 6bbfc64
  • (android) Added an flag to the gallery intent to prevent two instances of it 56d1c69

v0.19.1

17 Dec 23:13
Compare
Choose a tag to compare
  • (ios) add RSKImageCropper(project) to TargetDependency 25fe6d2

v0.19.0

07 Dec 00:58
Compare
Choose a tag to compare

Breaking changes

Ensure that you have following in your project build.gradle

allprojects {
    repositories {
        jcenter()
        maven { url "https://jitpack.io" }
    }
}

New Features

  • [FEATURE] Return cropped image rectangle 5633a99

v0.18.2

05 Dec 01:26
Compare
Choose a tag to compare
  • (android) Add option to set the cropper toolbar title b34b436
  • [FEATURE] Add creation and modification date to response b59db6b
  • (ios) Add Passthrough video preset a4a2247
  • (ios) Remove *.h files from Compile Sources 1b50731
  • (typescript) TypeScript 2.6.0 default export fix e6d0da5

v0.18.1

24 Oct 10:06
Compare
Choose a tag to compare
  • (android) remove dependency on support-annotations c44ce34

v0.18.0

21 Oct 20:14
Compare
Choose a tag to compare
  • (android) Android 8 support b47232b