Skip to content

Commit 7b71a4a

Browse files
authored
Release v0.1.51 (#3275)
1 parent 73c7d8f commit 7b71a4a

File tree

9 files changed

+53
-8
lines changed

9 files changed

+53
-8
lines changed

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# Changelog
22

3+
## v0.1.51
4+
5+
<!-- generated comparing v0.1.50..master -->
6+
7+
_Mar 4, 2024_
8+
9+
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
10+
11+
This release contains mostly bug fixes and improvements to the docs, eamples and stability. It will be the last release of @mui/toolpad before we rename the package to @toolpad/studio.
12+
13+
- &#8203;<!-- 32 -->Add list, datepicker and textfield component guides (#2827) @prakhargupta1
14+
- &#8203;<!-- 31 -->Isolate Next.js in renovatebot @Janpot
15+
- &#8203;<!-- 30 -->Lock file maintenance (#3263) @renovate[bot]
16+
- &#8203;<!-- 29 -->Update monorepo (#3259) @Janpot
17+
- &#8203;<!-- 28 -->Remove isInvalid prop from all components (#3260) @apedroferreira
18+
- &#8203;<!-- 27 -->Global functions explorer and header (#2690) @apedroferreira
19+
- &#8203;<!-- 26 -->Add scroll fixes to DataGrid skeleton loading (#3257) @Janpot
20+
- &#8203;<!-- 25 -->Image error overlay fixes (#3256) @Janpot
21+
- &#8203;<!-- 24 -->Stabilize visual regression tests (#3253) @Janpot
22+
- &#8203;<!-- 23 -->Add some missing docs for the hasNextPage property (#3255) @Janpot
23+
- &#8203;<!-- 22 -->Add a data providers CRUD page to basic crud app example (#3211) @prakhargupta1
24+
- &#8203;<!-- 21 -->Fix and improve resizing in editor (incl. Add Spacer component) (#2818) @apedroferreira
25+
- &#8203;<!-- 20 -->Make building layout visual tests more stable (#3237) @apedroferreira
26+
- &#8203;<!-- 19 -->Update CONTRIBUTING.md (#3114) @apedroferreira
27+
- &#8203;<!-- 18 -->Show loading indicator when runtime config is loading in query editor (#3169) @Janpot
28+
- &#8203;<!-- 17 -->Fix unintentional page rows being created (#3221) @apedroferreira
29+
- &#8203;<!-- 16 -->Prevent app header from covering page elements (#3220) @apedroferreira
30+
- &#8203;<!-- 15 -->chore(deps): bump @mui/toolpad to 0.1.50 (#3219) @renovate[bot]
31+
- &#8203;<!-- 14 -->Update CHANGELOG.md (typo) @apedroferreira
32+
- &#8203;<!-- 13 -->[code-infra] Use the @mui/internal-markdown package (#3235) @michaldudak
33+
- &#8203;<!-- 12 -->[code-infra] Bump monorepo (#3232) @Janpot
34+
- &#8203;<!-- 11 -->[code-infra] Remove pnpm cache on CircleCI (#3133) @Janpot
35+
- &#8203;<!-- 10 -->[code-infra] Disable renovatebot semantic commits (#3224) @Janpot
36+
- &#8203;<!-- 09 -->[code-infra] Use `experimental.cpus` to control amount of export workers in Next.js (#3222) @Janpot
37+
- &#8203;<!-- 08 -->[core] Fix infinite loop in inline canvas mode (#3265) @Janpot
38+
- &#8203;<!-- 07 -->[core] add engines field to @mui/toolpad package.json (#3254) @JerryWu1234
39+
- &#8203;<!-- 06 -->[DataGrid] fix errors not showing up in the rows area (#3264) @Janpot
40+
- &#8203;<!-- 05 -->[docs] Prefer https links @oliviertassinari
41+
- &#8203;<!-- 04 -->[docs-infra] Fixes for vale-action with shared config (#3234) @bharatkashyap
42+
- &#8203;<!-- 03 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
43+
- &#8203;<!-- 02 -->[docs-infra] Add vale for style-guide lint on docs (#3178) @bharatkashyap
44+
- &#8203;<!-- 01 -->[examples] Hacker News client example (#2170) @Janpot
45+
46+
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @JerryWu1234, @michaldudak, @oliviertassinari, @prakhargupta1, @renovate[bot]
47+
348
## v0.1.50
449

550
<!-- generated comparing v0.1.49..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.1.50",
3+
"version": "0.1.51",
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.1.50",
3+
"version": "0.1.51",
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.1.50",
3+
"version": "0.1.51",
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.1.50",
3+
"version": "0.1.51",
44
"private": true,
55
"description": "Custom eslint rules for MUI.",
66
"main": "src/index.js",

packages/toolpad-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad",
3-
"version": "0.1.50",
3+
"version": "0.1.51",
44
"license": "MIT",
55
"bin": {
66
"toolpad": "./cli.mjs"

packages/toolpad-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-components",
3-
"version": "0.1.50",
3+
"version": "0.1.51",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

packages/toolpad-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-core",
3-
"version": "0.1.50",
3+
"version": "0.1.51",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

packages/toolpad-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-utils",
3-
"version": "0.1.50",
3+
"version": "0.1.51",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

0 commit comments

Comments
 (0)