Skip to content

Releases: microsoft/BotFramework-WebChat

[4.2.0] - 2018-12-11

18 Dec 19:25
Compare
Choose a tag to compare

Added

  • Build: Development build now include instrumentation code, updated build scripts
    • npm run build will build for development with instrumentation code
    • npm run prepublishOnly will build for production
    • npm run watch will also run Webpack in watch loop
  • Build: Automated testing using visual regression testing technique in #1323
  • Added French localization, by @tao1 in PR #1327
  • Fix #1344, by updating README.md and adding validation logic for userID props, in #1447
    • If userID props present and also embedded in Direct Line token, will use the one from Direct Line token
    • If userID props present, they must be string and not prefixed with dl_, to avoid confusion between userID props and Direct Line embedded user ID (which is forgery-proof)
    • If userID props does not pass the validation test or not specified, Web Chat will use default-user instead
  • Added support for Cognitive Services Speech to Text and Text to Speech in PR #1442

Changed

Fixed

  • Fix #1397. Patched activities without from field, in PR #1405
  • Fix #1237. Added new sample called migration, by @corinagum in PR #1398
  • Fix #1332. Updated sample names and add table to README, by @corinagum in PR #1435
  • Fix #1125. Added error handling for Adaptive Card JSON render, by @corinagum in PR #1395
  • Build: Webpack watch mode now emits non-minified code for shorter dev RTT, in #1331

Samples

[4.1.0] - 2018-10-31

01 Nov 08:49
Compare
Choose a tag to compare

Added

  • Initial release

[0.15.0] - 2018-10-31

01 Nov 08:48
Compare
Choose a tag to compare

Added

Changed

[0.14.2] - 2018-08-16

16 Aug 23:59
Compare
Choose a tag to compare

Added

  • Add disabled props to disable all controls in PR #988
  • Add role === 'user' to fromMe check in #1053

Changed

  • Update PULL_REQUEST_TEMPLATE.md @corinagum in PR #1065
  • Update WebRTC check by navigator.getUserMedia and navigator.mediaDevices.getUserMedia, by @rosskyl in #1026

[0.14.1] - 2018-07-31

31 Jul 21:58
Compare
Choose a tag to compare

Added

Changed

[0.14.0] - 2018-06-26

26 Jun 23:04
Compare
Choose a tag to compare

Added

Changed

[0.13.1] - 2018-05-01

01 May 21:48
Compare
Choose a tag to compare

Changed

  • Fix #963 not to send empty dgi.Groups to Cognitive Services, in #965
  • Fix #964 to include .d.ts in tsconfig.json instead of <reference>, in #966

[0.13.0] - 2018-04-26

26 Apr 17:33
Compare
Choose a tag to compare

Added

  • Support of OAuthCard, in #954

Changed

[0.12.1] - 2018-04-16

16 Apr 18:43
Compare
Choose a tag to compare

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

22 Mar 06:23
Compare
Choose a tag to compare

Added

Changed

Removed