Skip to content

Latest commit

 

History

History
104 lines (59 loc) · 4.14 KB

CHANGELOG.md

File metadata and controls

104 lines (59 loc) · 4.14 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[2.0.1] - 2021-06-01

Fixed

  • Fixed #65. Setting started to false after onDictate callback should succeed even on an unabortable recognition, by @compulim, in PR #66

[2.0.0] - 2021-05-16

Breaking changes

  • Requires react@>=16.8.0 and core-js@3
  • Modifying props while recognition has started will no longer abort recognition immediately, props will be updated in next recognition
  • SpeechGrammarList is only constructed when grammar props is present
  • If speechRecognition prop is not present, capability detection is now done through window.mediaDevices.getUserMedia

Fixed

  • Fixed #39, added type="button" attribute to <DictateButton>, by @compulim in PR #58

Added

Changed

[1.2.2] - 2020-02-27

Fixed

[1.2.1] - 2019-12-04

Fixed

  • Composer.onProgress should set abortable on the first event (based on SpeechRecognition.audioStart event), by @compulim in PR #5

[1.2.0] - 2019-12-03

Added

  • Support unabortable speech recognition, by @compulim in PR #4.

Changed

[1.1.3] - 2018-07-19

Fixed

[1.1.2] - 2018-06-29

Fixed

  • Fixed Composer.speechRecognition/speechGrammarList should not be required

Added

  • Added onClick prop, can use preventDefault to stop speech recognition from starting

[1.1.1] - 2018-06-29

Fixed

  • Fixed extra prop not passed to <Composer>

[1.1.0] - 2018-06-29

Added

  • Added extra prop to copy to SpeechRecognition

Changes

[1.0.0] - 2018-06-26

Added

  • Initial release