Skip to content

Latest commit

 

History

History
106 lines (86 loc) · 9.95 KB

CHANGELOG.md

File metadata and controls

106 lines (86 loc) · 9.95 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

[0.14.2] - 2018-08-16

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

Added

Changed

[0.14.0] - 2018-06-26

Added

Changed

[0.13.1] - 2018-05-01

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

Added

  • Support of OAuthCard, in #954

Changed

[0.12.1] - 2018-04-16

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

Added

Changed

Removed

Deprecations

"formatOptions.showHeader" is deprecated, use "chatTitle" instead

formatOptions is a prop that contains showHeader only. The showHeader is a boolean flag that show/hide the chat title.

Customizable chat title is a popular ask, thus, we added it. But instead of using the original showHeader, which literally means a boolean. We added chatTitle instead. Since formatOptions contains only one option showHeader, we are deprecating formatOptions together.

You can set chatTitle to true (a default localized chat title), false (hide chat title), or a string of your preferred chat title.