github mui/toolpad v0.12.0

4 hours ago

Jan 10, 2025

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

BREAKING CHANGE

  • Framework-specific AppProvider exports have been renamed for clarity:

(Note the change in the path from react-router-dom to react-router)

- import { AppProvider } from '@toolpad/core/react-router-dom';
+ import { ReactRouterAppProvider } from '@toolpad/core/react-router';
- import { AppProvider } from '@toolpad/core/nextjs';
+ import { NextAppProvider } from '@toolpad/core/nextjs';
  • Upgraded Toolpad to React 19
  • Added framework selection to create-toolpad-app to support Vite
  • Improved sidebar CSS transitions in DashboardLayout
  • Allow multiple breadcrumbs that are not links in PageHeader
  • Added multiple bug fixes and improvements
  • Fixed various UI and documentation issues

@toolpad/core

CLI

Docs

Core

All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @gil-obradors, @null93, @oliviertassinari

Don't miss a new toolpad release

NewReleases is sending notifications on new releases.