@mui/x-data-grid 9.0.1 → 9.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +121 -0
- package/components/base/GridOverlays.js +1 -1
- package/components/base/GridOverlays.mjs +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,126 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 9.0.2
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v9.0.1..master -->
|
|
6
|
+
|
|
7
|
+
_Apr 15, 2026_
|
|
8
|
+
|
|
9
|
+
We'd like to extend a big thank you to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 📊 Added `valueGetter` to axes and series configurations, which allow for dynamically getting data out of a `dataset`.
|
|
12
|
+
- 🐞 Bugfixes
|
|
13
|
+
- 📚 Docs updates
|
|
14
|
+
|
|
15
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
16
|
+
@Anexus5919, @nk10nikhil
|
|
17
|
+
|
|
18
|
+
The following team members contributed to this release:
|
|
19
|
+
@aemartos, @alexfauquette, @brijeshb42, @Janpot, @JCQuintas, @LukasTy, @MBilalShafi, @michelengelen, @rita-codes, @sai6855
|
|
20
|
+
|
|
21
|
+
### Data Grid
|
|
22
|
+
|
|
23
|
+
#### `@mui/x-data-grid@9.0.2`
|
|
24
|
+
|
|
25
|
+
- [DataGrid] Fix skeleton overlay backdrop issue (#21951) @MBilalShafi
|
|
26
|
+
- [DataGrid] Make `overridesResolver` of `ResizablePanelHandle` dynamic (#21724) @sai6855
|
|
27
|
+
|
|
28
|
+
#### `@mui/x-data-grid-pro@9.0.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
29
|
+
|
|
30
|
+
Same changes as in `@mui/x-data-grid@9.0.2`.
|
|
31
|
+
|
|
32
|
+
#### `@mui/x-data-grid-premium@9.0.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
33
|
+
|
|
34
|
+
Same changes as in `@mui/x-data-grid-pro@9.0.2`.
|
|
35
|
+
|
|
36
|
+
### Date and Time Pickers
|
|
37
|
+
|
|
38
|
+
#### `@mui/x-date-pickers@9.0.2`
|
|
39
|
+
|
|
40
|
+
- [fields] Allow `openPickerButtonPosition` on single-input range fields (#22011) @LukasTy
|
|
41
|
+
- [pickers] Fix spurious `onBlur`/`onFocus` firing during field focus transitions (#22098) @LukasTy
|
|
42
|
+
- [pickers] Use `convertToMeridiem` utility in `transferDateSectionValue` (#22062) @michelengelen
|
|
43
|
+
|
|
44
|
+
#### `@mui/x-date-pickers-pro@9.0.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
45
|
+
|
|
46
|
+
Same changes as in `@mui/x-date-pickers@9.0.2`.
|
|
47
|
+
|
|
48
|
+
### Charts
|
|
49
|
+
|
|
50
|
+
#### `@mui/x-charts@9.0.2`
|
|
51
|
+
|
|
52
|
+
- [charts] Add `valueGetter` to axes and series (#21963) @JCQuintas
|
|
53
|
+
- [charts] Create a `ChartsRadialDataProvider` (#22047) @alexfauquette
|
|
54
|
+
- [charts] Create a `ChartsRadialGrid` (#22085) @alexfauquette
|
|
55
|
+
- [charts] Deprecate `Scatter` component (#22060) @JCQuintas
|
|
56
|
+
- [charts] Remove duplicate `useThemeProps` call (#22045) @alexfauquette
|
|
57
|
+
- [charts] Simplify focus state handling in `BarElement` component (#22101) @sai6855
|
|
58
|
+
|
|
59
|
+
#### `@mui/x-charts-pro@9.0.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
60
|
+
|
|
61
|
+
Same changes as in `@mui/x-charts@9.0.2`, plus:
|
|
62
|
+
|
|
63
|
+
- [charts-pro] Add range buttons to toolbar (#21964) @JCQuintas
|
|
64
|
+
|
|
65
|
+
#### `@mui/x-charts-premium@9.0.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
66
|
+
|
|
67
|
+
Same changes as in `@mui/x-charts-pro@9.0.2`.
|
|
68
|
+
|
|
69
|
+
### Tree View
|
|
70
|
+
|
|
71
|
+
#### `@mui/x-tree-view@9.0.2`
|
|
72
|
+
|
|
73
|
+
Internal changes.
|
|
74
|
+
|
|
75
|
+
#### `@mui/x-tree-view-pro@9.0.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
76
|
+
|
|
77
|
+
Same changes as in `@mui/x-tree-view@9.0.2`, plus:
|
|
78
|
+
|
|
79
|
+
- [tree view] Move `lazyLoadedItems` initialization to state initializer (#22073) @michelengelen
|
|
80
|
+
|
|
81
|
+
### Scheduler
|
|
82
|
+
|
|
83
|
+
#### `@mui/x-scheduler@9.0.0-alpha.2`
|
|
84
|
+
|
|
85
|
+
- [scheduler] Add recurrence icon to recurring events in `EventTimeline` (#22019) (#22046) @nk10nikhil
|
|
86
|
+
- [scheduler] Reset scroll position when navigating to a new time period (#22036) @Anexus5919
|
|
87
|
+
- [l10n] Improve German (de-DE) locale (#21944) @rita-codes
|
|
88
|
+
- [l10n] Improve Portuguese - Portugal (pt-PT) locale & Improve Portuguese - Brazil (pt-BR) locale (#21943) @rita-codes
|
|
89
|
+
|
|
90
|
+
#### `@mui/x-scheduler-premium@9.0.0-alpha.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
91
|
+
|
|
92
|
+
Same changes as in `@mui/x-scheduler@9.0.0-alpha.2`.
|
|
93
|
+
|
|
94
|
+
### Chat
|
|
95
|
+
|
|
96
|
+
#### `@mui/x-chat@9.0.0-alpha.1`
|
|
97
|
+
|
|
98
|
+
- Internal changes.
|
|
99
|
+
|
|
100
|
+
#### `@mui/x-chat-headless@9.0.0-alpha.1`
|
|
101
|
+
|
|
102
|
+
- Internal changes.
|
|
103
|
+
|
|
104
|
+
### Docs
|
|
105
|
+
|
|
106
|
+
- [docs] Add data grid `isAnyOf` paste recipe (#21961) @MBilalShafi
|
|
107
|
+
- [docs] Add `@mui/material` upgrade requirement to v9 migration guides (#22068) @LukasTy
|
|
108
|
+
- [docs] Fix pages width with `disableToc` (#22051) @LukasTy
|
|
109
|
+
- [docs] Split charts axis page (#22069) @alexfauquette
|
|
110
|
+
- [docs] Update `ChartsRadialDataProvider` API page imports (#22072) @JCQuintas
|
|
111
|
+
|
|
112
|
+
### Core
|
|
113
|
+
|
|
114
|
+
- [code-infra] Fix lock file (#22053) @JCQuintas
|
|
115
|
+
- [code-infra] Limit `release:build` lerna concurrency to 6 (#22077) @Janpot
|
|
116
|
+
- [docs-infra] Update monorepo dependency with relevant migration (#22041) @brijeshb42
|
|
117
|
+
|
|
118
|
+
### Miscellaneous
|
|
119
|
+
|
|
120
|
+
- [telemetry] Skip runtime resolution when telemetry is disabled (#22078) @aemartos
|
|
121
|
+
- [test] Remove v7 suffix from test helpers and stale comments (#22023) @LukasTy
|
|
122
|
+
- [scheduler] Fix README for published packages (#22042) @rita-codes
|
|
123
|
+
|
|
3
124
|
## 9.0.1
|
|
4
125
|
|
|
5
126
|
<!-- generated comparing v9.0.0..master -->
|
|
@@ -76,7 +76,7 @@ function GridOverlayWrapper(props) {
|
|
|
76
76
|
className: classes.inner,
|
|
77
77
|
style: {
|
|
78
78
|
height,
|
|
79
|
-
width: dimensions.viewportOuterSize.width
|
|
79
|
+
width: props.loadingOverlayVariant === 'skeleton' ? Math.max(dimensions.viewportOuterSize.width, dimensions.columnsTotalWidth) : dimensions.viewportOuterSize.width
|
|
80
80
|
}
|
|
81
81
|
}, props))
|
|
82
82
|
}));
|
|
@@ -68,7 +68,7 @@ export function GridOverlayWrapper(props) {
|
|
|
68
68
|
className: classes.inner,
|
|
69
69
|
style: {
|
|
70
70
|
height,
|
|
71
|
-
width: dimensions.viewportOuterSize.width
|
|
71
|
+
width: props.loadingOverlayVariant === 'skeleton' ? Math.max(dimensions.viewportOuterSize.width, dimensions.columnsTotalWidth) : dimensions.viewportOuterSize.width
|
|
72
72
|
}
|
|
73
73
|
}, props))
|
|
74
74
|
}));
|
package/index.js
CHANGED
package/index.mjs
CHANGED