|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.10.0 |
| 4 | + |
| 5 | +<!-- generated comparing v0.9.0..master --> |
| 6 | + |
| 7 | +_Nov 23, 2024_ |
| 8 | + |
| 9 | +A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: |
| 10 | + |
| 11 | +- Upgrade to Next.js 15 |
| 12 | +- Add Passkey and Magic Link support inside the CLI |
| 13 | +- Add ability to override labels on `SignInPage` |
| 14 | +- Multiple bug-fixes and small improvements |
| 15 | +- Add a functional dashboard template to the docs! |
| 16 | + |
| 17 | +### `@toolpad/core` |
| 18 | + |
| 19 | +- Fix SignInButton UI (#4421) @bharatkashyap |
| 20 | +- Bump Next.js to 15.0.3 (#4321) @hollandjake |
| 21 | +- Add branding prop as override (#4442) @apedroferreira |
| 22 | +- Fix app bar items alignment (#4437) @bharatkashyap |
| 23 | +- Add width containment on flex container (#4414) @bharatkashyap |
| 24 | +- SignInPage UI tweaks (#4451) @bharatkashyap |
| 25 | +- Allow slotProps to override all labels (#4418) @bharatkashyap |
| 26 | +- Fix missing "Remember Me" state from `formData` (#4404) @bharatkashyap |
| 27 | + |
| 28 | +### `create-toolpad-app` |
| 29 | + |
| 30 | +- Support Magic Link and Passkeys in CLI (#4339) @bharatkashyap |
| 31 | +- Skip path validation for examples (#4434) @bharatkashyap |
| 32 | + |
| 33 | +### Docs |
| 34 | + |
| 35 | +- Add a new section for Integration (#4411) @prakhargupta1 |
| 36 | +- Update examples to Next.js 15 (#4435) @bharatkashyap |
| 37 | +- Add Templates listing to examples page (#4449) @bharatkashyap |
| 38 | +- Host themed template under mui.com (#4415) @bharatkashyap |
| 39 | +- Fix 301 in the docs (3ab3b4e) @oliviertassinari |
| 40 | +- Fix 301 redirection in docs (2404ac6) @oliviertassinari |
| 41 | +- Fix missed Vale error (#4419) @bharatkashyap |
| 42 | +- Update SignInPage docs and themed example (#4410) @bharatkashyap |
| 43 | +- Correct version on themed example (#4405) @bharatkashyap |
| 44 | +- Fix 404 link (#4401) @oliviertassinari |
| 45 | + |
| 46 | +### Core |
| 47 | + |
| 48 | +- Update lockfile (#4386) @apedroferreira |
| 49 | +- Simplify OpenSSF badge (b61a32c) @oliviertassinari |
| 50 | +- Update to match with the rest of the codebase (5ceb4f0) @oliviertassinari |
| 51 | +- Remove dead style contain code (#4402) @oliviertassinari |
| 52 | +- Improve bug template for reproductions (a84ba1e) @oliviertassinari |
| 53 | + |
| 54 | +All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @hollandjake, @oliviertassinari, @prakhargupta1 |
| 55 | + |
3 | 56 | ## v0.9.0 |
4 | 57 |
|
5 | 58 | <!-- generated comparing v0.8.0..master --> |
|
0 commit comments