Skip to content

Releases: PeterStaev/NativeScript-Drop-Down

Version 5.0

16 Mar 15:55
Compare
Choose a tag to compare
  • Updated iOS side to the recommended in TNS workflow for creating the native element.

Version 4.0

19 May 19:16
134c234
Compare
Choose a tag to compare
  • Updated to TNS 4.0. This makes the new version incompatible with TNS 3 projects. In case you still use TNS 3, continue to use nativescript-drop-down@~3.2
  • [iOS] Fix for when sometimes the picker view will not show the correct selected row (#178)

Version 3.2

23 Oct 10:40
Compare
Choose a tag to compare
  • Support for Angular 4.4 (thanks @jogboms !) (#138)
  • Fixed border not being displayed on iOS (#112)
  • Fixed crash on android when there is no color property set (#136)

Version 3.1

24 Jun 18:05
Compare
Choose a tag to compare
  • Added close() method and closed event (#63)
  • Added support for isEnabled (#64)
  • [Angular] Compatibility with the new nativescript-angular package (#99)
  • [iOS] Fixes compatibility with TNS 3.1 (#107)
  • [iOS] Fixes touch problems when touch event is observed on the page (#84)
  • [Android] Fixes problems with invisible items in the drop down (#90)
  • [iOS] Fixes sizing problems making the drop down invisible when no hint is specified (#104)

Version 3.0 Official Release

03 May 14:30
Compare
Choose a tag to compare
  • Compatibility with NativeScript 3.0 modules
  • Added Angular forms support

Version 3.0 (RC4)

01 May 09:37
Compare
Choose a tag to compare
Version 3.0 (RC4) Pre-release
Pre-release
  • Added Angular forms support

Version 3.0 (RC3)

17 Apr 09:54
Compare
Choose a tag to compare
Version 3.0 (RC3) Pre-release
Pre-release
  • Compatibility with NativeScript 3.0 modules

Version 1.5

10 Dec 14:09
Compare
Choose a tag to compare
  • Changed iOS implementation to use UILabel instead of UITextField (#27)
  • Added opened and selectedIndexChanged events (#20)
  • Fix hint disappearing when selectedIndex is not bound (#31)

Updated to {N} 2.3

05 Nov 12:43
Compare
Choose a tag to compare

This version resolves problems when using {N} 2.3+. If you are using a lower NativeScript version please use one of the previous versions of the plugin.

2016, July 03

03 Jul 15:15
Compare
Choose a tag to compare
  • (#12) - Broader styling support
  • (#15) - Add method to open the drop down
  • (#9) - Added hint property
  • Reduced memory consumption on Android when opening and closing the drop down multiple times