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 #203 - New bundler setup (tsup instead of tsdx) with
react-hot-toast/headless
by @timolins in #205 - Website Example: Make snippet consistent with action by @diksown in #196
- Docs: update version 2 page custom render api code example by @AnishDe12020 in #175
- fix: csstype peer dep by @eeston in #183
- Site Docs: 'one' => 'once' :) by @cbserra in #201
- Website Example: Make snippet consistent with action by @diksown in #196
New Contributors
- @AnishDe12020 made their first contribution in #175
- @eeston made their first contribution in #183
- @cbserra made their first contribution in #201
- @diksown made their first contribution in #196
Full Changelog: v2.2.0...v2.3.0