Skip to content

Commit

Permalink
v0.11.0 (#4536)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Dec 12, 2024
1 parent 35c7042 commit bb29dea
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 14 deletions.
52 changes: 51 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,56 @@
# Changelog

## 0.10.0
## v0.11.0

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

_Dec 12, 2024_

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

- **BREAKING** `toolbar` slot in the `PageContainer` component has been moved to new `PageHeader` component, which can be used in the `header` slot in `PageContainer`. New usage example [here](https://mui.com/toolpad/core/react-page-container/#actions).
- Add `homeUrl` to `branding` properties, and `appTitle` slot to override layout header branding.
- Allow full-size content inside `PageContainer`.
- Add "rememberMe" slot to `SignInPage`.
- Add `navigation` prop override to `DashboardLayout`.
- Add Vite example with Firebase authentication.

### `@toolpad/core`

- Add `homeUrl` to `branding` and `appTitle` slot (#4477) @bharatkashyap
- Allow full-size content in `PageContainer` (#4480) @apedroferreira
- Add "rememberMe" slot (#4487) @bharatkashyap
- Add `navigation` prop as override (#4523) @apedroferreira
- Do not spread `PageContainer` title to child Container (#4504) @christiancookbuzz
- Wrap App Router `AppProvider` in Suspense (#4526) @bharatkashyap
- Remove `docs` context from component logic (#4489) @bharatkashyap
- Make control in rememberMe slot prop optional (#4529) @hmon
- Do not make text bold in navigation sidebar (#4533) @apedroferreira

### Docs

- Add Vite example with Firebase auth (#4500) @bharatkashyap
- Upgrade featured example to React 19 (#4517) @bharatkashyap
- Add pre-requisites to Next integration docs (#4473) @bharatkashyap
- Correct Tutorial code (#4467) @bharatkashyap
- Update deployed template link (#4454) @bharatkashyap
- Update deployed example URL (#4531) @bharatkashyap
- Handle integration docs 404 (#4475) @prakhargupta1
- Fix 301 link to Render docs (cdaa9b7) @oliviertassinari
- Add 'New' badge for examples (#4481) @prakhargupta1
- Remove the live app link (#4482) @prakhargupta1
- Improve callout copy for layout override props (#4535) @apedroferreira
- Update base-concepts.md (#4484) @prakhargupta1
- Fix missed parenthesis (#4510) @bharatkashyap

### Core

- Remove/update offending deps (#4483) @bharatkashyap
- Update @mui/monorepo (#4455) @oliviertassinari

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

## v0.10.0

<!-- generated comparing v0.9.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.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.10.0"
"version": "0.11.0"
}

0 comments on commit bb29dea

Please sign in to comment.