Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: mui/toolpad

v0.16.0

12 Jun 23:16
@apedroferreira apedroferreira
9051710
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Jun 11, 2025

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

  • CRUD improvements including non-editable fields, rendering custom fields, and page containers out-of-the-box!

BREAKING CHANGE: CRUD pages now include a PageContainer based on the pageTitles prop. Either remove the PageContainer you were using in these pages and set the pageTitles prop, or override the container using the pageContainer slot.
You can find more detailed instructions and examples in the CRUD component documentation.

  • New app provider for Tanstack React Router.
  • New useNavigation hook to access your navigation configuration from anywhere.
  • Japanese locale support.

@toolpad/core

Core

All contributors of this release in alphabetical order: @apedroferreira, @Janpot, @oliviertassinari, @rkristelijn, @yuito-it

Contributors

Janpot, oliviertassinari, and 3 other contributors
Assets 2
Loading
prakhargupta1 reacted with thumbs up emoji stunaz reacted with heart emoji
2 people reacted

v0.15.0

08 May 17:42
@apedroferreira apedroferreira
6811ae8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

May 8, 2025

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

  • Allow custom navigation page items
  • Show correct single-select values in "Show" UI
  • Pass nonce to color scheme script through AppProvider
  • Improve and fix project dependencies
  • General UI improvements and fixes
  • Improved documentation with CRUD examples and CRUD REST API

@toolpad/core

Docs

Core

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

Contributors

a88zach, oliviertassinari, and 2 other contributors
Loading
DaliborHomola reacted with hooray emoji
1 person reacted

v0.14.0

12 Apr 20:51
@bharatkashyap bharatkashyap
b1ce767
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Apr 12, 2025

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

  • Support building with the latest Material UI v7
  • Added title for accessibility
  • Fixed dialog promises to enable closing dialogs imperatively
  • CRUD improvements: new sub-component slots, examples, and added to CLI default output
  • Added interpolation to translation keys
  • Multiple bug fixes and improvements

@toolpad/core

CLI

Docs

Core

All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @DizWARE, @jakobmerrild, @Janpot, @mohamedAbdulhamed, @Ocheretovich, @oliviertassinari, @rkristelijn

Loading
zdu-strong, djedu28, aspirantzhang, JAugustusSmith, and otottkovacstibor reacted with thumbs up emoji zdu-strong reacted with heart emoji zdu-strong reacted with rocket emoji
5 people reacted

v0.13.0

11 Mar 22:46
@apedroferreira apedroferreira
8613f9b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

Janpot, oliviertassinari, and apedroferreira
Loading
prakhargupta1, otottkovacstibor, DaliborHomola, and djedu28 reacted with hooray emoji prakhargupta1 reacted with rocket emoji
4 people reacted

v0.12.1

28 Feb 17:39
@bharatkashyap bharatkashyap
6e0a546
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Loading
djedu28 reacted with thumbs up emoji
1 person reacted

v0.12.0

11 Jan 01:25
@bharatkashyap bharatkashyap
ff4fdbd
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

oliviertassinari, null93, and 3 other contributors
Loading
null93 reacted with hooray emoji asafratzon and null93 reacted with heart emoji
2 people reacted

v0.11.0

12 Dec 18:33
@apedroferreira apedroferreira
bb29dea
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Loading
prakhargupta1, CookieCookson, and vpmartin reacted with hooray emoji
3 people reacted

v0.10.0

23 Nov 00:22
@bharatkashyap bharatkashyap
b60f7d9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

oliviertassinari, apedroferreira, and 3 other contributors
Loading
Janpot, prakhargupta1, and vsimakhin reacted with rocket emoji
3 people reacted

v0.9.0

09 Nov 16:56
@apedroferreira apedroferreira
410e257
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

oliviertassinari, apedroferreira, and 3 other contributors
Loading
icsaba reacted with thumbs up emoji Janpot and icsaba reacted with rocket emoji
2 people reacted

v0.8.1

19 Oct 03:32
@bharatkashyap bharatkashyap
c9ac788
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

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

Loading
prakhargupta1, stunaz, and otottkovacstibor reacted with thumbs up emoji
3 people reacted
Previous 1 3 4 5 11 12
Previous

AltStyle によって変換されたページ (->オリジナル) /