Skip to content

Releases: mui/mui-x

v9.13.0

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

v9.12.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 13:26
ce0220b

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

  • 🧮 Support Formulas on the Data Grid: cells in opted-in columns can hold spreadsheet-like formulas (=SUM(RANGE(…)), =price * quantity) evaluated by a built-in engine, with a formula editor and Formula Bar, autocomplete, reference highlighting, optional A1 notation, fill-handle reference adjustment, custom functions, and live formula Excel export
  • ♿️ Improve the accessibility of Data Grid cells and picker day cells
  • 🗓️ Enable multi-resource event creation and editing in the Scheduler
  • 🐞 Bugfixes
  • 📚 Documentation improvements

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

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

Data Grid

@mui/x-data-grid@9.12.0

  • [DataGrid] Expose apiRef on GridCallbackDetails for selector access in callbacks (#22973) @michelengelen
  • [DataGrid] Fix header height not updating when headerFilters or columnGroupingModel change (#23059) @MBilalShafi
  • [DataGrid] Fix unhandled rejection when unmounting mid-autosize (#23319) @JCQuintas
  • [DataGrid] Label the blank singleSelect filter option (#23294) @JCQuintas
  • [DataGrid] Stop sending incomplete filter items to the data source (#23303) @JCQuintas
  • [DataGrid] Support the rowheader attribute for grid cells (#23340) @silviuaavram

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@9.12.0

  • [fields] Keep the selected section on blank space clicks (#23318) @LukasTy
  • [pickers] Associate the day cells with their week day column header (#23339) @LukasTy
  • [pickers] Keep the gridcell role and the column index on filler cells (#23326) @Anexus5919

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

Same changes as in @mui/x-date-pickers@9.12.0, plus:

  • [DateRangeCalendar] Round the range highlight at the month grid edges (#23297) @JCQuintas
  • [DateRangePicker] Keep the range highlight opaque for disabled days (#23317) @JCQuintas

Charts

@mui/x-charts@9.12.0

@mui/x-charts-pro@9.12.0 pro

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

@mui/x-charts-premium@9.12.0 premium

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

Tree View

@mui/x-tree-view@9.12.0

Internal changes.

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

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

Scheduler

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

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

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

  • [scheduler-premium] Allow to control the min and max hour in the Event Timeline (#23212) @rita-codes
  • [scheduler-premium] Dependencies - Create, select and delete via terminals (#23200) @rita-codes

Codemod

@mui/x-codemod@9.12.0

Internal changes.

Docs

Core

Miscellaneous

v8.29.3

Choose a tag to compare

@github-actions github-actions released this 21 Aug 13:26
109f5a0

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

  • 🐞 Bugfixes

The following team members contributed to this release:
@LukasTy, @MBilalShafi

Data Grid

@mui/x-data-grid@8.29.3

  • [DataGrid] Fix toolbar button stealing focus when a sibling's disabled state changes (#23265) @MBilalShafi

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@8.29.3

  • [fields] Keep the field editable on blank space clicks (#23372) @LukasTy
  • [pickers] Fix format placeholder brightness with a start adornment (#23205) @LukasTy

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

Same changes as in @mui/x-date-pickers@8.29.3, plus:

  • [DateRangePicker] Fix broken active range position underline in single input range fields (#23201) @LukasTy

Charts

@mui/x-charts@8.29.3

Internal changes.

@mui/x-charts-pro@8.29.3 pro

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

@mui/x-charts-premium@8.29.3 premium

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

Tree View

@mui/x-tree-view@8.29.3

Internal changes.

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

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

Codemod

@mui/x-codemod@8.29.3

Internal changes.

Miscellaneous

v9.11.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 15:25
cad99f0

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

  • 🐛 Fix the empty @mui/x-charts-vendor package published in v9.11.0

The following team members contributed to this release:
@JCQuintas, @rita-codes

Charts

@mui/x-charts@9.11.1

@mui/x-charts-pro@9.11.1 pro

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

@mui/x-charts-premium@9.11.1 premium

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

@mui/x-charts-vendor@9.11.1

Scheduler

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

  • [scheduler] Show the range validation errors on the End date and End time fields (#23291) @rita-codes

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

Same changes as in @mui/x-scheduler@9.0.0-beta.9.

v9.11.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 10:27
0486f84

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

  • ✨ Add addItems() and getItemSelection() API methods to Tree View

Special thanks go out to these community members for their valuable contributions:
@12joan, @Anexus5919, @kevincorizi-sbt, @mixelburg, @mustafajw07, @strazto

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

Data Grid

@mui/x-data-grid@9.11.0

  • [DataGrid] Fix updateRows stripping class prototypes from rows in datasource mode (#22288) @mixelburg
  • [DataGrid] Do not re-fetch data when an Activity becomes visible (#22603) @12joan
  • [DataGrid] Fix toolbar button stealing focus when a sibling's disabled state changes (#23204) @MBilalShafi

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@9.11.0

  • [pickers] Fix day shift when editing dates predating timezone standardization (#23296) @JCQuintas

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

Same changes as in @mui/x-date-pickers@9.11.0, plus:

  • [DateRangePicker] Fix disabled filler cells showing the range highlight (#23293) @JCQuintas

Charts

@mui/x-charts@9.11.0

@mui/x-charts-pro@9.11.0 pro

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

@mui/x-charts-premium@9.11.0 premium

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

Tree View

@mui/x-tree-view@9.11.0

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

Same changes as in @mui/x-tree-view@9.11.0, plus:

Scheduler

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

  • [scheduler] Add localeText prop to standalone views (#23210) @rita-codes
  • [scheduler] Finetune touch experience for time grid events and introduce editing drawer (#22624) @noraleonte
  • [scheduler] Introduce the edit dialog form context & lifecycle contract (#23284) @rita-codes
  • [scheduler] Refactor edit dialog General tab into section components (#23206) @rita-codes
  • [scheduler] Replace copied Base UI internals with @base-ui/react/internals imports (#21972) @flaviendelangle
  • [scheduler] Hide resource picker when no resources are provided (#23290) @mustafajw07
  • [scheduler] Support multi-resource occurrences in EventTimeline (#23240) @mustafajw07

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

Same changes as in @mui/x-scheduler@9.0.0-beta.8.

Codemod

@mui/x-codemod@9.11.0

  • [codemod] Remove unused @babel/core and @babel/traverse dependencies (#23245) @LukasTy

Docs

  • [docs] Add recipe for adding new rows from clipboard copy (#22913) @michelengelen
  • [docs] Clarify the package versions in v8 upgrade guides (#22376) @strazto
  • [docs] Replace README peer dependency lists with an npm install command (#23256) @LukasTy

Core

Miscellaneous

  • [chat] Drop the undeclared @mui/icons-material dependency (#23252) @LukasTy
  • [chat] Sanitize image part URLs and share the URL allow-list with markdown (#23058) @hasdfa
  • [test] Type the PickersTextField test stub instead of as any (#23194) @LukasTy

v9.10.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 17:08
2822eee

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

  • 🦮 Improve accessibility of the Charts and Pickers components.
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions:
@kevincorizi-sbt, @mustafajw07, @SamanPandey-in

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

Data Grid

@mui/x-data-grid@9.10.1

  • [data grid] Fix getColumn return type not reflecting that it can return undefined (#23165) @JCQuintas

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@9.10.1

  • [pickers] Fix format placeholder brightness with a start adornment (#23189) @LukasTy

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

Same changes as in @mui/x-date-pickers@9.10.1, plus:

  • [DateRangePicker] Fix broken active range position underline in single input range fields (#23166) @LukasTy

Charts

@mui/x-charts@9.10.1

@mui/x-charts-pro@9.10.1 pro

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

  • [charts-pro] Fix highlight shifting on sampled bar charts (#23190) @noraleonte
  • [charts-pro] Sampled band highlight falls back to single-band width for Date/object values (#23024) @SamanPandey-in

@mui/x-charts-premium@9.10.1 premium

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

Tree View

@mui/x-tree-view@9.10.1

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

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

Scheduler

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

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

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

Codemod

@mui/x-codemod@9.10.1

Internal changes.

Docs

  • [docs] Fix clearing, layout shift, and prop leak in Pickers demos (#23191) @LukasTy

Core

Miscellaneous

  • [chat] Normalize message part link URLs (#23187) @hasdfa
  • [x-chat] Fix object URL leaks for submitted attachments (#23198) @hasdfa
  • [internals] Make disposable types self-contained without esnext.disposable lib (#23164) @JCQuintas

v9.10.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 10:45
06fc328

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

  • 📊 Provide dataIndex in LinePlot and AreaPlot onItemClick for Charts
  • ⚙️ Allow opt-in data-* attributes on slotProps. Read more
  • 🐞 Bugfixes
  • 📚 Documentation improvements

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

The following team members contributed to this release:
@brijeshb42, @Janpot, @JCQuintas, @LukasTy, @noraleonte

Data Grid

@mui/x-data-grid@9.10.0

Internal changes.

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@9.10.0

Internal changes.

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

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

Charts

@mui/x-charts@9.10.0

  • [charts] Provide dataIndex in LinePlot and AreaPlot onItemClick (#23144) @JCQuintas

@mui/x-charts-pro@9.10.0 pro

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

@mui/x-charts-premium@9.10.0 premium

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

Tree View

@mui/x-tree-view@9.10.0

Internal changes.

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

Same changes as in @mui/x-tree-view@9.10.0, plus:

Scheduler

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

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

Same changes as in @mui/x-scheduler@9.0.0-beta.6.

Chat

@mui/x-chat@9.0.0-alpha.14

  • [chat] Reuse resolveComponentProps from @mui/utils (#23095) @LukasTy

@mui/x-chat-headless@9.0.0-alpha.14

Internal changes.

Codemod

@mui/x-codemod@9.10.0

Internal changes.

Docs

Core

  • [code-infra] Fix changelog dependency exclusion and l10n routing (#23112) @LukasTy
  • [code-infra] Port codebase to use tsgo (#22826) @brijeshb42
  • [code-infra] Reduce release:build concurrency to mitigate tsgo OOM kills (#23139) @LukasTy
  • [core] Allow opt-in data-* attributes on slotProps (#22128) @LukasTy

Miscellaneous

v9.9.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:41
88990bd

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

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

The following team members contributed to this release:
@aemartos, @alexfauquette, @brijeshb42, @hasdfa, @Janpot, @JCQuintas, @LukasTy, @rita-codes, @sai6855

Data Grid

@mui/x-data-grid@9.9.0

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@9.9.0

Internal changes.

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

Same changes as in @mui/x-date-pickers@9.9.0, plus:

  • [DateRangeCalendar] Avoid unnecessary month switch when the value is already visible (#22996) @LukasTy

Charts

@mui/x-charts@9.9.0

  • [charts] Optimize and de-duplicate sampled axis-highlight band lookup (#23052) @JCQuintas
  • [charts] Unify tooltip item position getter and selector into a single selector API (#23041) @alexfauquette
  • [charts] Fix impossible condition in axis text angle warning (#23102) @sai6855

@mui/x-charts-pro@9.9.0 pro

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

@mui/x-charts-premium@9.9.0 premium

Breaking changes

The API of the Unstable_ChartsGeoDataProviderPremium got modified.
Props scale, rotation, and translation are replaced by props view and initialView.
Same behavior can be obtained with view.zoomLevel, view.center, and view.translation.
See the zoom view section for detailed information

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

Tree View

@mui/x-tree-view@9.9.0

Internal changes.

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

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

Scheduler

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

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

Same changes as in @mui/x-scheduler@9.0.0-beta.5.

Codemod

@mui/x-codemod@9.9.0

Internal changes.

Docs

  • [docs] Fix broken social preview image on shared docs links (#23055) @sai6855
  • [docs] Review and clean up react-chat docs demos & gallery; fix actions-bar layout (#22993) @hasdfa
  • [docs] Update the Pickers recommended date library bundle sizes (#23087) @LukasTy

Core

  • [mcp] Add @mui/mcp server and @mui/x-agent-tools. See the README for setup (#22947) @aemartos
  • [code-infra] Avoid OOM in the Netlify docs build and CircleCI lint step (#23086) @LukasTy
  • [code-infra] Group @atlaskit/pragmatic-drag-and-drop renovate updates (#23105) @LukasTy
  • [code-infra] Validate npm publishing through dry run (#23038) @brijeshb42
  • [docs-infra] Enable webpackBuildWorker to bound docs build memory (#23100) @Janpot

Miscellaneous

  • [test] Fix flaky "should render only the pageSize" Data Grid virtualization test (#23090) @LukasTy
  • [test] Track @mui/x-chat bundle size via native expand (#23049) @Janpot

v9.8.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 20:57
25bd12f

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

  • 🗺️ New MapImagePlot for rendering raster base maps, with onItemClick support on map shapes (Premium)
  • 📊 New usePolarGeometry hook to build custom radial overlays
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions:
@Anexus5919, @aromanio, @greymoth-jp, @mustafajw07, @timbuckley, @voidmatcha

The following team members contributed to this release:
@alexfauquette, @arminmeh, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @joserodolfofreitas, @LukasTy, @mapache-salvaje, @michelengelen, @rita-codes, @sai6855

Data Grid

@mui/x-data-grid@9.8.0

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

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

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

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

  • [DataGridPremium] Escape singleSelect values in Excel export with escapeFormulas enabled (#22851) @Anexus5919

Date and Time Pickers

@mui/x-date-pickers@9.8.0

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

Same changes as in @mui/x-date-pickers@9.8.0, plus:

  • [DateRangeCalendar] Fix auto month-switch across the year boundary (#22987) @Anexus5919

Charts

@mui/x-charts@9.8.0

@mui/x-charts-pro@9.8.0 pro

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

@mui/x-charts-premium@9.8.0 premium

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

  • [charts-premium] Add onItemClick support for the Map shapes (#22876) @sai6855
  • [charts-premium] Replace dataIndex with name in map identifier (#22891) @sai6855
  • [charts-premium] Share helper function (#23030) @alexfauquette
  • [charts-premium] Extract shared WebGL utilities across bar/scatter/heatmap renderers (#22466) @sai6855
  • [charts-premium] Add MapImagePlot for raster base maps (#22977) @JCQuintas

Tree View

@mui/x-tree-view@9.8.0

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

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

Scheduler

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

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

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

Codemod

@mui/x-codemod@9.8.0

Internal changes.

Docs

Core

Miscellaneous

  • [internals] Fix ERR_UNSUPPORTED_DIR_IMPORT for core-js-pure in Node ESM (#22985) @michelengelen
  • [internals] Harden useDisposable React internals read with safeReact (#22986) @rita-codes
  • [internals] Replace core-js DisposableStack ponyfill with a minimal fallback (#23002) @sai6855
  • [test] Assert the edited dateTime cell value in the e2e edit test (#22982) @voidmatcha
  • [virtualizer] Remeasure scrollbars when layout changes (#22914) @arminmeh

v8.29.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 20:40
7b07ee8

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

  • 🐞 Bugfixes

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

The following team members contributed to this release:
@alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @LukasTy, @MBilalShafi

Data Grid

@mui/x-data-grid@8.29.2

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

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

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

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

  • [DataGridPremium] Escape singleSelect values in Excel export with escapeFormulas enabled (#22966) @Anexus5919

Date and Time Pickers

@mui/x-date-pickers@8.29.2

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

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

Charts

@mui/x-charts@8.29.2

Internal changes.

@mui/x-charts-pro@8.29.2 pro

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

@mui/x-charts-premium@8.29.2 premium

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

Tree View

@mui/x-tree-view@8.29.2

Internal changes.

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

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

Codemod

@mui/x-codemod@8.29.2

Internal changes.

Core

Miscellaneous