Skip to content

Releases: vutran/omnibar

v2.1.1

24 Jan 04:45
Compare
Choose a tag to compare
  • (Bugfix) #32 - Fixed issue where selected state is not represented in UI.

v2.1.0

03 Aug 03:25
9b9cf6a
Compare
Choose a tag to compare

API Updates

  • New prop onQuery() is called when the input query is changed and passes the list of result items.
  • withExtensions() is available as a HoC factory method to set the extensions prop on your Omnibar. Refer to docs for more info.
  • A compose() function is included to help for composing your Omnibar with multiple HoC.
  • autoFocus accepted and passed to the input element.

Other Updates

  • Minor bug fixes

v2.0.0

20 Feb 17:06
Compare
Choose a tag to compare
  • resultRenderer prop is renamed to children (0031f7d)
  • Render prop now exposes 2 new props (isSelected and isHighlighted) (b5a6f4c)
  • Add an alias prop called render for children
  • Input style is now consolidated (width, height, and inputStyle is moved to just style) (036a7eb)
  • Remove rowStyle and rowHeight - Styling rows can be done through your custom children function now (c1421fb)
  • Update developer tools

v1.1.0

21 Nov 23:29
Compare
Choose a tag to compare

New Features

Bug Fixes

Voice Enhancer

02 Jun 02:52
Compare
Choose a tag to compare

A new HOC factory method (withVoice) is included to enhance your <Omnibar /> with voice capabilities.