[0.12.0] - 2018-03-21
Added
- #754 Customizable chat title thru
props.chatTitle
, eithertrue
/false
or a string, by @shade33 in PR #810 and PR #875 - #798 Options to show/hide upload button thru
props.showUploadButton
, in PR #883 - Packaging with source maps with inlined source, by @PiWiBardy in PR #842 and PR #878
- Translations
cs-cz
, by Martin Simecek in PR #809fi-fi
, by Julius Suominen in PR #853fr-fr
, by @jalamanac in PR #818nb-no
, by Trond Aarskog in PR #820nl-nl
, by Mick Vleeshouwer in PR #821pl-pl
, by Peter Blazejewicz in PR #813zh-hans
, by @Antimoney in PR #822 and PR #823
- Promise polyfill with bluebird if needed in #911
Changed
- Update dependencies
[email protected]
, in PR #849 and PR #899[email protected]
, in PR #829[email protected]
, in PR #888[email protected]
, in PR #887[email protected]
, in PR #873
- Fix: Safari on Mac speech synthesis by prefixing
AudioContext
, by @DerPate2010 in PR #865 - Fix #654: clicking microphone button too fast should not fail, by @shahidkhuram in PR #657, PR #881 and PR #895
- Fix #894: Chrome not speaking malformed SSML on Adaptive Cards
speak
property, in PR #895 - Fix #866: unmount should not throw exception, in PR #884
- Cleanup:
dependencies
anddevDependencies
in bothpackage.json
andtest/package.json
is much cleaner and independent of each other, in PR #893 - Fix #906: Add
type="button"
to<button>
, in #910
Removed
- Deprecated
props.formatOptions.showHeader
, useprops.chatTitle
instead, in PR #875 - #855 NPM
postinstall
steps removed, by @PiWiBardy in PR #879