|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.16.0 |
| 4 | + |
| 5 | +<!-- generated comparing v0.15.0..master --> |
| 6 | + |
| 7 | +_Jun 11, 2025_ |
| 8 | + |
| 9 | +A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: |
| 10 | + |
| 11 | +- CRUD improvements including non-editable fields, rendering custom fields, and page containers out-of-the-box! |
| 12 | + |
| 13 | +**BREAKING CHANGE**: CRUD pages now include a `PageContainer` based on the `pageTitles` prop. Either remove the `PageContainer` you were using in these pages and set the `pageTitles` prop, or override the container using the `pageContainer` slot. |
| 14 | +You can find more detailed instructions and examples in the [CRUD component documentation](https://mui.com/toolpad/core/react-crud/). |
| 15 | + |
| 16 | +- New app provider for [Tanstack React Router](https://mui.com/toolpad/core/integrations/tanstack-router/). |
| 17 | +- New `useNavigationHook` to access your navigation configuration from anywhere. |
| 18 | +- Japanese locale support. |
| 19 | + |
| 20 | +### `@toolpad/core` |
| 21 | + |
| 22 | +- Support non-editable items in CRUD form pages (#4918) @apedroferreira |
| 23 | +- Allow custom form fields in CRUD (#4968) @apedroferreira |
| 24 | +- Add Tanstack React Router provider (#4971) @apedroferreira |
| 25 | +- CRUD page titles with `pageTitles` and `pageTitle` props (#4930) @apedroferreira |
| 26 | +- Add new `useNavigation` hook (#4965) @apedroferreira |
| 27 | +- Make CRUD forms React 18 compatible (#4966) @apedroferreira |
| 28 | +- Allow full customization for dashboard header (#4820) @rkristelijn |
| 29 | +- Fix closing behavior under strict mode (#4973) @Janpot |
| 30 | +- CRUD UI improvements (#4937) @apedroferreira |
| 31 | +- Add Japanese locale support (#4970) @yuito-it |
| 32 | +- Small adjustment to Data Grid selection in CRUD. (#4983) @apedroferreira |
| 33 | +- Use named imports for locales (#4945) @yuito-it |
| 34 | + |
| 35 | +### Core |
| 36 | + |
| 37 | +- Remove Toolpad Studio (#4987) @apedroferreira |
| 38 | +- Remove @vitejs/plugin-react as dependency (#4977) @Janpot |
| 39 | +- Remove required checkout step (f916976) @oliviertassinari |
| 40 | + |
| 41 | +All contributors of this release in alphabetical order: @apedroferreira, @Janpot, @oliviertassinari, @rkristelijn, @yuito-it |
| 42 | + |
3 | 43 | ## v0.15.0 |
4 | 44 |
|
5 | 45 | <!-- generated comparing v0.14.0..master --> |
|
0 commit comments