@novu/react@v3.19.2

novuhq/novu@novu/react@v3.19.2Sep 7, 2026by github-actions[bot]

AI Summary

This release focuses on improving the stability and performance of the Web Chat functionality in React by addressing remounting issues and optimizing the runtime initialization process.

Key Highlights

  • Added `startNewConversation` to `useWebChat` to prevent new chats from remounting.
  • Fixed Web Chat runtime creation to occur within `useEffect` instead of during render.

New Features

  • Added `startNewConversation` method to `useWebChat` hook.

Full Release Notes

### 🚀 Features
- **react:** add startNewConversation to useWebChat so new chats do not remount fixes NV-8744 ([#12535](https://github.com/novuhq/novu/pull/12535))
### 🩹 Fixes
- **react:** create web chat runtime in useEffect not during render fixes NV-8743 ([#12524](https://github.com/novuhq/novu/pull/12524))
### ❤️ Thank You
- Adam Chmara @ChmaraX