Skip to content

v4.0.0 (#89)

Latest
Compare
Choose a tag to compare
@compulim-workflow-bot compulim-workflow-bot released this 13 Feb 08:39
· 1 commit to refs/heads/main since this release
7193b6c

[4.0.0] - 2025-02-13

Added

  • Works with Web Speech API provider without resultIndex in SpeechRecognitionResultEvent, 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 before end event, by @compulim, in PR #87
  • Fixed #84. Logics should relies on SpeechRecognition.continuous property than continuous props, by @compulim, in PR #87
  • Fixed end event should only be dispatched after SpeechRecognition.error event, instead of always emit on stop/unmount, by @compulim, in PR #88