Skip to content

Releases: NativeScript/nativescript-imagepicker

v6.0.3

Choose a tag to compare

@DimitarTodorov DimitarTodorov released this 17 Jul 12:20
794cb53

Fixes:

v6.0.2

Choose a tag to compare

@lini lini released this 21 May 13:46
35c0a9a

Fixes:

  • iOS: #186 remove platform from podfile to fix compatibility with other plugins that use a podfile

v6.0.1

Choose a tag to compare

@zbranzov zbranzov released this 17 Apr 14:46
52f3dbd

v6.0.0

Choose a tag to compare

@tbozhikov tbozhikov released this 13 Apr 12:10
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).

v5.0.0

Choose a tag to compare

@lini lini released this 28 Feb 15:29
428e40e

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.

v4.0.1

Choose a tag to compare

@radeva radeva released this 26 Oct 06:42

Fixes:

  • #126 Selection.getImage() crash on android when using maxWidth

v4.0.0

Choose a tag to compare

@radeva radeva released this 21 Oct 12:46

Breaking Changes

  • make default scaling option for iOS aspectFit
  • remove deprecated property thumb. Use thumbAsset instead

New

  • add option 'aspectRatio' for scaling images in iOS

Fixes:

  • #90 Can't select iCloud images

v3.0.7

Choose a tag to compare

@radeva radeva released this 20 Sep 07:11
  • use nativescript-pro-ui instead of nativescript-telerik-ui

v3.0.6

Choose a tag to compare

@radeva radeva released this 22 Aug 13:26

Fixes:

  • #108 Postinstall script fails when app is created from template

v3.0.5

Choose a tag to compare

@radeva radeva released this 21 Aug 13:29

Minor:

  • Add "newestFirst" option to typescript definitions

Fixes:

  • #97 Cannot build iOS starter kit app with image picker and nativescript-telerik-ui ^3.0.0