Skip to content

Releases: mui/toolpad

v0.13.0

11 Mar 22:46
8613f9b
Compare
Choose a tag to compare

Mar 11, 2025

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

Add new Crud component: this new component provides UIs to interact with data from any data source (create, read, update and delete), with minimal configuration from a single data source definition. Try it out and please share any issues you find!

@toolpad/core

Core

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

v0.12.1

28 Feb 17:39
6e0a546
Compare
Choose a tag to compare

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

Docs

CLI

Core

v0.12.0

11 Jan 01:25
ff4fdbd
Compare
Choose a tag to compare

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

v0.11.0

12 Dec 18:33
bb29dea
Compare
Choose a tag to compare

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.
  • 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

Docs

Core

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

v0.10.0

23 Nov 00:22
b60f7d9
Compare
Choose a tag to compare

Nov 23, 2024

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

  • Upgrade to Next.js 15
  • Add Passkey and Magic Link support inside the CLI
  • Add ability to override labels on SignInPage
  • Multiple bug-fixes and small improvements
  • Add a functional dashboard template to the docs!

@toolpad/core

create-toolpad-app

Docs

Core

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

v0.9.0

09 Nov 16:56
410e257
Compare
Choose a tag to compare

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

Docs

Core

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

v0.8.1

19 Oct 03:32
c9ac788
Compare
Choose a tag to compare

Patch re-release to fix incorrect create-toolpad-app release of v0.8.0

v0.8.0

19 Oct 03:25
c9ac788
Compare
Choose a tag to compare

Oct 19, 2024

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

  • BREAKING Replaces the menuItems slot on the Account component with a more exhaustive popoverContent slot
  • Adds a sidebarFooter slot and a hideNavigation prop to DashboardLayout
  • Adds a React-Router integration example for DashboardLayout
  • Increased customizability of the Account component using new slots preview and popoverContent
  • Adds passkey support to the SignInPage, and an integration example to the docs
  • Integrates Toolpad Core components in the Toolpad Studio runtime

@toolpad/core

@toolpad/studio

Docs

Core

All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @djedu28, @Janpot, @oliviertassinari, @prakhargupta1, @renovate[bot], @vikasgurjar

v0.7.0

20 Sep 16:23
e80bedb
Compare
Choose a tag to compare

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

Docs

Core

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

v0.6.0

13 Sep 15:29
c7ac325
Compare
Choose a tag to compare

Sep 13, 2024

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

  • Migrate to Material UI v6
  • Collapsible sidebar in DashboardLayout component with mini drawer variant
  • Support route patterns in navigation
  • Add more OAuth providers to SignInPage
  • Docs and website improvements

@toolpad/core

Docs

Core

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