Skip to content

Releases: morganney/tts-react

Release v0.5.0

07 Sep 19:13
f361b74
Compare
Choose a tag to compare
  • Now a SpeechSynthesisVoice[] is returned from useTts. Chrome requires user interaction before loading these it seems, despite using the voiceschanged event. The documentation's Hook story has an example of clicking a button to load the voices.

Release v0.4.1

07 Sep 01:49
64f9c6c
Compare
Choose a tag to compare

Release v0.4.0

05 Sep 17:26
de339e5
Compare
Choose a tag to compare
  • Adds useStopOverPause prop for TextToSpeech component. Helps with SpeechSynthesis.pause() behaving like cancel() on Android devices.
  • Adds onPlayStop to TTSHookResponse to help with toggling of play/stop actions.
  • Updates the documentation and README.

Release v0.3.1

05 Sep 01:40
d845e05
Compare
Choose a tag to compare
  • Adds the deploy workflow.
  • Updates README.

Release v0.3.0

04 Sep 20:41
be04d65
Compare
Choose a tag to compare
  • Adds the lang prop.
  • Renames the voiceName to voice and changes the type from string to SpeechSynthesisVoice.
  • Updates the documentation in the README.

Release v0.2.1

03 Sep 21:58
bbd09d6
Compare
Choose a tag to compare

Adds repository and bugs fields to package.json.

Release v0.2.0

03 Sep 21:40
fc91eee
Compare
Choose a tag to compare
  • Improves controls at various sizes for the TextToSpeech component.
  • Updates the documentation in the README.

Release v0.1.1

03 Sep 15:50
6804101
Compare
Choose a tag to compare

Initial release.