|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.14.0 |
| 4 | + |
| 5 | +<!-- generated comparing v0.13.0..master --> |
| 6 | + |
| 7 | +_Apr 11, 2025_ |
| 8 | + |
| 9 | +A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨: |
| 10 | + |
| 11 | +- Support building with the latest Material UI v7 |
| 12 | +- Added title for accessibility |
| 13 | +- Fixed dialog promises to enable closing dialogs imperatively |
| 14 | +- CRUD improvements: new sub-component slots, examples, and added to CLI default output |
| 15 | +- Added interpolation to translation keys |
| 16 | +- Multiple bug fixes and improvements |
| 17 | + |
| 18 | +### `@toolpad/core` |
| 19 | + |
| 20 | +- Fix: Unwarp Dialog promises created by confirm, prompt, and alert to enable closing these dialogs imperatively (#4801) @DizWARE |
| 21 | +- Fix: render divider and header as li in menu (#4763) @rkristelijn |
| 22 | +- Feature: add title for accessibility (#4761) @rkristelijn |
| 23 | +- Expose subcomponent slots to top-level CRUD component (#4786) @apedroferreira |
| 24 | +- Styling: Align logo smaller than 40 px vertically with title (#4784) @jakobmerrild |
| 25 | +- Add basic CRUD tests (#4709) @apedroferreira |
| 26 | +- Show nested navigation in mini-drawer (#4276) @apedroferreira |
| 27 | + |
| 28 | +### CLI |
| 29 | + |
| 30 | +- Add CRUD to generated projects (#4826) @apedroferreira |
| 31 | + |
| 32 | +### Docs |
| 33 | + |
| 34 | +- Corrected 'Returns' section grammer (#4831) @mohamedAbdulhamed |
| 35 | +- Add CRUD to themed example (#4785) @bharatkashyap |
| 36 | +- Add missing peer dependencies from Toolpad CRUD to docs, examples and playgrounds (#4807) @apedroferreira |
| 37 | +- Fix 301 link (b107099) @oliviertassinari |
| 38 | +- Fix URL domain in changelog (fbbe1e2) @oliviertassinari |
| 39 | +- Fix blank space issue in Material UI Drawer docs (#4805) @apedroferreira |
| 40 | +- Fix CRUD usage in docs (#4783) @apedroferreira |
| 41 | +- Add CRUD examples (#4713) @apedroferreira |
| 42 | +- Added links to sites (#4708) @Ocheretovich |
| 43 | +- Mention pnpm usage (#4793) @rkristelijn |
| 44 | + |
| 45 | +### Core |
| 46 | + |
| 47 | +- Move @toolpad/core to ESM (#4755) @Janpot |
| 48 | +- Add interpolation to translation keys (#4773) @bharatkashyap |
| 49 | +- Upgrade monorepo (#4819) @oliviertassinari |
| 50 | +- Sync scorecards.yml across codebase (10a52dd) @oliviertassinari |
| 51 | +- Remove studio workspaces (#4756) @Janpot |
| 52 | + |
| 53 | +All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @DizWARE, @jakobmerrild, @Janpot, @mohamedAbdulhamed, @Ocheretovich, @oliviertassinari, @rkristelijn |
| 54 | + |
3 | 55 | ## v0.13.0
|
4 | 56 |
|
5 | 57 | <!-- generated comparing v0.12.1..master -->
|
|
0 commit comments