WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 9 files changed +41
-16
lines changed
eslint-plugin-material-ui Expand file tree Collapse file tree 9 files changed +41
-16
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.45
4+
5+ <!-- generated comparing v0.1.44..master -->
6+
7+ _ Jan 12, 2024_
8+
9+ A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
10+
11+ Enable creating rows in data providers. Support pnpm as a package manager for installing Toolpad. Improvements to our new query editor.
12+
13+ - ​ ; <!-- 12 --> Make Toolpad apps compatible with pnpm (#3074 ) @Janpot
14+ - ​ ; <!-- 11 --> Handle errors during data provider introspection (#3076 ) @Janpot
15+ - ​ ; <!-- 10 --> Update help text of --install flag in create-toolpad-app (#3072 ) @Janpot
16+ - ​ ; <!-- 09 --> Don't create private packages with create-toolpad-app (#3073 ) @Janpot
17+ - ​ ; <!-- 08 --> Add serverside row creation (#3058 ) @Janpot
18+ - ​ ; <!-- 07 --> Revert pnpm migration (#3064 ) @Janpot
19+ - ​ ; <!-- 06 --> Fix mismatch in query names (#3054 ) @bharatkashyap
20+ - ​ ; <!-- 05 --> Remove cache from useStorageState (#3057 ) @Janpot
21+ - ​ ; <!-- 04 --> add pnpmDedupe to renovate.json (#3062 ) @Janpot
22+ - ​ ; <!-- 03 --> [ code infra] pnpm take 2 (#2546 ) @Janpot
23+ - ​ ; <!-- 02 --> Remove react-devtools (#3044 ) @Janpot
24+ - ​ ; <!-- 01 --> [ core] Remove issue emoji @oliviertassinari
25+
26+ All contributors of this release in alphabetical order: @bharatkashyap , @Janpot , @oliviertassinari
27+
328## 0.1.44
429
530<!-- generated comparing v0.1.43..master -->
Original file line number Diff line number Diff line change 11{
22 "name" : " docs" ,
3- "version" : " 0.1.44 " ,
3+ "version" : " 0.1.45 " ,
44 "private" : true ,
55 "author" : " MUI Toolpad" ,
66 "license" : " MIT" ,
3232 "@mui/material-nextjs" : " ^5.15.4" ,
3333 "@mui/monorepo" : " https://github.com/mui/material-ui.git" ,
3434 "@mui/styles" : " 5.15.4" ,
35- "@mui/toolpad" : " 0.1.44 " ,
35+ "@mui/toolpad" : " 0.1.45 " ,
3636 "@mui/utils" : " 5.15.4" ,
3737 "@mui/x-data-grid-pro" : " 6.18.7" ,
3838 "@trendmicro/react-interpolate" : " 0.5.5" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 0.1.44 " ,
3+ "version" : " 0.1.45 " ,
44 "npmClient" : " yarn"
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " create-toolpad-app" ,
3- "version" : " 0.1.44 " ,
3+ "version" : " 0.1.45 " ,
44 "keywords" : [
55 " react" ,
66 " toolpad" ,
3030 "node" : " >=18"
3131 },
3232 "dependencies" : {
33- "@mui/toolpad-utils" : " 0.1.44 " ,
33+ "@mui/toolpad-utils" : " 0.1.45 " ,
3434 "chalk" : " 5.3.0" ,
3535 "execa" : " 8.0.1" ,
3636 "inquirer" : " 9.2.12" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-material-ui" ,
3- "version" : " 0.1.44 " ,
3+ "version" : " 0.1.45 " ,
44 "private" : true ,
55 "description" : " Custom eslint rules for MUI." ,
66 "main" : " src/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @mui/toolpad" ,
3- "version" : " 0.1.44 " ,
3+ "version" : " 0.1.45 " ,
44 "license" : " MIT" ,
55 "bin" : {
66 "toolpad" : " ./cli.mjs"
5757 "@mui/lab" : " 5.0.0-alpha.160" ,
5858 "@mui/material" : " 5.15.4" ,
5959 "@mui/system" : " 5.15.4" ,
60- "@mui/toolpad-components" : " 0.1.44 " ,
61- "@mui/toolpad-core" : " 0.1.44 " ,
62- "@mui/toolpad-utils" : " 0.1.44 " ,
60+ "@mui/toolpad-components" : " 0.1.45 " ,
61+ "@mui/toolpad-core" : " 0.1.45 " ,
62+ "@mui/toolpad-utils" : " 0.1.45 " ,
6363 "@mui/types" : " 7.2.13" ,
6464 "@mui/utils" : " 5.15.4" ,
6565 "@mui/x-charts" : " 6.18.7" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @mui/toolpad-components" ,
3- "version" : " 0.1.44 " ,
3+ "version" : " 0.1.45 " ,
44 "description" : " Build MUI apps quickly" ,
55 "author" : " MUI Toolpad team" ,
66 "homepage" : " https://github.com/mui/mui-toolpad#readme" ,
4141 "@mui/icons-material" : " 5.15.4" ,
4242 "@mui/lab" : " 5.0.0-alpha.160" ,
4343 "@mui/material" : " 5.15.4" ,
44+ "@mui/toolpad-core" : " 0.1.45" ,
45+ "@mui/toolpad-utils" : " 0.1.45" ,
4446 "@mui/x-charts" : " 6.18.7" ,
4547 "@mui/x-data-grid-pro" : " 6.18.7" ,
4648 "@mui/x-date-pickers" : " 6.19.0" ,
47- "@mui/toolpad-core" : " 0.1.44" ,
48- "@mui/toolpad-utils" : " 0.1.44" ,
4949 "@mui/x-license-pro" : " 6.10.2" ,
5050 "@tanstack/react-query" : " 5.17.8" ,
5151 "dayjs" : " 1.11.10" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @mui/toolpad-core" ,
3- "version" : " 0.1.44 " ,
3+ "version" : " 0.1.45 " ,
44 "description" : " Build MUI apps quickly" ,
55 "author" : " MUI Toolpad team" ,
66 "homepage" : " https://github.com/mui/mui-toolpad#readme" ,
4141 },
4242 "dependencies" : {
4343 "@mui/material" : " 5.15.4" ,
44- "@mui/toolpad-utils" : " 0.1.44 " ,
44+ "@mui/toolpad-utils" : " 0.1.45 " ,
4545 "@tanstack/react-query" : " 5.14.6" ,
4646 "@types/json-schema" : " 7.0.15" ,
4747 "@webcontainer/env" : " 1.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @mui/toolpad-utils" ,
3- "version" : " 0.1.44 " ,
3+ "version" : " 0.1.45 " ,
44 "description" : " Build MUI apps quickly" ,
55 "author" : " MUI Toolpad team" ,
66 "homepage" : " https://github.com/mui/mui-toolpad#readme" ,
You can’t perform that action at this time.
0 commit comments