Skip to content

Commit

Permalink
v0.1.55 (mui#3532)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed May 8, 2024
1 parent 0c2b514 commit 1fca8d9
Show file tree
Hide file tree
Showing 13 changed files with 269 additions and 33 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,62 @@
# Changelog

## v0.1.55

<!-- generated comparing v0.1.54..master -->

_May 8, 2024_

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

Add max width option to page container, auto-scroll to selected elements, support enabling/disabling initial visibility in Data Grid columns, environment variable preview fixes, fix functions on Windows, add deployment guides for some other platforms.

- &#8203;<!-- 52 -->Add max width option to the page (#3484) @Janpot
- &#8203;<!-- 51 -->Changes required for the React integration (#3493) @Janpot
- &#8203;<!-- 45 -->feat: add auto-scroll to canvas elements when selected from panel (#3344) @b4s36t4
- &#8203;<!-- 44 -->Lock file maintenance Examples (#3486) @renovate[bot]
- &#8203;<!-- 43 -->Lock file maintenance (#3485) @renovate[bot]
- &#8203;<!-- 42 -->Work on decoupling studio server constituents (#3482) @Janpot
- &#8203;<!-- 41 -->Update README files (#3463) @prakhargupta1
- &#8203;<!-- 40 -->Remove dead code (#3460) @Janpot
- &#8203;<!-- 39 -->Fix custom components for id cells (#3459) @Janpot
- &#8203;<!-- 38 -->Fix performance regression (#3458) @Janpot
- &#8203;<!-- 37 -->Link/Update docs in Studio (#3448) @prakhargupta1
- &#8203;<!-- 36 -->Fix default value not initializing for controlled properties (#3445) @Janpot
- &#8203;<!-- 35 -->Revert using published @mui/docs (#3440) @Janpot
- &#8203;<!-- 34 -->Fix issues from trying MUI ESM branch (#3417) @Janpot
- &#8203;<!-- 31 -->Fix environment binding preview (#3413) @Janpot
- &#8203;<!-- 30 -->Use url.pathToFileURL to correctly resolve functions paths on windows (#3412) @Janpot
- &#8203;<!-- 29 -->Remove renovate grouping (#3325) @Janpot
- &#8203;<!-- 27 -->Remove unsupported engines section from renovate (#3376) @Janpot
- &#8203;<!-- 26 -->fix: Duplicate entry in `CHANGELOG.md` (#3388) @bharatkashyap
- &#8203;<!-- 25 -->[code-infra] Closer sync with eslint config of codebase (#3441) @oliviertassinari
- &#8203;<!-- 24 -->[core] Support toggling initial visibility of columns (#3490) @Janpot
- &#8203;<!-- 23 -->[core] ESLint unification (#3488) @oliviertassinari
- &#8203;<!-- 22 -->[core] Remove react pages experiment (#3483) @Janpot
- &#8203;<!-- 21 -->[core] Update monorepo (#3424) @oliviertassinari
- &#8203;<!-- 20 -->[core] Match other .eslintrc.js files @oliviertassinari
- &#8203;<!-- 19 -->[core] Add notes to help future blame (#3426) @oliviertassinari
- &#8203;<!-- 18 -->[core] Use the root dependency (#3425) @oliviertassinari
- &#8203;<!-- 17 -->[core] Remove engine please-use-pnpm (#3399) @oliviertassinari
- &#8203;<!-- 16 -->[docs] Fix pnpm install command (#3525) @konekoya
- &#8203;<!-- 15 -->[docs] Fix Netlify preview 301 JS assets @oliviertassinari
- &#8203;<!-- 14 -->[docs] [ui] Make Pro badge style consistent (#3418) @bharatkashyap
- &#8203;<!-- 13 -->[docs] Fix typos on the roadmap page @oliviertassinari
- &#8203;<!-- 12 -->[docs] Make sure we install the latest version of Toolpad Studio (#3454) @oliviertassinari
- &#8203;<!-- 11 -->[docs] Remove MarkdownElement import (#3451) @Janpot
- &#8203;<!-- 10 -->[docs] Add documentation on how to create controlled properties (#3444) @Janpot
- &#8203;<!-- 09 -->[docs] Add a guide on how to deploy on railway (#3381) @prakhargupta1
- &#8203;<!-- 08 -->[docs] Remove double redirections (#3415) @bharatkashyap
- &#8203;<!-- 07 -->[docs] Fix broken paths, meta for ahrefs (#3409) @bharatkashyap
- &#8203;<!-- 06 -->[docs] Fix some of the double redirections (#3411) @oliviertassinari
- &#8203;<!-- 05 -->[docs] Add guide on deployment to Google cloud (#3387) @prakhargupta1
- &#8203;<!-- 04 -->[docs] Revert monorepo update (#3403) @Janpot
- &#8203;<!-- 03 -->[docs] Fix trailing slashes on server render (#3402) @Janpot
- &#8203;<!-- 02 -->[docs] Remove more traces of yarn (#3400) @oliviertassinari
- &#8203;<!-- 01 -->[ux] Disable Open in editor button if no function is selected (#3492) @bharatkashyap

All contributors of this release in alphabetical order: @b4s36t4, @bharatkashyap, @Janpot, @konekoya, @oliviertassinari, @prakhargupta1, @renovate[bot]

## v0.1.54

<!-- generated comparing v0.1.53..master -->
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.1.54",
"version": "0.1.55",
"private": true,
"author": "MUI Toolpad",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.54",
"version": "0.1.55",
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@argos-ci/core": "1.5.5",
"@mui/monorepo": "github:mui/material-ui#fd764b5578ef6688f3c9c1a12d986de9d938de8d",
"@mui/monorepo": "github:mui/material-ui#9bc4fc42959427246addfdf29db95847cc38e410",
"@mui/x-charts": "7.3.2",
"@next/eslint-plugin-next": "14.2.3",
"@playwright/test": "1.43.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-toolpad-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-toolpad-app",
"version": "0.1.54",
"version": "0.1.55",
"keywords": [
"react",
"toolpad",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-material-ui",
"version": "0.1.54",
"version": "0.1.55",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/core",
"version": "0.1.54",
"version": "0.1.55",
"keywords": [
"toolpad"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio-components",
"version": "0.1.54",
"version": "0.1.55",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio-runtime",
"version": "0.1.54",
"version": "0.1.55",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio",
"version": "0.1.54",
"version": "0.1.55",
"license": "MIT",
"bin": {
"toolpad-studio": "./cli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/utils",
"version": "0.1.54",
"version": "0.1.55",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
Loading

0 comments on commit 1fca8d9

Please sign in to comment.