Skip to content

Commit ef49f9a

Browse files
[release] v0.3.0 (#3715)
1 parent 874a7e4 commit ef49f9a

File tree

13 files changed

+47
-12
lines changed

13 files changed

+47
-12
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
<!-- generated comparing v0.2.0..master -->
6+
7+
_Jun 28, 2024_
8+
9+
A big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
10+
11+
This release adds Dialogs and Notifications hooks to Toolpad Core! Supporting the Next.js Pages router in the Core playground app. Small feature addition to Studio as well: Column Pinning. More tests and documentation fixes.
12+
13+
- &#8203;<!-- 24 -->Update README.md @Janpot
14+
- &#8203;<!-- 23 -->Update README.md @Janpot
15+
- &#8203;<!-- 22 -->[Update readme] Add openssf badge and fix browerstack logo (#3694) @prakhargupta1
16+
- &#8203;<!-- 21 -->Implement notifications/dialogs RFCs (#3584) @Janpot
17+
- &#8203;<!-- 20 -->Add Next.js pages router app to Toolpad Core playground (#3588) @apedroferreira
18+
- &#8203;<!-- 19 -->Run toolpad/core tests in the browser (#3640) @Janpot
19+
- &#8203;<!-- 18 -->Add dashboard tutorial to introduction (#3637) @Janpot
20+
- &#8203;<!-- 17 -->Lock file maintenance Docs (#3623) @renovate[bot]
21+
- &#8203;<!-- 16 -->[AppProvider] Create basic router adapters (#3638) @Janpot
22+
- &#8203;<!-- 15 -->[code-infra] Add eslint plugin for testing-library (#3648) @Janpot
23+
- &#8203;<!-- 14 -->[core] Remove update-monorepo.yml (#3712) @oliviertassinari
24+
- &#8203;<!-- 13 -->[core] Add browserslistrc (#3711) @Janpot
25+
- &#8203;<!-- 12 -->[core] dedupe emotion and react-query (#3695) @Janpot
26+
- &#8203;<!-- 11 -->[core] Fix a few more React compiler warnings (#3644) @Janpot
27+
- &#8203;<!-- 10 -->[core] Remove quickjs-emscripten dependency (#3689) @Janpot
28+
- &#8203;<!-- 09 -->[DataContext] Support global filtering (#3618) @Janpot
29+
- &#8203;<!-- 08 -->[docs] Fix link icons for file reference section titles (#3709) @Janpot
30+
- &#8203;<!-- 07 -->[docs] Fix incorrect heading (#3636) @bharatkashyap
31+
- &#8203;<!-- 06 -->[docs-infra] Sync \_app file with monorepo (#3698) @Janpot
32+
- &#8203;<!-- 05 -->[studio] Add column pinning (#3693) @Janpot
33+
- &#8203;<!-- 04 -->[Studio] Remove old canvas entrypoint (#3642) @Janpot
34+
- &#8203;<!-- 03 -->[test] Enable test coverage for @toolpad/core (#3697) @Janpot
35+
- &#8203;<!-- 02 -->[test] Test from the user's perspective with user-event (#3670) @Janpot
36+
- &#8203;<!-- 01 -->[test] Data grid CRUD tests (#3646) @Janpot
37+
338
## v0.2.0
439

540
<!-- generated comparing v0.1.55..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.2.0",
3+
"version": "0.3.0",
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.2.0",
3+
"version": "0.3.0",
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.2.0",
3+
"version": "0.3.0",
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.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"description": "Custom eslint rules for MUI.",
66
"main": "src/index.js",

packages/toolpad-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/core",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"author": "Toolpad Team",
55
"description": "Dashboard framework powered by MUI.",
66
"main": "./build/index.js",

packages/toolpad-studio-components/package.json

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

packages/toolpad-studio-runtime/package.json

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

packages/toolpad-studio/package.json

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

packages/toolpad-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/utils",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Shared utilities used by Toolpad packages.",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

playground/nextjs-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground-nextjs-pages",
3-
"version": "0.1.0",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

playground/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground-nextjs",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"recharts": "alpha"
1515
},
1616
"type": "module",
17-
"version": "0.2.0"
17+
"version": "0.3.0"
1818
}

0 commit comments

Comments
 (0)