|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v0.12.1 |
| 4 | + |
| 5 | +<!-- generated comparing v0.12.0..master --> |
| 6 | + |
| 7 | +_Feb 28, 2025_ |
| 8 | + |
| 9 | +A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: |
| 10 | + |
| 11 | +- Added form and OAuth button slot props for enhanced customization |
| 12 | +- Improved framework support with router-specific Link components |
| 13 | +- Added LocalizationProvider for better internationalization support |
| 14 | +- Updated package layout for ESM support |
| 15 | + |
| 16 | +### `@toolpad/core` |
| 17 | + |
| 18 | +- Fix dialogs close behavior (#4707) @Janpot |
| 19 | +- Add router-specific Link components (#4661) @bharatkashyap |
| 20 | +- Add LocalizationProvider support (#4620) @bharatkashyap |
| 21 | +- Fix Next.js Pages Router pathname in AppProvider (#4657) @apedroferreira |
| 22 | +- Add form and oauthButton slot props (#4674) @bharatkashyap |
| 23 | +- Link line-height to font-size in AppTitle (#4648) @gil-obradors |
| 24 | +- Remove React dependency from utils (#4605) @bharatkashyap |
| 25 | + |
| 26 | +### Docs |
| 27 | + |
| 28 | +- Add customization section to notifications (#4672) @Firgrep |
| 29 | +- Add Trending badge (#4670) @bharatkashyap |
| 30 | +- Add CLI install instructions (#4639) @bharatkashyap |
| 31 | +- Improve installation instructions (#4633) @bharatkashyap |
| 32 | +- Remove planned components (#4667) @prakhargupta1 |
| 33 | +- Fix typos in documentation (#4666) @maximevtush |
| 34 | +- Fix redirection to GitHub example view (#4642) @oliviertassinari |
| 35 | +- Fix build errors with Next.js 14 (#4594) @bharatkashyap |
| 36 | + |
| 37 | +## CLI |
| 38 | + |
| 39 | +- Refactor CLI setup (#4597) @bharatkashyap |
| 40 | +- Fix package.json pretty print (#4644) @rkristelijn |
| 41 | +- Fix .gitignore formatting (#4622) @rkristelijn |
| 42 | + |
| 43 | +### Core |
| 44 | + |
| 45 | +- Update package layout for ESM (#4686) @Janpot |
| 46 | +- Fix semver mismatches (#4600) @Janpot |
| 47 | +- Use precise version in examples (#4606) @apedroferreira |
| 48 | +- Fix pnpm in Circle CI (#4656) @apedroferreira |
| 49 | +- Conditionally skip flaky tests (#4627) @Janpot |
| 50 | + |
3 | 51 | ## v0.12.0
|
4 | 52 |
|
5 | 53 | <!-- generated comparing v0.11.0..master -->
|
@@ -1576,7 +1624,7 @@ Chart component improvements, add scrolling to pages in app sidebar, Windows fix
|
1576 | 1624 | - Remove some Next.js leftovers around monaco-editor (#2437) @Janpot
|
1577 | 1625 | - Improve rest test flakyness (#2438) @Janpot
|
1578 | 1626 | - Remove logging of RPC errors (#2410) @Janpot
|
1579 |
| -- Scope MUI X license to builtin components only (#2427) @Janpot |
| 1627 | +- Scope MUI X license to builtin components only (#2427) @Janpot |
1580 | 1628 | - Clean up worker communication with devserver (#2418) @Janpot
|
1581 | 1629 | - Add note about why we need usePolling (#2426) @Janpot
|
1582 | 1630 | - Adjust timeout and import node-fetch in create-toolpad-app test (#2414) (#2419) @Kirera-Wainaina
|
@@ -2861,7 +2909,7 @@ Fixes and improvements all around, banner prompting to upgrade Toolpad
|
2861 | 2909 | - Fix naive content-type sniffing implementation (#940) @Janpot
|
2862 | 2910 | - Format function source on save (#942) @Janpot
|
2863 | 2911 | - Allow recreating data grid columns from existing data (#914) @apedroferreira
|
2864 |
| -- Port MUI X renovate.json (#933) @Janpot |
| 2912 | +- Port MUI X renovate.json (#933) @Janpot |
2865 | 2913 | - Run yarn upgrade (#923) @apedroferreira
|
2866 | 2914 | - Try enabling renovate again (#913) @Janpot
|
2867 | 2915 | - Make sure to always assign the overlayroot (#915) @Janpot
|
|
0 commit comments