Skip to content
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

[DataGrid] Rename GridToolbar components for consistency #1724

Merged

Conversation

DanailH
Copy link
Member

@DanailH DanailH commented May 21, 2021

Breaking changes

  • [DataGrid] Rename toolbar components for consistency ([DataGrid] Rename GridToolbar components for consistency #1724) @DanailH

    Prefix all the toolbar-related components with GridToolbar.

    -.MuiDataGridFilterToolbarButton-list
    +.MuiDataGridToolbarFilterButton-list
    -<GridColumnsToolbarButton />
    +<GridToolbarColumnsButton />
    -<GridFilterToolbarButton />
    +<GridToolbarFilterButton />
    -<GridDensitySelector />
    +<GridToolbarDensitySelector />

Fixes #1256

Screenshot 2021-05-21 at 13 25 35

@DanailH DanailH added breaking change component: data grid This is the name of the generic UI component, not the React module! labels May 21, 2021
@DanailH DanailH self-assigned this May 21, 2021
@DanailH DanailH merged commit 71d84fd into mui:master May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change component: data grid This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DataGrid] Toolbar component names are inconsistent
3 participants