- for styling changes, only using CSS variables now per suggestion from @masonlouchart. This is a breaking change for those using HTML attributes like button-diameter, hence the major version jump.
- support now for Safari (iOS11 and macOS); note that support for webRTC on WebKit on iOS11 still hasn't arrived https://stackoverflow.com/questions/45055329/does-webkit-in-ios-11-beta-support-webrtc
- removed recordRTC dependency
- state property is now readOnly
- performance improvements, code refactoring
- removed "onSpeechRecognitionUnsupported" event, just setting a new "supported" boolean property on the element
- added Travis CI support
- removed paper-button dependency, using only paper-ripple behavior
Initial Release