Skip to content

Releases: microsoft/BotFramework-WebChat

[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

  • Bump botframework-directlinejs to 0.9.17 in PR #1131
  • Fix historyRef cannot be focused because it is unmounted in Emulator, in PR #1157
  • Fix for Chatdown that activities sent by the user are not displayed, in PR #1162
  • Accessibility adjustment on History.tsx where clickable <div> is converted to <button>, by @corinagum in PR #1166
  • Fix so that carousel buttons are updated on load, by @corinagum in PR #1188
  • Move react and react-dom to peerDependencies in #1202
    • The host page should already include react and react-dom as dependencies
    • Bundle with react@16.5.2 and react-dom@16.5.2
  • Bump dependencies to fix vulnerability issues in #1202
    • gulp@^4.0.0
    • http-server@^0.11.1
    • node-sass@^4.9.3
  • Fix #1029, translation for time strings in PR [#1140](https://git, by [@curia-damiano]hub.com//pull/1140), by [@curia-damiano]
  • Bump botframework-directlinejs to 0.10.0 in PR #1270

[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

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.