Feb 28, 2025
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
- Added form and OAuth button slot props for enhanced customization
- Improved framework support with router-specific Link components
- Added LocalizationProvider for better internationalization support
- Updated package layout for ESM support
@toolpad/core
- Fix dialogs close behavior (#4707) @Janpot
- Add router-specific Link components (#4661) @bharatkashyap
- Add LocalizationProvider support (#4620) @bharatkashyap
- Fix Next.js Pages Router pathname in AppProvider (#4657) @apedroferreira
- Add form and oauthButton slot props (#4674) @bharatkashyap
- Link line-height to font-size in AppTitle (#4648) @gil-obradors
- Remove React dependency from utils (#4605) @bharatkashyap
Docs
- Add customization section to notifications (#4672) @Firgrep
- Add Trending badge (#4670) @bharatkashyap
- Add CLI install instructions (#4639) @bharatkashyap
- Improve installation instructions (#4633) @bharatkashyap
- Remove planned components (#4667) @prakhargupta1
- Fix typos in documentation (#4666) @maximevtush
- Fix redirection to GitHub example view (#4642) @oliviertassinari
- Fix build errors with Next.js 14 (#4594) @bharatkashyap
CLI
- Refactor CLI setup (#4597) @bharatkashyap
- Fix package.json pretty print (#4644) @rkristelijn
- Fix .gitignore formatting (#4622) @rkristelijn
Core
- Update package layout for ESM (#4686) @Janpot
- Fix semver mismatches (#4600) @Janpot
- Use precise version in examples (#4606) @apedroferreira
- Fix pnpm in Circle CI (#4656) @apedroferreira
- Conditionally skip flaky tests (#4627) @Janpot