Skip to content

Commit de7f110

Browse files
v0.5.1 (#3918)
1 parent f47e822 commit de7f110

File tree

14 files changed

+49
-13
lines changed

14 files changed

+49
-13
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## v0.5.1
4+
5+
<!-- generated comparing v0.5.0..master -->
6+
7+
_Aug 9, 2024_
8+
9+
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- Support Material UI v5 and v6 in `@toolpad/core`, especially regarding CSS variables themes
12+
- Fix theme switcher in documentation examples
13+
- Fix DashboardLayout bugs with theming and mobile navigation
14+
- Fix some file handling restrictions in `@toolpad/studio`
15+
16+
### `@toolpad/core`
17+
18+
- &#8203;<!-- 08 --> Replace `CssVarsProvider` with `ThemeProvider` (#3872) @siriwatknp
19+
- &#8203;<!-- 03 --> Match v5 compatibility (#3906) @bharatkashyap
20+
- &#8203;<!-- 12 --> Fix some DashboardLayout bugs and make some docs examples more consistent (#3905) @apedroferreira
21+
- &#8203;<!-- 11 --> Refix mobile menu closing when link is clicked (#3915) @apedroferreira
22+
- &#8203;<!-- 09 --> Remove @mui/base dependency from @toolpad/core (#3912) @Janpot
23+
- &#8203;<!-- 01 --> Add test for nested routes in PageContainer (#3840) @Janpot
24+
25+
### `@toolpad/studio`
26+
27+
- &#8203;<!-- 13 --> Increase body-parser limit (#3903) @Janpot
28+
- &#8203;<!-- 02 --> Support Blob in js expressions (#3907) @Janpot
29+
30+
### Core
31+
32+
- &#8203;<!-- 14 --> Support `require` (#3908) @bharatkashyap
33+
- &#8203;<!-- 10 --> Port fixes from Material UI v6 migration branch (#3910) @Janpot
34+
- &#8203;<!-- 07 --> Upgrade monorepo (#3911) @Janpot
35+
- &#8203;<!-- 06 --> Clarify security policy @oliviertassinari
36+
- &#8203;<!-- 04 --> Update smoke test instructions (#3899) @Janpot
37+
38+
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @oliviertassinari, @siriwatknp
39+
340
## v0.5.0
441

542
<!-- generated comparing v0.4.0..master -->

docs/package.json

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

examples/core-auth-nextjs-pages/src/pages/auth/signin.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export default function SignIn({
4444
return {};
4545
} catch (error) {
4646
// An error boundary must exist to handle unknown errors
47-
console.log('Is this happening');
4847
return {
4948
error: 'Something went wrong.',
5049
type: 'UnknownError',

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.5.0",
3+
"version": "0.5.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.5.0",
3+
"version": "0.5.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.5.0",
3+
"version": "0.5.1",
44
"private": true,
55
"description": "Custom eslint rules for MUI.",
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.5.0",
3+
"version": "0.5.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.5.0",
3+
"version": "0.5.1",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/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.5.0",
3+
"version": "0.5.1",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/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.5.0",
3+
"version": "0.5.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.5.0",
3+
"version": "0.5.1",
44
"description": "Shared utilities used by Toolpad packages.",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/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.5.0",
3+
"version": "0.5.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.5.0",
3+
"version": "0.5.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"recharts": "alpha"
1515
},
1616
"type": "module",
17-
"version": "0.5.0"
17+
"version": "0.5.1"
1818
}

0 commit comments

Comments
 (0)