Releases: jdmunro/react-native-spotlight-search
Releases · jdmunro/react-native-spotlight-search
v2.2.0
What's Changed
- Update react native version of the example app. by @sakshya73 in #52
- Allow other continueUserActivity handlers by @robertherber in #63
- Support appDelegate being cpp by @robertherber in #62
- Fix getInitialSearchItem code flows by @jedashford in #58
New Contributors
- @robertherber made their first contribution in #63
- @jedashford made their first contribution in #58
Full Changelog: v2.1.1...v2.2.0
v2.1.1
v2.1.0
v2.0.0
v1.4.0
v1.1.0
- 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
- 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 🎉