v2.3.0-betaPre-release
Added 1
- Expose react-hot-toast/headless for usage in headless environments
Changed 5
- Replace tsdx with tsup (powered by esbuild) for faster and simpler builds
- Replace npm with pnpm for dependency management
- Use export type for types
- Migrate documentation to MDX 2
- Align site for React 18 and Tailwind 3
Fixed 1
- Add missing csstype peer dependency
Removed 1
- Remove tsdx linting in favor of prettier
From React Hot Toast
This version is focus on improving the build & bundle setup. It's now using tsup (powered by esbuild) instead of unmaintained tsdx. 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& addprettierhook * No more linting from tsdx. Should be okay to use prettier * Lot less dependencies * Prettify files 28d83a9 - Use
export typefor types 4f43ea3 - Use
tsupinstead oftsdxThis gives us more control about the build process * Exposereact-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