Skip to content

Releases: jdmunro/react-native-spotlight-search

v2.2.0

18 Mar 08:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.1

30 Mar 07:44
Compare
Choose a tag to compare
  • Fix Expo plugin set up #43

v2.1.0

07 Mar 18:11
Compare
Choose a tag to compare

v2.0.0

20 Mar 10:42
Compare
Choose a tag to compare
  • deleteItemsWithIds has been renamed to deleteItemsWithIdentifiers to match the documentation and TypeScript definition. This is released as a breaking change because some people may have been using the old API method

Thanks to @wsliaw for fixing in #25

v1.4.0

08 Dec 18:08
Compare
Choose a tag to compare
  • Added a TypeScript module definition

v1.1.0

07 May 12:55
5d398bc
Compare
Choose a tag to compare
  • Added a getInitialSearchItem() method so that you can get the selected search item at a later time (e.g. your callback handler is not registered yet) #12
  • Small optimisation to avoid sending a native event if no JS listeners are registered

Thanks to @JordanDuncan for his contribution in #12 🎉

v1.0.0

20 Jan 16:03
9f52589
Compare
Choose a tag to compare
  • Support for modern React Native versions
  • Fix deprecation warnings
  • Rebuilt the example project to use RN 0.52
  • Breaking change: due to how RN handles image assets, the API for loading images has changed. Now you just provide an asset key which is used to lookup the image in the xcassets catalog
  • Remove unnecessary files from the published package
  • Fixed a bug where the app would display a duplicate alert when refreshing (only impacting development builds)

Thanks also to contributions from @stief510 @yannickoo @artkow 🎉

v0.2.1

12 Oct 20:11
Compare
Choose a tag to compare
  • Fixes issue #5 where the search item tapped callback could only be called once during a single session of the app's lifecycle.

v0.2.0

08 Jul 18:45
Compare
Choose a tag to compare
  • Support for the 'keywords' property. This allows you to improve the likelihood of your content being found by adding related keywords to the index. These keywords are not displayed to the user.
  • Fixed a small typo in the documentation.

v0.1.2

08 Jul 18:02
Compare
Choose a tag to compare
  • Improved NPM package metadata.