Skip to content

Releases: microsoft/BotFramework-WebChat

[0.13.0] - 2018-04-26

Choose a tag to compare

@compulim compulim released this 26 Apr 17:33

Added

  • Support of OAuthCard, in #954

Changed

[0.12.1] - 2018-04-16

Choose a tag to compare

@compulim compulim released this 16 Apr 18:43

Added

  • Add listenFor speech recognizer hint for both Cognitive Services and Web Speech API

Changed

  • Fix #870 not to show empty bubble, in #917
  • Fix #924 not showing upload button by default, in #938

[0.12.0] - 2018-03-21

Choose a tag to compare

@compulim compulim released this 22 Mar 06:23

Added

Changed

Removed

v0.11.4

Choose a tag to compare

@danmarshall danmarshall released this 22 Nov 22:49
  • 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

Choose a tag to compare

@danmarshall danmarshall released this 02 Nov 03:12

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

Choose a tag to compare

@danmarshall danmarshall released this 14 Sep 20:32

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

Choose a tag to compare

@danmarshall danmarshall released this 31 Jul 19:20

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

Choose a tag to compare

@danmarshall danmarshall released this 14 Jul 01:30

In this release:

  • Speech support
  • More unit tests

v0.10.8

Choose a tag to compare

@GeekTrainer GeekTrainer released this 06 Jul 17:02

In this release...

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

v0.10.6

Choose a tag to compare

@billba billba released this 11 Apr 17:02

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