·
1 commit
to refs/heads/main
since this release
[4.0.0] - 2025-02-13
Added
- Works with Web Speech API provider without
resultIndex
inSpeechRecognitionResultEvent
, by @compulim, in PR #86
Changed
- Reduced React version requirement from 16.9.0 to 16.8.6, by @compulim, in PR #83
- 💥 Stopping an unabortable recognition (
SpeechRecognition.abort()
is undefined) will warn instead of throw, by @compulim, in PR #88
Fixed
- Fixed
dictate
event should dispatch beforeend
event, by @compulim, in PR #87 - Fixed #84. Logics should relies on
SpeechRecognition.continuous
property thancontinuous
props, by @compulim, in PR #87 - Fixed
end
event should only be dispatched afterSpeechRecognition.error
event, instead of always emit on stop/unmount, by @compulim, in PR #88