Skip to content

v2.1.0

Compare
Choose a tag to compare
@vutran vutran released this 03 Aug 03:25
· 22 commits to master since this release
9b9cf6a

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