Skip to content

Commit 6e0a546

Browse files
[release] v0.12.1 (#4712)
1 parent e844d6e commit 6e0a546

File tree

14 files changed

+63
-15
lines changed

14 files changed

+63
-15
lines changed

CHANGELOG.md

+50-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# Changelog
22

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+
351
## v0.12.0
452

553
<!-- generated comparing v0.11.0..master -->
@@ -1576,7 +1624,7 @@ Chart component improvements, add scrolling to pages in app sidebar, Windows fix
15761624
- Remove some Next.js leftovers around monaco-editor (#2437) @Janpot
15771625
- Improve rest test flakyness (#2438) @Janpot
15781626
- 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
15801628
- Clean up worker communication with devserver (#2418) @Janpot
15811629
- Add note about why we need usePolling (#2426) @Janpot
15821630
- 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
28612909
- Fix naive content-type sniffing implementation (#940) @Janpot
28622910
- Format function source on save (#942) @Janpot
28632911
- 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
28652913
- Run yarn upgrade (#923) @apedroferreira
28662914
- Try enabling renovate again (#913) @Janpot
28672915
- Make sure to always assign the overlayroot (#915) @Janpot

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"private": true,
55
"author": "MUI Toolpad",
66
"license": "MIT",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"npmClient": "pnpm"
55
}

packages/create-toolpad-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-toolpad-app",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"keywords": [
55
"react",
66
"toolpad",

packages/eslint-plugin-material-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-material-ui",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"private": true,
55
"description": "Custom eslint rules for Material UI.",
66
"main": "src/index.js",

packages/toolpad-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/core",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"author": "Toolpad Team",
55
"description": "Dashboard framework powered by MUI.",
66
"main": "./node/index.js",

packages/toolpad-studio-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/studio-components",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/toolpad#readme",

packages/toolpad-studio-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/studio-runtime",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/toolpad#readme",

packages/toolpad-studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/studio",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"license": "MIT",
55
"bin": {
66
"toolpad-studio": "./cli.mjs"

packages/toolpad-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/utils",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Shared utilities used by Toolpad packages.",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/toolpad#readme",

playground/nextjs-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground-nextjs-pages",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

playground/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground-nextjs",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

playground/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground-vite",
33
"private": true,
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"recharts": "^2.15.1"
1515
},
1616
"type": "module",
17-
"version": "0.12.0"
17+
"version": "0.12.1"
1818
}

0 commit comments

Comments
 (0)