You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[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
+
6
25
## 5.0.0-beta.0
7
26
8
27
_Sep 17, 2021_
9
28
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 🎉!
11
30
In the next releases, we will be working to bring all the cool features from MUI v5 to the advanced components.
12
31
13
32
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
51
70
```diff
52
71
-const { options } = useGridSlotComponentProps();
53
72
+const rootProps = useGridRootProps();
54
-
```
73
+
```
55
74
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.
57
76
58
77
In order to still be able to do overrides at the theme level, add the following imports to your project:
59
78
@@ -127,7 +146,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
-[test] Disable browserstack for PRs (#2531) @flaviendelangle
132
151
133
152
## 4.0.0
@@ -136,7 +155,7 @@ _Aug 27, 2021_
136
155
137
156
🎉 This is the first stable release of the data grid component 🎉!
138
157
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.
140
159
141
160
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).
142
161
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
151
170
152
171
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.
153
172
The Pro suffix should help make it clear what's MIT and what's not.
173
+
154
174
- ✨ Rename the `@material-ui` npm scope to `@mui` (#2341) @oliviertassinari
155
175
156
176
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
+
157
178
- 💡 The `api` property was removed from the callback params. To access the API, use the `DataGridPro` (#2312) @DanailH
0 commit comments