- The interface
UniListItem
's attibutename
renamed tolabel
. This is to be consistent withUniOption
,UniButton
,UniInput
and other classes.
- Demo links included at the components table, at README.
- Component
<uni-select>
now accepts items with icons:
<uni-select [options]="[
{ label: 'Good', icon: 'check', value: 1 },
{ label: 'Wrong', icon: 'cross', value: 0 },
]"></uni-select>
1.0.1 - 25/01/2018
- Demo integrated in the project as a Storybook showroom.
- Documentation mistakes fixed.