Releases: spokestack/react-native-spokestack-tray
Releases · spokestack/react-native-spokestack-tray
Release 0.9.1
0.9.1 (2021-08-20)
Bug Fixes
- rnv: add back jcenter to example app for react-native-video (ccb8d13)
- upgrade deps, including rns to 6.1.4, fixing an android issue (52a8d85)
Release 0.9.0
0.9.0 (2021-05-14)
Features
- keyword: add keyword prop, passed directly to rns@6.1.0 (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 RN@0.64 & RNS@6 (c54de1d)
Release 0.8.0-beta.1
Bug Fixes
- upgrade dependencies, including RNS to 6.0.0-beta.0 (40a7ed1)
- nlu: update nlu code to use v6 format (7a19fbc)
Release 0.8.0-beta.0
Features
- update react-native-spokestack to 5@beta (#1) (ddef6aa)
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
Release 0.7.0
0.7.0 (2020-11-19)
Features
- profiles: upgrade RNS to 4.0; add profile prop (07c2cc9)
- tray: add spokestackConfig prop to be passed directly to RNSpokestack.initialize() (10dc790)
Release 0.6.0
0.6.0 (2020-09-16)
Features
- new listening animation; also includes stale model fallback (eabc71b)
Release 0.5.1
0.5.1 (2020-09-10)
Bug Fixes
- spokestack: increase default vad-fall-delay and wake-active-max (9099947)
Release 0.5.0
0.5.0 (2020-09-10)
Bug Fixes
- download: skip rn-fetch-blob if file already exists (69b93aa)
- tray: remove error message bubbles where there's a new bubble (632438f)
Features
- permissions: expose checkSpeech and requestSpeech to the API (75694e5)
Release 0.4.0
0.4.0 (2020-09-04)
Features
- spokestack: expose addListenerOnce (9aadd2e)