Skip to content

Releases: microsoft/BotFramework-WebChat

v0.11.4

22 Nov 22:49
Compare
Choose a tag to compare
  • 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

02 Nov 03:12
Compare
Choose a tag to compare

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

14 Sep 20:32
Compare
Choose a tag to compare

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

31 Jul 19:20
Compare
Choose a tag to compare

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

14 Jul 01:30
Compare
Choose a tag to compare

In this release:

  • Speech support
  • More unit tests

v0.10.8

06 Jul 17:02
Compare
Choose a tag to compare

In this release...

  • Added support for Adaptive Cards
  • Fixed a build issue related to TypeScript version

v0.10.6

11 Apr 17:02
Compare
Choose a tag to compare

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 and SantiEspada!)
  • 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

30 Mar 03:32
Compare
Choose a tag to compare

In this week's release:

  • localization for Portuguese, Dutch, and improved Russian (thanks rodolfofadino, iMicknl, and Fedor)
  • 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

17 Mar 22:43
Compare
Choose a tag to compare

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 and WilliamBerryiii)
  • outgoing messages now treated as plain text instead of Markdown (thanks for the catch, maba4891)

v0.10.2

08 Mar 16:54
Compare
Choose a tag to compare

In this week's release:

  • Chat has a new optional property called resize with values none (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 new botchat-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.