Skip to content

v8.0.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@DanailH DanailH released this 26 Dec 20:38
· 110 commits to master since this release
61d8511

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

  • 🏎️ Improve Data Grid scrolling performance
  • 🌍 Improve Dutch (nl-NL) locale on the Data Grid
  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible:
@JoepVerkoelen, @k-rajat19, @lauri865.
Following are all team members who have contributed to this release:
@flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @romgrk.

Data Grid

Breaking changes

  • The sanitizeFilterItemValue() utility is not exported anymore.

@mui/[email protected]

  • [DataGrid] Avoid subscribing to renderContext state in grid root for better scroll performance (#15986) @lauri865
  • [DataGrid] Fix header filters showing clear button while empty (#15829) @k-rajat19
  • [DataGrid] Improve test coverage of server side data source (#15942) @MBilalShafi
  • [DataGrid] Move progress components to leaf import (#15914) @romgrk
  • [DataGrid] Move skeleton to leaf import (#15931) @romgrk
  • [DataGrid] Replace forwardRef with a shim for forward compatibility (#15955) @lauri865
  • [l10n] Improve Dutch (nl-NL) locale (#15994) @JoepVerkoelen

@mui/[email protected] pro

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

@mui/[email protected] premium

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

Date and Time Pickers

@mui/[email protected]

  • [pickers] Use usePickerContext() and usePickerActionsContext() to get the actions in the actionBar slot and in internal components (#15843) @flaviendelangle
  • [pickers] Use usePickerContext() to get the view-related props in the layout, toolbar and tabs slots (#15606) @flaviendelangle

@mui/[email protected] pro

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

Charts

@mui/[email protected]

No changes since @mui/[email protected].

@mui/[email protected] pro

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

Tree View

@mui/[email protected]

No changes since @mui/[email protected].

@mui/[email protected] pro

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

Docs