Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Releases: spokestack/react-native-spokestack-tray

Release 0.9.1

20 Aug 19:56
c4f468d
Compare
Choose a tag to compare

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

14 May 17:17
852d6a4
Compare
Choose a tag to compare

0.9.0 (2021-05-14)

Features

Release 0.8.0

23 Apr 22:39
6340448
Compare
Choose a tag to compare

0.8.0 (2021-04-23)

Bug Fixes

Release 0.8.0-beta.1

11 Jan 21:35
2a12dbf
Compare
Choose a tag to compare
Release 0.8.0-beta.1 Pre-release
Pre-release

0.8.0-beta.1 (2021-01-11)

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

21 Dec 18:21
f2092a3
Compare
Choose a tag to compare
Release 0.8.0-beta.0 Pre-release
Pre-release

0.8.0-beta.0 (2020-12-21)

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

19 Nov 18:03
e61dd29
Compare
Choose a tag to compare

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

16 Sep 15:25
4e3ec8c
Compare
Choose a tag to compare

0.6.0 (2020-09-16)

Features

  • new listening animation; also includes stale model fallback (eabc71b)

Release 0.5.1

10 Sep 20:32
a241376
Compare
Choose a tag to compare

0.5.1 (2020-09-10)

Bug Fixes

  • spokestack: increase default vad-fall-delay and wake-active-max (9099947)

Release 0.5.0

10 Sep 20:17
8147fb0
Compare
Choose a tag to compare

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

04 Sep 22:57
4c77280
Compare
Choose a tag to compare

0.4.0 (2020-09-04)

Features

  • spokestack: expose addListenerOnce (9aadd2e)