From 77c68b0c944c5e08f25950c67041afc25132c43c Mon Sep 17 00:00:00 2001 From: Kamran Iqbal <29185255+Kaiqb@users.noreply.github.com> Date: Tue, 22 Oct 2019 13:22:13 -0700 Subject: [PATCH] Update whats-new.md --- whats-new.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/whats-new.md b/whats-new.md index a9d64b0..97b57cf 100644 --- a/whats-new.md +++ b/whats-new.md @@ -65,12 +65,11 @@ Bot Framework Composer is an integrated development tool for developers and mult [30]:https://github.com/Microsoft/BotFramework-DirectLineJS/blob/master/README.md ## Bot Framework Web Chat (GA) -- React [upgraded](https://github.com/microsoft/BotFramework-WebChat/pull/2322) to 16.8.6 to support React Hooks and stateful function components. -- Uploaded image attachments can now include a [thumbnail](https://github.com/microsoft/BotFramework-WebChat/pull/2433). Additional UI improvements and customizability include bubble nub, timestamp format, and stylable avatar background colors. +- React upgraded to 16.8.6 to support React Hooks and stateful function components. +- Uploaded image attachments can now include a thumbnail. Additional UI improvements and customizability include bubble nub, timestamp format, and stylable avatar background colors. - Following samples were released: - Single Sign-On for Microsoft Teams using OAuth shows user authorization through a bot. [[sample](https://microsoft.github.io/BotFramework-WebChat/19.c.single-sign-on-for-teams-apps/)] - Select Voice for Speech Synthesis shows how to select DNN-based voices. [[sample](https://github.com/microsoft/BotFramework-WebChat/blob/master/samples/06.g.select-voice/)] -- The accessibility experience was improved for customers utilizing Assistive Technology across [different browsers](https://github.com/microsoft/BotFramework-WebChat/pull/2278). - To see the rest of Web Chat's updates for 4.6, take a look at the [changelog](https://github.com/microsoft/BotFramework-WebChat/blob/master/CHANGELOG.md).