Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 884 Bytes

CHANGELOG.md

File metadata and controls

29 lines (22 loc) · 884 Bytes

CHANGELOG

Current

Breaking changes

  • The interface UniListItem's attibute name renamed to label. This is to be consistent with UniOption, UniButton, UniInput and other classes.

New features

  • 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

New features

  • Demo integrated in the project as a Storybook showroom.

Bug fixes

  • Documentation mistakes fixed.

1.0.0 - 16/01/2018