Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.5.0 (2021-02-26)
Features
- allow opening the menu with a keyboard shortcut (9c785d2)
0.4.1 (2020-02-15)
Bug Fixes
- correct menu location if line-height of textarea isn't in px (7a8ca90)
0.4.0 (2020-02-10)
Bug Fixes
- scroll behavior if menu has multiple scrollable ancestors (c105a40)
Features
- add option to close menu on blur (800f07d)
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