Skip to content

Commit 1b962a6

Browse files
[release] v0.1.49 (#3179)
1 parent 79398e9 commit 1b962a6

File tree

9 files changed

+49
-8
lines changed

9 files changed

+49
-8
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# Changelog
22

3+
## v0.1.49
4+
5+
<!-- generated comparing v0.1.48..master -->
6+
7+
_Feb 8, 2024_
8+
9+
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- Adds **authentication and authorization** support with Google, GitHub, and Azure AD (_paid_), along with detailed documentation on how to get up and running.
12+
13+
- Miscellaneous bug fixes and maintenance work.
14+
15+
- &#8203;<!-- 26 -->Authentication fixes/improvements (#3174) @apedroferreira
16+
- &#8203;<!-- 25 -->chore(deps): bump mui core (#3175) @renovate[bot]
17+
- &#8203;<!-- 24 -->Add isCanvas into app host context (#3170) @Janpot
18+
- &#8203;<!-- 23 -->Fix a few react-resizable-panels warnings (#3173) @Janpot
19+
- &#8203;<!-- 22 -->Improve package layout (#3148) @Janpot
20+
- &#8203;<!-- 21 -->Add authorization docs (#3067) @apedroferreira
21+
- &#8203;<!-- 20 -->Authentication/authorization tests (#3056) @apedroferreira
22+
- &#8203;<!-- 19 -->Update renovate.json @Janpot
23+
- &#8203;<!-- 18 -->chore(deps): bump dependencies (#3163) @renovate[bot]
24+
- &#8203;<!-- 17 -->chore(deps): bump dependencies (major) (#3166) @renovate[bot]
25+
- &#8203;<!-- 16 -->chore(deps): bump devdependencies (#3160) @renovate[bot]
26+
- &#8203;<!-- 15 -->chore(deps): bump github/codeql-action action to v3.24.0 (#3164) @renovate[bot]
27+
- &#8203;<!-- 14 -->chore(deps): bump pnpm to 8.15.1 (#3162) @renovate[bot]
28+
- &#8203;<!-- 13 -->chore(deps): bump playwright (#3161) @renovate[bot]
29+
- &#8203;<!-- 12 -->chore(deps): bump @mui/monorepo digest to 3c445c6 (#3159) @renovate[bot]
30+
- &#8203;<!-- 11 -->fix: "Unexpected token ';'" in expressions with trailing ';' (#3147) @bharatkashyap
31+
- &#8203;<!-- 10 -->Lock file maintenance (#3150) @renovate[bot]
32+
- &#8203;<!-- 09 -->Add stronger warning to the auto generated files to avoid hand-editing (#3146) @Janpot
33+
- &#8203;<!-- 08 -->Add RBAC with Azure AD authentication provider (#3077) @apedroferreira
34+
- &#8203;<!-- 07 -->Run prettier (#3144) @Janpot
35+
- &#8203;<!-- 06 -->Update monorepo (#3134) @apedroferreira
36+
- &#8203;<!-- 05 -->[code-infra] Avoid aliasing to the monorepo dependencies (#3137) @Janpot
37+
- &#8203;<!-- 04 -->[core] [docs] Add warnings, docs and gating for paid features (#3156) @bharatkashyap
38+
- &#8203;<!-- 03 -->[core] Use non breaking spaces (#3145) @oliviertassinari
39+
- &#8203;<!-- 02 -->[core] Sync with main repo @oliviertassinari
40+
- &#8203;<!-- 01 -->[docs] Fix 301 link @oliviertassinari
41+
42+
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @oliviertassinari, @renovate[bot]
43+
344
## 0.1.48
445

546
<!-- generated comparing v0.1.47..master -->

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.1.48",
3+
"version": "0.1.49",
44
"private": true,
55
"author": "MUI Toolpad",
66
"license": "MIT",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.1.48",
3+
"version": "0.1.49",
44
"npmClient": "pnpm"
55
}

packages/create-toolpad-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-toolpad-app",
3-
"version": "0.1.48",
3+
"version": "0.1.49",
44
"keywords": [
55
"react",
66
"toolpad",

packages/eslint-plugin-material-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-material-ui",
3-
"version": "0.1.48",
3+
"version": "0.1.49",
44
"private": true,
55
"description": "Custom eslint rules for MUI.",
66
"main": "src/index.js",

packages/toolpad-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad",
3-
"version": "0.1.48",
3+
"version": "0.1.49",
44
"license": "MIT",
55
"bin": {
66
"toolpad": "./cli.mjs"

packages/toolpad-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-components",
3-
"version": "0.1.48",
3+
"version": "0.1.49",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

packages/toolpad-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-core",
3-
"version": "0.1.48",
3+
"version": "0.1.49",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

packages/toolpad-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-utils",
3-
"version": "0.1.48",
3+
"version": "0.1.49",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

0 commit comments

Comments
 (0)