# React Hot Toast v2.3.0 - Product: React Hot Toast (https://whatsnew.fyi/product/react-hot-toast) - Vendor: Timo Lins - Date: 2022-07-12 - Version: v2.3.0 - Original notes: https://github.com/timolins/react-hot-toast/releases/tag/v2.3.0 - Permalink: https://whatsnew.fyi/product/react-hot-toast/releases/v2.3.0 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** — Expose react-hot-toast/headless for headless environments like react-native - **changed** — Bundle is now 15% smaller (5% gzipped) - **changed** — Dev builds are 3x faster - **changed** — Switch bundler setup from tsdx to tsup ##### Better bundle setup This release focuses on build and bundle improvements (faster, lighter & better). * Expose `react-hot-toast/headless` - for headless environments like react-native * Bundle is now 15% (5% gzipped) smaller * Bonus: 3x faster dev builds ###### What's Changed * Improve dev setup (`pnpm`, update deps) by @timolins in https://github.com/timolins/react-hot-toast/pull/203 * New bundler setup (tsup instead of tsdx) with `react-hot-toast/headless` by @timolins in https://github.com/timolins/react-hot-toast/pull/205 * Website Example: Make snippet consistent with action by @diksown in https://github.com/timolins/react-hot-toast/pull/196 * Docs: update version 2 page custom render api code example by @AnishDe12020 in https://github.com/timolins/react-hot-toast/pull/175 * fix: csstype peer dep by @eeston in https://github.com/timolins/react-hot-toast/pull/183 * Site Docs: 'one' => 'once' :) by @cbserra in https://github.com/timolins/react-hot-toast/pull/201 * Website Example: Make snippet consistent with action by @diksown in https://github.com/timolins/react-hot-toast/pull/196 ###### New Contributors * @AnishDe12020 made their first contribution in https://github.com/timolins/react-hot-toast/pull/175 * @eeston made their first contribution in https://github.com/timolins/react-hot-toast/pull/183 * @cbserra made their first contribution in https://github.com/timolins/react-hot-toast/pull/201 * @diksown made their first contribution in https://github.com/timolins/react-hot-toast/pull/196 **Full Changelog**: https://github.com/timolins/react-hot-toast/compare/v2.2.0...v2.3.0