Skip to content

v7.28.0

Compare
Choose a tag to compare
@LukasTy LukasTy released this 17 Mar 17:06
· 20 commits to v7.x since this release
77e84ec

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

  • 🎁 Add support for @mui/material version 7 in all X packages
  • 🐞 Bugfixes
  • 🌍 Improve Chinese (zh-CN), (zh-HK), (zh-TW), Czech (cs-CZ), Korean (ko-KR) and Slovak (sk-Sk) locales on the Data Grid
  • 🌍 Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales on the Pickers

Special thanks go out to the community contributors who have helped make this release possible:
@Blake-McCullough, @hlavacz, @yelahj, @k-rajat19, @nusr.
Following are all team members who have contributed to this release:
@arminmeh, @flaviendelangle, @LukasTy, @michelengelen, @MBilalShafi.

Data Grid

@mui/[email protected]

  • [DataGrid] Add click propagation and prevents default on toggleMenu click (#16909) @michelengelen
  • [DataGrid] Fix processRowUpdate() error if the row is removed before it is executed (#16904) @arminmeh
  • [DataGrid] Fix bug with adding and removing columns in active edit state (#16916) @Blake-McCullough
  • [DataGrid] Fix visual issue with pinned columns and row spanning (#16942) @MBilalShafi
  • [DataGrid] Make column header menu button aria-labels unique (#16925) @owais635
  • [DataGrid] Fix printOptions not respecting hideFooter root prop (#16915) @k-rajat19
  • [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16917 and #16887) @nusr
  • [l10n] Improve Czech (cs-CZ) and Slovak (sk-Sk) locales (#16996) @hlavacz
  • [l10n] Improve Korean (ko-KR) locale (#16998) @yelahj

@mui/[email protected] pro

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

  • [DataGridPro] Fix header filters not displaying restored values (#16976) @MBilalShafi
  • [DataGridPro] Fix infinite loading not reacting when scrolling to the end (#16939) @arminmeh

@mui/[email protected] premium

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

  • [DataGridPremium] Fix selection propagation issues with controlled state (#16995) @MBilalShafi

Date and Time Pickers

@mui/[email protected]

  • [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16997) @nusr

@mui/[email protected] pro

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

  • [DateRangeCalendar] Do not update the previewed day when hovering a day and the value is empty (#16892) @flaviendelangle

Charts

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

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

Tree View

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

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

Docs

  • [docs] Fix link to the lazy loading demo for the DataGrid (#16912) @nusr

Core