Skip to content

Commit

Permalink
[release] v0.3.0 (#3715)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Jun 28, 2024
1 parent 874a7e4 commit ef49f9a
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 12 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## 0.3.0

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

_Jun 28, 2024_

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

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.

- &#8203;<!-- 24 -->Update README.md @Janpot
- &#8203;<!-- 23 -->Update README.md @Janpot
- &#8203;<!-- 22 -->[Update readme] Add openssf badge and fix browerstack logo (#3694) @prakhargupta1
- &#8203;<!-- 21 -->Implement notifications/dialogs RFCs (#3584) @Janpot
- &#8203;<!-- 20 -->Add Next.js pages router app to Toolpad Core playground (#3588) @apedroferreira
- &#8203;<!-- 19 -->Run toolpad/core tests in the browser (#3640) @Janpot
- &#8203;<!-- 18 -->Add dashboard tutorial to introduction (#3637) @Janpot
- &#8203;<!-- 17 -->Lock file maintenance Docs (#3623) @renovate[bot]
- &#8203;<!-- 16 -->[AppProvider] Create basic router adapters (#3638) @Janpot
- &#8203;<!-- 15 -->[code-infra] Add eslint plugin for testing-library (#3648) @Janpot
- &#8203;<!-- 14 -->[core] Remove update-monorepo.yml (#3712) @oliviertassinari
- &#8203;<!-- 13 -->[core] Add browserslistrc (#3711) @Janpot
- &#8203;<!-- 12 -->[core] dedupe emotion and react-query (#3695) @Janpot
- &#8203;<!-- 11 -->[core] Fix a few more React compiler warnings (#3644) @Janpot
- &#8203;<!-- 10 -->[core] Remove quickjs-emscripten dependency (#3689) @Janpot
- &#8203;<!-- 09 -->[DataContext] Support global filtering (#3618) @Janpot
- &#8203;<!-- 08 -->[docs] Fix link icons for file reference section titles (#3709) @Janpot
- &#8203;<!-- 07 -->[docs] Fix incorrect heading (#3636) @bharatkashyap
- &#8203;<!-- 06 -->[docs-infra] Sync \_app file with monorepo (#3698) @Janpot
- &#8203;<!-- 05 -->[studio] Add column pinning (#3693) @Janpot
- &#8203;<!-- 04 -->[Studio] Remove old canvas entrypoint (#3642) @Janpot
- &#8203;<!-- 03 -->[test] Enable test coverage for @toolpad/core (#3697) @Janpot
- &#8203;<!-- 02 -->[test] Test from the user's perspective with user-event (#3670) @Janpot
- &#8203;<!-- 01 -->[test] Data grid CRUD tests (#3646) @Janpot

## v0.2.0

<!-- generated comparing v0.1.55..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.2.0",
"version": "0.3.0",
"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.2.0",
"version": "0.3.0",
"npmClient": "pnpm"
}
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.2.0",
"version": "0.3.0",
"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.2.0",
"version": "0.3.0",
"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.2.0",
"version": "0.3.0",
"author": "Toolpad Team",
"description": "Dashboard framework powered by MUI.",
"main": "./build/index.js",
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.2.0",
"version": "0.3.0",
"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.2.0",
"version": "0.3.0",
"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.2.0",
"version": "0.3.0",
"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.2.0",
"version": "0.3.0",
"description": "Shared utilities used by Toolpad packages.",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground-nextjs-pages",
"version": "0.1.0",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground-nextjs",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"recharts": "alpha"
},
"type": "module",
"version": "0.2.0"
"version": "0.3.0"
}

0 comments on commit ef49f9a

Please sign in to comment.