Skip to content

v6.9.1

Compare
Choose a tag to compare
@m4theushw m4theushw released this 30 Jun 13:52
· 3262 commits to master since this release
04d2db9

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

  • 🔎 Add experimental API for faster filtering performance
  • 🌍 Add Chinese (Hong Kong) (zh-HK) locale on the pickers
  • 🌍 Improve Romanian (ro-RO) and Hungarian (hu-HU) translations on the pickers and the data grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/[email protected]

  • [DataGrid] Add Joy UI tooltip and loadingOverlay slots (#9028) @cherniavskii
  • [DataGrid] Add section about enabling pagination on Pro and Premium (#8759) @joserodolfofreitas
  • [DataGrid] Don't forward editCellState prop to DOM element (#9501) @m4theushw
  • [DataGrid] Add experimental API for faster filtering performance (#9254) @romgrk
  • [DataGrid] Fix nextFieldToFocus to always be a visible column field when Tab key is pressed (#8314) @yaredtsy
  • [DataGrid] Fix Maximum call stack size exceeded error when using fractional width (#9516) @cherniavskii
  • [l10n] Improve Romanian (ro-RO) and Hungarian (hu-HU) translations (#9436) @noraleonte

@mui/[email protected] pro

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

  • [DataGridPro] Don't throw error in column pinning (#9507) @romgrk
  • [DataGridPro] Fix bug with checkboxSelection and treeData/grouping (#9418) @romgrk

@mui/[email protected] premium

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

Date Pickers

@mui/[email protected]

  • [DateTimePicker] Scroll to Digital Clock section only when selection changes (#9434) @LukasTy
  • [pickers] Handle keyDown only when input is focused (#9481) @LukasTy
  • [pickers] Add referenceDate prop on TimeClock, DigitalClock and MultiSectionDigitalClock (#9356) @flaviendelangle
  • [l10n] Add Chinese (Hong Kong) (zh-HK) locale (#9468) @samchiu90
  • [l10n] Improve Romanian (ro-RO) translations (#9436) @noraleonte

@mui/[email protected] pro

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

Charts / @mui/[email protected]

Docs

Core