Skip to content

Commit 906cea5

Browse files
v0.0.41 (#1704)
1 parent 5dd3444 commit 906cea5

File tree

8 files changed

+41
-11
lines changed

8 files changed

+41
-11
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## 0.0.41
4+
5+
<!-- generated comparing v0.0.40..master -->
6+
7+
_Feb 22, 2023_
8+
9+
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
10+
11+
Add a List component, polish Markdown component, easier access to Page module settings, feedback for mutation queries, and a new option to edit Text component directly in canvas!
12+
13+
- &#8203;<!-- 17 -->Fix binding editor confirm on unsaved changes (#1695) @apedroferreira
14+
- &#8203;<!-- 16 -->Adjust margins for Markdown component (#1690) @Janpot
15+
- &#8203;<!-- 15 -->Remove deprecated waitForNavigation playwright API (#1699) @Janpot
16+
- &#8203;<!-- 14 -->Make text component editable in the canvas (#1694) @Janpot
17+
- &#8203;<!-- 13 -->Hide resizable height prop controls (#1641) @apedroferreira
18+
- &#8203;<!-- 12 -->Move selected node state to page view only (#1679) @apedroferreira
19+
- &#8203;<!-- 11 -->Fix DataGrid number formats for non-numerical values (#1626) @Janpot
20+
- &#8203;<!-- 10 -->Add feedback for mutating queries (#1691) @Janpot
21+
- &#8203;<!-- 09 -->Show confirmation dialog when there are unsaved changes (#1618) @apedroferreira
22+
- &#8203;<!-- 08 -->Fix resizing after drag & drop UI changes (#1639) @apedroferreira
23+
- &#8203;<!-- 07 -->Polish Markdown component (#1477) @bharatkashyap
24+
- &#8203;<!-- 06 -->Confirm unsaved code component changes (#1628) @apedroferreira
25+
- &#8203;<!-- 05 -->Add in page settings option to sidebar to allow for easier access to page module settings (#1672) @scouttyg
26+
- &#8203;<!-- 04 -->Add List component (#1527) @apedroferreira
27+
- &#8203;<!-- 03 -->Fix: Column changes dropped on prop update (#1583) @bharatkashyap
28+
- &#8203;<!-- 02 -->Fix: Disable "Remove" on draft nodes (#1681) @bharatkashyap
29+
- &#8203;<!-- 01 -->Align headers and typography in the theme (#1627) @Janpot
30+
31+
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @scouttyg
32+
333
## 0.0.40
434

535
<!-- generated comparing v0.0.39..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.0.40",
3+
"version": "0.0.41",
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
{
2-
"version": "0.0.40",
2+
"version": "0.0.41",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

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.0.40",
3+
"version": "0.0.41",
44
"private": true,
55
"description": "Custom eslint rules for MUI.",
66
"main": "src/index.js",

packages/toolpad-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-app",
3-
"version": "0.0.40",
3+
"version": "0.0.41",
44
"license": "MIT",
55
"scripts": {
66
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
@@ -47,8 +47,8 @@
4747
"@mui/lab": "^5.0.0-alpha.120",
4848
"@mui/material": "^5.11.10",
4949
"@mui/system": "^5.11.9",
50-
"@mui/toolpad-components": "^0.0.40",
51-
"@mui/toolpad-core": "^0.0.40",
50+
"@mui/toolpad-components": "^0.0.41",
51+
"@mui/toolpad-core": "^0.0.41",
5252
"@mui/types": "^7.2.3",
5353
"@mui/utils": "^5.11.9",
5454
"@mui/x-data-grid-generator": "^5.17.24",

packages/toolpad-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-components",
3-
"version": "0.0.40",
3+
"version": "0.0.41",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@mui/material": "^5.11.10",
35-
"@mui/toolpad-core": "^0.0.40",
35+
"@mui/toolpad-core": "^0.0.41",
3636
"@mui/x-data-grid-pro": "^5.17.24",
3737
"@mui/x-date-pickers": "^5.0.19",
3838
"dayjs": "^1.11.7",

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.0.40",
3+
"version": "0.0.41",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

packages/toolpad/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad",
3-
"version": "0.0.40",
3+
"version": "0.0.41",
44
"license": "MIT",
55
"scripts": {
66
"build": "tsc",
@@ -17,7 +17,7 @@
1717
"toolpad": "./index.mjs"
1818
},
1919
"dependencies": {
20-
"@mui/toolpad-app": "^0.0.40",
20+
"@mui/toolpad-app": "^0.0.41",
2121
"arg": "^5.0.2",
2222
"dotenv": "^16.0.3",
2323
"execa": "^7.0.0"

0 commit comments

Comments
 (0)