Skip to content

Releases: ak1394/react-native-tts

Send "tts-progress" event on Android

25 Mar 19:54
Compare
Choose a tag to compare

Thanks to @liviu-padurariu contribution we now send "tts-progress" events on Android.

Also this release removes peer dependency on "react-native-windows", react-native-windows is still supported, but it won't be required if you're not using it.

React-native-windows support

17 Mar 19:50
Compare
Choose a tag to compare

This release adds support for react-native-windows by @tritao thanks a lot for your contribution!
Also, there is a fix for #172 by @ngocdaothanh thanks!

Bugfix release

20 Jan 16:28
Compare
Choose a tag to compare

Changes from @Sharcoux @guhyeon with fixes to type declarations and java sources.

Harmonise return values in iOS/Android

07 Jun 18:08
Compare
Choose a tag to compare

Changes from @Gyran to make sure that certain API calls return the same values on iOS and Android.
Address deprecation of 'compile' directive in gradle.

Properly resolving promise for calls to setDefaultEngine()

02 Jan 17:40
Compare
Choose a tag to compare

This is a bugfix release addressing issue where the promise from setDefaultEngine() would never resolve.
Thanks to @brunoccc for contribution.

Add support for listing and setting a TTS engine to use on Android

22 Nov 18:23
Compare
Choose a tag to compare

This release adds new API calls to support using multiple TTS engines on Android. Thanks to @Mateus-Brito for PR!

Update to support React Native 0.59

14 Apr 20:27
Compare
Choose a tag to compare

This release features build changes to support ReactNative 0.59 on Android and new API to work with silent switch on IOS. Thanks to @phuongwd and @re7eal for contributions.

Update to support React Native 0.56

10 Aug 23:25
Compare
Choose a tag to compare

React Native 0.56 uses Android 26 SDK. This update changes targetSdkVersion for Android to 26 as well.

Fix crash on Tts.stop and Tts.pause when onWordBoundary=true

10 Aug 22:27
0e57f88
Compare
Choose a tag to compare

This release includes fix by @philharton for EXC_BAD_ACCESS when calling Tts.stop(true).

Android improvements

04 Jul 21:25
5b313b9
Compare
Choose a tag to compare

This release has improved error detection and helper functions to install TTS engine & language data on Android contributed by @IjzerenHein