Skip to content

Commit b1ce767

Browse files
release: v0.14.0 (#4838)
1 parent 3b0a228 commit b1ce767

File tree

11 files changed

+65
-13
lines changed

11 files changed

+65
-13
lines changed

CHANGELOG.md

+52
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# Changelog
22

3+
## 0.14.0
4+
5+
<!-- generated comparing v0.13.0..master -->
6+
7+
_Apr 11, 2025_
8+
9+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- Support building with the latest Material UI v7
12+
- Added title for accessibility
13+
- Fixed dialog promises to enable closing dialogs imperatively
14+
- CRUD improvements: new sub-component slots, examples, and added to CLI default output
15+
- Added interpolation to translation keys
16+
- Multiple bug fixes and improvements
17+
18+
### `@toolpad/core`
19+
20+
- Fix: Unwarp Dialog promises created by confirm, prompt, and alert to enable closing these dialogs imperatively (#4801) @DizWARE
21+
- Fix: render divider and header as li in menu (#4763) @rkristelijn
22+
- Feature: add title for accessibility (#4761) @rkristelijn
23+
- Expose subcomponent slots to top-level CRUD component (#4786) @apedroferreira
24+
- Styling: Align logo smaller than 40 px vertically with title (#4784) @jakobmerrild
25+
- Add basic CRUD tests (#4709) @apedroferreira
26+
- Show nested navigation in mini-drawer (#4276) @apedroferreira
27+
28+
### CLI
29+
30+
- Add CRUD to generated projects (#4826) @apedroferreira
31+
32+
### Docs
33+
34+
- Corrected 'Returns' section grammer (#4831) @mohamedAbdulhamed
35+
- Add CRUD to themed example (#4785) @bharatkashyap
36+
- Add missing peer dependencies from Toolpad CRUD to docs, examples and playgrounds (#4807) @apedroferreira
37+
- Fix 301 link (b107099) @oliviertassinari
38+
- Fix URL domain in changelog (fbbe1e2) @oliviertassinari
39+
- Fix blank space issue in Material UI Drawer docs (#4805) @apedroferreira
40+
- Fix CRUD usage in docs (#4783) @apedroferreira
41+
- Add CRUD examples (#4713) @apedroferreira
42+
- Added links to sites (#4708) @Ocheretovich
43+
- Mention pnpm usage (#4793) @rkristelijn
44+
45+
### Core
46+
47+
- Move @toolpad/core to ESM (#4755) @Janpot
48+
- Add interpolation to translation keys (#4773) @bharatkashyap
49+
- Upgrade monorepo (#4819) @oliviertassinari
50+
- Sync scorecards.yml across codebase (10a52dd) @oliviertassinari
51+
- Remove studio workspaces (#4756) @Janpot
52+
53+
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @DizWARE, @jakobmerrild, @Janpot, @mohamedAbdulhamed, @Ocheretovich, @oliviertassinari, @rkristelijn
54+
355
## v0.13.0
456

557
<!-- generated comparing v0.12.1..master -->

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"private": true,
55
"author": "MUI Toolpad",
66
"license": "MIT",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"npmClient": "pnpm"
55
}

packages/create-toolpad-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-toolpad-app",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"keywords": [
55
"react",
66
"toolpad",

packages/eslint-plugin-material-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-material-ui",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"private": true,
55
"description": "Custom eslint rules for Material UI.",
66
"main": "src/index.js",

packages/toolpad-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/core",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"author": "Toolpad Team",
55
"description": "Dashboard framework powered by MUI.",
66
"main": "./node/index.js",

packages/toolpad-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/utils",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Shared utilities used by Toolpad packages.",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/toolpad#readme",

playground/nextjs-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground-nextjs-pages",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

playground/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground-nextjs",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

playground/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground-vite",
33
"private": true,
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)