Skip to content

Commit 3ef124a

Browse files
v0.0.27 (#1354)
1 parent afc5d4d commit 3ef124a

File tree

7 files changed

+46
-9
lines changed

7 files changed

+46
-9
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## 0.0.27
4+
5+
<!-- generated comparing v0.0.26..master -->
6+
7+
_Nov 16, 2022_
8+
9+
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
10+
11+
Upgraded to Next.js 13, some fixes on undo/redo and also an improvement to the cloud demo which allows continuing work on the latest-used app.
12+
13+
- &#8203;<!-- 24 -->Allow working on latest used app from demo home page (#1304) @apedroferreira
14+
- &#8203;<!-- 23 -->Make sure to show a 404 for non existing apps in the preview (#1344) @Janpot
15+
- &#8203;<!-- 22 -->Make sure code components can run against React in production mode (#1348) @Janpot
16+
- &#8203;<!-- 21 -->Disable baseUrl when ran in browser (#1346) @Janpot
17+
- &#8203;<!-- 20 -->Upgrade to next 13 (#1294) @Janpot
18+
- &#8203;<!-- 19 -->Show self-host bar in demo (#1309) @apedroferreira
19+
- &#8203;<!-- 18 -->Move component compilation serverside (#1332) @Janpot
20+
- &#8203;<!-- 17 -->Remove externalResolver for Sentry (#1343) @Janpot
21+
- &#8203;<!-- 16 -->Convert scripts to ESM (#1307) @Janpot
22+
- &#8203;<!-- 15 -->Add github repository link from landing page (#1342) @bharatkashyap
23+
- &#8203;<!-- 14 -->Fix windows and AZERTY shortcuts for undo redo (#1274) @bytasv
24+
- &#8203;<!-- 13 -->Simplify menu actions (#1281) @oliviertassinari
25+
- &#8203;<!-- 12 -->Fix undo/redo race condition (#1328) @bytasv
26+
- &#8203;<!-- 11 -->Fix hud overlay index (#1329) @bytasv
27+
- &#8203;<!-- 10 -->Reorganize QueryEditor into its own folder (#1322) @Janpot
28+
- &#8203;<!-- 09 -->Upgrade docs to Next.js 13 (#1297) @Janpot
29+
- &#8203;<!-- 08 -->Remove package.json resolutions field (#1316) @Janpot
30+
- &#8203;<!-- 07 -->Show creation dialog as loading while navigating to newly created app (#1317) @Janpot
31+
- &#8203;<!-- 06 -->Change dots to ellipsis (#1314) @Janpot
32+
- &#8203;<!-- 05 -->[core] Show the whole version to make blame easier @oliviertassinari
33+
- &#8203;<!-- 04 -->[core] Pin GitHub Action versions @oliviertassinari
34+
- &#8203;<!-- 03 -->[core] Feedback on branch protection @oliviertassinari
35+
- &#8203;<!-- 02 -->[core] Remove scorecard default permissions @oliviertassinari
36+
- &#8203;<!-- 01 -->[docs] Fix path typo in Fetch docs (#1331) @bharatkashyap
37+
38+
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @bytasv, @Janpot, @oliviertassinari
39+
340
## 0.0.26
441

542
<!-- generated comparing v0.0.25..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.26",
3+
"version": "0.0.27",
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.26",
2+
"version": "0.0.27",
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.26",
3+
"version": "0.0.27",
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.26",
3+
"version": "0.0.27",
44
"license": "MIT",
55
"scripts": {
66
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
@@ -42,8 +42,8 @@
4242
"@mui/lab": "^5.0.0-alpha.108",
4343
"@mui/material": "^5.10.14",
4444
"@mui/system": "^5.10.14",
45-
"@mui/toolpad-components": "^0.0.26",
46-
"@mui/toolpad-core": "^0.0.26",
45+
"@mui/toolpad-components": "^0.0.27",
46+
"@mui/toolpad-core": "^0.0.27",
4747
"@mui/types": "^7.2.1",
4848
"@mui/utils": "^5.10.14",
4949
"@mui/x-data-grid-generator": "^5.17.11",

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.26",
3+
"version": "0.0.27",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@mui/material": "^5.10.14",
33-
"@mui/toolpad-core": "^0.0.26",
33+
"@mui/toolpad-core": "^0.0.27",
3434
"@mui/x-data-grid-pro": "^5.17.11"
3535
},
3636
"devDependencies": {

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.26",
3+
"version": "0.0.27",
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)