Skip to content

v1.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@leMaik leMaik released this 21 Jul 10:49
· 27 commits to master since this release

Thanks to the 2 contributors who made this release possible! πŸŽ‰

Breaking changes

  • onChange is not called with an empty string anymore when the search is cancelled. Instead, onCancelSearch is called.

Added

  • Add cancelOnEscape prop to cancel the search when Escape is pressed #9 #47 @eavichay
  • Add onCancelSearch prop that is called when the search is cancelled #22

Changed

  • Update props table in the README #46 #49 #51 @benamatare
  • Make onRequestSearch optional (it may not be required if you are using onChange to search while the user is typing) #48