File tree 7 files changed +32
-9
lines changed
eslint-plugin-material-ui
7 files changed +32
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.0.37
4
+
5
+ <!-- generated comparing v0.0.36..master -->
6
+
7
+ _ Jan 25, 2023_
8
+
9
+ A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ Added a new FilePicker component, some changes to page navigation and improvements to JavaScript runtime code.
12
+
13
+ - ​ ; <!-- 8 --> Fix navigation through DOM views with pages (#1565 ) @apedroferreira
14
+ - ​ ; <!-- 7 --> Add FilePicker component (#1537 ) @bytasv
15
+ - ​ ; <!-- 6 --> Split browser and server js runtimes (#1584 ) @Janpot
16
+ - ​ ; <!-- 5 --> Fix webpack missing exports warnings (#1582 ) @Janpot
17
+ - ​ ; <!-- 4 --> Make applyTransform runtime agnostic (#1585 ) @Janpot
18
+ - ​ ; <!-- 3 --> Recreate yarn.lock (#1577 ) @Janpot
19
+ - ​ ; <!-- 2 --> Upgrade monorepo dependency (#1580 ) @Janpot
20
+ - ​ ; <!-- 1 --> Remove onChangeHandler from Select and TextField (#1576 ) @Janpot
21
+
22
+ All contributors of this release in alphabetical order: @apedroferreira , @bytasv , @Janpot
23
+
24
+ ✨ Done in 1.69s.
25
+
3
26
## 0.0.36
4
27
5
28
<!-- generated comparing v0.0.35..master -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 0.0.36 " ,
3
+ "version" : " 0.0.37 " ,
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.0.36 " ,
2
+ "version" : " 0.0.37 " ,
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" : " eslint-plugin-material-ui" ,
3
- "version" : " 0.0.36 " ,
3
+ "version" : " 0.0.37 " ,
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.0.36 " ,
3
+ "version" : " 0.0.37 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"build" : " yarn prisma generate && concurrently \" yarn:build:*\" && rimraf ./.next/cache" ,
42
42
"@mui/lab" : " ^5.0.0-alpha.117" ,
43
43
"@mui/material" : " ^5.11.6" ,
44
44
"@mui/system" : " ^5.11.5" ,
45
- "@mui/toolpad-components" : " ^0.0.36 " ,
46
- "@mui/toolpad-core" : " ^0.0.36 " ,
45
+ "@mui/toolpad-components" : " ^0.0.37 " ,
46
+ "@mui/toolpad-core" : " ^0.0.37 " ,
47
47
"@mui/types" : " ^7.2.3" ,
48
48
"@mui/utils" : " ^5.11.2" ,
49
49
"@mui/x-data-grid-generator" : " ^5.17.20" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-components" ,
3
- "version" : " 0.0.36 " ,
3
+ "version" : " 0.0.37 " ,
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.6" ,
34
- "@mui/toolpad-core" : " ^0.0.36 " ,
34
+ "@mui/toolpad-core" : " ^0.0.37 " ,
35
35
"@mui/x-data-grid-pro" : " ^5.17.20" ,
36
36
"@mui/x-date-pickers" : " ^5.0.15" ,
37
37
"dayjs" : " ^1.11.7" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-core" ,
3
- "version" : " 0.0.36 " ,
3
+ "version" : " 0.0.37 " ,
4
4
"description" : " Build MUI apps quickly" ,
5
5
"author" : " MUI Toolpad team" ,
6
6
"homepage" : " https://github.com/mui/mui-toolpad#readme" ,
You can’t perform that action at this time.
0 commit comments