Skip to content

Releases: mui/mui-x

v8.0.0-beta.3

03 Apr 13:06
b25cadd
Compare
Choose a tag to compare
v8.0.0-beta.3 Pre-release
Pre-release

We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

  • 🚫 Removed react-spring as a dependency of @mui/x-charts
  • 📦 Data Grid list view feature is now stable
  • 💫 Support title in Data Grid
  • 📚 Documentation improvements
  • 🐞 Bugfixes

Team members who have contributed to this release:
@bernardobelchior, @cherniavskii, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @oliviertassinari, @noraleonte, @romgrk, @alexfauquette.

Data Grid

Breaking changes

  • The list view feature and its related props are now stable.

    The unstable_listColumn prop has been renamed to listViewColumn.

    The GridListColDef type has been renamed to GridListViewColDef.

    -const listViewColDef: GridListColDef = {
    +const listViewColDef: GridListViewColDef = {
       field: 'listColumn',
       renderCell: ListViewCell,
     };
    
     <DataGridPro
    -  unstable_listView
    -  unstable_listColumn={listViewColDef}
    +  listView
    +  listViewColumn={listViewColDef}
     />
  • The useGridApiEventHandler() hook has been renamed to useGridEvent().

  • The useGridApiOptionHandler() hook has been renamed to useGridEventPriority().

@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]

@mui/[email protected] pro

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

Charts

Breaking changes

  • Removed react-spring as a dependency of @mui/x-charts.
    A consequence of this change is that the props of some slots have been changed because the SpringValue wrapper has been removed. The affected slots and props are:

    • the type of the x, y, width and height props of the bar slot are now number;
    • the type of startAngle, endAngle, innerRadius, outerRadius, arcLabelRadius, cornerRadius and paddingAngle props of pieArc and pieArcLabel slot are now number.

    Additionally, the pieArc slot now receives a skipAnimation prop to configure whether animations should be enabled or disabled.

  • Tick labels in the y-axis of cartesian charts will now have an ellipsis applied to prevent overflow.
    If your tick labels are being clipped sooner than you would like, you can increase the y-axis size by increasing its width property.

  • The tooltip DOM structure is modified to improve accessibility. If you relied on it to apply some style or run tests, you might be impacted by this modification.

    • The axis tooltip displays a table per axis with the axis value in a caption.
    • Cells containing the series label and the color mark got merged in a th cell.

@mui/[email protected]

@mui/[email protected] pro

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].

@mui/[email protected]

Docs

Core

v7.28.3

03 Apr 08:32
4ea19f6
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:

  • 🐞 Bugfixes

Team members who have contributed to this release:
@cherniavskii, @LukasTy, @MBilalShafi.

Data Grid

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

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

  • [DataGridPro] Data source: Allow expanding groups with unknown children count (#17149) @MBilalShafi

@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].

Docs

v8.0.0-beta.2

28 Mar 10:22
275e90a
Compare
Choose a tag to compare
v8.0.0-beta.2 Pre-release
Pre-release

We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

  • 🔍 Update the Data Grid quick filter to collapse when not in use
  • 🐞 Bugfixes

Special thanks go out to the community members for their valuable contributions:
@lhilgert9.
Following are all team members who have contributed to this release:
@alexfauquette, @arminmeh, @flaviendelangle, @hasdfa, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @mnajdova, @romgrk.

Data Grid

@mui/[email protected]

  • [DataGrid] Fix error caused by trying to render rows that are not in the state anymore (#17057) @arminmeh
  • [DataGrid] Refactor: remove more material (#16922) @romgrk
  • [DataGrid] Update Quick Filter component to be expandable (#16862) @KenanYusuf
  • [DataGrid] Fix crash when used with @mui/styled-engine-sc (#17154) @KenanYusuf

@mui/[email protected] pro

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

  • [DataGridPro] Data source: Allow expanding groups with unknown children (#17144) @MBilalShafi

@mui/[email protected] premium

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

Date and Time Pickers

@mui/[email protected]

@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]

Internal changes.

@mui/[email protected] pro

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

@mui/[email protected]

Docs

Core

v7.28.2

28 Mar 13:41
f0427d6
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:

  • 🐞 Bugfixes

Team members who have contributed to this release:
@flaviendelangle, @LukasTy, @arminmeh.

Data Grid

@mui/[email protected]

  • [DataGrid] Fix error caused by trying to render rows that are not in the state anymore (#17117) @arminmeh

@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]

@mui/[email protected] pro

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

Core

  • [code-infra] Remove test_regressions step from React 18 pipeline (#17109) @LukasTy

v8.0.0-beta.1

21 Mar 13:24
6671527
Compare
Choose a tag to compare
v8.0.0-beta.1 Pre-release
Pre-release

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

  • 🐞 Bugfixes

Special thanks go out to the community members for their valuable contributions:
@jyash97.
Following are all team members who have contributed to this release:
@alexfauquette, @arminmeh, @flaviendelangle, @JCQuintas, @KenanYusuf.

Data Grid

@mui/[email protected]

  • [DataGrid] Fix error caused by forwardRef to ClickAwayListener (#17049) @arminmeh
  • [DataGrid] Fix error while editing rows with custom id (#17048) @arminmeh

@mui/[email protected] pro

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

  • [DataGridPro] Fix header select checkbox state with checkboxSelectionVisibleOnly and paginationMode="server" (#17026) @arminmeh

@mui/[email protected] premium

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

  • [DataGridPremium] Update column state correctly when grouping mode is updated with one grouping column (#17069) @arminmeh

Date and Time Pickers

@mui/[email protected]

@mui/[email protected] pro

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

Charts

@mui/[email protected]

@mui/[email protected] pro

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

Tree View

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

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

Docs

v7.28.1

21 Mar 13:29
714c27a
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:

  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible:
@jyash97, @nusr.

Following are all team members who have contributed to this release:
@arminmeh, @KenanYusuf.

Data Grid

@mui/[email protected]

  • [DataGrid] Fix error while editing rows with custom id (@arminmeh) (#17050)

@mui/[email protected] pro

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

  • [DataGridPro] Fix header select checkbox state with checkboxSelectionVisibleOnly and paginationMode="server" (@arminmeh) (#17032)

@mui/[email protected] premium

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

  • [DataGridPremium] Update column state correctly when grouping mode is updated with one grouping column (@arminmeh) (#17074)

Tree View

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

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

  • [TreeView] Allow moving an item after the last children of some other item (@jyash97) (#17065)

Docs

v8.0.0-beta.0

18 Mar 16:45
5fd9c1e
Compare
Choose a tag to compare
v8.0.0-beta.0 Pre-release
Pre-release
MUI X v8 Beta is live

We'd like to offer a big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:

  • 🚀 Add Time Range Picker component
  • 🎁 Add support for @mui/material version 7 in all X packages
  • 🐞 Bugfixes
  • 🌍 Improve Chinese (zh-CN), (zh-HK), (zh-TW), Czech (cs-CZ), Korean (ko-KR) and Slovak (sk-Sk) locales on the Data Grid
  • 🌍 Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales on the Pickers

Breaking changes

  • ℹ️ The peer dependency on @mui/material has been updated to accept only v7.
    This has been done to increase the adoption rate of ESM.
    Since only v7 of @mui/material has proper ESM support, we decided to help with its adoption and fix numerous issues using X packages in environments where transpiling is not an option.

Special thanks go out to the community members for their valuable contributions:
@Blake-McCullough, @hlavacz, @k-rajat19, @layerok, @nusr, @owais635, @yelahj.
Following are all team members who have contributed to this release:
@alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @DiegoAndai, @flaviendelangle, @Janpot, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @noraleonte, @romgrk.

Alpha release highlights

Below are the highlights of the alpha releases leading up to this beta release:

Data Grid

@mui/[email protected]

@mui/[email protected] pro

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

  • [DataGridPro] Fix header filters not displaying restored values (#16855) @MBilalShafi
  • [DataGridPro] Fix infinite loading not reacting when scrolling to the end (#16926) @arminmeh

@mui/[email protected] premium

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

  • [DataGridPremium] Fix selection propagation issues with controlled state (#16810) @MBilalShafi

Date and Time Pickers

Breaking changes

  • The useClearableField hook has been removed.
    The custom field component now receives the clearable and onClear props — Learn more.
  • The ExportedUseClearableFieldProps, UseClearableFieldSlots, UseClearableFieldSlotProps, and UseClearableFieldResponse types have been removed — Learn more.

@mui/[email protected]

@mui/[email protected] pro

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

  • [DateRangeCalendar] Do not update the previewed day when hovering a day and the value is empty (#16892) @flaviendelangle
  • [TimeRangePicker] Shift popper between start and end input on multi input field (#16920) @LukasTy

Charts

Breaking changes

  • Tick labels in the x-axis of cartesian charts will now have an ellipsis applied to prevent overflow.
    If your tick labels are being clipped sooner than you would like, you can increase the x-axis size by increasing its height property.
    The default line-height has also been changed to 1.25, so if you aren't customizing the line height for x-axis tick labels, make sure to double check if the result is desirable.

@mui/[email protected]

@mui/[email protected] pro

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].

Docs

  • [docs] Add the Time Range Picker to relevant validation demos (#16919) @LukasTy
  • [docs] Adjust Picker field lifecycle explanation (#16901) @LukasTy
  • [docs] Fix custom detail panel toggle state update (#16929) @nusr
  • [docs] Fix Pickers custom field with Autocomplete demo (#16863) ...
Read more

v7.28.0

17 Mar 17:06
77e84ec
Compare
Choose a tag to compare

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

  • 🎁 Add support for @mui/material version 7 in all X packages
  • 🐞 Bugfixes
  • 🌍 Improve Chinese (zh-CN), (zh-HK), (zh-TW), Czech (cs-CZ), Korean (ko-KR) and Slovak (sk-Sk) locales on the Data Grid
  • 🌍 Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales on the Pickers

Special thanks go out to the community contributors who have helped make this release possible:
@Blake-McCullough, @hlavacz, @yelahj, @k-rajat19, @nusr.
Following are all team members who have contributed to this release:
@arminmeh, @flaviendelangle, @LukasTy, @michelengelen, @MBilalShafi.

Data Grid

@mui/[email protected]

  • [DataGrid] Add click propagation and prevents default on toggleMenu click (#16909) @michelengelen
  • [DataGrid] Fix processRowUpdate() error if the row is removed before it is executed (#16904) @arminmeh
  • [DataGrid] Fix bug with adding and removing columns in active edit state (#16916) @Blake-McCullough
  • [DataGrid] Fix visual issue with pinned columns and row spanning (#16942) @MBilalShafi
  • [DataGrid] Make column header menu button aria-labels unique (#16925) @owais635
  • [DataGrid] Fix printOptions not respecting hideFooter root prop (#16915) @k-rajat19
  • [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16917 and #16887) @nusr
  • [l10n] Improve Czech (cs-CZ) and Slovak (sk-Sk) locales (#16996) @hlavacz
  • [l10n] Improve Korean (ko-KR) locale (#16998) @yelahj

@mui/[email protected] pro

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

  • [DataGridPro] Fix header filters not displaying restored values (#16976) @MBilalShafi
  • [DataGridPro] Fix infinite loading not reacting when scrolling to the end (#16939) @arminmeh

@mui/[email protected] premium

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

  • [DataGridPremium] Fix selection propagation issues with controlled state (#16995) @MBilalShafi

Date and Time Pickers

@mui/[email protected]

  • [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16997) @nusr

@mui/[email protected] pro

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

  • [DateRangeCalendar] Do not update the previewed day when hovering a day and the value is empty (#16892) @flaviendelangle

Charts

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

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].

Docs

  • [docs] Fix link to the lazy loading demo for the DataGrid (#16912) @nusr

Core

v8.0.0-alpha.14

07 Mar 09:56
3524dc5
Compare
Choose a tag to compare
v8.0.0-alpha.14 Pre-release
Pre-release

We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

  • 🚀📊 New Pro Chart: It is now possible to create Funnel charts—perfect for visualizing conversions, sales pipelines and more!
    Screenshot 2025-01-31 at 12 22 31
  • 🎁 The first iteration of the radar chart is available. Features and refinements will be added in the coming weeks.
  • 🛠️ New and improved Toolbar component for the data grid
  • 🐞 Bugfixes

Special thanks go out to the community member for their valuable contributions:
@vadimka123.

Following are all team members who have contributed to this release:
@alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @michelengelen, @noraleonte, @oliviertassinari.

Data Grid

Breaking changes

  • The density selector has been removed from the toolbar. It is still possible to set the density programmatically via the density prop. A density selector can be added to a custom toolbar passed to slots.toolbar. See Toolbar component—Settings menu for an example.
  • The quick filter is now shown in the toolbar by default. Use slotProps={{ toolbar: { showQuickFilter: false } }} to hide it.
  • The <GridSaveAltIcon /> icon is not exported anymore. Import SaveAlt from @mui/icons-material instead.

@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

Breaking changes

  • All Date Time Picker variants now use Digital Clock for time editing.
  • Stop passing invalid date to onChange when the date is partially filled — Learn more.

@mui/[email protected]

@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

Breaking changes

  • The selectItem method has been renamed setItemSelection:

    const { publicAPI } = useTreeItemUtils();
    
    const handleSelectItem() {
    -  publicAPI.selectItem({ event, itemId: props.itemId, shouldBeSelected: true })
    +  publicAPI.setItemSelection({ event, itemId: props.itemId, shouldBeSelected: true })
    }
  • The setItemExpansion method now receives a single object instead of a list of parameters:

    const { publicAPI } = useTreeItemUtils();
    
    const handleExpandItem() {
    -  publicAPI.setItemExpansion(event, props.itemId, true)
    +  publicAPI.setItemExpansion({ event, itemId: props.itemId, shouldBeExpanded: true })
    }

@mui/[email protected]

@mui/[email protected] pro

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

Docs

Core

v7.27.3

07 Mar 10:02
4a6ffed
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:

  • 🐞 Bugfixes

Team members who have contributed to this release:
@arminmeh, @cherniavskii, @LukasTy, @michelengelen.

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]

  • [fields] Fix Fields aria relationship with helperText (#16828) @LukasTy

@mui/[email protected] pro

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

Core