Releases: microsoft/BotFramework-WebChat
Releases · microsoft/BotFramework-WebChat
[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
v0.11.4
- ARIA accessibility improvements.
- Render svg+xml image files.
- Fix for auto-focus: allow keystrokes which scroll the chat.
- Render double newlines.
- Render empty message bubbles.
- Show download link for unknown file attachments.
- Allow title attribute for images in markdown.
- Update RxJS to 5.4.3.
- Added Korean translation.
v0.11.3
In this release:
- Removed auto-focus of the input textbox
- Added Danish translation
- Added Japanese translation
- Various fixes to the readme and sample comments
v0.11.2
In this release:
- Rename "WebChat" to "Web Chat".
- Higher contrast blue color for accessibility.
- Isolate Redux and React dependencies.
- Allow multiple conversations in the test framework.
- More unit tests!
- Hosting files on cdn.botframework.com.
- Added VAT to ReceiptCards, only show tax and total if present.
- Added React samples.
- Fixed Regex for URLS within parentheses.
- Fix to hide header when showHeader = false.
- Updated DirectLineJs and AdaptiveCards dependencies.
- Added Translations:
- Czech
- Norwegian Bokmål
v0.11.1
In this release:
- Added Chinese (zh-Hant and zh-Yue) translations.
- Changes to unit testing framework.
- Fix for a bug which allowed html rendering in messages.
v0.11.0
In this release:
- Speech support
- More unit tests
v0.10.8
In this release...
- Added support for Adaptive Cards
- Fixed a build issue related to TypeScript version
v0.10.6
In this weeks' release we:
- Fixed a regression on uploading files. Sorry about that!
- Fixed a problem building on Linux
- Added French and Spanish language support (thanks
meulta
andSantiEspada
!) - Upgraded WebPack to version 2 and rewired the build a little
- Fixed a bug where resize detection was broken in the Emulator
v0.10.5
In this week's release:
- localization for Portuguese, Dutch, and improved Russian (thanks
rodolfofadino
,iMicknl
, andFedor
) - updated Suggested Actions support
- updated DirectLineJS with the ability to resume a previous conversation
- improved internal use of react-redux, resulting in slightly more efficient re-rendering in certain circumstances
Please note: this release may not play well with web pages that create multiple simultaneous instances of WebChat. A fix is forthcoming. If you run into issues, please roll back to a previous release.
v0.10.4
In this week's release:
- support for upcoming
suggestedActions
feature in messages (stay tuned for BotBuilder support coming soon) - new unit test harness for UX
- Carousels render and resize much more efficiently
- fix README typos (thanks
lastcoolnameleft
andWilliamBerryiii
) - outgoing messages now treated as plain text instead of Markdown (thanks for the catch,
maba4891
)