diff --git a/docs/.link-check-errors.txt b/docs/.link-check-errors.txt index 74a37eceb9dfc..64df821e209b1 100644 --- a/docs/.link-check-errors.txt +++ b/docs/.link-check-errors.txt @@ -12,6 +12,7 @@ Broken links found by `yarn docs:link-check` that exist: - https://mui.com/system/styles/api/#serverstylesheets - https://mui.com/system/styles/api/#stylesprovider - https://mui.com/system/styles/api/#themeprovider +- https://mui.com/x/api/data-grid/data-grid/#DataGrid-prop-filterDebounceMs - https://mui.com/x/api/data-grid/data-grid/#props - https://mui.com/x/api/data-grid/data-grid/#slots - https://mui.com/x/api/date-pickers/date-picker/#slots diff --git a/docs/data/migration/migration-data-grid-v6/migration-data-grid-v6.md b/docs/data/migration/migration-data-grid-v6/migration-data-grid-v6.md index cec0e8910fd95..89be0bfb64385 100644 --- a/docs/data/migration/migration-data-grid-v6/migration-data-grid-v6.md +++ b/docs/data/migration/migration-data-grid-v6/migration-data-grid-v6.md @@ -159,6 +159,9 @@ Below are described the steps you need to make to migrate from v6 to v7. ### Other exports +- The deprecated constants `SUBMIT_FILTER_STROKE_TIME` and `SUBMIT_FILTER_DATE_STROKE_TIME` are no longer exported. + Use the [`filterDebounceMs`](/x/api/data-grid/data-grid/#DataGrid-prop-filterDebounceMs) prop to customize filter debounce time. + - The `GridPreferencesPanel` component is not exported anymore as it wasn't meant to be used outside of the Data Grid.