-
-
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
[TreeView] Create pro package #12240
Conversation
@@ -1,7 +1,7 @@ | |||
{ | |||
"name": "@mui/x-data-grid-pro", | |||
"version": "7.0.0-beta.4", | |||
"description": "The Pro plan edition of the data grid component (MUI X).", | |||
"description": "The Pro plan edition of the Data Grid components (MUI X).", |
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 took the opportunity to unify all the descriptions in the README and package.json:
- I went for the "Community plan edition" wording but we can pick "Community edition" instead if you want (we had both)
- I capitalized Data Grid, Charts, Tree View and Date and Time Pickers.
- I applied plural to "Data Grid components" because "Tree View components" was also plural and we have several components on the grid with all the slots, but same I can revert to singular here if you want.
- I explicitly wrote "Pro plan edition" instead of "commercial edition" for tree view and pickers which have no premium plan.
Deploy preview: https://deploy-preview-12240--material-ui-x.netlify.app/ |
@@ -0,0 +1 @@ | |||
export * from '@mui/x-tree-view'; |
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.
Once we actually have a pro RichTreeView
component, we won't be able to export everything from the root because of name collision (same as on the grid).
But for now this simplifies a lot the PR, and it will help us make sure we don't forget some export by looking at the export JSON file.
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
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.
LGTM
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Required for #12213
TODO
Follow up
@mui/x-tree-view/internals
RichTreeView
in the pro package instead of re-exporting and add license check