Vutran Omnibar Versions Save

:spades: Extensible search component for React.

v2.1.1

5 years ago
  • (Bugfix) #32 - Fixed issue where selected state is not represented in UI.

v2.1.0

5 years ago

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

6 years ago
  • resultRenderer prop is renamed to children (0031f7d07a77916667e4cbd7a0542bcace8b4803)
  • Render prop now exposes 2 new props (isSelected and isHighlighted) (b5a6f4cfec3bffbbdcc3cf524bb59fbfe9ac14a8)
  • Add an alias prop called render for children
  • Input style is now consolidated (width, height, and inputStyle is moved to just style) (036a7eba59ba35b267f5acca9c423c33f46e49de)
  • Remove rowStyle and rowHeight - Styling rows can be done through your custom children function now (c1421fb41535b6befbf7213486974655bf7c4c73)
  • Update developer tools

v1.1.0

6 years ago

New Features

  • Add rootStyle prop (11c6eddc0eff02af0856f529725153ac81291342)

Bug Fixes

  • Change TypeScript target to ES5 (12154e997ff065a3dc2a1c40050808876f663c3d)
  • Fix README typos (3502d6784e283607fefdb9b76f5a407c5ba10701)
  • Fix typings for resultRenderer (6959f0fb27c3cde159840781a013683afc5b9385, 5e86c15f9ede754cf984ee5d6e25c9b3eea85221)

v0.5.0

6 years ago

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