Skip to content

v7.10.0

Compare
Choose a tag to compare
@arminmeh arminmeh released this 11 Jul 14:18
· 238 commits to master since this release
f502dbe

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

  • 🎁 Add selectors to support showing child row count in footer in the Data Grid
  • ✨ New APIs for retrieving current item tree and item's children IDs in the Tree View
  • 🌍 Improve Spanish (es-ES) locale on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/[email protected]

@mui/[email protected] pro

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

  • [DataGridPro] Keep bottom pinned row at the bottom (#13313) @romgrk

@mui/[email protected] premium

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

Date and Time Pickers

@mui/[email protected]

  • [fields] Prevent infinite recursion when ensuring selection (#13779) @LukasTy
  • [fields] Unify fields behavior regardless of the readOnly flag (#13688) @LukasTy

@mui/[email protected] pro

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

  • [DateRangePicker] Fix calendarHeader slot props propagation (#13780) @LukasTy
  • [DateTimeRangePicker] Resolve format from given views (#13743) @LukasTy

Charts

@mui/[email protected]

  • [charts] Fix displaying area of a LineChart when using the log scale (#13791) @alexfauquette
  • [charts] Use correct click handler prop on pie chart OnSeriesItemClick documentation (#13761) @tonyhallett

Tree View

@mui/[email protected]

Docs

Core