Skip to content

Releases: zenorocha/voice-elements

v1.1.0

23 Feb 09:03
Compare
Choose a tag to compare
  • chore(build): add new built version
  • fix: prevent TypeError if recognition not supported
  • chore(formatting): follow Google formatting convention
  • returning a new result for each recognition instead of appending to previous
  • Added support for the lang attribute in voice-recognition
  • Update browser support table due to partial support in Safari

v1.0.0

28 May 14:34
Compare
Choose a tag to compare
  • Upgrades Polymer to v1.0.0

v0.2.0

26 Nov 18:28
Compare
Choose a tag to compare
  • Update Polymer to v0.5.1
  • platform.js => webcomponents.js
  • Update devDependencies

v0.1.3

03 Jun 01:33
Compare
Choose a tag to compare
  • Update Polymer v0.3.1
  • Propagate events using bind and forEach

v0.1.2

26 Apr 16:53
Compare
Choose a tag to compare
  • Add deploy task to send files to gh-pages branch
  • Stop to commit bower_components on master
  • Make SpeechRecognition object use future-proof

v0.1.1

22 Apr 14:03
Compare
Choose a tag to compare
  • Update Polymer/Platform dependencies to v0.2.3
  • Rename bind methods to make it more clear
  • Add stop() and abort() methods in the <voice-recognition>

v0.1.0

21 Apr 20:28
Compare
Choose a tag to compare
  • Initial release