Skip to content

Commit

Permalink
V0.7.0 (#4127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Sep 20, 2024
1 parent 6cfa664 commit e80bedb
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 12 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## v0.7.0

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

_Sep 20, 2024_

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

- **BREAKING** Dynamic navigation segments can't have a leading slash (`/orders/:id` should be `orders/:id`)
- Make it possible to override title and breadcrumbs in PageContainer for dynamic routes.
- Upgrade `path-to-regexp` to fix vulnerabilities.

### `@toolpad/core`

- &#8203;<!-- 16 -->Fixes for docs and DashboardLayout component (#4104) @apedroferreira
- &#8203;<!-- 01 -->Make PageContainer customizable for dynamic routes (#4114) @Janpot

### Docs

- &#8203;<!-- 14 -->Add Toolpad Core readme video (#4006) @prakhargupta1
- &#8203;<!-- 07 -->Add integration, base concepts (#4080) @bharatkashyap
- &#8203;<!-- 04 -->add maxwidth section in the page container docs (#4103) @prakhargupta1
- &#8203;<!-- 03 -->Fix typo from feedback (#4105) @Janpot

### Core

- &#8203;<!-- 15 -->Update/correct toolpad repository links in package.json (#4113) @Janpot
- &#8203;<!-- 13 -->Update path-to-regexp to 6.3.0 (#4126) @Janpot
- &#8203;<!-- 12 -->Rename repo to mui/toolpad (#4062) @Janpot
- &#8203;<!-- 11 -->Bring CI to node 20 (#4038) @Janpot
- &#8203;<!-- 10 -->Fix redirection @oliviertassinari
- &#8203;<!-- 09 -->Fix 301 link to Next.js and git diff @oliviertassinari
- &#8203;<!-- 06 -->Copy vale-action.yml from main repo @oliviertassinari
- &#8203;<!-- 05 -->Fix Vale error @oliviertassinari
- &#8203;<!-- 08 -->[core] Fix package.json repository rule @oliviertassinari
- &#8203;<!-- 02 -->Fix 301 link to authjs @oliviertassinari

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

## v0.6.0

<!-- generated comparing v0.5.2..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.6.0",
"version": "0.7.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.6.0",
"version": "0.7.0",
"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.6.0",
"version": "0.7.0",
"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.6.0",
"version": "0.7.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.6.0",
"version": "0.7.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.6.0",
"version": "0.7.0",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/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.6.0",
"version": "0.7.0",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/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.6.0",
"version": "0.7.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.6.0",
"version": "0.7.0",
"description": "Shared utilities used by Toolpad packages.",
"author": "MUI Toolpad team",
"homepage": "https://github.com/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.6.0",
"version": "0.7.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.6.0",
"version": "0.7.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.6.0"
"version": "0.7.0"
}

0 comments on commit e80bedb

Please sign in to comment.