|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 9.7.0 |
4 | | - |
5 | | -_Jun 25, 2026_ |
6 | | - |
7 | | -We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨: |
8 | | - |
9 | | -TODO INSERT HIGHLIGHTS |
10 | | - |
11 | | -Special thanks go out to these community members for their valuable contributions: |
12 | | -@Anexus5919, @code-infra-renovate[bot], @mustafajw07 |
13 | | - |
14 | | -The following team members contributed to this release: |
15 | | -@alexfauquette, @arminmeh, @brijeshb42, @Janpot, @JCQuintas, @LukasTy, @MBilalShafi, @michelengelen, @romgrk, @sai6855, @siriwatknp |
16 | | - |
17 | | -### Data Grid |
18 | | - |
19 | | -#### `@mui/x-data-grid@9.7.0` |
20 | | - |
21 | | -- [DataGrid] Fix Demo CustomColumnMenuGrid crashing (#22897) @sai6855 |
22 | | -- [DataGrid] Fix crash in `getRowValue` when `colDef` is undefined (#22838) @LukasTy |
23 | | -- [DataGrid] Fix `longText` expand button submitting surrounding form (#22450) @siriwatknp |
24 | | -- [DataGrid] Remove filename ignore list from `removePropTypesPlugin` in Babel config (#22727) @sai6855 |
25 | | -- [DataGrid] Deduplicate scroll-preserving focus logic (#22916) @sai6855 |
26 | | -- [DataGrid] Fix `singleSelect` clearing to use empty string instead of `null` (#22881) @michelengelen |
27 | | -- [DataGrid] Wait for rows before reacting on `autosizeOnMount` (#22698) @MBilalShafi |
28 | | - |
29 | | -#### `@mui/x-data-grid-pro@9.7.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
30 | | - |
31 | | -Same changes as in `@mui/x-data-grid@9.7.0`. |
32 | | - |
33 | | -#### `@mui/x-data-grid-premium@9.7.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan') |
34 | | - |
35 | | -Same changes as in `@mui/x-data-grid-pro@9.7.0`. |
36 | | - |
37 | | -### Date and Time Pickers |
38 | | - |
39 | | -#### `@mui/x-date-pickers@9.7.0` |
40 | | - |
41 | | -- [fields] Announce cardinal day in the day section `aria-valuetext` (#22922) @LukasTy |
42 | | -- [fields] Avoid focusing the field on blank space clicks (#22285) @LukasTy |
43 | | -- [pickers] Commit TimeClock value when the drag ends outside the clock (#22877) @LukasTy |
44 | | -- [pickers] Respect explicit `notched` prop on the outlined PickersTextField (#22875) @LukasTy |
45 | | - |
46 | | -#### `@mui/x-date-pickers-pro@9.7.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
47 | | - |
48 | | -Same changes as in `@mui/x-date-pickers@9.7.0`. |
49 | | - |
50 | | -### Charts |
51 | | - |
52 | | -#### `@mui/x-charts@9.7.0` |
53 | | - |
54 | | -- [charts] Add demo for displaying the sum of all values from the stacked series on top of the stacked bars (#22879) @sai6855 |
55 | | -- [charts] Add `zAxis` custom scatter component demo (#22746) @mustafajw07 |
56 | | -- [charts] Apply axis `colorMap` to radial bar fill (#22800) @JCQuintas |
57 | | -- [charts] Simplify classes type (#22626) @alexfauquette |
58 | | -- [charts] Stable progressive scatter batching + responsive zoom/pan (#22862) @JCQuintas |
59 | | -- [charts] Strip dev-only console diagnostics from production (#22917) @sai6855 |
60 | | -- [docs] Fix scatter renderer table blocking column (#22904) @JCQuintas |
61 | | -- [docs] Make ScatterAsyncRenderer button bar responsive (#22905) @JCQuintas |
62 | | - |
63 | | -#### `@mui/x-charts-pro@9.7.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
64 | | - |
65 | | -Same changes as in `@mui/x-charts@9.7.0`. |
66 | | - |
67 | | -#### `@mui/x-charts-premium@9.7.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan') |
68 | | - |
69 | | -Same changes as in `@mui/x-charts-pro@9.7.0`. |
70 | | - |
71 | | -### Tree View |
72 | | - |
73 | | -#### `@mui/x-tree-view@9.7.0` |
74 | | - |
75 | | -Internal changes. |
76 | | - |
77 | | -#### `@mui/x-tree-view-pro@9.7.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
78 | | - |
79 | | -Same changes as in `@mui/x-tree-view@9.7.0`. |
80 | | - |
81 | | -### Scheduler |
82 | | - |
83 | | -#### `@mui/x-scheduler@9.0.0-beta.3` |
84 | | - |
85 | | -- [scheduler] Highlight only the edited occurrence of a recurring event (#22873) @Anexus5919 |
86 | | - |
87 | | -#### `@mui/x-scheduler-premium@9.0.0-beta.3` [](https://mui.com/r/x-premium-svg-link 'Premium plan') |
88 | | - |
89 | | -Same changes as in `@mui/x-scheduler@9.0.0-beta.3`. |
90 | | - |
91 | | -### Codemod |
92 | | - |
93 | | -#### `@mui/x-codemod@9.7.0` |
94 | | - |
95 | | -Internal changes. |
96 | | - |
97 | | -### Core |
98 | | - |
99 | | -- [code-infra] Fix react@^18 CI failing on nanoid trust-downgrade (#22923) @LukasTy |
100 | | -- [code-infra] Reduce Netlify build parallelism to 2 (#22925) @LukasTy |
101 | | -- [code-infra] Use Turbopack for docs in dev (#22882) @brijeshb42 |
102 | | -- [docs-infra] Pre-render API page descriptions (#22919) @brijeshb42 |
103 | | -- [internal] Use @base-ui/utils/platform for platform detection (#22710) @romgrk |
104 | | -- [internal] Enforce top-level type imports (#22679) @Janpot |
105 | | - |
106 | | -### Miscellaneous |
107 | | - |
108 | | -- [internal] Bump MUI public packages (#22894) @code-infra-renovate[bot] |
109 | | -- [internal] Pin dependencies (#22896) @code-infra-renovate[bot] |
110 | | -- [internal] Enable mui/no-floating-cleanup and fix leaks (#22872) @romgrk |
111 | | -- [infra] Update `.gitignore` to exclude `.claude` sub-directories (#22435) @michelengelen |
112 | | -- [virtualizer] Improve the dimensions' initial state (#22885) @arminmeh |
113 | | - |
114 | 3 | ## 9.6.0 |
115 | 4 |
|
116 | 5 | _Jun 18, 2026_ |
|
0 commit comments