Skip to content

Commit

Permalink
v0.5.1 (#3918)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Aug 9, 2024
1 parent f47e822 commit de7f110
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 13 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## v0.5.1

<!-- generated comparing v0.5.0..master -->

_Aug 9, 2024_

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

- Support Material UI v5 and v6 in `@toolpad/core`, especially regarding CSS variables themes
- Fix theme switcher in documentation examples
- Fix DashboardLayout bugs with theming and mobile navigation
- Fix some file handling restrictions in `@toolpad/studio`

### `@toolpad/core`

- &#8203;<!-- 08 --> Replace `CssVarsProvider` with `ThemeProvider` (#3872) @siriwatknp
- &#8203;<!-- 03 --> Match v5 compatibility (#3906) @bharatkashyap
- &#8203;<!-- 12 --> Fix some DashboardLayout bugs and make some docs examples more consistent (#3905) @apedroferreira
- &#8203;<!-- 11 --> Refix mobile menu closing when link is clicked (#3915) @apedroferreira
- &#8203;<!-- 09 --> Remove @mui/base dependency from @toolpad/core (#3912) @Janpot
- &#8203;<!-- 01 --> Add test for nested routes in PageContainer (#3840) @Janpot

### `@toolpad/studio`

- &#8203;<!-- 13 --> Increase body-parser limit (#3903) @Janpot
- &#8203;<!-- 02 --> Support Blob in js expressions (#3907) @Janpot

### Core

- &#8203;<!-- 14 --> Support `require` (#3908) @bharatkashyap
- &#8203;<!-- 10 --> Port fixes from Material UI v6 migration branch (#3910) @Janpot
- &#8203;<!-- 07 --> Upgrade monorepo (#3911) @Janpot
- &#8203;<!-- 06 --> Clarify security policy @oliviertassinari
- &#8203;<!-- 04 --> Update smoke test instructions (#3899) @Janpot

All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @oliviertassinari, @siriwatknp

## v0.5.0

<!-- generated comparing v0.4.0..master -->
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"author": "MUI Toolpad",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion examples/core-auth-nextjs-pages/src/pages/auth/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export default function SignIn({
return {};
} catch (error) {
// An error boundary must exist to handle unknown errors
console.log('Is this happening');
return {
error: 'Something went wrong.',
type: 'UnknownError',
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.5.0",
"version": "0.5.1",
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion packages/create-toolpad-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-toolpad-app",
"version": "0.5.0",
"version": "0.5.1",
"keywords": [
"react",
"toolpad",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-material-ui",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/core",
"version": "0.5.0",
"version": "0.5.1",
"author": "Toolpad Team",
"description": "Dashboard framework powered by MUI.",
"main": "./node/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio-components",
"version": "0.5.0",
"version": "0.5.1",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio-runtime",
"version": "0.5.0",
"version": "0.5.1",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"bin": {
"toolpad-studio": "./cli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/utils",
"version": "0.5.0",
"version": "0.5.1",
"description": "Shared utilities used by Toolpad packages.",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground-nextjs-pages",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground-nextjs",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"recharts": "alpha"
},
"type": "module",
"version": "0.5.0"
"version": "0.5.1"
}

0 comments on commit de7f110

Please sign in to comment.