# React Hot Toast v2.3.0-beta - Product: React Hot Toast (https://whatsnew.fyi/product/react-hot-toast) - Vendor: Timo Lins - Date: 2022-07-08 - Version: v2.3.0-beta - Original notes: https://github.com/timolins/react-hot-toast/releases/tag/v2.3.0-beta - Permalink: https://whatsnew.fyi/product/react-hot-toast/releases/v2.3.0-beta - 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'. --- - **changed** — Replace tsdx with tsup (powered by esbuild) for faster and simpler builds - **changed** — Replace npm with pnpm for dependency management - **added** — Expose react-hot-toast/headless for usage in headless environments - **changed** — Use export type for types - **removed** — Remove tsdx linting in favor of prettier - **fixed** — Add missing csstype peer dependency - **changed** — Migrate documentation to MDX 2 - **changed** — Align site for React 18 and Tailwind 3 This version is focus on improving the build & bundle setup. It's now using [tsup](https://tsup.egoist.sh) (powered by esbuild) instead of [unmaintained `tsdx`](https://github.com/jaredpalmer/tsdx/issues/1065). Additionaly, npm v4 was replaced by pnpm. Those changes gives us a way faster and simpler builds + should allows usage in headless environments again (react-native). - Use pnpm instead of old NPM - Resolves dependency linking 🚀 #186 b46a386 - Remove `tsdx` & add `prettier` hook * No more linting from tsdx. Should be okay to use prettier * Lot less dependencies * Prettify files 28d83a9 - Use `export type` for types 4f43ea3 - Use `tsup` instead of `tsdx` This gives us more control about the build process * Expose `react-hot-toast/headless` - Fixes #39 * Bundle size is even smaller now d58cb35 - Add pnpm to size check action 9da3b6e - Migrate docs to MDX 2 f776144 - Align site for React 18 & Tailwind 3 8b716de - fix: missing csstype peer dep 30bdaf5 https://github.com/timolins/react-hot-toast/compare/v2.2.0...v2.3.0-beta