Skip to content

v9.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 11:41
c2809ca

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

  • 🦮 Improve keyboard navigation features of the Charts.
  • 🎨 Improved customization of the edit event dialog in the EventCalendar
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions:
@Anexus5919, @jvskriubakken, @mustafajw07, @roychan1

The following team members contributed to this release:
@brijeshb42, @flaviendelangle, @hasdfa, @Janpot, @JCQuintas, @LukasTy, @michelengelen, @noraleonte, @rita-codes, @silviuaavram

Data Grid

@mui/x-data-grid@9.13.0

  • [DataGrid] Call onValueChange after setEditCellValue in edit cells (#23417) @michelengelen
  • [DataGrid] Add support for replacing rows instead of merging updates (#23323) @jvskriubakken
  • [DataGrid] Always render rowHeader in virtualized setups (#23386) @silviuaavram
  • [DataGrid] Export ToolbarRoot (#23322) @JCQuintas
  • [DataGrid] Fix rowsPerPage selector appearing when autoPageSize is enabled and pageSize is one of pageSizeOptions (#23401) @roychan1
  • [DataGrid] Fix row tree reset when a data source grid becomes visible (#23288) @JCQuintas

@mui/x-data-grid-pro@9.13.0 pro

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

  • [DataGridPro] Remove rows deleted server-side on nested lazy loading revalidation (#23320) @JCQuintas
  • [DataGridPro] Stop disableDebounce from reaching the DOM in multi select filter (#23445) @JCQuintas

@mui/x-data-grid-premium@9.13.0 premium

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

Date and Time Pickers

@mui/x-date-pickers@9.13.0

Internal changes.

@mui/x-date-pickers-pro@9.13.0 pro

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

Charts

@mui/x-charts@9.13.0

@mui/x-charts-pro@9.13.0 pro

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

@mui/x-charts-premium@9.13.0 premium

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

Tree View

@mui/x-tree-view@9.13.0

@mui/x-tree-view-pro@9.13.0 pro

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

Scheduler

@mui/x-scheduler@9.0.0-beta.11

@mui/x-scheduler-premium@9.0.0-beta.11 premium

Same changes as in @mui/x-scheduler@9.0.0-beta.11, plus:

  • [scheduler-premium] Dependencies - Keep event drags working over the arrow hit-areas (#23441) @rita-codes
  • [scheduler-premium] Dependencies - Reject dependencies that would create a cycle (#23389) @rita-codes
  • [scheduler-premium] Key recurring exDates on their data-timezone day (#23467) @rita-codes

Codemod

@mui/x-codemod@9.13.0

Internal changes.

Docs

Core

Miscellaneous

  • [chat] Enforce top-level type imports (#23037) @Janpot
  • [chat] Fix global preload error from the remend import (#23263) @hasdfa
  • [ci] Add Claude PR review via mui-public reusable workflow (#23423) @Janpot
  • [telemetry] Fix get-context test leaking mock from sender test (#23447) @JCQuintas
  • [test] Fail the regression run when a webfont does not load (#23376) @LukasTy