github mui/mui-x v8.0.0-alpha.4

pre-releaseone day ago

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

  • 🌍 Improve Romanian locale on the Data Grid and Pickers
  • 📚 Documentation improvements
  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible:
@k-rajat19, @nusr, @rares985, @zivl.
Following are all team members who have contributed to this release:
@alexfauquette, @arminmeh, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi.

Data Grid

Breaking changes

  • The selectors signature has been updated due to the support of arguments in the selectors. Pass undefined as arguments if the selector doesn't use any arguments.

    -mySelector(state, instanceId)
    +mySelector(state, arguments, instanceId)
  • The useGridSelector signature has been updated due to the introduction of arguments parameter in the selectors. Pass undefined as arguments if the selector doesn't use any arguments.

    -const output = useGridSelector(apiRef, selector, equals)
    +const output = useGridSelector(apiRef, selector, arguments, equals)
  • The default variant for text fields and selects in the filter panel has been changed to outlined.

  • The "row spanning" feature is now stable.

     <DataGrid
    -  unstable_rowSpanning
    +  rowSpanning
     />
  • Selected row is now deselected when clicked again.

@mui/x-data-grid@8.0.0-alpha.4

@mui/x-data-grid-pro@8.0.0-alpha.4 pro

Same changes as in @mui/x-data-grid@8.0.0-alpha.4, plus:

@mui/x-data-grid-premium@8.0.0-alpha.4 premium

Same changes as in @mui/x-data-grid-pro@8.0.0-alpha.4, plus:

  • [DataGridPremium] Fix group column ignoring valueOptions for singleSelect column type (#15739) @arminmeh

Date and Time Pickers

@mui/x-date-pickers@8.0.0-alpha.4

@mui/x-date-pickers-pro@8.0.0-alpha.4 pro

Same changes as in @mui/x-date-pickers@8.0.0-alpha.4.

Charts

Breaking changes

  • The default styling of the charts tooltip has been updated.

@mui/x-charts@8.0.0-alpha.4

@mui/x-charts-pro@8.0.0-alpha.4 pro

Same changes as in @mui/x-charts@8.0.0-alpha.4.

Tree View

@mui/x-tree-view@8.0.0-alpha.4

No changes, releasing to keep the versions in sync.

@mui/x-tree-view-pro@8.0.0-alpha.4 pro

Releasing to benefit from license package fix (#15814).

Docs

Core

  • [code-infra] Add Charts sandbox generation (#15830) @JCQuintas
  • [code-infra] Remove redundant @type/react-test-renderer dep (#15766) @LukasTy
  • [license] Use console.log for the error message on Codesandbox to avoid rendering error (#15814) @arminmeh

Don't miss a new mui-x release

NewReleases is sending notifications on new releases.