This repository was archived by the owner on May 6, 2022. It is now read-only.
Releases: spokestack/react-native-spokestack-tray
Releases · spokestack/react-native-spokestack-tray
Release 0.9.1
Release 0.9.0
0.9.0 (2021-05-14)
Features
- keyword: add keyword prop, passed directly to [email protected] (112b529)
Release 0.8.0
0.8.0 (2021-04-23)
Bug Fixes
- better error reporting; fix listening after permission on android (9705309)
- package: upgrade all dependencies, including [email protected] & RNS@6 (c54de1d)
Release 0.8.0-beta.1
0.8.0-beta.1 (2021-01-11)
Bug Fixes
Release 0.8.0-beta.0
0.8.0-beta.0 (2020-12-21)
Features
BREAKING CHANGES
- the nluModelUrls and wakewordModelUrls props have been changed
to nlu and wakeword respectively. They now accept source objects (e.g.
require('./filter.tflite')) as well as remote URLs - addListener and removeListener have been changed to
addEventListener and removeEventListener, which are now direct exports
from react-native-spokestack. removeAllListeners has also been added. - The SpokestackListenerEvent enum has been removed. Use strings for events instead.
See the events table in the README for a list of all available events - Update min sdk in Android to 21
- Also fixes auto reload in dev
- Removed dependencies: rn-fetch-blob and @react-native-community/netinfo
- Updated documentation
- Updated example app