Releases: ivpusic/react-native-image-crop-picker
Releases · ivpusic/react-native-image-crop-picker
v0.20.2
-
(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
- (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
General
Updated iOS installation instructions
Other changes
- (ios) Add podspec support c6d43b7
- (android) Added option to set free style crop ba4d84e
v0.19.3
- (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
- (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
- (ios) add RSKImageCropper(project) to TargetDependency 25fe6d2
v0.19.0
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
- (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
- (android) remove dependency on support-annotations c44ce34
v0.18.0
- (android) Android 8 support b47232b