Releases: NativeScript/nativescript-imagepicker
v6.0.3
Fixes:
- [Android] Local storage only ImagePicker selection is empty
- Update webpack and angular
- Fix the images size in the demo when uglified
v6.0.2
v6.0.1
v6.0.0
BREAKING CHANGE: The dependency to the nativescript-ui-listview
plugin is removed and for iOS the QBImagePicker cocoa pod is used. Now the plugin supports some new features, fixes some bugs and looks super native for iOS. You can remove any dependencies to nativescript-pro-ui
, nativescript-ui-listview
, etc. in case you've added them in your app specifically for this plugin. Also the options doneText, cancelText, albumsText, newestFirst and the methods cancel() and done() are no longer applicable. The image picker now returns the basic {N} ImageAsset class (and not custom asset as before).
v5.0.0
What's new:
BREAKING CHANGE: the nativescript-pro-ui
plugin dependency has been replaced with the nativescript-ui-listview
. If your app still depends on nativescript-pro-ui
, you will need to keep using version 4.0.1 of the nativescript-imagepicker
plugin until you update. A migration guide is available in the NativeScript UI Documentation.