File tree 9 files changed +35
-18
lines changed
eslint-plugin-material-ui
9 files changed +35
-18
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.3
4
+
5
+ <!-- generated comparing v0.1.2..master -->
6
+
7
+ _ Apr 5, 2023_
8
+
9
+ A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ Fixed a regression with the query transformation feature, removed some obsolete code and a few improvements to the editor user experience!
12
+
13
+ - ​ ; <!-- 4 --> Fix transform regression (#1856 ) @bharatkashyap
14
+ - ​ ; <!-- 3 --> Try replacing tsc with tsup as build tool (#1727 ) @Janpot
15
+ - ​ ; <!-- 2 --> Remove obsolete onDelete datagrid property (#1850 ) @Janpot
16
+ - ​ ; <!-- 1 --> Editor UX fixes (#1844 ) @apedroferreira
17
+
18
+ All contributors of this release in alphabetical order: @apedroferreira , @bharatkashyap , @Janpot
19
+
3
20
## 0.1.2
4
21
5
22
<!-- generated comparing v0.1.1..master -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
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.2 " ,
2
+ "version" : " 0.1.3 " ,
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.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"keywords" : [
5
5
" react" ,
6
6
" toolpad" ,
37
37
"devDependencies" : {
38
38
"@types/inquirer" : " ^9.0.3"
39
39
},
40
- "gitHead" : " dcb31076f097fc44028a6fb704691d0f40489593 "
40
+ "gitHead" : " 53da43a28ad75dac925f4f4e7716483c937e5056 "
41
41
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-material-ui" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
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.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"build" : " concurrently \" yarn:build:*\" && rimraf ./.next/cache" ,
36
36
"@mui/lab" : " ^5.0.0-alpha.125" ,
37
37
"@mui/material" : " ^5.11.16" ,
38
38
"@mui/system" : " ^5.11.16" ,
39
- "@mui/toolpad-components" : " ^0.1.2 " ,
40
- "@mui/toolpad-core" : " ^0.1.2 " ,
39
+ "@mui/toolpad-components" : " ^0.1.3 " ,
40
+ "@mui/toolpad-core" : " ^0.1.3 " ,
41
41
"@mui/types" : " ^7.2.3" ,
42
42
"@mui/utils" : " ^5.11.13" ,
43
43
"@mui/x-data-grid-generator" : " ^6.0.4" ,
136
136
"publishConfig" : {
137
137
"access" : " public"
138
138
},
139
- "gitHead" : " dcb31076f097fc44028a6fb704691d0f40489593 "
139
+ "gitHead" : " 53da43a28ad75dac925f4f4e7716483c937e5056 "
140
140
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-components" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " Build MUI apps quickly" ,
5
5
"author" : " MUI Toolpad team" ,
6
6
"homepage" : " https://github.com/mui/mui-toolpad#readme" ,
42
42
"dependencies" : {
43
43
"@mui/lab" : " ^5.0.0-alpha.125" ,
44
44
"@mui/material" : " ^5.11.16" ,
45
- "@mui/toolpad-core" : " ^0.1.2 " ,
45
+ "@mui/toolpad-core" : " ^0.1.3 " ,
46
46
"@mui/x-data-grid-pro" : " ^6.0.4" ,
47
47
"@mui/x-date-pickers" : " ^6.0.4" ,
48
48
"dayjs" : " ^1.11.7" ,
58
58
"publishConfig" : {
59
59
"access" : " public"
60
60
},
61
- "gitHead" : " dcb31076f097fc44028a6fb704691d0f40489593 "
61
+ "gitHead" : " e08bc0f050ff8b9d305eb948eeca039ecb15a0f4 "
62
62
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-core" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " Build MUI apps quickly" ,
5
5
"author" : " MUI Toolpad team" ,
6
6
"homepage" : " https://github.com/mui/mui-toolpad#readme" ,
60
60
"publishConfig" : {
61
61
"access" : " public"
62
62
},
63
- "gitHead" : " dcb31076f097fc44028a6fb704691d0f40489593 "
63
+ "gitHead" : " 9b10c9eeffe8440155770725bdbcf27ca32bc4da "
64
64
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"prebuild" : " rimraf dist" ,
31
31
"toolpad" : " ./index.cjs"
32
32
},
33
33
"dependencies" : {
34
- "@mui/toolpad-app" : " ^0.1.2 " ,
35
- "@mui/toolpad-core" : " ^0.1.2 " ,
34
+ "@mui/toolpad-app" : " ^0.1.3 " ,
35
+ "@mui/toolpad-core" : " ^0.1.3 " ,
36
36
"arg" : " ^5.0.2" ,
37
37
"concurrently" : " ^8.0.1" ,
38
38
"dotenv" : " ^16.0.3" ,
41
41
"engines" : {
42
42
"node" : " >=16.17"
43
43
},
44
- "gitHead" : " dcb31076f097fc44028a6fb704691d0f40489593 "
44
+ "gitHead" : " 53da43a28ad75dac925f4f4e7716483c937e5056 "
45
45
}
You can’t perform that action at this time.
0 commit comments