Skip to content

Commit

Permalink
v0.9.0 (#4385)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Nov 8, 2024
1 parent 210b668 commit 410e257
Show file tree
Hide file tree
Showing 14 changed files with 66 additions and 13 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
# Changelog

## v0.9.0

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

_Nov 8, 2024_

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

- Support magic links in `SignInPage`
- Support placing `Account` component in layout sidebar
- Improved UI integration with custom themes
- Improved customizability of `DashboardLayout` header actions
- Improved documentation, especially around React Router integration

### `@toolpad/core`

- Support magic links in `SignInPage` (#4085) @bharatkashyap
- Add `<Account />` in `sidebarFooter` (#4255) @bharatkashyap
- Improve default UI and customisation ability (#4370) @bharatkashyap
- Allow theme switcher override with slots (#4340) @apedroferreira
- Left-align header title in mobile viewport (#4346) @apedroferreira
- Allow changing the width of the drawer in dashboard layout (#4296) @garryxiao
- Hide layout header and sidebar when printing (#4334) @apedroferreira

### Docs

- Add `SignInPage` Vite + React Router example (#4335) @bharatkashyap
- Add custom user details example (#4227) @bharatkashyap
- Update React Router example configs (#4303) @apedroferreira
- Make Themed example run by default on Codesandbox (#4382) @bharatkashyap
- Add component as `payload` example to `useDialogs` docs (#4375) @bharatkashyap
- Add sandbox links for Toolpad Core examples (#4325) @bharatkashyap
- Separate example folders for Core and Studio (#4301) @bharatkashyap
- Clean up examples (#4383) @bharatkashyap
- Fix more 404s on examples page (#4368) @prakhargupta1
- Fix tool redirection (#4366) @oliviertassinari
- Fix missing punctuation on descriptions (#4351) @oliviertassinari
- Sentence case (10dde48) @oliviertassinari
- Polish to match standard (#4344) @oliviertassinari
- Move the description to match the other pages (#4348) @oliviertassinari
- Adjust some casings and sections in component docs (#4306) @apedroferreira
- Fix "breadcrumbs" spelling (#4297) @bharatkashyap
- Minor changes (#4372) @prakhargupta1
- Replace support link from Studio to Core in the GitHub Issue template (#4272) @prakhargupta1

### Core

- Fix Dependabot warning in Next.js example with passkey (#4371) @apedroferreira
- Fix Vale errors (#4347) @oliviertassinari
- Fix VS Code reference (0520057) @oliviertassinari

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

## v0.8.0

<!-- generated comparing v0.7.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion playground/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground-vite",
"private": true,
"version": "0.8.0",
"version": "0.9.0",
"type": "module",
"scripts": {
"dev": "vite",
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.8.0"
"version": "0.9.0"
}

0 comments on commit 410e257

Please sign in to comment.