Update dependency @mui/x-data-grid to ^8.14.0 #598

Merged
renovate merged 1 commits from renovate/mui-x-data-grid-8.x into master 2025-10-11 00:35:12 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@mui/x-data-grid (source) dependencies minor ^8.11.3 -> ^8.14.0

Release Notes

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

v8.14.0

Compare Source

Oct 9, 2025

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

Special thanks go out to the community members for their valuable contributions:
@​djpremier, @​Utkarsh-0304

The following are all team members who have contributed to this release:
@​alexfauquette, @​bernardobelchior, @​flaviendelangle, @​hasdfa, @​Janpot, @​JCQuintas, @​prakhargupta1, @​rita-codes, @​noraleonte, @​brijeshb42, @​arminmeh, @​michelengelen

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

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

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

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

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

Charts
@mui/x-charts@8.14.0

Same changes as in @mui/x-charts@8.14.0.

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

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

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

Codemod
@mui/x-codemod@8.14.0

Internal changes.

Docs
Core
Miscellaneous

v8.13.1

Compare Source

Oct 1, 2025

  • 🐛 Fix @mui/x-charts-pro failure on import due to missing @mui/x-internals release
Data Grid
@mui/x-data-grid@8.13.1

Internal changes.

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

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

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

Internal changes.

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

Charts
@mui/x-charts@8.13.1

Internal changes.

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

  • [charts-pro] Fix @mui/x-charts-pro failure on import due to missing @mui/x-internals release @​bernardobelchior

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

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

Internal changes.

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

Codemod
@mui/x-codemod@8.12.0

Internal changes.

v8.13.0

Compare Source

Oct 1, 2025

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

  • 📊 The chart zoom now supports the tapAndDrag gesture. Zoom in/out by tapping twice and dragging vertically.
  • 🔎 Charts now allow fine-grained control for zoom interactions.
    <BarChartPro
      zoomInteractionConfig={{
        // Only zoom when Control key is pressed
        zoom: [{ type: 'wheel', keys: ['Control'] }],
        // Only pan when Shift key is pressed
        pan: [{ type: 'drag', keys: ['Shift'] }],
      }}
    />
    
  • ➡️ Data Grid grouping rows now persist their expansion state when the rows are updated.
  • 📜 Updated Data Grid vertical scrollbar to include pinned rows and aggregation sections.
  • 📌 Improved the appearance of pinned columns and pinned rows sections in the Data Grid.
  • 🚀 Tree View now fetches the children of expanded items on mount when using lazy loading.
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to the community members for their valuable contributions:
@​sai6855

The following are all team members who have contributed to this release:
@​alexfauquette, @​arminmeh, @​bernardobelchior, @​flaviendelangle, @​hasdfa, @​Janpot, @​JCQuintas, @​KenanYusuf, @​mapache-salvaje, @​MBilalShafi, @​mnajdova, @​rita-codes, @​siriwatknp

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

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

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

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

Internal changes.

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

Charts
@mui/x-charts@8.13.0

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

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

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

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

Codemod
@mui/x-codemod@8.12.0

Internal changes.

Docs
Core

v8.12.1

Compare Source

Sep 25, 2025

Release highlight :

  • 🐞 Hotfix for Grid-Charts integration issue with aggregated values
Data Grid
@mui/x-data-grid@8.12.1

Internal changes.

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

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

  • [DataGridPremium] Collect aggregated values properly for the charts integration context (#​19714) @​arminmeh

v8.12.0

Compare Source

Sep 25, 2025

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

  • 🤝 Grid-Charts integration

Grid x Charts

👉 🎥 Watch the full video

  • ⌨️ Charts keyboard navigation
  • ️ Charts: Add new renderer="svg-batch" prop to Scatter charts that provides improved performance for large datasets
  • 🐞 Bugfixes
  • 📚 Documentation improvements
  • 🧰 Codemod requires Node >=20.19

@mui/x-codemod minimum supported Node version is 20.19.
This was only the case due to using the v18 yargs package; this now explicitly aligns with it. (#​18979)

Special thanks go out to the community members for their valuable contributions:
@​deade1e, @​sai6855, @​thomas-mcdonald

The following are all team members who have contributed to this release:
@​alexfauquette, @​bernardobelchior, @​flaviendelangle, @​Janpot, @​JCQuintas, @​LukasTy, @​michelengelen, @​prakhargupta1, @​rita-codes, @​siriwatknp, @​arminmeh, @​romgrk

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

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

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

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

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

Charts
@mui/x-charts@8.12.0

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

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

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

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

Codemod
@mui/x-codemod@8.12.0
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.11.3` -> `^8.14.0`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/8.11.3/8.14.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary> ### [`v8.14.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8140) [Compare Source](https://github.com/mui/mui-x/compare/v8.13.1...v8.14.0) *Oct 9, 2025* We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨: - 📊 The [Chart zoom now supports the `pressAndDrag` gesture](https://mui.com/x/react-charts/zoom-and-pan/#zoom-interactions-configuration). Pan by pressing and dragging. - 🔄 [Server-side pivoting](https://mui.com/x/react-data-grid/server-side-data/pivoting/) support for the Data Grid - 🐞 Bugfixes - 📚 Documentation improvements Special thanks go out to the community members for their valuable contributions: [@&#8203;djpremier](https://github.com/djpremier), [@&#8203;Utkarsh-0304](https://github.com/Utkarsh-0304) The following are all team members who have contributed to this release: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;hasdfa](https://github.com/hasdfa), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;prakhargupta1](https://github.com/prakhargupta1), [@&#8203;rita-codes](https://github.com/rita-codes), [@&#8203;noraleonte](https://github.com/noraleonte), [@&#8203;brijeshb42](https://github.com/brijeshb42), [@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;michelengelen](https://github.com/michelengelen) ##### Data Grid ##### `@mui/x-data-grid@8.14.0` - \[l10n] Improve Brazilian Portuguese (pt-BR) locale ([#&#8203;19658](https://github.com/mui/mui-x/issues/19658)) [@&#8203;djpremier](https://github.com/djpremier) ##### `@mui/x-data-grid-pro@8.14.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.14.0`. ##### `@mui/x-data-grid-premium@8.14.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.14.0`, plus: - \[DataGridPremium] Server-side pivoting ([#&#8203;19575](https://github.com/mui/mui-x/issues/19575)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.14.0` - \[pickers] Fixed the extra element for the disabled date picker ([#&#8203;19387](https://github.com/mui/mui-x/issues/19387)) [@&#8203;Utkarsh-0304](https://github.com/Utkarsh-0304) - \[pickers] Fix input `autoCapitalize` value for Firefox compatibility ([#&#8203;19285](https://github.com/mui/mui-x/issues/19285)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[l10n] Improve Brazilian Portuguese (pt-BR) locale ([#&#8203;19658](https://github.com/mui/mui-x/issues/19658)) [@&#8203;djpremier](https://github.com/djpremier) ##### `@mui/x-date-pickers-pro@8.14.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.14.0`. ##### Charts ##### `@mui/x-charts@8.14.0` - \[charts] Add `pressAndDrag` pan gesture ([#&#8203;19779](https://github.com/mui/mui-x/issues/19779)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Allow `minPointers` and `maxPointers` to be configured by pointer type ([#&#8203;19794](https://github.com/mui/mui-x/issues/19794)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Correct scale domain types ([#&#8203;19844](https://github.com/mui/mui-x/issues/19844)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Fix tooltip position when scrolling ([#&#8203;19857](https://github.com/mui/mui-x/issues/19857)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Link item highlight with keyboard navigation ([#&#8203;19768](https://github.com/mui/mui-x/issues/19768)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Refactor domain/scale selectors ([#&#8203;19832](https://github.com/mui/mui-x/issues/19832)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Remove min/max from ordinal configuration ([#&#8203;19789](https://github.com/mui/mui-x/issues/19789)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Simplify axes filters selectors ([#&#8203;19833](https://github.com/mui/mui-x/issues/19833)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[l10n] Improve Brazilian Portuguese (pt-BR) locale ([#&#8203;19658](https://github.com/mui/mui-x/issues/19658)) [@&#8203;djpremier](https://github.com/djpremier) ##### `@mui/x-charts-pro@8.14.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.14.0`. ##### `@mui/x-charts-premium@8.14.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.14.0`. ##### Tree View ##### `@mui/x-tree-view@8.14.0` - \[tree view] Fix Tree View tooltip anchoring on overview page ([#&#8203;19806](https://github.com/mui/mui-x/issues/19806)) [@&#8203;noraleonte](https://github.com/noraleonte) ##### `@mui/x-tree-view-pro@8.14.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.14.0`. ##### Codemod ##### `@mui/x-codemod@8.14.0` Internal changes. ##### Docs - \[docs] Add overview section for pie chart ([#&#8203;19672](https://github.com/mui/mui-x/issues/19672)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1) - \[docs] Fix demo title knob keys ([#&#8203;19843](https://github.com/mui/mui-x/issues/19843)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[docs] Hide UI elements of unsupported features in the data source demos ([#&#8203;19849](https://github.com/mui/mui-x/issues/19849)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Core - \[code-infra] Cleanup unused dependencies ([#&#8203;19788](https://github.com/mui/mui-x/issues/19788)) [@&#8203;brijeshb42](https://github.com/brijeshb42) - \[code-infra] Fix pnpm-lock issue ([#&#8203;19861](https://github.com/mui/mui-x/issues/19861)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[code-infra] Improve publishing docs ([#&#8203;19404](https://github.com/mui/mui-x/issues/19404)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Remove tsconfig `baseUrl` ([#&#8203;19837](https://github.com/mui/mui-x/issues/19837)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Support custom npm dist tags during release ([#&#8203;19803](https://github.com/mui/mui-x/issues/19803)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Wait longer for print dialog ([#&#8203;19795](https://github.com/mui/mui-x/issues/19795)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[code-infra] Replace `lodash` with `es-toolkit` ([#&#8203;19853](https://github.com/mui/mui-x/issues/19853)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[code-infra] Update release script PR checklist ([#&#8203;19785](https://github.com/mui/mui-x/issues/19785)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[code-infra] Remove remaining usages of `lodash` ([#&#8203;19864](https://github.com/mui/mui-x/issues/19864)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[docs-infra] Add `title` knob ([#&#8203;19792](https://github.com/mui/mui-x/issues/19792)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[docs-infra] Fix missing key in title knob ([#&#8203;19804](https://github.com/mui/mui-x/issues/19804)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### Miscellaneous - \[x-telemetry] Fix transpile issues ([#&#8203;19761](https://github.com/mui/mui-x/issues/19761)) [@&#8203;hasdfa](https://github.com/hasdfa) - \[x-telemetry] Fix ref to deleted file ([#&#8203;19842](https://github.com/mui/mui-x/issues/19842)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ### [`v8.13.1`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8131) [Compare Source](https://github.com/mui/mui-x/compare/v8.13.0...v8.13.1) *Oct 1, 2025* - 🐛 Fix `@mui/x-charts-pro` failure on import due to missing `@mui/x-internals` release ##### Data Grid ##### `@mui/x-data-grid@8.13.1` Internal changes. ##### `@mui/x-data-grid-pro@8.13.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.13.1`. ##### `@mui/x-data-grid-premium@8.13.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.13.1`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.12.0` Internal changes. ##### `@mui/x-date-pickers-pro@8.12.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.12.0`. ##### Charts ##### `@mui/x-charts@8.13.1` Internal changes. ##### `@mui/x-charts-pro@8.13.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.13.1`, plus: - \[charts-pro] Fix `@mui/x-charts-pro` failure on import due to missing `@mui/x-internals` release [@&#8203;bernardobelchior](https://github.com/bernardobelchior) ##### `@mui/x-charts-premium@8.13.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.13.1`. ##### Tree View ##### `@mui/x-tree-view@8.13.1` Internal changes. ##### `@mui/x-tree-view-pro@8.13.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.13.1`. ##### Codemod ##### `@mui/x-codemod@8.12.0` Internal changes. ### [`v8.13.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8130) [Compare Source](https://github.com/mui/mui-x/compare/v8.12.1...v8.13.0) *Oct 1, 2025* We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨: - 📊 The chart zoom now supports the `tapAndDrag` gesture. Zoom in/out by tapping twice and dragging vertically. - 🔎 Charts now allow [fine-grained control for zoom interactions](https://mui.com/x/react-charts/zoom-and-pan/#zoom-interactions-configuration). ```jsx <BarChartPro zoomInteractionConfig={{ // Only zoom when Control key is pressed zoom: [{ type: 'wheel', keys: ['Control'] }], // Only pan when Shift key is pressed pan: [{ type: 'drag', keys: ['Shift'] }], }} /> ``` - ➡️ Data Grid grouping rows now persist their expansion state when the rows are updated. - 📜 Updated Data Grid vertical scrollbar to include pinned rows and aggregation sections. - 📌 Improved the appearance of [pinned columns](https://mui.com/x/react-data-grid/column-pinning/#pinned-columns-appearance) and [pinned rows](https://mui.com/x/react-data-grid/row-pinning/#pinned-rows-appearance) sections in the Data Grid. - 🚀 Tree View now fetches the children of expanded items on mount when using lazy loading. - 🐞 Bugfixes - 📚 Documentation improvements Special thanks go out to the community members for their valuable contributions: [@&#8203;sai6855](https://github.com/sai6855) The following are all team members who have contributed to this release: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;hasdfa](https://github.com/hasdfa), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;KenanYusuf](https://github.com/KenanYusuf), [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje), [@&#8203;MBilalShafi](https://github.com/MBilalShafi), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;rita-codes](https://github.com/rita-codes), [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Data Grid ##### `@mui/x-data-grid@8.13.0` - \[DataGrid] Add scroll shadows and fix scrollbar overlap ([#&#8203;16476](https://github.com/mui/mui-x/issues/16476)) [@&#8203;KenanYusuf](https://github.com/KenanYusuf) - \[DataGrid] Fix row spanning stale state issue ([#&#8203;19733](https://github.com/mui/mui-x/issues/19733)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGrid] Fix toolbar `slotProps` not being applied ([#&#8203;19769](https://github.com/mui/mui-x/issues/19769)) [@&#8203;sai6855](https://github.com/sai6855) - \[DataGrid] Skip calling `fetchRows()` when strategy is not initialized ([#&#8203;19728](https://github.com/mui/mui-x/issues/19728)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) ##### `@mui/x-data-grid-pro@8.13.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.13.0`, plus: - \[DataGridPro] Retain expansion state on rows update ([#&#8203;19697](https://github.com/mui/mui-x/issues/19697)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) ##### `@mui/x-data-grid-premium@8.13.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.13.0`, plus: - \[DataGridPremium] Add `metadata.referenceId` to AI assistant prompt resolver ([#&#8203;19695](https://github.com/mui/mui-x/issues/19695)) [@&#8203;hasdfa](https://github.com/hasdfa) - \[DataGridPremium] Fix aggregation value retrieval ([#&#8203;19724](https://github.com/mui/mui-x/issues/19724)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPremium] Get correct active chart id while rebuilding data ([#&#8203;19720](https://github.com/mui/mui-x/issues/19720)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.12.0` Internal changes. ##### `@mui/x-date-pickers-pro@8.12.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.12.0`. ##### Charts ##### `@mui/x-charts@8.13.0` - \[charts] Add `tapAndDrag` zoom gesture ([#&#8203;19727](https://github.com/mui/mui-x/issues/19727)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Add arc focus indicator that follows the arc form ([#&#8203;19696](https://github.com/mui/mui-x/issues/19696)) [@&#8203;mnajdova](https://github.com/mnajdova) - \[charts] Fix outline color ([#&#8203;19752](https://github.com/mui/mui-x/issues/19752)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Improve tooltip doc ([#&#8203;19731](https://github.com/mui/mui-x/issues/19731)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Make axis highlight reflect the keyboard interaction ([#&#8203;19631](https://github.com/mui/mui-x/issues/19631)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Prevent horizontal scroll on keyboard navigation ([#&#8203;19704](https://github.com/mui/mui-x/issues/19704)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Simplify gestures by removing bindings ([#&#8203;19767](https://github.com/mui/mui-x/issues/19767)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### `@mui/x-charts-pro@8.13.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.13.0`, plus: - \[charts-pro] Allow zoom interactions to be configured ([#&#8203;18646](https://github.com/mui/mui-x/issues/18646)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts-pro] Fix zoom preview having wrong domain in some cases ([#&#8203;19723](https://github.com/mui/mui-x/issues/19723)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) ##### `@mui/x-charts-premium@8.13.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.13.0`. ##### Tree View ##### `@mui/x-tree-view@8.13.0` - \[tree view] Export the `apiRef` type of each Tree View component ([#&#8203;19543](https://github.com/mui/mui-x/issues/19543)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[tree view] Fix indeterminate checkbox state ([#&#8203;19544](https://github.com/mui/mui-x/issues/19544)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[tree view] Improve the lazy loading initial expansion ([#&#8203;19284](https://github.com/mui/mui-x/issues/19284)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[tree view] Use Base UI utils whenever possible ([#&#8203;19502](https://github.com/mui/mui-x/issues/19502)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### `@mui/x-tree-view-pro@8.13.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.13.0`. ##### Codemod ##### `@mui/x-codemod@8.12.0` Internal changes. ##### Docs - \[docs] Add a recipe to customize editing component with Autocomplete ([#&#8203;19651](https://github.com/mui/mui-x/issues/19651)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[docs] Refine the electricity scatter tooltip ([#&#8203;19689](https://github.com/mui/mui-x/issues/19689)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Revise the Axis doc ([#&#8203;19052](https://github.com/mui/mui-x/issues/19052)) [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje) - \[docs] Remove reference to nonexistent `FocusedMark` API page ([#&#8203;19773](https://github.com/mui/mui-x/issues/19773)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) ##### Core - \[code-infra] Change charts codspeed integration to use walltime ([#&#8203;19729](https://github.com/mui/mui-x/issues/19729)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[code-infra] Port stylelint from core repo ([#&#8203;19633](https://github.com/mui/mui-x/issues/19633)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Stabilize fake timers in regression tests ([#&#8203;19719](https://github.com/mui/mui-x/issues/19719)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Stabilize size for bundles with `releaseInfo` ([#&#8203;19674](https://github.com/mui/mui-x/issues/19674)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Fix `pnpm-lock.yaml` broken lockfile ([#&#8203;19755](https://github.com/mui/mui-x/issues/19755)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) ### [`v8.12.1`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8121) [Compare Source](https://github.com/mui/mui-x/compare/v8.12.0...v8.12.1) *Sep 25, 2025* Release highlight ✨: - 🐞 Hotfix for Grid-Charts integration issue with aggregated values ##### Data Grid ##### `@mui/x-data-grid@8.12.1` Internal changes. ##### `@mui/x-data-grid-pro@8.12.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.12.1`. ##### `@mui/x-data-grid-premium@8.12.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.12.1`, plus: - \[DataGridPremium] Collect aggregated values properly for the charts integration context ([#&#8203;19714](https://github.com/mui/mui-x/issues/19714)) [@&#8203;arminmeh](https://github.com/arminmeh) ### [`v8.12.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8120) [Compare Source](https://github.com/mui/mui-x/compare/v8.11.3...v8.12.0) *Sep 25, 2025* We'd like to extend a big thank you to the 15 contributors who made this release possible. Here are some highlights ✨: - 🤝 Grid-Charts integration ![Grid x Charts](https://github.com/user-attachments/assets/0817c36f-f87f-4688-8f30-fa0db638ca8c) 👉 [🎥 Watch the full video](https://github.com/user-attachments/assets/28f1848e-dc85-4077-8756-a3e88afd4e54) - ⌨️ Charts keyboard navigation - ⚡️ Charts: Add new `renderer="svg-batch"` prop to Scatter charts that provides improved performance for large datasets - 🐞 Bugfixes - 📚 Documentation improvements - 🧰 Codemod requires Node >=20.19 `@mui/x-codemod` minimum supported Node version is `20.19`. This was only the case due to using the v18 `yargs` package; this now explicitly aligns with it. ([#&#8203;18979](https://github.com/mui/mui-x/issues/18979)) Special thanks go out to the community members for their valuable contributions: [@&#8203;deade1e](https://github.com/deade1e), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;thomas-mcdonald](https://github.com/thomas-mcdonald) The following are all team members who have contributed to this release: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;LukasTy](https://github.com/LukasTy), [@&#8203;michelengelen](https://github.com/michelengelen), [@&#8203;prakhargupta1](https://github.com/prakhargupta1), [@&#8203;rita-codes](https://github.com/rita-codes), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;romgrk](https://github.com/romgrk) ##### Data Grid ##### `@mui/x-data-grid@8.12.0` - \[DataGrid] Fix flex column width diff calculation while resizing ([#&#8203;19667](https://github.com/mui/mui-x/issues/19667)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### `@mui/x-data-grid-pro@8.12.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.12.0`. ##### `@mui/x-data-grid-premium@8.12.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.12.0`, plus: - \[DataGridPremium] Grid-Charts integration ([#&#8203;18021](https://github.com/mui/mui-x/issues/18021)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPremium] Fix sorting and filtering of the tree group columns with aggregation ([#&#8203;19607](https://github.com/mui/mui-x/issues/19607)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPremium] Disable aggregation on the grouping column by default ([#&#8203;19692](https://github.com/mui/mui-x/issues/19692)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPremium] Do not rely on the group separation constant to retrieve the column name for the charts panel ([#&#8203;19677](https://github.com/mui/mui-x/issues/19677)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPremium] Fix stale aggregation state ([#&#8203;19690](https://github.com/mui/mui-x/issues/19690)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPremium] Fix pivot column being hidden on autosizing ([#&#8203;19699](https://github.com/mui/mui-x/issues/19699)) [@&#8203;cherniavskii](https://github.com/cherniavskii) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.12.0` - \[pickers] Ensure reference value is not updated for invalid values ([#&#8203;19635](https://github.com/mui/mui-x/issues/19635)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[pickers] Fix `slotProps.textField.slotProps.htmlInput` resolution ([#&#8203;19713](https://github.com/mui/mui-x/issues/19713)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[pickers] Preserve time format when using single column layout on Time Range Picker ([#&#8203;19626](https://github.com/mui/mui-x/issues/19626)) [@&#8203;sai6855](https://github.com/sai6855) - \[pickers] Preserve time format when using single column layout on Date Time Picker and Date Time Range Picker ([#&#8203;19608](https://github.com/mui/mui-x/issues/19608)) [@&#8203;sai6855](https://github.com/sai6855) ##### `@mui/x-date-pickers-pro@8.12.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.12.0`. ##### Charts ##### `@mui/x-charts@8.12.0` - \[charts] Add batch renderer for scatter chart ([#&#8203;19075](https://github.com/mui/mui-x/issues/19075)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Add renderer suffix to performance benchmarks ([#&#8203;19620](https://github.com/mui/mui-x/issues/19620)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Document how plugins can be used ([#&#8203;19343](https://github.com/mui/mui-x/issues/19343)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Export chart plugins per series type ([#&#8203;19337](https://github.com/mui/mui-x/issues/19337)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Export plugins ([#&#8203;19335](https://github.com/mui/mui-x/issues/19335)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Fix horizontal layout and toolbar ([#&#8203;19655](https://github.com/mui/mui-x/issues/19655)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Fix performance issue with JS animations ([#&#8203;19606](https://github.com/mui/mui-x/issues/19606)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Fix piecewise scale causing wrong colors in axis with min/max ([#&#8203;19610](https://github.com/mui/mui-x/issues/19610)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Fix zoom discard inconsistency ([#&#8203;19535](https://github.com/mui/mui-x/issues/19535)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Introduce keyboard navigation ([#&#8203;19155](https://github.com/mui/mui-x/issues/19155)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Refactor `getAxisExtremum` ([#&#8203;19627](https://github.com/mui/mui-x/issues/19627)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Remove unused code path from `getAxisScale` ([#&#8203;19673](https://github.com/mui/mui-x/issues/19673)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Make new hideLegend prop on ChartWrapper optional ([#&#8203;19694](https://github.com/mui/mui-x/issues/19694)) [@&#8203;thomas-mcdonald](https://github.com/thomas-mcdonald) - \[charts] Fix chart crash in test environment ([#&#8203;19711](https://github.com/mui/mui-x/issues/19711)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### `@mui/x-charts-pro@8.12.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.12.0`, plus: - \[charts-pro] Add `valueFormatter` to sankey ([#&#8203;19636](https://github.com/mui/mui-x/issues/19636)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts-pro] Allow `source/target` keywords in sankey link color ([#&#8203;19634](https://github.com/mui/mui-x/issues/19634)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts-pro] Allow exporting `SankeyChart` ([#&#8203;19659](https://github.com/mui/mui-x/issues/19659)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts-pro] Fix axis inversion when using axis `max` and `filterMode: 'discard'` ([#&#8203;19200](https://github.com/mui/mui-x/issues/19200)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) ##### `@mui/x-charts-premium@8.12.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.12.0`, plus: - \[charts-premium] Grid-Charts integration ([#&#8203;18021](https://github.com/mui/mui-x/issues/18021)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Tree View ##### `@mui/x-tree-view@8.12.0` - \[tree view] Allow to pass `null` to the icon slots ([#&#8203;19569](https://github.com/mui/mui-x/issues/19569)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[tree view] Fix `apiRef.current.isItemExpanded()` method ([#&#8203;19619](https://github.com/mui/mui-x/issues/19619)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### `@mui/x-tree-view-pro@8.12.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.12.0`. ##### Codemod ##### `@mui/x-codemod@8.12.0` - \[codemod] Bump `engines.node` to `>=20.19` to align with `yargs` package ([#&#8203;18979](https://github.com/mui/mui-x/issues/18979)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### Docs - \[docs] Add missing label to Charts example ([#&#8203;19616](https://github.com/mui/mui-x/issues/19616)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1) - \[docs] Replace axis type and axis data with a table ([#&#8203;19618](https://github.com/mui/mui-x/issues/19618)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1) - \[docs] Add Charts example collection page ([#&#8203;18353](https://github.com/mui/mui-x/issues/18353)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1) - \[docs] Add a Charts demo showcasing bar and scatter composition ([#&#8203;19605](https://github.com/mui/mui-x/issues/19605)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1) - \[docs] Add composition Charts demo for legends and tooltip ([#&#8203;19602](https://github.com/mui/mui-x/issues/19602)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1) - \[docs] Add recipe about server-side data export ([#&#8203;19617](https://github.com/mui/mui-x/issues/19617)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[docs] Clarify DataGrid layout requirements ([#&#8203;19413](https://github.com/mui/mui-x/issues/19413)) [@&#8203;romgrk](https://github.com/romgrk) - \[docs] Fix `ExportServerSideData` demo layout shift ([#&#8203;19669](https://github.com/mui/mui-x/issues/19669)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[docs] Improve server-side `updateRow()` description ([#&#8203;19554](https://github.com/mui/mui-x/issues/19554)) [@&#8203;deade1e](https://github.com/deade1e) - \[docs] Show how to customize drawing area background ([#&#8203;19682](https://github.com/mui/mui-x/issues/19682)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Add hook documentation pages ([#&#8203;19334](https://github.com/mui/mui-x/issues/19334)) [@&#8203;Copilot](https://github.com/Copilot) ##### Core - \[code-infra] Add copilot instructions specific to x repo ([#&#8203;19623](https://github.com/mui/mui-x/issues/19623)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[code-infra] Load `tsx` files in visual regression ([#&#8203;19595](https://github.com/mui/mui-x/issues/19595)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[code-infra] Remove renovate automerge ([#&#8203;19501](https://github.com/mui/mui-x/issues/19501)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Update `DEFAULT_TIMESTAMP` format to ISO 8601 ([#&#8203;19624](https://github.com/mui/mui-x/issues/19624)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Update `findLatestTaggedVersion` to filter tags based on major version ([#&#8203;19693](https://github.com/mui/mui-x/issues/19693)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[code-infra] Fix changelog generation for charts premium ([#&#8203;19701](https://github.com/mui/mui-x/issues/19701)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[code-infra] Run prettier on `createReleasePR.mjs` ([#&#8203;19702](https://github.com/mui/mui-x/issues/19702)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[code-infra] Make `x-charts-premium` releasable ([#&#8203;18959](https://github.com/mui/mui-x/issues/18959)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[docs-infra] Ensure `create-playground` script only runs if target file is absent ([#&#8203;19603](https://github.com/mui/mui-x/issues/19603)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[docs-infra] Add [@&#8203;prakhargupta1](https://github.com/prakhargupta1) as a codeowner of the docs ([#&#8203;19679](https://github.com/mui/mui-x/issues/19679)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### Miscellaneous - \[test] Reduce time for wheel zoom test ([#&#8203;19571](https://github.com/mui/mui-x/issues/19571)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - Change `matchPackageNames` to `matchDepNames` for date-fns-v2 [@&#8203;Janpot](https://github.com/Janpot) - Remove groupName for date-fns-v2 in renovate.json [@&#8203;Janpot](https://github.com/Janpot) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDUuMyIsInVwZGF0ZWRJblZlciI6IjQxLjE0NS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-10-11 00:35:11 +00:00
Update dependency @mui/x-data-grid to ^8.14.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
58449a65af
renovate scheduled this pull request to auto merge when all checks succeed 2025-10-11 00:35:11 +00:00
renovate merged commit 4a1d3f5628 into master 2025-10-11 00:35:12 +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/GeneIT#598
No description provided.