File tree 9 files changed +38
-16
lines changed
eslint-plugin-material-ui
9 files changed +38
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.41
4
+
5
+ <!-- generated comparing v0.1.40..master -->
6
+
7
+ _ Dec 13, 2023_
8
+
9
+ Support server-side sorting and filtering, support delete in data providers.
10
+
11
+ TODO INSERT HIGHLIGHTS
12
+
13
+ - ​ ; <!-- 9 --> improve vite omptimizeDeps after recent dataSource updates (#2990 ) @Janpot
14
+ - ​ ; <!-- 8 --> Support serverside sorting/filtering (#2982 ) @Janpot
15
+ - ​ ; <!-- 7 --> Fix formatting for Date objects in the grid (#2984 ) @Janpot
16
+ - ​ ; <!-- 6 --> Open links in the same tab unless configured otherwise (#2983 ) @Janpot
17
+ - ​ ; <!-- 5 --> Support delete in data providers (#2978 ) @Janpot
18
+ - ​ ; <!-- 4 --> Initial authorization implementation (#2931 ) @Janpot
19
+ - ​ ; <!-- 3 --> Update custom server nextjs README.md (#2977 ) @prakhargupta1
20
+ - ​ ; <!-- 2 --> [ core] Update workflows and issue templates to reflect the updated label (#2992 ) @MBilalShafi
21
+ - ​ ; <!-- 1 --> [ core] Update ` no-response ` workflow (#2989 ) @MBilalShafi
22
+
23
+ All contributors of this release in alphabetical order: @Janpot , @MBilalShafi , @prakhargupta1
24
+
3
25
## 0.1.40
4
26
5
27
<!-- generated comparing v0.1.39..master -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 0.1.40 " ,
3
+ "version" : " 0.1.41 " ,
4
4
"private" : true ,
5
5
"author" : " MUI Toolpad" ,
6
6
"license" : " MIT" ,
30
30
"@mui/material" : " 5.15.0" ,
31
31
"@mui/monorepo" : " https://github.com/mui/material-ui.git" ,
32
32
"@mui/styles" : " 5.15.0" ,
33
- "@mui/toolpad" : " 0.1.40 " ,
33
+ "@mui/toolpad" : " 0.1.41 " ,
34
34
"@mui/utils" : " 5.15.0" ,
35
35
"@trendmicro/react-interpolate" : " 0.5.5" ,
36
36
"@types/lodash" : " 4.14.202" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
- "version" : " 0.1.40 " ,
3
+ "version" : " 0.1.41 " ,
4
4
"npmClient" : " yarn"
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-toolpad-app" ,
3
- "version" : " 0.1.40 " ,
3
+ "version" : " 0.1.41 " ,
4
4
"keywords" : [
5
5
" react" ,
6
6
" toolpad" ,
30
30
"node" : " >=18"
31
31
},
32
32
"dependencies" : {
33
- "@mui/toolpad-utils" : " 0.1.40 " ,
33
+ "@mui/toolpad-utils" : " 0.1.41 " ,
34
34
"chalk" : " 5.3.0" ,
35
35
"execa" : " 8.0.1" ,
36
36
"inquirer" : " 9.2.12" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-material-ui" ,
3
- "version" : " 0.1.40 " ,
3
+ "version" : " 0.1.41 " ,
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" ,
3
- "version" : " 0.1.40 " ,
3
+ "version" : " 0.1.41 " ,
4
4
"license" : " MIT" ,
5
5
"bin" : {
6
6
"toolpad" : " ./cli.mjs"
56
56
"@mui/lab" : " 5.0.0-alpha.156" ,
57
57
"@mui/material" : " 5.15.0" ,
58
58
"@mui/system" : " 5.15.0" ,
59
- "@mui/toolpad-components" : " 0.1.40 " ,
60
- "@mui/toolpad-core" : " 0.1.40 " ,
61
- "@mui/toolpad-utils" : " 0.1.40 " ,
59
+ "@mui/toolpad-components" : " 0.1.41 " ,
60
+ "@mui/toolpad-core" : " 0.1.41 " ,
61
+ "@mui/toolpad-utils" : " 0.1.41 " ,
62
62
"@mui/types" : " 7.2.11" ,
63
63
"@mui/utils" : " 5.15.0" ,
64
64
"@mui/x-charts" : " 6.18.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-components" ,
3
- "version" : " 0.1.40 " ,
3
+ "version" : " 0.1.41 " ,
4
4
"description" : " Build MUI apps quickly" ,
5
5
"author" : " MUI Toolpad team" ,
6
6
"homepage" : " https://github.com/mui/mui-toolpad#readme" ,
41
41
"@mui/icons-material" : " 5.15.0" ,
42
42
"@mui/lab" : " 5.0.0-alpha.156" ,
43
43
"@mui/material" : " 5.15.0" ,
44
- "@mui/toolpad-core" : " 0.1.40 " ,
45
- "@mui/toolpad-utils" : " 0.1.40 " ,
44
+ "@mui/toolpad-core" : " 0.1.41 " ,
45
+ "@mui/toolpad-utils" : " 0.1.41 " ,
46
46
"@mui/x-charts" : " 6.18.3" ,
47
47
"@mui/x-data-grid-pro" : " 6.18.4" ,
48
48
"@mui/x-date-pickers" : " 6.18.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-core" ,
3
- "version" : " 0.1.40 " ,
3
+ "version" : " 0.1.41 " ,
4
4
"description" : " Build MUI apps quickly" ,
5
5
"author" : " MUI Toolpad team" ,
6
6
"homepage" : " https://github.com/mui/mui-toolpad#readme" ,
41
41
},
42
42
"dependencies" : {
43
43
"@mui/material" : " 5.15.0" ,
44
- "@mui/toolpad-utils" : " 0.1.40 " ,
44
+ "@mui/toolpad-utils" : " 0.1.41 " ,
45
45
"@tanstack/react-query" : " 5.13.4" ,
46
46
"@types/json-schema" : " 7.0.15" ,
47
47
"cookie" : " 0.6.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-utils" ,
3
- "version" : " 0.1.40 " ,
3
+ "version" : " 0.1.41 " ,
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