Skip to content

Releases: NativeScript/nativescript-imagepicker

v6.0.3

17 Jul 12:20
794cb53
Compare
Choose a tag to compare

Fixes:

v6.0.2

21 May 13:46
35c0a9a
Compare
Choose a tag to compare

Fixes:

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

v6.0.1

17 Apr 14:46
52f3dbd
Compare
Choose a tag to compare

v6.0.0

13 Apr 12:10
9fa315f
Compare
Choose a tag to compare

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

28 Feb 15:29
428e40e
Compare
Choose a tag to compare

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

26 Oct 06:42
Compare
Choose a tag to compare

Fixes:

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

v4.0.0

21 Oct 12:46
Compare
Choose a tag to compare

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

20 Sep 07:11
Compare
Choose a tag to compare
  • use nativescript-pro-ui instead of nativescript-telerik-ui

v3.0.6

22 Aug 13:26
Compare
Choose a tag to compare

Fixes:

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

v3.0.5

21 Aug 13:29
Compare
Choose a tag to compare

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