-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v5.8.0 #4328
v5.8.0 #4328
Conversation
These are the results for the performance tests:
|
For the title of the release PR, I am also in favor of keeping it |
CHANGELOG.md
Outdated
@@ -22,6 +22,22 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss | |||
- 📝 Add `onProcessRowUpdateError` prop to simplify error management in edit mode (#4267) @m4theushw | |||
- ✨ Add generic typing to `GridColDef` and derived interfaces (#4064) @flaviendelangle | |||
|
|||
This allows to strongly type all the objects related to the row and the cell values. | |||
Here is an example, you can can find out more in the description of #4064. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if we should link to the description of a PR
Maybe for now it's the best solution, but we can create an issue to do a "TypeScript" data grid doc page and change the CHANGELOG to link to this new page when available.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done -> #4330
Co-authored-by: Flavien DELANGLE <flaviendelangle@gmail.com>
CHANGELOG.md
Outdated
|
||
- ⌚️ Move date and time picker components from the lab (#3451) @flaviendelangle | ||
|
||
date-picker components has been added to the MUI-X repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
date-picker components has been added to the MUI-X repo. | |
date-picker components have been added to the MUI X repo. |
Co-authored-by: Matheus Wichman <matheushw@outlook.com> Co-authored-by: Danail Hadjiatanasov <hadjiatanasov@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -27,6 +27,7 @@ The following steps must be proposed as a pull request. | |||
- [ ] Clean the generated changelog, to match the format of [https://github.com/mui/mui-x/releases](https://github.com/mui/mui-x/releases). | |||
- [ ] Update the root `package.json`'s version | |||
- [ ] Update the versions of the other `package.json` files and of the dependencies with `yarn release:version`. | |||
- [ ] Fix manually the package version in `x-date-picker/package.json` and `x-date-picker-pro/package.json`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that in Material UI we had to set the version
to independent as we had too many npm packages in the alpha release state. https://github.com/mui/material-ui/blob/88ad7d4e623183b8e20702e7961ef9c8de330dc7/lerna.json#L4.
If the date picker becomes stable soon enough and we don't have new unstable npm packages, maybe we can stick to the current configuration of MUI X. Hopefully, in Material UI, follow the same direction as well.
Lines 1 to 4 in 4ba02b8
{ | |
"npmClient": "yarn", | |
"useWorkspaces": true, | |
"version": "5.13.0" |
Notes
I kept the title of the release note
"5.8.0"
even if now it does not make that much sense because we have two packages in a single release fileIt's not visible in the git diff of this PR, but
package.json
files of the two date-picker packages are set with"version": "5.0.0-alpha.0"
.