Skip to content

Commit

Permalink
v0.6.0 (#4086)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Sep 13, 2024
1 parent 3c92974 commit c7ac325
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 13 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# Changelog

## v0.6.0

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

_Sep 13, 2024_

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

- Migrate to Material UI v6
- Collapsible sidebar in `DashboardLayout` component with mini drawer variant
- Support route patterns in navigation
- Add more OAuth providers to `SignInPage`
- Docs and website improvements

### `@toolpad/core`

- &#8203;<!-- 23 -->Use outlined button for logout (#4016) @Janpot
- &#8203;<!-- 22 -->Clean templates, fix a bunch of issues in generated apps (#4040) @bharatkashyap
- &#8203;<!-- 19 -->Add mini drawer variant to DashboardLayout (#4017) @apedroferreira
- &#8203;<!-- 18 -->Add more OAuth providers to `SignInPage` (#3933) @bharatkashyap
- &#8203;<!-- 17 -->Refactor `<Account />` (#3992) @bharatkashyap
- &#8203;<!-- 16 -->Add toolbarActions and toolbarAccount slots to DashboardLayout (#3984)
- &#8203;<!-- 15 -->Migrate to Material UI v6 (#3862) @Janpot
- &#8203;<!-- 14 -->Support route patterns in navigation (#3991) @apedroferreira

### Docs

- &#8203;<!-- 29 -->Adjust DashboardLayout documentation to link to AppProvider more clearly (#4083) @apedroferreira
- &#8203;<!-- 13 -->Fix 301 link @oliviertassinari
- &#8203;<!-- 12 -->Add missing end of sentence ponctuation @oliviertassinari
- &#8203;<!-- 11 -->Link docs from component demos on Toolpad Core landing page (#4013) @prakhargupta1
- &#8203;<!-- 10 -->Remove the list of upcoming features (#4041) @prakhargupta1
- &#8203;<!-- 09 -->Add `next-auth` v4 example (#3982) @bharatkashyap
- &#8203;<!-- 08 -->Fix 404 links @oliviertassinari
- &#8203;<!-- 07 -->Add signed in state as default on `<Account />` docs (#3970) @bharatkashyap
- &#8203;<!-- 06 -->Strengthen CSP (#4075) @oliviertassinari
- &#8203;<!-- 02 -->Explain props of text-field component with demos (#4012) @prakhargupta1

### Core

- &#8203;<!-- 28 -->Update renovate.json @Janpot
- &#8203;<!-- 24 -->Update package.json @Janpot
- &#8203;<!-- 21 -->Update netlify.toml to install with `--frozen-lockfile` (#4014) @Janpot
- &#8203;<!-- 20 -->Upgrade monorepo (#4010) @Janpot @apedroferreira
- &#8203;<!-- 05 -->Remove unnecessary lock file (#4011) @Janpot
- &#8203;<!-- 04 -->Adds reusable workflow for new issue cleanup (#4077) @michelengelen
- &#8203;<!-- 03 -->Adds reusable workflow for closing messages (#4076) @michelengelen
- &#8203;<!-- 01 -->Fix Calendly link for Toolpad Studio demo (#4035) @prakhargupta1

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

## v0.5.2

<!-- generated comparing v0.5.1..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.2",
"version": "0.6.0",
"private": true,
"author": "MUI Toolpad",
"license": "MIT",
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.2",
"version": "0.6.0",
"npmClient": "pnpm"
}
4 changes: 2 additions & 2 deletions 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.2",
"version": "0.6.0",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@inquirer/prompts": "^5.5.0",
"@toolpad/utils": "workspace:*",
"@toolpad/core": "workspace:*",
"@toolpad/utils": "workspace:*",
"chalk": "5.3.0",
"execa": "9.3.1",
"invariant": "2.2.4",
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.2",
"version": "0.6.0",
"private": true,
"description": "Custom eslint rules for Material UI.",
"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.2",
"version": "0.6.0",
"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.2",
"version": "0.6.0",
"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.2",
"version": "0.6.0",
"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.2",
"version": "0.6.0",
"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.2",
"version": "0.6.0",
"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.2",
"version": "0.6.0",
"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.2",
"version": "0.6.0",
"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.2"
"version": "0.6.0"
}

0 comments on commit c7ac325

Please sign in to comment.