Skip to content

v6.0.0

Compare
Choose a tag to compare
@tbozhikov tbozhikov released this 13 Apr 12:10
· 186 commits to master since this release
9fa315f

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).