Releases: morganney/tts-react
Releases · morganney/tts-react
Release v0.5.0
- Now a
SpeechSynthesisVoice[]
is returned fromuseTts
. Chrome requires user interaction before loading these it seems, despite using thevoiceschanged
event. The documentation's Hook story has an example of clicking a button to load the voices.
Release v0.4.1
Release v0.4.0
- Adds
useStopOverPause
prop forTextToSpeech
component. Helps withSpeechSynthesis.pause()
behaving likecancel()
on Android devices. - Adds
onPlayStop
toTTSHookResponse
to help with toggling of play/stop actions. - Updates the documentation and README.
Release v0.3.1
- Adds the deploy workflow.
- Updates README.
Release v0.3.0
- Adds the
lang
prop. - Renames the
voiceName
tovoice
and changes the type fromstring
toSpeechSynthesisVoice
. - Updates the documentation in the README.
Release v0.2.1
Adds repository
and bugs
fields to package.json
.
Release v0.2.0
- Improves controls at various sizes for the
TextToSpeech
component. - Updates the documentation in the README.
Release v0.1.1
Initial release.