Skip to content

Latest commit

 

History

History
67 lines (29 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

67 lines (29 loc) · 2.14 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.0 (2018-07-08)

Features

  • add a component selector to the dropdown menu (c9ff811), closes #8

0.2.1 (2018-06-16)

Bug Fixes

  • menu: scroll active item into view when using arrow keys (de22714), closes #6

0.2.0 (2018-05-14)

Features

  • add max height and scrollbar to menu (11a32ad)
  • upgrade to angular 6 (8d8af83)

BREAKING CHANGES

  • angular 6 or higher is now required to use this package

0.1.2 (2018-05-05)

Bug Fixes

  • allow angular 6 peer dependency (4e02a45)

0.1.1 (2018-01-10)

Bug Fixes

  • allow the package to be compiled with fullTemplateTypecheck (d2b7cd1)

0.1.0 (2017-10-09)

Features