Skip to content

Releases: mui/mui-x

v8.13.1

01 Oct 16:35
4093fe0
Compare
Choose a tag to compare
  • 🐛 Fix @mui/x-charts-pro failure on import due to missing @mui/x-internals release

Data Grid

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date and Time Pickers

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

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

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Tree View

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Codemod

@mui/[email protected]

Internal changes.

v8.13.0

01 Oct 14:16
af1fc43
Compare
Choose a tag to compare

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/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

  • [DataGridPremium] Add metadata.referenceId to AI assistant prompt resolver (#19695) @hasdfa
  • [DataGridPremium] Fix aggregation value retrieval (#19724) @arminmeh
  • [DataGridPremium] Get correct active chart id while rebuilding data (#19720) @arminmeh

Date and Time Pickers

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Tree View

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Codemod

@mui/[email protected]

Internal changes.

Docs

Core

v8.12.1

25 Sep 20:35
2db820c
Compare
Choose a tag to compare

Release highlight ✨:

  • 🐞 Hotfix for Grid-Charts integration issue with aggregated values

Data Grid

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

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

v8.12.0

25 Sep 16:38
5c7f531
Compare
Choose a tag to compare

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

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/[email protected]

  • [DataGrid] Fix flex column width diff calculation while resizing (#19667) @arminmeh

@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

  • [DataGridPremium] Grid-Charts integration (#18021) @arminmeh
  • [DataGridPremium] Fix sorting and filtering of the tree group columns with aggregation (#19607) @arminmeh
  • [DataGridPremium] Disable aggregation on the grouping column by default (#19692) @arminmeh
  • [DataGridPremium] Do not rely on the group separation constant to retrieve the column name for the charts panel (#19677) @arminmeh
  • [DataGridPremium] Fix stale aggregation state (#19690) @arminmeh
  • [DataGridPremium] Fix pivot column being hidden on autosizing (#19699) @cherniavskii

Date and Time Pickers

@mui/[email protected]

  • [pickers] Ensure reference value is not updated for invalid values (#19635) @michelengelen
  • [pickers] Fix slotProps.textField.slotProps.htmlInput resolution (#19713) @LukasTy
  • [pickers] Preserve time format when using single column layout on Time Range Picker (#19626) @sai6855
  • [pickers] Preserve time format when using single column layout on Date Time Picker and Date Time Range Picker (#19608) @sai6855

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

Tree View

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Codemod

@mui/[email protected]

  • [codemod] Bump engines.node to >=20.19 to align with yargs package (#18979) @LukasTy

Docs

Core

Miscellaneous

  • [test] Reduce time for wheel zoom test (#19571) @alexfauquette
  • Change matchPackageNames to matchDepNames for date-fns-v2 @Janpot
  • Remove groupName for date-fns-v2 in renovate.json @Janpot

v7.29.10

25 Sep 12:09
c050a74
Compare
Choose a tag to compare

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

  • 🐞 Bugfixes

The following is the team member who have contributed to this release:
@flaviendelangle

Tree View

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

v8.11.3

17 Sep 12:26
93406bb
Compare
Choose a tag to compare

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

  • 🐞 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, @bernardobelchior, @brijeshb42, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @LukasTy, @rita-codes, @siriwatknp

Data Grid

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date and Time Pickers

@mui/[email protected]

  • [pickers] Refactor slots and slotProps propagation strategy (#18867) @LukasTy

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

Tree View

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Codemod

@mui/[email protected]

Internal changes.

Docs

Core

v8.11.2

10 Sep 21:15
8c53c87
Compare
Choose a tag to compare

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

  • 🐞 Bugfixes
  • 📚 Documentation improvements

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

The following are all team members who have contributed to this release:
@alexfauquette, @bernardobelchior, @brijeshb42, @flaviendelangle, @Janpot, @LukasTy, @MBilalShafi, @noraleonte, @rita-codes, @romgrk, @siriwatknp

Data Grid

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

  • [DataGridPremium] Fallback to the regular reorder method for plain data (#19467) @MBilalShafi
  • [DataGridPremium] Fix showing 0 as total aggregation value when aggregation position is set to null for row groups (#19515) @cherniavskii

Date and Time Pickers

@mui/[email protected]

  • [pickers] Gracefully handle textField.slotProps (#18980) @LukasTy
  • [pickers] Improve hour and minute placement in Date Time Picker (#19227) @MBilalShafi
  • [pickers] Use calendarState.currentMonth in Month Calendar when available (#19073) @LukasTy
  • [pickers] Improve invalid value pasting into a section (#19357) @sai6855
  • [fields] Remove redundant id and aria-labelledby attributes from spinbuttons (#19523) @LukasTy

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Tree View

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Codemod

@mui/[email protected]

Internal changes.

Docs

Core

Miscellaneous

v8.11.1

04 Sep 12:38
9043ee6
Compare
Choose a tag to compare

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

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:
@brijeshb42, @flaviendelangle, @JCQuintas, @mapache-salvaje, @oliviertassinari

Data Grid

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date and Time Pickers

@mui/[email protected]

  • [pickers] Merge slotProps for input adornment in PickerFieldUI component (#19399) @sai6855

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts

@mui/[email protected]

  • [charts] Prevent crash and warn user on incorrect axisId when composing (#19397) @JCQuintas

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Tree View

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Codemod

@mui/[email protected]

Internal changes.

Docs

Core

v8.11.0

29 Aug 13:39
5bd5fcd
Compare
Choose a tag to compare

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

  • 📊 Add new SankeyChart

    Screenshot 2025-07-24 at 12 54 33
  • 🚀 Data Grid row grouping now supports row reordering

    See the Drag-and-drop group reordering section for more details.

  • 📚 Documentation improvements

Special thanks go out to the community members for their valuable contributions:
@dwrth, @lauri865, @Webini

The following are all team members who have contributed to this release:
@alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @mapache-salvaje, @MBilalShafi, @michelengelen, @noraleonte, @oliviertassinari, @rita-codes, @romgrk, @sai6855, @siriwatknp

Data Grid

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

  • [DataGridPro] Fix column menu sort when multipleColumnsSortingMode="always" (#19099) @MBilalShafi
  • [DataGridPro] Keep the drop effect if keepColumnPositionIfDraggedOutside is enabled (#19372) @arminmeh

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

Date and Time Pickers

@mui/[email protected]

  • [pickers] Fix Firefox bug causing crash when startContainer is a restricted object (#18772) @Webini
  • [pickers] RTL not applied correctly for Calendar Systems examples (works in v7.x but broken in latest version) (#19287) @rita-codes
  • [pickers] Use the locale week day on the Luxon adapter (#19230) @flaviendelangle
  • [pickers] Fix display of placeholder when label is shrunk (#19318) @sai6855

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts

@mui/[email protected]

  • [charts] Add RadarAxis component to render labels (#19240) @alexfauquette
  • [charts] Handle item identifier with data (#19295) @JCQuintas
  • [charts] Refactor optional chaining for props in PieChart, PieChartPro, and ScatterChartPro components (#19292) @sai6855
  • [charts] Remove unused fill and stroke properties (#19316) @sai6855
  • [charts] Correct hideLegend prop description in docs (#19371) @sai6855

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

Tree View

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Codemod

@mui/[email protected]

Internal changes.

Docs

Core

Miscellaneous

v8.10.2

20 Aug 14:39
dbd436e
Compare
Choose a tag to compare

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

  • 🌎 Improve Finnish (fi-FI) locale on the Data Grid

Special thanks go out to the community members for their valuable contributions:
@lauri-heinonen-2025-04, @Methuselah96, @sai6855, @wilcoschoneveld

The following are all team members who have contributed to this release:
@alexfauquette, @cherniavskii, @flaviendelangle, @Janpot, @oliviertassinari, @rita-codes

Data Grid

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date and Time Pickers

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Tree View

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Codemod

@mui/[email protected]

Internal changes.

Docs

Core

Miscellaneous