Releases: vutran/omnibar
Releases · vutran/omnibar
v2.1.1
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
v2.0.0
resultRenderer
prop is renamed tochildren
(0031f7d)- Render prop now exposes 2 new props (
isSelected
andisHighlighted
) (b5a6f4c) - Add an alias prop called
render
forchildren
- Input style is now consolidated (
width
,height
, andinputStyle
is moved to juststyle
) (036a7eb) - Remove
rowStyle
androwHeight
- Styling rows can be done through your customchildren
function now (c1421fb) - Update developer tools
v1.1.0
Voice Enhancer
A new HOC factory method (withVoice
) is included to enhance your <Omnibar />
with voice capabilities.