File tree 9 files changed +42
-18
lines changed
eslint-plugin-material-ui
9 files changed +42
-18
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.2
4
+
5
+ <!-- generated comparing v0.1.1..master -->
6
+
7
+ _ Mar 31, 2023_
8
+
9
+ A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ Add end-user application navigation! Various fixes.
12
+
13
+ - ​ ; <!-- 11 --> Add app navigation sidebar (#1819 ) @apedroferreira
14
+ - ​ ; <!-- 10 --> Load queries by name instead of id (#1842 ) @Janpot
15
+ - ​ ; <!-- 09 --> Fix issues around custom datagrid columns (#1840 ) @Janpot
16
+ - ​ ; <!-- 08 --> Fix broken theming (#1834 ) @apedroferreira
17
+ - ​ ; <!-- 07 --> Do Toolpad app migration on startup (#1832 ) @Janpot
18
+ - ​ ; <!-- 06 --> Remove ECS and Recaptcha + move request/response logs to trace level (#1833 ) @apedroferreira
19
+ - ​ ; <!-- 05 --> Remove deprecated scope query (#1827 ) @apedroferreira
20
+ - ​ ; <!-- 04 --> Use worker scoped fixtures for integration tests (#1813 ) @Janpot
21
+ - ​ ; <!-- 03 --> Remove quickjs-emscripten (#1820 ) @Janpot
22
+ - ​ ; <!-- 02 --> Rewrite argument handling in ` @mui/toolpad ` CLI with ` yargs ` (#1794 ) @bharatkashyap
23
+ - ​ ; <!-- 01 --> Update CONTRIBUTING.md (Fix typo) (#1826 ) @apedroferreira
24
+
25
+ All contributors of this release in alphabetical order: @apedroferreira , @bharatkashyap , @Janpot
26
+
3
27
## 0.1.1
4
28
5
29
<!-- generated comparing v0.1.0..master -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"private" : true ,
5
5
"author" : " MUI Toolpad" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.1.1 " ,
2
+ "version" : " 0.1.2 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-toolpad-app" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"keywords" : [
5
5
" react" ,
6
6
" toolpad" ,
36
36
"devDependencies" : {
37
37
"@types/inquirer" : " ^9.0.3"
38
38
},
39
- "gitHead" : " c21fac688cfd8270cf36126d215698ae989ff899 "
39
+ "gitHead" : " dcb31076f097fc44028a6fb704691d0f40489593 "
40
40
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-material-ui" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"private" : true ,
5
5
"description" : " Custom eslint rules for MUI." ,
6
6
"main" : " src/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-app" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"build" : " concurrently \" yarn:build:*\" && rimraf ./.next/cache" ,
38
38
"@mui/lab" : " ^5.0.0-alpha.124" ,
39
39
"@mui/material" : " ^5.11.15" ,
40
40
"@mui/system" : " ^5.11.15" ,
41
- "@mui/toolpad-components" : " ^0.1.1 " ,
42
- "@mui/toolpad-core" : " ^0.1.1 " ,
41
+ "@mui/toolpad-components" : " ^0.1.2 " ,
42
+ "@mui/toolpad-core" : " ^0.1.2 " ,
43
43
"@mui/types" : " ^7.2.3" ,
44
44
"@mui/utils" : " ^5.11.13" ,
45
45
"@mui/x-data-grid-generator" : " ^6.0.4" ,
138
138
"publishConfig" : {
139
139
"access" : " public"
140
140
},
141
- "gitHead" : " c21fac688cfd8270cf36126d215698ae989ff899 "
141
+ "gitHead" : " dcb31076f097fc44028a6fb704691d0f40489593 "
142
142
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-components" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " Build MUI apps quickly" ,
5
5
"author" : " MUI Toolpad team" ,
6
6
"homepage" : " https://github.com/mui/mui-toolpad#readme" ,
31
31
},
32
32
"dependencies" : {
33
33
"@mui/material" : " ^5.11.15" ,
34
- "@mui/toolpad-core" : " ^0.1.1 " ,
34
+ "@mui/toolpad-core" : " ^0.1.2 " ,
35
35
"@mui/x-data-grid-pro" : " ^6.0.4" ,
36
36
"@mui/x-date-pickers" : " ^6.0.4" ,
37
37
"dayjs" : " ^1.11.7" ,
46
46
"publishConfig" : {
47
47
"access" : " public"
48
48
},
49
- "gitHead" : " c21fac688cfd8270cf36126d215698ae989ff899 "
49
+ "gitHead" : " dcb31076f097fc44028a6fb704691d0f40489593 "
50
50
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-core" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " Build MUI apps quickly" ,
5
5
"author" : " MUI Toolpad team" ,
6
6
"homepage" : " https://github.com/mui/mui-toolpad#readme" ,
65
65
"publishConfig" : {
66
66
"access" : " public"
67
67
},
68
- "gitHead" : " c21fac688cfd8270cf36126d215698ae989ff899 "
68
+ "gitHead" : " dcb31076f097fc44028a6fb704691d0f40489593 "
69
69
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"cjsify" : " mkdir -p ./dist/cjs && echo \" { \\\" type\\\" :\\\" commonjs\\\" }\" > ./dist/cjs/package.json" ,
34
34
"toolpad" : " ./index.cjs"
35
35
},
36
36
"dependencies" : {
37
- "@mui/toolpad-app" : " ^0.1.1 " ,
38
- "@mui/toolpad-core" : " ^0.1.1 " ,
37
+ "@mui/toolpad-app" : " ^0.1.2 " ,
38
+ "@mui/toolpad-core" : " ^0.1.2 " ,
39
39
"arg" : " ^5.0.2" ,
40
40
"concurrently" : " ^7.6.0" ,
41
41
"dotenv" : " ^16.0.3" ,
44
44
"engines" : {
45
45
"node" : " >=16.17"
46
46
},
47
- "gitHead" : " c21fac688cfd8270cf36126d215698ae989ff899 "
47
+ "gitHead" : " dcb31076f097fc44028a6fb704691d0f40489593 "
48
48
}
You can’t perform that action at this time.
0 commit comments