Apr 26, 2023
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
Use page name as a routing alias, add a Form component, and replace Next.js API routes with Express under the hood.
- Add page name as an alias for routing in the runtime (#1925) @Janpot
- Use correct command for opening vscode (#1931) @Janpot
- Replace next api routes with express (#1920) @Janpot
- Add link to open example in CodeSandbox (#1936) @Janpot
- Fix: Local installation needs new resolution (#1932) @bharatkashyap
- Fix: Use
nanonid/non-secure
instead ofcuid
(#1912) @bharatkashyap - Form component (#1926) @apedroferreira
- Import correct font in vite runtime (#1924) @Janpot
- Update CONTRIBUTING.md @apedroferreira
- Fix gitignore file creation log message (#1923) @Janpot
- Add utils package for generic non-toolpad utilities (#1915) @Janpot
- [docs] Polish a bit the docs (#1927) @oliviertassinari
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @oliviertassinari