Skip to content

Commit 68ae5d5

Browse files
v5.0.0-beta.1 (#2630)
* v5.0.0-beta.1 Co-authored-by: Matheus Wichman <[email protected]>
1 parent e9a9ecc commit 68ae5d5

File tree

9 files changed

+39
-18
lines changed

9 files changed

+39
-18
lines changed

CHANGELOG.md

+26-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 5.0.0-beta.1
7+
8+
_Sep 17, 2021_
9+
10+
A big thanks to the 3 contributors who made this release possible.
11+
12+
13+
14+
#### Docs
15+
16+
- [docs] Explain how to use theme augmentation (#2582) @ZeeshanTamboli
17+
- [docs] Fix formatting (#2626) @m4theushw
18+
- [docs] Include packages from next tag (#2628) @m4theushw
19+
20+
#### Core
21+
22+
- [core] Copy bin folder when building the libraries (#2627) @flaviendelangle
23+
- [core] Remove prop-types during build (#2586) @m4theushw
24+
625
## 5.0.0-beta.0
726

827
_Sep 17, 2021_
928

10-
🎉 This is the first release with support for the new MUI v5 🎉!
29+
🎉 This is the first release with support for the new MUI v5 🎉!
1130
In the next releases, we will be working to bring all the cool features from MUI v5 to the advanced components.
1231

1332
This beta version of MUI X drops support for MUI v4. We encourage everyone to upgrade to MUI v5 to be able to continue to get all the upcoming features and fixes of MUI X. New versions of MUI X v4, containing only fixes, will still be released, but in a slower pace.
@@ -51,9 +70,9 @@ A big thanks to the 9 contributors who made this release possible. Here are some
5170
```diff
5271
-const { options } = useGridSlotComponentProps();
5372
+const rootProps = useGridRootProps();
54-
```
73+
```
5574

56-
- [DataGrid] The module augmentation is not enabled by default. This change was done to prevent conflicts with projects using `DataGrid` and `DataGridPro` together.
75+
- [DataGrid] The module augmentation is not enabled by default. This change was done to prevent conflicts with projects using `DataGrid` and `DataGridPro` together.
5776

5877
In order to still be able to do overrides at the theme level, add the following imports to your project:
5978

@@ -127,7 +146,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
127146
- [core] Update `.browserslistrc` file (#2384) @DanailH
128147
- [core] Update monorepo version and copy assets (#2603) @m4theushw
129148
- [core] Update outdated hook requirements (#2526) @flaviendelangle
130-
- [test] Clean selection tests (#2457) @flaviendelangle
149+
- [test] Clean selection tests (#2457) @flaviendelangle
131150
- [test] Disable browserstack for PRs (#2531) @flaviendelangle
132151

133152
## 4.0.0
@@ -136,7 +155,7 @@ _Aug 27, 2021_
136155

137156
🎉 This is the first stable release of the data grid component 🎉!
138157

139-
We have been iterating on the component for [18 months](https://github.com/mui-org/material-ui-x/commit/705cb0f387b5f3aa056bf40c4183a2342b317447). With the introduction of the [row edit](https://material-ui.com/components/data-grid/editing/#row-editing) feature, many bug fixes, and polishing of the documentation, we believe the component is ready for a stable release.
158+
We have been iterating on the component for [18 months](https://github.com/mui-org/material-ui-x/commit/705cb0f387b5f3aa056bf40c4183a2342b317447). With the introduction of the [row edit](https://material-ui.com/components/data-grid/editing/#row-editing) feature, many bug fixes, and polishing of the documentation, we believe the component is ready for a stable release.
140159

141160
The MUI X v4.0.0 release supports [MUI Core](https://github.com/mui-org/material-ui) v4 and has partial support for v5-beta. With the soon-to-be-released v5 version of the core components, we are moving ongoing work to the v5 release line (Core and X).
142161
The support for existing projects on MUI v4 won't be a priority going forward. We encourage you to migrate to MUI Core v5-beta and soon MUI X v5-beta. We don't patch, fix, or alter older versions. Using MUI Core v4 with MUI X v5 might lead to extra bundle size and configuration.
@@ -151,9 +170,11 @@ A big thanks to the 6 contributors who made this release possible. Here are some
151170

152171
This should help clarify the products vs. plans separation. [MUI X](https://github.com/mui-org/material-ui-x) is a product line on its own. It contains MIT and Commercial software. Removing X from the name of the paid components should help remove a possible confusion: the MIT version of X is meant to be valuable enough for developers to use it, without feeling that it's crippled compared to other OSS alternatives.
153172
The Pro suffix should help make it clear what's MIT and what's not.
173+
154174
- ✨ Rename the `@material-ui` npm scope to `@mui` (#2341) @oliviertassinari
155175

156176
This is part of the ongoing rebranding of the project and company. Material-UI is our current official name, however, we are going to change it. It's too long to write, read, and pronounce; and it is too closely associated with Material Design. In the near future, the whole project/company is moving to MUI and https://mui.com/.
177+
157178
- 💡 The `api` property was removed from the callback params. To access the API, use the `DataGridPro` (#2312) @DanailH
158179

159180

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "5.0.0-beta.0",
3+
"version": "5.0.0-beta.1",
44
"private": true,
55
"author": "MUI Team",
66
"license": "MIT",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.0.0-beta.0",
2+
"version": "5.0.0-beta.1",
33
"private": true,
44
"scripts": {
55
"start": "yarn docs:dev",

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": "5.0.0-beta.0",
3+
"version": "5.0.0-beta.1",
44
"private": true,
55
"description": "Custom eslint rules for Material-UI.",
66
"main": "src/index.js",

packages/grid/data-grid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid",
3-
"version": "5.0.0-beta.0",
3+
"version": "5.0.0-beta.1",
44
"description": "The community edition of the data grid component (Material-UI X).",
55
"author": "MUI Team",
66
"main": "build/index-cjs.js",

packages/grid/x-grid-data-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "5.0.0-beta.0",
3+
"version": "5.0.0-beta.1",
44
"description": "Generate fake data for demo purposes only.",
55
"author": "MUI Team",
66
"main": "cjs/index.js",

packages/grid/x-grid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "5.0.0-beta.0",
3+
"version": "5.0.0-beta.1",
44
"description": "The commercial edition of the data grid component (Material-UI X).",
55
"author": "MUI Team",
66
"main": "build/index-cjs.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@mui/utils": "^5.0.0",
41-
"@mui/x-license-pro": "5.0.0-beta.0",
41+
"@mui/x-license-pro": "5.0.0-beta.1",
4242
"clsx": "^1.0.4",
4343
"prop-types": "^15.7.2",
4444
"reselect": "^4.0.0"

packages/storybook/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook",
3-
"version": "5.0.0-beta.0",
3+
"version": "5.0.0-beta.1",
44
"description": "Storybook components",
55
"author": "MUI Team",
66
"private": true,
@@ -19,10 +19,10 @@
1919
"@mui/icons-material": "^5.0.0",
2020
"@mui/material": "^5.0.0",
2121
"@mui/styles": "^5.0.0",
22-
"@mui/x-data-grid": "5.0.0-beta.0",
23-
"@mui/x-data-grid-generator": "5.0.0-beta.0",
24-
"@mui/x-data-grid-pro": "5.0.0-beta.0",
25-
"@mui/x-license-pro": "5.0.0-beta.0",
22+
"@mui/x-data-grid": "5.0.0-beta.1",
23+
"@mui/x-data-grid-generator": "5.0.0-beta.1",
24+
"@mui/x-data-grid-pro": "5.0.0-beta.1",
25+
"@mui/x-license-pro": "5.0.0-beta.1",
2626
"react": "^17.0.2",
2727
"react-is": "^17.0.2",
2828
"rxjs": "^7.3.0"

packages/x-license/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-license-pro",
3-
"version": "5.0.0-beta.0",
3+
"version": "5.0.0-beta.1",
44
"description": "Material-UI X License verification",
55
"author": "MUI Team",
66
"main": "build/cjs/index.js",

0 commit comments

Comments
 (0)