Update dependency @mui/x-date-pickers to ^8.23.0 #166

Merged
renovate merged 1 commits from renovate/mui-x-date-pickers-8.x into main 2026-01-05 00:24:08 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@mui/x-date-pickers (source) dependencies minor ^8.21.0^8.23.0

⚠️ Warning

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


Release Notes

mui/mui-x (@​mui/x-date-pickers)

v8.23.0

Compare Source

Dec 24, 2025

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

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

The following team members contributed to this release:
@​alelthomas, @​alexfauquette, @​arminmeh, @​bernardobelchior, @​brijeshb42, @​flaviendelangle, @​JCQuintas, @​mapache-salvaje, @​MBilalShafi, @​siriwatknp

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

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

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

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

Internal changes.

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

Charts
@mui/x-charts@8.23.0

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

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

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

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

Codemod
@mui/x-codemod@8.23.0

Internal changes.

Docs
Core

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

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-date-pickers](https://mui.com/x/react-date-pickers/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers)) | dependencies | minor | [`^8.21.0` → `^8.23.0`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/8.21.0/8.23.0) | --- > ⚠️ **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-date-pickers)</summary> ### [`v8.23.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8230) [Compare Source](https://github.com/mui/mui-x/compare/v8.22.1...v8.23.0) *Dec 24, 2025* We'd like to extend a big thank you to the 12 contributors who made this release possible. Here are some highlights ✨: - 🧮 Support Data Grid `size`, `size(true)`, and `size(false)` [aggregations for `'boolean'` column type](https://mui.com/x/react-data-grid/aggregation/#usage-with-row-grouping) - 🔎 Allow zooming a heatmap Special thanks go out to these community members for their valuable contributions: [@&#8203;henkerik](https://github.com/henkerik), [@&#8203;sai6855](https://github.com/sai6855) 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;brijeshb42](https://github.com/brijeshb42), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje), [@&#8203;MBilalShafi](https://github.com/MBilalShafi), [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Data Grid ##### `@mui/x-data-grid@8.23.0` - \[DataGrid] Fix columns state and columns prop sync issue ([#&#8203;20703](https://github.com/mui/mui-x/issues/20703)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGrid] Fix filter datetime with seconds ([#&#8203;20557](https://github.com/mui/mui-x/issues/20557)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[DataGrid] Add new `includeHeaderFilters` flag to include header filters when autosizing columns ([#&#8203;20510](https://github.com/mui/mui-x/issues/20510)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[DataGrid] Prevent default on `Enter` key down when starting editing ([#&#8203;20751](https://github.com/mui/mui-x/issues/20751)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[l10n] Improve Portuguese from Portugal (pt-PT) locale ([#&#8203;20722](https://github.com/mui/mui-x/issues/20722)) [@&#8203;Copilot](https://github.com/Copilot) ##### `@mui/x-data-grid-pro@8.23.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.23.0`, plus: - \[DataGridPro] Fix crash on rows change in tree data with pagination ([#&#8203;20215](https://github.com/mui/mui-x/issues/20215)) [@&#8203;Copilot](https://github.com/Copilot) ##### `@mui/x-data-grid-premium@8.23.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.23.0`, plus: - \[DataGridPremium] Add aggregation for `'boolean'` column type ([#&#8203;20683](https://github.com/mui/mui-x/issues/20683)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPremium] Fix strategy value computation with row grouping ([#&#8203;20725](https://github.com/mui/mui-x/issues/20725)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGridPremium] Handle `isRowSelectable()` checks for the rows missing due to `keepNonExistentRowsSelected` ([#&#8203;20668](https://github.com/mui/mui-x/issues/20668)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.23.0` Internal changes. ##### `@mui/x-date-pickers-pro@8.23.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.23.0`. ##### Charts ##### `@mui/x-charts@8.23.0` - \[charts] Custom stack functions implementation ([#&#8203;20679](https://github.com/mui/mui-x/issues/20679)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Extract keyboard focus navigation to the series config ([#&#8203;20693](https://github.com/mui/mui-x/issues/20693)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Fix demo not wrapping in mobile ([#&#8203;20713](https://github.com/mui/mui-x/issues/20713)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Fix missing dependencies in `x-charts-vendor` ([#&#8203;20685](https://github.com/mui/mui-x/issues/20685)) [@&#8203;henkerik](https://github.com/henkerik) - \[charts] Remove webkit test differences ([#&#8203;20707](https://github.com/mui/mui-x/issues/20707)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### `@mui/x-charts-pro@8.23.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.23.0`, plus: - \[charts-pro] Allow registering preview plots from higher tier packages ([#&#8203;20716](https://github.com/mui/mui-x/issues/20716)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts-pro] Fix erroneous behavior when adding/removing pointers from zoom\&pan gestures ([#&#8203;20698](https://github.com/mui/mui-x/issues/20698)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts-pro] Move heatmap highlight handling to plot component ([#&#8203;20701](https://github.com/mui/mui-x/issues/20701)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts-pro] Add zoom to heatmap ([#&#8203;20708](https://github.com/mui/mui-x/issues/20708)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) ##### `@mui/x-charts-premium@8.23.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.23.0`. ##### Tree View ##### `@mui/x-tree-view@8.23.0` - \[tree view] Add new APIs to disable selection feature for tree view item ([#&#8203;20666](https://github.com/mui/mui-x/issues/20666)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/x-tree-view-pro@8.23.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.23.0`. ##### Codemod ##### `@mui/x-codemod@8.23.0` Internal changes. ##### Docs - \[docs] Clarify feature availability and relationship between Community and Pro/Premium docs ([#&#8203;20714](https://github.com/mui/mui-x/issues/20714)) [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje) - \[docs] Copyedit Tree View docs and apply new component style rules (DX-19) ([#&#8203;20652](https://github.com/mui/mui-x/issues/20652)) [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje) - \[docs] Fix `ColumnPinningDynamicRowHeight` demo ([#&#8203;20750](https://github.com/mui/mui-x/issues/20750)) [@&#8203;sai6855](https://github.com/sai6855) - \[docs] Clean up Charts docs sidebar (DX-97) ([#&#8203;20700](https://github.com/mui/mui-x/issues/20700)) [@&#8203;alelthomas](https://github.com/alelthomas) - \[docs] Fix tick labels not being shown on a demo ([#&#8203;20718](https://github.com/mui/mui-x/issues/20718)) [@&#8203;sai6855](https://github.com/sai6855) ##### Core - \[code-infra] Bump prettier to 3.7.4 ([#&#8203;20709](https://github.com/mui/mui-x/issues/20709)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[code-infra] Fix contributor generation logic in changelog script ([#&#8203;20705](https://github.com/mui/mui-x/issues/20705)) [@&#8203;brijeshb42](https://github.com/brijeshb42) ### [`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) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2026-01-05 00:24:06 +00:00
Update dependency @mui/x-date-pickers to ^8.23.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
7164e779b8
renovate scheduled this pull request to auto merge when all checks succeed 2026-01-05 00:24:06 +00:00
renovate merged commit 973dc7c1a0 into main 2026-01-05 00:24:08 +00:00
renovate deleted branch renovate/mui-x-date-pickers-8.x 2026-01-05 00:24:08 +00:00
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#166