Skip to content

Commit

Permalink
[release] v0.12.1 (#4712)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Feb 28, 2025
1 parent e844d6e commit 6e0a546
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 15 deletions.
52 changes: 50 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# Changelog

## v0.12.1

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

_Feb 28, 2025_

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

- Added form and OAuth button slot props for enhanced customization
- Improved framework support with router-specific Link components
- Added LocalizationProvider for better internationalization support
- Updated package layout for ESM support

### `@toolpad/core`

- Fix dialogs close behavior (#4707) @Janpot
- Add router-specific Link components (#4661) @bharatkashyap
- Add LocalizationProvider support (#4620) @bharatkashyap
- Fix Next.js Pages Router pathname in AppProvider (#4657) @apedroferreira
- Add form and oauthButton slot props (#4674) @bharatkashyap
- Link line-height to font-size in AppTitle (#4648) @gil-obradors
- Remove React dependency from utils (#4605) @bharatkashyap

### Docs

- Add customization section to notifications (#4672) @Firgrep
- Add Trending badge (#4670) @bharatkashyap
- Add CLI install instructions (#4639) @bharatkashyap
- Improve installation instructions (#4633) @bharatkashyap
- Remove planned components (#4667) @prakhargupta1
- Fix typos in documentation (#4666) @maximevtush
- Fix redirection to GitHub example view (#4642) @oliviertassinari
- Fix build errors with Next.js 14 (#4594) @bharatkashyap

## CLI

- Refactor CLI setup (#4597) @bharatkashyap
- Fix package.json pretty print (#4644) @rkristelijn
- Fix .gitignore formatting (#4622) @rkristelijn

### Core

- Update package layout for ESM (#4686) @Janpot
- Fix semver mismatches (#4600) @Janpot
- Use precise version in examples (#4606) @apedroferreira
- Fix pnpm in Circle CI (#4656) @apedroferreira
- Conditionally skip flaky tests (#4627) @Janpot

## v0.12.0

<!-- generated comparing v0.11.0..master -->
Expand Down Expand Up @@ -1576,7 +1624,7 @@ Chart component improvements, add scrolling to pages in app sidebar, Windows fix
- Remove some Next.js leftovers around monaco-editor (#2437) @Janpot
- Improve rest test flakyness (#2438) @Janpot
- Remove logging of RPC errors (#2410) @Janpot
- Scope MUI X license to builtin components only (#2427) @Janpot
- Scope MUI X license to builtin components only (#2427) @Janpot
- Clean up worker communication with devserver (#2418) @Janpot
- Add note about why we need usePolling (#2426) @Janpot
- Adjust timeout and import node-fetch in create-toolpad-app test (#2414) (#2419) @Kirera-Wainaina
Expand Down Expand Up @@ -2861,7 +2909,7 @@ Fixes and improvements all around, banner prompting to upgrade Toolpad
- Fix naive content-type sniffing implementation (#940) @Janpot
- Format function source on save (#942) @Janpot
- Allow recreating data grid columns from existing data (#914) @apedroferreira
- Port MUI X renovate.json (#933) @Janpot
- Port MUI X renovate.json (#933) @Janpot
- Run yarn upgrade (#923) @apedroferreira
- Try enabling renovate again (#913) @Janpot
- Make sure to always assign the overlayroot (#915) @Janpot
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.12.0",
"version": "0.12.1",
"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.12.0",
"version": "0.12.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.12.0",
"version": "0.12.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.12.0",
"version": "0.12.1",
"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.12.0",
"version": "0.12.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.12.0",
"version": "0.12.1",
"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.12.0",
"version": "0.12.1",
"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.12.0",
"version": "0.12.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.12.0",
"version": "0.12.1",
"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.12.0",
"version": "0.12.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.12.0",
"version": "0.12.1",
"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.12.0",
"version": "0.12.1",
"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": "^2.15.1"
},
"type": "module",
"version": "0.12.0"
"version": "0.12.1"
}

0 comments on commit 6e0a546

Please sign in to comment.