Releases: microsoft/BotFramework-WebChat
Releases · microsoft/BotFramework-WebChat
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
)
v0.10.2
In this week's release:
Chat
has a new optional property calledresize
with valuesnone
(default),window
(for full-window deployments. e.g.iframe
), and 'detect' (for inline and component deployments). Look for more documentation about how to use these, coming soon.botchat.css
and the newbotchat-fullwindow.css
stylesheets are now compiled from.scss
sources- An updated version of DirectLineJS does a much better job multicasting to subscribers of
activity$
.
Note: Please npm install
to get the latest versions of TypeScript and React type definitions.