# React Hot Toast v2.6.0-beta.0 - Product: React Hot Toast (https://whatsnew.fyi/product/react-hot-toast) - Vendor: Timo Lins - Date: 2025-01-21 - Version: v2.6.0-beta.0 - Original notes: https://github.com/timolins/react-hot-toast/releases/tag/v2.6.0-beta.0 - Permalink: https://whatsnew.fyi/product/react-hot-toast/releases/v2.6.0-beta.0 - Labels: Pre-release What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Support for multiple toasters - **added** — Add dismissAll and removeAll API for working with multiple toasters - **changed** — Move timeouts inside a useRef - **changed** — Use data tag instead of id - **fixed** — Fix dispatch to be id specific ##### What's new * Adds support for **multiple toasters** * Add first version of [Multi toaster docs](https://react-hot-toast-git-multi-toaster-timos-team.vercel.app/docs/multi-toaster) * Add `dismissAll` and `removeAll` More ergonomic API when working with multiple toasters a1d0b02 **_Ready to try it out?_** ``` npm i react-hot-toast@beta ``` ###### Other Changes - Update pnpm version f6c867b - Move timeouts inside a `useRef` cb1fe8e - Use data tag instead of id 1d5d3d3 - Fix dispatch to be id specific again fe934fd - Merge branch 'main' into global-settings 0953822 - Add first version of multi toaster page 5b1ee55 - Merge branch 'main' into global-settings 4d43622 - Move toaster settings into state cf9ae4b - Some experimentation with global settings API 2e0a4dd --- https://github.com/timolins/react-hot-toast/compare/v2.5.1...v2.6.0-beta.0