v2.1.0
API Updates
- New prop
onQuery()
is called when the input query is changed and passes the list of resultitems
. withExtensions()
is available as a HoC factory method to set theextensions
prop on yourOmnibar
. Refer to docs for more info.- A
compose()
function is included to help for composing yourOmnibar
with multiple HoC. autoFocus
accepted and passed to theinput
element.
Other Updates
- Minor bug fixes