Skip to content

Latest commit

 

History

History
57 lines (28 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

57 lines (28 loc) · 3.38 KB

2.10.2 (2019-03-29)

Bug Fixes

  • component: set tabindex to 0 instead of 1 (ebe593e), closes #98

2.10.1 (2019-03-29)

Bug Fixes

  • component: fixed opening the menu when you click again (046689f)

2.10.0 (2019-03-29)

Bug Fixes

  • component: fix circular call for methods (03053bd)
  • component: fix tab navigation (a03694b), closes #98
  • component: when you clear the elements, the selected element is not cleared (b184378), closes #42

Features

  • props: added inputForTextClass prop (ddb2c32), closes #90
  • slots: added 4 new slots for input (3f892e0), closes #98

2.9.0 (2019-03-17)

Bug Fixes

  • component: when you clear the elements, the selected element is not cleared (381ddcd), closes #42

Features

  • props: added inputForTextClass prop (3be99d8), closes #90

2.8.0 (2019-03-17)

Features

  • items menu: added scrollToItemIfNeeded with true by default (aec02ef), closes #50
  • props: added input-styles prop for custom styles on input (472d176), closes #2
  • props: added new prop disableFirstItemSelectOnEnter (ef56833), closes #53

2.7.0 (2019-03-08)

Features

  • items menu: added scrollToItemIfNeeded with true by default (cdaa072), closes #50
  • props: added new prop disableFirstItemSelectOnEnter (1483b9e), closes #53