Releases: zenorocha/voice-elements
Releases · zenorocha/voice-elements
v1.1.0
- 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
- Upgrades Polymer to v1.0.0
v0.2.0
- Update Polymer to v0.5.1
platform.js
=> webcomponents.js
- Update
devDependencies
v0.1.3
- Update Polymer v0.3.1
- Propagate events using
bind
and forEach
v0.1.2
- 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
- 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>