Skip to content

v3.0.0 (#79)

Choose a tag to compare

@compulim-workflow-bot compulim-workflow-bot released this 31 Jan 06:07
· 18 commits to refs/heads/main since this release
5327bfd

[3.0.0] - 2025-01-31

Added

  • Added continuous mode support, by @RushikeshGavali and @compulim, in PR #73 and PR #78
    • In continuous mode, dictate and progress events will only report the latest round of recognition
    • After end, the push button and checkbox will not be turned off automatically
    • When stopping the recognition, it will emit an error event of error aborted, this is the behavior same as in non-continuous mode
    • If the underlying Web Speech API implementation does not support continuous mode, it should work as if in interactive mode
  • Added start and end events, by @compulim, in PR #78

Changed

Removed

  • 💥 Deprecated Context, use useAbortable, useReadyState, and useSupported hooks respectively, by @compulim, in PR #74
  • 💥 Deprecated default exports, use import { DictateButton } from 'react-dictate-button' instead, by @compulim, in PR #74
  • 💥 Removed defaultProps and propTypes, by @compulim, in PR #74