Skip to content

v2.3.0

Compare
Choose a tag to compare
@timolins timolins released this 12 Jul 19:52
· 33 commits to main since this release

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

Full Changelog: v2.2.0...v2.3.0