Releases: NativeScript/nativescript-picker
Releases · NativeScript/nativescript-picker
v2.1.2
v2.1.1
v2.1.0
v2.0.0
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
.