Skip to content

Releases: VapiAI/client-sdk-react

v0.1.1

Choose a tag to compare

@stevenbdf stevenbdf released this 12 Nov 08:51
d929e08

What's Changed

  • Fix example app by @arvindrk in #32
  • chore: remove tab id restriction by @stevenbdf in #33
  • chore: bump version to v0.1.1 by @github-actions[bot] in #34

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@arvindrk arvindrk released this 03 Nov 20:04
e8d617f

Adds the voiceReconnectStorage option to the Vapi Widget with 2 options:

  • session (default): Useful for simple sites and single tab isolated conversations
  • cookies: Useful for complex sites, allowing sharing call id state between subdomains for seamless reconnection.

Adds new dependency for cookie management (js-cookie)

Fixes conflicting CSS injection

v0.0.15

Choose a tag to compare

@stevenbdf stevenbdf released this 19 Oct 10:31
8b626c7

What's Changed

  • Updates the Widget component and underlying hooks to support reconnecting to active calls within the same browser tab.
  • Upgrades @vapi-ai/web dependency to 2.5.0 for roomDeleteOnUserLeaveEnabled and reconnect method support.
  • Use session storage to store active call and expanded state for better user experience

New Contributors

Full Changelog: v0.0.14...v0.0.15

v0.0.14

Choose a tag to compare

@arvindrk arvindrk released this 04 Oct 23:47
22d54f3

Fix: Isolate Widget CSS to Prevent Host Page Style Conflicts

Problem

Widget's global CSS (especially Tailwind base reset) was injecting into host pages and overriding their styles, causing conflicts and breaking host page layouts.

Solution

Implemented selector-based CSS scoping. All widget styles are now scoped to .vapi-widget-wrapper container.

CSS Generation

Before: .flex { display: flex; } (global, affects host page)
After: .vapi-widget-wrapper .flex { display: flex !important; } (scoped, isolated)

v0.0.13

Choose a tag to compare

@stevenbdf stevenbdf released this 04 Oct 23:11
70397e2

What's Changed

  • VAP-999 Add end chat button and logic by @Ash110 in #21

New Contributors

Full Changelog: v0.0.12...v0.0.13

v0.0.12

Choose a tag to compare

@arvindrk arvindrk released this 20 Aug 01:09
95f3aba

Fix message cut-off

v0.0.11

Choose a tag to compare

@ramsrib ramsrib released this 16 Aug 00:18
835bc39
  • Added mute button to voice widget

v0.0.10

Choose a tag to compare

@ramsrib ramsrib released this 15 Aug 23:31
c433880
  • Added React 19 support

v0.0.9

Choose a tag to compare

@ramsrib ramsrib released this 13 Jul 02:03
fixed default

v0.0.8

Choose a tag to compare

@ramsrib ramsrib released this 09 Jul 03:51
517d9cc
  • Renamed properties with backward compatibility