Update dependency @mui/x-data-grid to ^8.22.1 #149

Open
renovate wants to merge 1 commits from renovate/mui-x-data-grid-8.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@mui/x-data-grid (source) dependencies minor ^8.18.0^8.22.1

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

mui/mui-x (@​mui/x-data-grid)

v8.22.1

Compare Source

Dec 17, 2025

We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights :

  • 🌎 Improve Swedish (sv-SE) locale on the Data Grid
  • 🐞 Bugfixes

Special thanks go out to the community members for their valuable contributions:
@​KyeongJooni, @​VismaAndreasIvarsson

The following team members contributed to this release:
@​alelthomas, @​alexfauquette, @​arminmeh, @​bernardobelchior, @​Janpot, @​JCQuintas, @​mapache-salvaje, @​michelengelen, @​mj12albert, @​prakhargupta1, @​romgrk, @​siriwatknp

Data Grid
@mui/x-data-grid@8.22.1

Same changes as in @mui/x-data-grid@8.22.1.

Same changes as in @mui/x-data-grid-pro@8.22.1, plus:

  • [DataGridPremium] Import useId() from @mui/utils to maintain React 17 compatibility (#​20635) @​arminmeh
Date and Time Pickers
@mui/x-date-pickers@8.22.1

Same changes as in @mui/x-date-pickers@8.22.1.

Charts
@mui/x-charts@8.22.1

Same changes as in @mui/x-charts@8.22.1, plus:

Same changes as in @mui/x-charts-pro@8.22.1, plus:

Tree View
@mui/x-tree-view@8.22.1

Internal changes.

Same changes as in @mui/x-tree-view@8.22.1.

Codemod
@mui/x-codemod@8.22.1

Internal changes.

Docs
Core

v8.22.0

Compare Source

Dec 11, 2025

We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights :

  • Each Tree View component now exposes its own hook to initialize the apiRef object with accurate typing:

    -import { useTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    +import { useSimpleTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useSimpleTreeViewApiRef();
    
    -import { useTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    +import { useRichTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useRichTreeViewApiRef();
    
    -import { useTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    +import { useRichTreeViewProApiRef } from '@​mui/x-tree-view-pro/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useRichTreeViewProApiRef();
    
  • 📚 Tutorial on building a Data Grid with server-side data

  • 🐞 Bugfixes

Special thanks go out to this community member for their valuable contributions:
@​kzhgit

The following team members contributed to this release:
@​alexfauquette, @​arminmeh, @​bernardobelchior, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​mapache-salvaje, @​michelengelen, @​noraleonte, @​oliviertassinari

Data Grid
@mui/x-data-grid@8.22.0

Same changes as in @mui/x-data-grid@8.22.0.

Same changes as in @mui/x-data-grid-pro@8.22.0, plus:

  • [DataGridPremium] Handle pivoting column name generation for empty strings (#​20608) @​arminmeh
  • [DataGridPremium] Pass a row with aggregated value to the custom aggregation function valueFormatter (#​20607) @​arminmeh
Date and Time Pickers
@mui/x-date-pickers@8.22.0

Same changes as in @mui/x-date-pickers@8.22.0.

Charts
@mui/x-charts@8.22.0

Same changes as in @mui/x-charts@8.22.0, plus:

Same changes as in @mui/x-charts-pro@8.22.0.

Tree View
@mui/x-tree-view@8.22.0

Same changes as in @mui/x-tree-view@8.22.0.

Codemod
@mui/x-codemod@8.22.0

Internal changes.

Docs
Core
Miscellaneous

v8.21.0

Compare Source

Dec 3, 2025

We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights :

The following team members contributed to this release:
@​alexfauquette, @​bernardobelchior, @​ElliottMiller, @​Janpot, @​JCQuintas, @​romgrk, @​sai6855, @​siriwatknp

Data Grid
@mui/x-data-grid@8.21.0

Same changes as in @mui/x-data-grid@8.21.0.

Same changes as in @mui/x-data-grid-pro@8.21.0, plus:

Date and Time Pickers
@mui/x-date-pickers@8.21.0

Internal changes.

Same changes as in @mui/x-date-pickers@8.21.0.

Charts
@mui/x-charts@8.21.0

Same changes as in @mui/x-charts@8.21.0, plus:

Same changes as in @mui/x-charts-pro@8.21.0.

Tree View
@mui/x-tree-view@8.21.0

Internal changes.

Same changes as in @mui/x-tree-view@8.21.0.

Codemod
@mui/x-codemod@8.21.0

Internal changes.

Docs
Core
Miscellaneous

v8.20.0

Compare Source

Nov 26, 2025

We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights :

The following team members contributed to this release:
@​alexfauquette, @​arminmeh, @​bernardobelchior, @​cherniavskii, @​siriwatknp, @​JCQuintas, @​MBilalShafi, @​prakhargupta1

Data Grid
@mui/x-data-grid@8.20.0

Same changes as in @mui/x-data-grid@8.20.0, plus:

Same changes as in @mui/x-data-grid-pro@8.20.0.

Charts
@mui/x-charts@8.20.0

Same changes as in @mui/x-charts@8.20.0, plus:

Same changes as in @mui/x-charts-pro@8.20.0, plus:

  • [charts-premium] Add explicit return type to ChartsRenderer for better compatibility with React 18 (#​20413) @​arminmeh
Docs

v8.19.0

Compare Source

Nov 20, 2025

We'd like to extend a big thank you to the 15 contributors who made this release possible. Here are some highlights :

  • 🔎 Add pan on wheel to the charts zoom
  • ⌨️ Allow opt-in to tab navigation inside the Data Grid.
  • ⚙️ New way of defining action columns in the Data Grid that makes it easier to keep columns prop stable.
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions:
@​lauri865, @​noobyogi0010, @​sai6855

The following team members contributed to this release:
@​alexfauquette, @​arminmeh, @​bernardobelchior, @​cherniavskii, @​flaviendelangle, @​Janpot, @​JCQuintas, @​mj12albert, @​noraleonte, @​rita-codes, @​siriwatknp, @​ZeeshanTamboli

Data Grid
@mui/x-data-grid@8.19.0

Same changes as in @mui/x-data-grid@8.19.0.

Same changes as in @mui/x-data-grid-pro@8.19.0, plus:

Date and Time Pickers
@mui/x-date-pickers@8.19.0

Same changes as in @mui/x-date-pickers@8.19.0.

Charts
@mui/x-charts@8.19.0

Same changes as in @mui/x-charts@8.19.0, plus:

Same changes as in @mui/x-charts-pro@8.19.0.

Tree View
@mui/x-tree-view@8.19.0

Same changes as in @mui/x-tree-view@8.19.0.

Codemod
@mui/x-codemod@8.19.0

Internal changes.

Docs
Core
Miscellaneous

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@mui/x-data-grid](https://mui.com/x/react-data-grid/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid)) | dependencies | minor | [`^8.18.0` → `^8.22.1`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/8.18.0/8.22.1) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary> ### [`v8.22.1`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8221) [Compare Source](https://github.com/mui/mui-x/compare/v8.22.0...v8.22.1) *Dec 17, 2025* We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨: - 🌎 Improve Swedish (sv-SE) locale on the Data Grid - 🐞 Bugfixes Special thanks go out to the community members for their valuable contributions: [@&#8203;KyeongJooni](https://github.com/KyeongJooni), [@&#8203;VismaAndreasIvarsson](https://github.com/VismaAndreasIvarsson) The following team members contributed to this release: [@&#8203;alelthomas](https://github.com/alelthomas), [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje), [@&#8203;michelengelen](https://github.com/michelengelen), [@&#8203;mj12albert](https://github.com/mj12albert), [@&#8203;prakhargupta1](https://github.com/prakhargupta1), [@&#8203;romgrk](https://github.com/romgrk), [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Data Grid ##### `@mui/x-data-grid@8.22.1` - \[data grid] Fix column menu keyboard shortcut ([#&#8203;20621](https://github.com/mui/mui-x/issues/20621)) [@&#8203;mj12albert](https://github.com/mj12albert) - \[data grid] Fix row checkbox disabled state on first render and keep cell focusable (ARIA) ([#&#8203;20641](https://github.com/mui/mui-x/issues/20641)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[data grid] Fix tree data selection bug ([#&#8203;20528](https://github.com/mui/mui-x/issues/20528)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[data grid] Prevent clear cell selection on edit mode ([#&#8203;20544](https://github.com/mui/mui-x/issues/20544)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[data grid] Refactor column merge logic to prioritize defined properties only ([#&#8203;20640](https://github.com/mui/mui-x/issues/20640)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[data grid] Reset row spanning on row expansion change ([#&#8203;20661](https://github.com/mui/mui-x/issues/20661)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[data grid] Resize newly added rows while resize action is happening ([#&#8203;20676](https://github.com/mui/mui-x/issues/20676)) - \[l10n] Improve Swedish (sv-SE) locale ([#&#8203;20682](https://github.com/mui/mui-x/issues/20682)) [@&#8203;VismaAndreasIvarsson](https://github.com/VismaAndreasIvarsson) ##### `@mui/x-data-grid-pro@8.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@8.22.1`. ##### `@mui/x-data-grid-premium@8.22.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@8.22.1`, plus: - \[DataGridPremium] Import `useId()` from `@mui/utils` to maintain React 17 compatibility ([#&#8203;20635](https://github.com/mui/mui-x/issues/20635)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.22.1` - \[pickers] Add minutesStep validation test ([#&#8203;20672](https://github.com/mui/mui-x/issues/20672)) [@&#8203;KyeongJooni](https://github.com/KyeongJooni) - \[pickers] Fix `onAccept()` returning wrong year after selecting year then month ([#&#8203;20639](https://github.com/mui/mui-x/issues/20639)) [@&#8203;michelengelen](https://github.com/michelengelen) ##### `@mui/x-date-pickers-pro@8.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@8.22.1`. ##### Charts ##### `@mui/x-charts@8.22.1` - \[charts] Extract `FocusedPieArc` from `PieArcPlot` ([#&#8203;20613](https://github.com/mui/mui-x/issues/20613)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Fix regression on the highlight control ([#&#8203;20627](https://github.com/mui/mui-x/issues/20627)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Refactor: `useSelector()` => `store.use()` ([#&#8203;20681](https://github.com/mui/mui-x/issues/20681)) [@&#8203;romgrk](https://github.com/romgrk) - \[charts] Remove duplicated types ([#&#8203;20694](https://github.com/mui/mui-x/issues/20694)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Remove unused generics from bar charts ([#&#8203;20642](https://github.com/mui/mui-x/issues/20642)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Simplify tooltip position getter for pie chart ([#&#8203;20625](https://github.com/mui/mui-x/issues/20625)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### `@mui/x-charts-pro@8.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-charts@8.22.1`, plus: - \[charts-pro] Add heatmap performance benchmark ([#&#8203;20695](https://github.com/mui/mui-x/issues/20695)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) ##### `@mui/x-charts-premium@8.22.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-charts-pro@8.22.1`, plus: - \[charts-premium] Create `BarChartPremium` ([#&#8203;20643](https://github.com/mui/mui-x/issues/20643)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) ##### Tree View ##### `@mui/x-tree-view@8.22.1` Internal changes. ##### `@mui/x-tree-view-pro@8.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-tree-view@8.22.1`. ##### Codemod ##### `@mui/x-codemod@8.22.1` Internal changes. ##### Docs - \[docs] Add button to GitHub source code for the Data Grid advanced demos (DX-50) ([#&#8203;20633](https://github.com/mui/mui-x/issues/20633)) [@&#8203;alelthomas](https://github.com/alelthomas) - \[docs] Remove `seriesConfig` to prevent future confusion ([#&#8203;20678](https://github.com/mui/mui-x/issues/20678)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Revise the Data Grid's API object doc for clarity and style ([#&#8203;20649](https://github.com/mui/mui-x/issues/20649)) [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje) - \[docs] Update list of charts ([#&#8203;20479](https://github.com/mui/mui-x/issues/20479)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1) ##### Core - \[code-infra] Regression tests improvements ([#&#8203;20441](https://github.com/mui/mui-x/issues/20441)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Test utils upgrade ([#&#8203;20592](https://github.com/mui/mui-x/issues/20592)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Try to fix the Tree View flacky tests ([#&#8203;20573](https://github.com/mui/mui-x/issues/20573)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ### [`v8.22.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8220) [Compare Source](https://github.com/mui/mui-x/compare/v8.21.0...v8.22.0) *Dec 11, 2025* We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨: - Each Tree View component now exposes its own hook to initialize the `apiRef` object with accurate typing: ```diff -import { useTreeViewApiRef } from '@&#8203;mui/x-tree-view/hooks'; +import { useSimpleTreeViewApiRef } from '@&#8203;mui/x-tree-view/hooks'; -const apiRef = useTreeViewApiRef(); +const apiRef = useSimpleTreeViewApiRef(); -import { useTreeViewApiRef } from '@&#8203;mui/x-tree-view/hooks'; +import { useRichTreeViewApiRef } from '@&#8203;mui/x-tree-view/hooks'; -const apiRef = useTreeViewApiRef(); +const apiRef = useRichTreeViewApiRef(); -import { useTreeViewApiRef } from '@&#8203;mui/x-tree-view/hooks'; +import { useRichTreeViewProApiRef } from '@&#8203;mui/x-tree-view-pro/hooks'; -const apiRef = useTreeViewApiRef(); +const apiRef = useRichTreeViewProApiRef(); ``` - 📚 [Tutorial](https://mui.com/x/react-data-grid/tutorials/server-side-data/) on building a Data Grid with server-side data - 🐞 Bugfixes Special thanks go out to this community member for their valuable contributions: [@&#8203;kzhgit](https://github.com/kzhgit) The following team members contributed to this release: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;cherniavskii](https://github.com/cherniavskii), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje), [@&#8203;michelengelen](https://github.com/michelengelen), [@&#8203;noraleonte](https://github.com/noraleonte), [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Data Grid ##### `@mui/x-data-grid@8.22.0` - \[DataGrid] Sync component props with theme defaults ([#&#8203;20590](https://github.com/mui/mui-x/issues/20590)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[DataGrid] Add fallback for CSS `color-mix` if it is unsupported ([#&#8203;20597](https://github.com/mui/mui-x/issues/20597)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Use `baseTooltip` slot for column header sort icon ([#&#8203;20460](https://github.com/mui/mui-x/issues/20460)) [@&#8203;kzhgit](https://github.com/kzhgit) ##### `@mui/x-data-grid-pro@8.22.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@8.22.0`. ##### `@mui/x-data-grid-premium@8.22.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@8.22.0`, plus: - \[DataGridPremium] Handle pivoting column name generation for empty strings ([#&#8203;20608](https://github.com/mui/mui-x/issues/20608)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPremium] Pass a row with aggregated value to the custom aggregation function `valueFormatter` ([#&#8203;20607](https://github.com/mui/mui-x/issues/20607)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.22.0` - \[pickers] Fix invalid date tests ([#&#8203;20606](https://github.com/mui/mui-x/issues/20606)) [@&#8203;michelengelen](https://github.com/michelengelen) ##### `@mui/x-date-pickers-pro@8.22.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@8.22.0`. ##### Charts ##### `@mui/x-charts@8.22.0` - \[charts] Add consistent animation duration and timing ([#&#8203;20564](https://github.com/mui/mui-x/issues/20564)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Extract a tooltip plugin from the interaction one ([#&#8203;20591](https://github.com/mui/mui-x/issues/20591)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] General type improvements ([#&#8203;20565](https://github.com/mui/mui-x/issues/20565)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Place ordinal ticks according to a continuous scale ([#&#8203;19808](https://github.com/mui/mui-x/issues/19808)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Remove layout data from the tooltip internals ([#&#8203;20548](https://github.com/mui/mui-x/issues/20548)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Remove usage of focus outline for item highlight ([#&#8203;19856](https://github.com/mui/mui-x/issues/19856)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Simplify `MarkPlot` by moving calculation to `useMarkPlotData` ([#&#8203;20570](https://github.com/mui/mui-x/issues/20570)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Use `store.state` over `store.getSnapshot()` ([#&#8203;20616](https://github.com/mui/mui-x/issues/20616)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Vendor flatqueue ([#&#8203;20610](https://github.com/mui/mui-x/issues/20610)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Extract pie layout computation ([#&#8203;20611](https://github.com/mui/mui-x/issues/20611)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts]\[infra] Enable `@typescript-eslint/consistent-type-imports` eslint rules ([#&#8203;20560](https://github.com/mui/mui-x/issues/20560)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts]\[infra] Enable `import/no-cycle` eslint rules ([#&#8203;20554](https://github.com/mui/mui-x/issues/20554)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### `@mui/x-charts-pro@8.22.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-charts@8.22.0`, plus: - \[charts-pro] Display sankey labels on top of nodes ([#&#8203;20569](https://github.com/mui/mui-x/issues/20569)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### `@mui/x-charts-premium@8.22.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-charts-pro@8.22.0`. ##### Tree View ##### `@mui/x-tree-view@8.22.0` - \[tree view] Expose one hook per component to initialize the `apiRef` ([#&#8203;20235](https://github.com/mui/mui-x/issues/20235)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[tree view] Update the typing of `updateItemChildren()` to accept `null` ([#&#8203;20483](https://github.com/mui/mui-x/issues/20483)) [@&#8203;noraleonte](https://github.com/noraleonte) ##### `@mui/x-tree-view-pro@8.22.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-tree-view@8.22.0`. ##### Codemod ##### `@mui/x-codemod@8.22.0` Internal changes. ##### Docs - \[docs] Add tutorial on building a Data Grid with server-side data (DX-22) ([#&#8203;19782](https://github.com/mui/mui-x/issues/19782)) [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje) - \[docs] Modify the default value for the stacking demo ([#&#8203;20596](https://github.com/mui/mui-x/issues/20596)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Revise the Charts Custom Components doc ([#&#8203;19793](https://github.com/mui/mui-x/issues/19793)) [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje) - \[docs] Remove copy-pasted `aria-label` ([#&#8203;20620](https://github.com/mui/mui-x/issues/20620)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### Core - \[internal] Remove unsafe dependency version from range ([#&#8203;20574](https://github.com/mui/mui-x/issues/20574)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Miscellaneous - Bump `@mui/monorepo` digest to `800638d` ([#&#8203;20337](https://github.com/mui/mui-x/issues/20337)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump `@next/eslint-plugin-next` to `15.5.7` ([#&#8203;20575](https://github.com/mui/mui-x/issues/20575)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump GitHub Actions ([#&#8203;20577](https://github.com/mui/mui-x/issues/20577)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump Tanstack query to `^5.90.12` ([#&#8203;20582](https://github.com/mui/mui-x/issues/20582)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump Vite & Vitest ([#&#8203;20583](https://github.com/mui/mui-x/issues/20583)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump `eslint` to `^8.48.1` ([#&#8203;20576](https://github.com/mui/mui-x/issues/20576)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump `markdown-to-jsx` to `^9.3.2` ([#&#8203;20507](https://github.com/mui/mui-x/issues/20507)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump `motion` to `^12.23.25` ([#&#8203;20579](https://github.com/mui/mui-x/issues/20579)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump react monorepo to `19.2.1` ([#&#8203;20581](https://github.com/mui/mui-x/issues/20581)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump `react-hook-form` to `^7.68.0` ([#&#8203;20584](https://github.com/mui/mui-x/issues/20584)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump `react-router` to `^7.10.1` ([#&#8203;20341](https://github.com/mui/mui-x/issues/20341)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump `tsx` to `^4.21.0` ([#&#8203;20585](https://github.com/mui/mui-x/issues/20585)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump MUI infra packages ([#&#8203;20478](https://github.com/mui/mui-x/issues/20478)) [@&#8203;renovate](https://github.com/renovate)\[bot] - \[infra] Automatically add teams to release PRs ([#&#8203;20558](https://github.com/mui/mui-x/issues/20558)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[infra] Fix codeowners typo ([#&#8203;20562](https://github.com/mui/mui-x/issues/20562)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ### [`v8.21.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8210) [Compare Source](https://github.com/mui/mui-x/compare/v8.20.0...v8.21.0) *Dec 3, 2025* We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨: - ✨ Add [tick spacing property](https://mui.com/x/react-charts/axis/#tick-spacing) to charts axis to control the distance between ticks. The following team members contributed to this release: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;ElliottMiller](https://github.com/ElliottMiller), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;romgrk](https://github.com/romgrk), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Data Grid ##### `@mui/x-data-grid@8.21.0` - \[DataGrid] Fix autosizing header width calculation ([#&#8203;20323](https://github.com/mui/mui-x/issues/20323)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[DataGrid] Virtualizer refactor ([#&#8203;19465](https://github.com/mui/mui-x/issues/19465)) [@&#8203;romgrk](https://github.com/romgrk) ##### `@mui/x-data-grid-pro@8.21.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@8.21.0`. ##### `@mui/x-data-grid-premium@8.21.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@8.21.0`, plus: - \[DataGridPremium] Prevent pasting to non-editable cells ([#&#8203;20333](https://github.com/mui/mui-x/issues/20333)) [@&#8203;ElliottMiller](https://github.com/ElliottMiller) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.21.0` Internal changes. ##### `@mui/x-date-pickers-pro@8.21.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@8.21.0`. ##### Charts ##### `@mui/x-charts@8.21.0` - \[charts] Fix string measuring types ([#&#8203;20454](https://github.com/mui/mui-x/issues/20454)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Fix typo in performance note for CustomLineMarks demo ([#&#8203;20529](https://github.com/mui/mui-x/issues/20529)) [@&#8203;sai6855](https://github.com/sai6855) - \[charts] Introduce the notion of series with positions ([#&#8203;20461](https://github.com/mui/mui-x/issues/20461)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Migrate from sinon to Vitest mocking utilities for x-charts\* packages ([#&#8203;20444](https://github.com/mui/mui-x/issues/20444)) [@&#8203;Copilot](https://github.com/Copilot) - \[charts] Move series-level values to series computed data in bar plot ([#&#8203;20467](https://github.com/mui/mui-x/issues/20467)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Refactor bar chart components in preparation for range bar chart ([#&#8203;20521](https://github.com/mui/mui-x/issues/20521)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Remove unnecessary `any` types ([#&#8203;20527](https://github.com/mui/mui-x/issues/20527)) [@&#8203;sai6855](https://github.com/sai6855) - \[charts] Remove unused `drawingArea` from `findClosestPoints` ([#&#8203;20471](https://github.com/mui/mui-x/issues/20471)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Revert `useIsHydrated` to default=false ([#&#8203;20511](https://github.com/mui/mui-x/issues/20511)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Support tooltip anchor position for radar ([#&#8203;20422](https://github.com/mui/mui-x/issues/20422)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Add tick spacing property ([#&#8203;20282](https://github.com/mui/mui-x/issues/20282)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Fix Vitest lint error ([#&#8203;20550](https://github.com/mui/mui-x/issues/20550)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Fix infinite loop when highlighting pie slices or scatter points ([#&#8203;20549](https://github.com/mui/mui-x/issues/20549)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) ##### `@mui/x-charts-pro@8.21.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-charts@8.21.0`, plus: - \[charts-pro] Add support for `anchor="node"` on Sankey tooltip ([#&#8203;20462](https://github.com/mui/mui-x/issues/20462)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### `@mui/x-charts-premium@8.21.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-charts-pro@8.21.0`. ##### Tree View ##### `@mui/x-tree-view@8.21.0` Internal changes. ##### `@mui/x-tree-view-pro@8.21.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-tree-view@8.21.0`. ##### Codemod ##### `@mui/x-codemod@8.21.0` Internal changes. ##### Docs - \[docs] Migrate to `next/font` for fonts loading ([#&#8203;20407](https://github.com/mui/mui-x/issues/20407)) [@&#8203;Copilot](https://github.com/Copilot) ##### Core - \[code-infra] Enable vitest eslint plugin ([#&#8203;20530](https://github.com/mui/mui-x/issues/20530)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Fix missing font loading for local fonts ([#&#8203;20480](https://github.com/mui/mui-x/issues/20480)) [@&#8203;Janpot](https://github.com/Janpot) - \[internal] Performance: use raw `useSyncExternalStore` ([#&#8203;20447](https://github.com/mui/mui-x/issues/20447)) [@&#8203;romgrk](https://github.com/romgrk) - \[code-infra] Enable `vitest/expect-expect` and `vitest/no-standalone-expect` rules for x-charts packages ([#&#8203;20535](https://github.com/mui/mui-x/issues/20535)) [@&#8203;Copilot](https://github.com/Copilot) ##### Miscellaneous - Bump [@&#8203;types/d3-sankey](https://github.com/types/d3-sankey) to ^0.12.5 ([#&#8203;20489](https://github.com/mui/mui-x/issues/20489)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump [@&#8203;types/react](https://github.com/types/react) to 19.2.7 ([#&#8203;20490](https://github.com/mui/mui-x/issues/20490)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump [@&#8203;types/yargs](https://github.com/types/yargs) to ^17.0.35 ([#&#8203;20491](https://github.com/mui/mui-x/issues/20491)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump Vite & Vitest to ^4.0.14 ([#&#8203;20500](https://github.com/mui/mui-x/issues/20500)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump csstype to ^3.2.3 ([#&#8203;20493](https://github.com/mui/mui-x/issues/20493)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump es-toolkit to ^1.42.0 ([#&#8203;20494](https://github.com/mui/mui-x/issues/20494)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump eslint to ^8.48.0 ([#&#8203;20495](https://github.com/mui/mui-x/issues/20495)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump lerna to ^9.0.3 ([#&#8203;20496](https://github.com/mui/mui-x/issues/20496)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump lucide-react to ^0.555.0 ([#&#8203;20502](https://github.com/mui/mui-x/issues/20502)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump playwright monorepo ([#&#8203;20503](https://github.com/mui/mui-x/issues/20503)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump pnpm to 10.24.0 ([#&#8203;20504](https://github.com/mui/mui-x/issues/20504)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump react monorepo ([#&#8203;20340](https://github.com/mui/mui-x/issues/20340)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump react-hook-form to ^7.66.1 ([#&#8203;20497](https://github.com/mui/mui-x/issues/20497)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump rimraf to ^6.1.2 ([#&#8203;20498](https://github.com/mui/mui-x/issues/20498)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump webpack-bundle-analyzer to ^5.0.1 ([#&#8203;20508](https://github.com/mui/mui-x/issues/20508)) [@&#8203;renovate](https://github.com/renovate)\[bot] - Bump next to ^15.5.7 \[SECURITY] ([#&#8203;20555](https://github.com/mui/mui-x/issues/20555)) [@&#8203;renovate](https://github.com/renovate)\[bot] ### [`v8.20.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8200) [Compare Source](https://github.com/mui/mui-x/compare/v8.19.0...v8.20.0) *Nov 26, 2025* We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨: - 🔃 Data Grid tree data now supports row reordering. See the [Drag-and-drop tree data reordering](https://mui.com/x/react-data-grid/tree-data/#drag-and-drop-tree-data-reordering) section for more details. - 🐞 Bugfixes The following team members contributed to this release: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;cherniavskii](https://github.com/cherniavskii), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;MBilalShafi](https://github.com/MBilalShafi), [@&#8203;prakhargupta1](https://github.com/prakhargupta1) ##### Data Grid ##### `@mui/x-data-grid@8.20.0` - \[DataGrid] Fix RTL virtualization to display columns when viewport width is larger than the grid ([#&#8203;20409](https://github.com/mui/mui-x/issues/20409)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[DataGrid] Fix row range selection ([#&#8203;20442](https://github.com/mui/mui-x/issues/20442)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGrid] Initialize data grid core packages ([#&#8203;20276](https://github.com/mui/mui-x/issues/20276)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Improve accessibility of the sort icon ([#&#8203;20430](https://github.com/mui/mui-x/issues/20430)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGrid] Use `viewport` as a boundary for the `BasePopper` flip ([#&#8203;20311](https://github.com/mui/mui-x/issues/20311)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### `@mui/x-data-grid-pro@8.20.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@8.20.0`, plus: - \[DataGridPro] Avoid automatic scroll back to the focused header filter after it leaves the viewport ([#&#8203;20416](https://github.com/mui/mui-x/issues/20416)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPro] Tree data row reordering ([#&#8203;19401](https://github.com/mui/mui-x/issues/19401)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) ##### `@mui/x-data-grid-premium@8.20.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@8.20.0`. ##### Charts ##### `@mui/x-charts@8.20.0` - \[charts] Fix item tooltip position with node anchor ([#&#8203;20421](https://github.com/mui/mui-x/issues/20421)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Fix radar item tooltip closing bug ([#&#8203;20429](https://github.com/mui/mui-x/issues/20429)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Move series processing to selector ([#&#8203;20388](https://github.com/mui/mui-x/issues/20388)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Prevent pointer out from removing controlled highlight ([#&#8203;20385](https://github.com/mui/mui-x/issues/20385)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### `@mui/x-charts-pro@8.20.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-charts@8.20.0`, plus: - \[charts-pro] Fix Content-Security-Policy nonce not being correctly set on export ([#&#8203;20395](https://github.com/mui/mui-x/issues/20395)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts-pro] Improve vertical zoom slider thumb on mobile ([#&#8203;20439](https://github.com/mui/mui-x/issues/20439)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts-pro] Provide arguments to the `AreaPlotRoot` styled component ([#&#8203;20414](https://github.com/mui/mui-x/issues/20414)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[charts-pro] Remove grid outside the drawing area ([#&#8203;20412](https://github.com/mui/mui-x/issues/20412)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### `@mui/x-charts-premium@8.20.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-charts-pro@8.20.0`, plus: - \[charts-premium] Add explicit return type to `ChartsRenderer` for better compatibility with React 18 ([#&#8203;20413](https://github.com/mui/mui-x/issues/20413)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Docs - \[docs] Add `llms.txt` link to the sidebar ([#&#8203;20312](https://github.com/mui/mui-x/issues/20312)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[docs] Add a line chart demo for the Overview section ([#&#8203;20239](https://github.com/mui/mui-x/issues/20239)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1) ### [`v8.19.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8190) [Compare Source](https://github.com/mui/mui-x/compare/v8.18.0...v8.19.0) *Nov 20, 2025* We'd like to extend a big thank you to the 15 contributors who made this release possible. Here are some highlights ✨: - 🔎 Add pan on `wheel` to the charts zoom - ⌨️ Allow opt-in to [tab navigation](https://mui.com/x/react-data-grid/accessibility/#tab-navigation) inside the Data Grid. - ⚙️ New way of defining [action columns](https://mui.com/x/react-data-grid/column-definition/#ActionsWithModalGrid.tsx) in the Data Grid that makes it easier to keep `columns` prop stable. - 🐞 Bugfixes - 📚 Documentation improvements Special thanks go out to these community members for their valuable contributions: [@&#8203;lauri865](https://github.com/lauri865), [@&#8203;noobyogi0010](https://github.com/noobyogi0010), [@&#8203;sai6855](https://github.com/sai6855) The following team members contributed to this release: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;cherniavskii](https://github.com/cherniavskii), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;mj12albert](https://github.com/mj12albert), [@&#8203;noraleonte](https://github.com/noraleonte), [@&#8203;rita-codes](https://github.com/rita-codes), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ##### Data Grid ##### `@mui/x-data-grid@8.19.0` - \[DataGrid] Add `tabNavigation` prop to control tab navigation in the grid ([#&#8203;20286](https://github.com/mui/mui-x/issues/20286)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGrid] Allow to focus disabled checkbox cells ([#&#8203;19959](https://github.com/mui/mui-x/issues/19959)) [@&#8203;mj12albert](https://github.com/mj12albert) - \[DataGrid] Alternative actions column definition API ([#&#8203;15041](https://github.com/mui/mui-x/issues/15041)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Fix failing tests ([#&#8203;20332](https://github.com/mui/mui-x/issues/20332)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Prevent Safari 26 error in the event handler ([#&#8203;20369](https://github.com/mui/mui-x/issues/20369)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGrid] Undeprecate the `autoHeight` prop ([#&#8203;20363](https://github.com/mui/mui-x/issues/20363)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Fix print export grid dimensions with dynamic row height and print styles ([#&#8203;19835](https://github.com/mui/mui-x/issues/19835)) [@&#8203;cherniavskii](https://github.com/cherniavskii) ##### `@mui/x-data-grid-pro@8.19.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@8.19.0`. ##### `@mui/x-data-grid-premium@8.19.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@8.19.0`, plus: - \[DataGridPremium] Fix aggregation with sorting ([#&#8203;19892](https://github.com/mui/mui-x/issues/19892)) [@&#8203;lauri865](https://github.com/lauri865) - \[DataGridPremium] Lock `ExcelJS` version ([#&#8203;20329](https://github.com/mui/mui-x/issues/20329)) [@&#8203;cherniavskii](https://github.com/cherniavskii) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.19.0` - \[pickers] Do not loose `slotProps.field.slotProps` ([#&#8203;20322](https://github.com/mui/mui-x/issues/20322)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### `@mui/x-date-pickers-pro@8.19.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@8.19.0`. ##### Charts ##### `@mui/x-charts@8.19.0` - \[charts] Expose `niceDomain` utility ([#&#8203;20250](https://github.com/mui/mui-x/issues/20250)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Fix benchmark regression by downgrading to JSDOM v26 ([#&#8203;20405](https://github.com/mui/mui-x/issues/20405)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Fix Pie Chart keyboard focus highlight ([#&#8203;20358](https://github.com/mui/mui-x/issues/20358)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Memoize series selectors ([#&#8203;20326](https://github.com/mui/mui-x/issues/20326)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Relax dataset type ([#&#8203;20294](https://github.com/mui/mui-x/issues/20294)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Remove `touch-action: pan-y` when zoom is disabled ([#&#8203;20204](https://github.com/mui/mui-x/issues/20204)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Use `getBBox()` for correct SVG sizes in firefox ([#&#8203;20309](https://github.com/mui/mui-x/issues/20309)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Use directly selector from `@mui/x-internals` ([#&#8203;20365](https://github.com/mui/mui-x/issues/20365)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Fix unnecessary errors in dev mode ([#&#8203;20380](https://github.com/mui/mui-x/issues/20380)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### `@mui/x-charts-pro@8.19.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-charts@8.19.0`, plus: - \[charts-pro] Add pan on `wheel` to zoom ([#&#8203;19998](https://github.com/mui/mui-x/issues/19998)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts-pro] Fix zoom slider preview having an opaque background in dark mode ([#&#8203;20367](https://github.com/mui/mui-x/issues/20367)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) ##### `@mui/x-charts-premium@8.19.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-charts-pro@8.19.0`. ##### Tree View ##### `@mui/x-tree-view@8.19.0` - \[tree view] Enable lazy load when children count is not know in tree view ([#&#8203;18680](https://github.com/mui/mui-x/issues/18680)) [@&#8203;noobyogi0010](https://github.com/noobyogi0010) - \[tree view] Fix unwanted behaviors on the item re-ordering ([#&#8203;20368](https://github.com/mui/mui-x/issues/20368)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### `@mui/x-tree-view-pro@8.19.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-tree-view@8.19.0`. ##### Codemod ##### `@mui/x-codemod@8.19.0` Internal changes. ##### Docs - \[docs] Add minimum Typescript version to migration guide ([#&#8203;20320](https://github.com/mui/mui-x/issues/20320)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[docs] Fix Autosizing documentation ([#&#8203;20348](https://github.com/mui/mui-x/issues/20348)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[docs] Fix separator opacity in demo ([#&#8203;20293](https://github.com/mui/mui-x/issues/20293)) [@&#8203;sai6855](https://github.com/sai6855) - \[docs] Replace deprecated `LoadingButton` with `Button` component ([#&#8203;20208](https://github.com/mui/mui-x/issues/20208)) [@&#8203;Janpot](https://github.com/Janpot) ##### Core - \[code-infra] Add new broken links checker ([#&#8203;20120](https://github.com/mui/mui-x/issues/20120)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Disable Codspeed pipeline ([#&#8203;20370](https://github.com/mui/mui-x/issues/20370)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[code-infra] Optimize `checkMaterialVersion` ([#&#8203;20307](https://github.com/mui/mui-x/issues/20307)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Use utils from code-infra for changelog and PR creation ([#&#8203;20406](https://github.com/mui/mui-x/issues/20406)) [@&#8203;brijeshb42](https://github.com/brijeshb42) - \[docs-infra] Revert `@docsearch/react` ([#&#8203;20313](https://github.com/mui/mui-x/issues/20313)) [@&#8203;Janpot](https://github.com/Janpot) ##### Miscellaneous - \[test] Fix browser tests skipping some projects ([#&#8203;20318](https://github.com/mui/mui-x/issues/20318)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[test] Update `use-react-version` pnpm script ([#&#8203;20319](https://github.com/mui/mui-x/issues/20319)) [@&#8203;cherniavskii](https://github.com/cherniavskii) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS4zIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-11-24 00:09:57 +00:00
Update dependency @mui/x-data-grid to ^8.19.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
fa3bcdf053
renovate force-pushed renovate/mui-x-data-grid-8.x from fa3bcdf053 to fe82c93ad9 2025-11-25 00:09:44 +00:00 Compare
renovate force-pushed renovate/mui-x-data-grid-8.x from fe82c93ad9 to 3ee4c8b64e 2025-11-27 00:16:46 +00:00 Compare
renovate changed title from Update dependency @mui/x-data-grid to ^8.19.0 to Update dependency @mui/x-data-grid to ^8.20.0 2025-11-27 00:16:48 +00:00
renovate force-pushed renovate/mui-x-data-grid-8.x from 3ee4c8b64e to 27cb9de2ca 2025-11-29 00:15:54 +00:00 Compare
renovate force-pushed renovate/mui-x-data-grid-8.x from 27cb9de2ca to cc49a9bffc 2025-12-01 00:14:30 +00:00 Compare
renovate force-pushed renovate/mui-x-data-grid-8.x from cc49a9bffc to 9665dc7a16 2025-12-03 00:16:09 +00:00 Compare
renovate force-pushed renovate/mui-x-data-grid-8.x from 9665dc7a16 to 8356ed14e6 2025-12-05 00:15:49 +00:00 Compare
renovate changed title from Update dependency @mui/x-data-grid to ^8.20.0 to Update dependency @mui/x-data-grid to ^8.21.0 2025-12-05 00:15:53 +00:00
renovate force-pushed renovate/mui-x-data-grid-8.x from 8356ed14e6 to c3bfe07a9f 2025-12-07 00:31:26 +00:00 Compare
renovate force-pushed renovate/mui-x-data-grid-8.x from c3bfe07a9f to c33719215a 2025-12-09 00:31:10 +00:00 Compare
renovate force-pushed renovate/mui-x-data-grid-8.x from c33719215a to 75bd4b6661 2025-12-12 00:31:41 +00:00 Compare
renovate changed title from Update dependency @mui/x-data-grid to ^8.21.0 to Update dependency @mui/x-data-grid to ^8.22.0 2025-12-12 00:31:46 +00:00
renovate force-pushed renovate/mui-x-data-grid-8.x from 75bd4b6661 to b421eb2cfe 2025-12-13 00:30:27 +00:00 Compare
renovate force-pushed renovate/mui-x-data-grid-8.x from b421eb2cfe to 13b3600035 2025-12-17 00:31:17 +00:00 Compare
renovate force-pushed renovate/mui-x-data-grid-8.x from 13b3600035 to 579af912ac 2025-12-19 00:30:23 +00:00 Compare
renovate changed title from Update dependency @mui/x-data-grid to ^8.22.0 to Update dependency @mui/x-data-grid to ^8.22.1 2025-12-19 00:30:28 +00:00
renovate force-pushed renovate/mui-x-data-grid-8.x from 579af912ac to 1073bc8669 2025-12-21 00:31:46 +00:00 Compare
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
This pull request has changes conflicting with the target branch.
  • moneymgr_web/package-lock.json
  • moneymgr_web/package.json
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/mui-x-data-grid-8.x:renovate/mui-x-data-grid-8.x
git checkout renovate/mui-x-data-grid-8.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/MoneyMgr#149