From 89edc86734bb918ee5f6c23217bd2a936b99fa7a Mon Sep 17 00:00:00 2001 From: Gilly Barr Date: Thu, 10 Apr 2025 09:01:09 -0400 Subject: [PATCH 1/2] feat: update deprecation message to users Update from `April 15th` -> `June 15th` --- packages/react-chat/src/views/ChatWidget/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-chat/src/views/ChatWidget/index.tsx b/packages/react-chat/src/views/ChatWidget/index.tsx index bba00ea56..77c8d72e4 100644 --- a/packages/react-chat/src/views/ChatWidget/index.tsx +++ b/packages/react-chat/src/views/ChatWidget/index.tsx @@ -11,7 +11,7 @@ import ChatWindow from '@/views/ChatWindow'; import { ChatContainer, Container, LauncherContainer } from './styled'; console.warn( - '%c⚠️ VoiceFlow Webchat V2 Deprecation Notice\n-------------------------------------------\nThis version will reach end-of-support on April 15th, 2025. To continue receiving updates and support, please upgrade to the latest version. Migration guide: https://docs.voiceflow.com/docs/web-chat-migration', + '%c⚠️ VoiceFlow Webchat V2 Deprecation Notice\n-------------------------------------------\nThis version will reach end-of-support on June 15th, 2025. To continue receiving updates and support, please upgrade to the latest version. Migration guide: https://docs.voiceflow.com/docs/web-chat-migration', 'font-size: 18px; font-weight: bold;' ); From aff5f8f00c3937d7cb2f946d8f6a3562c9acd7eb Mon Sep 17 00:00:00 2001 From: Gilly Barr Date: Thu, 10 Apr 2025 09:32:39 -0400 Subject: [PATCH 2/2] fix: lint issue --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index eb80231f1..408b6280e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ > > For the latest details on our APIs [see our documentation](https://docs.voiceflow.com/reference/stateinteract-1). - # React Chat A `react`-based chat widget built to interact seamlessly with Voiceflow's runtime.