Skip to content

Releases: NativeScript/nativescript-picker

v2.1.2

10 Jun 15:13
7a6870e
Compare
Choose a tag to compare

v2.1.1

04 Jun 07:15
28d5b93
Compare
Choose a tag to compare

v2.1.0

09 May 09:33
10aef9c
Compare
Choose a tag to compare

v2.0.0

27 Mar 15:03
ec35216
Compare
Choose a tag to compare

v2.0.0 (2019, March 27)

Breaking changes:

What is the current behavior?

Currently the PickerField inherits all TextField styling, but cannot be targeted in CSS with an element selector. In addition, currently the modal page elements can be only targeted with a class set on the PickerField which gets transferred on the ActionBar and ListView. We need a way to directly style all instances of PickeField modals without the need to set a class.

What is the new behavior?

PickerField element selector directly targets the element. A new element selector PickerPage is set on the modal, which can be used to target the ActionBar and ListView in it. Also the class is now set on the PickerPage, instead on the elements in it.

Closes #11.

BREAKING CHANGES:

  • Moves the classes from the ActionBar and ListView to the PickerPage element

Migration:

  • Fix selectors from ListView.class to .class ListView.

v1.0.1

07 Mar 09:38
94ad41b
Compare
Choose a tag to compare

v1.0.0

05 Mar 11:45
e93e577
Compare
Choose a tag to compare

Initial version