We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
- 🎨 Add color legend for charts (#13700) @alexfauquette
- 🌍 Improve Korean (ko-KR) locale on the Date and Time Pickers
- 🌍 Improve Russian (ru-RU) locale on the Date and Time Pickers and Data Grid
- 🐞 Bugfixes
- 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.11.0
- [DataGrid] Expose
gridEditRowsStateSelector
(#13877) @romgrk - [DataGrid] Fix
columnResizeStop
event not emitted when column is not resized (#13307) @mateuseap - [DataGrid] Fix delete filter inconsistent behavior (#13353) @oukunan
- [DataGrid] Enable flip on preferences panel (#13803) @romgrk
- [DataGrid] Support
date
anddatetime-local
input types inGridFilterInputMultipleValue
type (#13411) @karudedios - [l10n] Improve Russian (ru-RU) locale (#13735) @diro-atk
@mui/x-data-grid-pro@7.11.0
Same changes as in @mui/x-data-grid@7.11.0
.
@mui/x-data-grid-premium@7.11.0
Same changes as in @mui/x-data-grid-pro@7.11.0
.
Date and Time Pickers
@mui/x-date-pickers@7.11.0
- [l10n] Improve Korean (ko-KR) locale (#13651) @100pearlcent
- [l10n] Improve Russian (ru-RU) locale (#13871) @Inv1x
- [pickers] Add more conformance tests improving API docs precision (#13800) @LukasTy
- [TimePicker] Add
Mui-selected
class toTimeClock
meridiem buttons (#13848) @LukasTy
@mui/x-date-pickers-pro@7.11.0
Same changes as in @mui/x-date-pickers@7.11.0
, plus:
Charts
@mui/x-charts@7.11.0
- [charts] Create color legend (#13700) @alexfauquette
- [charts] Defaultize axis on top level
useChartContainerProps
(#13817) @JCQuintas - [charts] Fix charts not passing
className
to root element (#13647) @JCQuintas - [charts] Generate API documentation for pro components (#13822) @alexfauquette
- [charts] Improve zoomed highlight behaviour (unreleased) (#13868) @JCQuintas
- [charts] Allow zoom on Y axis and add zoom options to configure zooming behaviour (unreleased) (#13726) @JCQuintas
- [charts] Disable animations while zooming (unreleased) (#13807) @JCQuintas
Tree View
@mui/x-tree-view@7.11.0
- [TreeView] Extract some logic outside of the
useTreeView
hook (#13845) @flaviendelangle
Docs
- [docs] Add warning about
process.env.NODE_ENV
in production (#13869) @cherniavskii - [docs] Allow controlling the demo form from the example (#13796) @JCQuintas
- [docs] Clarify Pickers clearable behavior not working on mobile (#13786) @lnhrdt
- [docs] Improve the documentation of the picker's
onChange
andonAccept
props (#13543) @flaviendelangle - [docs] Replace company name with project name @oliviertassinari
- [docs] Sort Pickers & Charts API slots alphabetically (#13843) @LukasTy
Core
- [core] Add MUI Internal
renovate
group (#13846) @LukasTy - [core] Link GitHub issue for
import/prefer-default-export
rule @oliviertassinari - [core] Normalize
...other
and test imports in charts (#13844) @JCQuintas - [core] Normalize rest / other to match the most common used @oliviertassinari
- [code-infra] Follow
next
tag for@mui/docs
package bumps (#13813) @LukasTy - [code-infra] Use specific version for
@mui/docs
dependency (#13760) @LukasTy - [internals] Move
EventManager
to@mui/x-internals
package (#13815) @flaviendelangle