@mui/x-internals 9.0.0-alpha.0 → 9.0.0-alpha.4
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 +481 -0
- package/EventManager/index.d.mts +2 -0
- package/EventManager/index.mjs +1 -0
- package/ToolbarContext/ToolbarContext.js +3 -1
- package/{esm/ToolbarContext/ToolbarContext.js → ToolbarContext/ToolbarContext.mjs} +2 -1
- package/ToolbarContext/index.d.mts +2 -0
- package/ToolbarContext/index.mjs +2 -0
- package/{esm/ToolbarContext/useRegisterToolbarButton.js → ToolbarContext/useRegisterToolbarButton.mjs} +1 -1
- package/export/index.d.mts +1 -0
- package/export/index.mjs +1 -0
- package/fastArrayCompare/index.d.mts +1 -0
- package/fastArrayCompare/index.mjs +1 -0
- package/{esm/fastMemo/fastMemo.js → fastMemo/fastMemo.mjs} +1 -1
- package/fastMemo/index.d.mts +1 -0
- package/fastMemo/index.mjs +1 -0
- package/{esm/fastObjectShallowCompare/index.d.ts → fastObjectShallowCompare/index.d.mts} +1 -1
- package/{esm/fastObjectShallowCompare/index.js → fastObjectShallowCompare/index.mjs} +1 -1
- package/formatErrorMessage/formatErrorMessage.d.mts +10 -0
- package/formatErrorMessage/formatErrorMessage.d.ts +10 -0
- package/formatErrorMessage/formatErrorMessage.js +22 -0
- package/formatErrorMessage/formatErrorMessage.mjs +16 -0
- package/formatErrorMessage/index.d.mts +1 -0
- package/formatErrorMessage/index.d.ts +1 -0
- package/formatErrorMessage/index.js +12 -0
- package/formatErrorMessage/index.mjs +1 -0
- package/{esm/forwardRef/forwardRef.js → forwardRef/forwardRef.mjs} +1 -1
- package/forwardRef/index.d.mts +1 -0
- package/forwardRef/index.mjs +1 -0
- package/hash/index.d.mts +1 -0
- package/hash/index.mjs +1 -0
- package/isDeepEqual/index.d.mts +1 -0
- package/isDeepEqual/index.mjs +1 -0
- package/isObjectEmpty/index.d.mts +1 -0
- package/isObjectEmpty/index.mjs +1 -0
- package/package.json +374 -7
- package/rafThrottle/index.d.mts +1 -0
- package/rafThrottle/index.mjs +1 -0
- package/{esm/store/Store.js → store/Store.mjs} +1 -1
- package/store/createSelector.d.mts +55 -0
- package/store/createSelector.d.ts +49 -0
- package/store/createSelector.js +57 -5
- package/{esm/store/createSelector.js → store/createSelector.mjs} +56 -5
- package/store/createSelectorType.d.mts +18 -0
- package/store/createSelectorType.d.ts +10 -1
- package/store/index.d.mts +4 -0
- package/store/index.mjs +4 -0
- package/{esm/store/useStore.d.ts → store/useStore.d.mts} +1 -1
- package/{esm/store/useStore.js → store/useStore.mjs} +1 -1
- package/{esm/store/useStoreEffect.d.ts → store/useStoreEffect.d.mts} +1 -1
- package/throttle/index.d.mts +1 -0
- package/throttle/index.mjs +1 -0
- package/types/DistributiveOmit.d.mts +9 -0
- package/types/DistributiveOmit.d.ts +9 -0
- package/types/DistributiveOmit.js +5 -0
- package/types/base.mjs +1 -0
- package/types/index.d.mts +12 -0
- package/types/index.d.ts +1 -0
- package/types/index.js +11 -0
- package/types/index.mjs +12 -0
- package/{esm/useAssertModelConsistency/index.d.ts → useAssertModelConsistency/index.d.mts} +1 -1
- package/{esm/useAssertModelConsistency/index.js → useAssertModelConsistency/index.mjs} +1 -1
- package/{esm/useAssertModelConsistency/useAssertModelConsistency.js → useAssertModelConsistency/useAssertModelConsistency.mjs} +1 -1
- package/useComponentRenderer/index.d.mts +1 -0
- package/useComponentRenderer/index.mjs +1 -0
- package/useEffectAfterFirstRender/index.d.mts +1 -0
- package/useEffectAfterFirstRender/index.mjs +1 -0
- package/useFirstRender/index.d.mts +1 -0
- package/useFirstRender/index.mjs +1 -0
- package/useResizeObserver/index.d.mts +1 -0
- package/useResizeObserver/index.mjs +1 -0
- package/useRunOnce/index.d.mts +1 -0
- package/useRunOnce/index.mjs +1 -0
- package/warning/index.d.mts +1 -0
- package/warning/index.mjs +1 -0
- package/esm/EventManager/index.d.ts +0 -2
- package/esm/EventManager/index.js +0 -1
- package/esm/ToolbarContext/index.d.ts +0 -2
- package/esm/ToolbarContext/index.js +0 -2
- package/esm/export/index.d.ts +0 -1
- package/esm/export/index.js +0 -1
- package/esm/fastArrayCompare/index.d.ts +0 -1
- package/esm/fastArrayCompare/index.js +0 -1
- package/esm/fastMemo/index.d.ts +0 -1
- package/esm/fastMemo/index.js +0 -1
- package/esm/forwardRef/index.d.ts +0 -1
- package/esm/forwardRef/index.js +0 -1
- package/esm/hash/index.d.ts +0 -1
- package/esm/hash/index.js +0 -1
- package/esm/isDeepEqual/index.d.ts +0 -1
- package/esm/isDeepEqual/index.js +0 -1
- package/esm/isObjectEmpty/index.d.ts +0 -1
- package/esm/isObjectEmpty/index.js +0 -1
- package/esm/package.json +0 -1
- package/esm/rafThrottle/index.d.ts +0 -1
- package/esm/rafThrottle/index.js +0 -1
- package/esm/store/createSelector.d.ts +0 -6
- package/esm/store/createSelectorType.d.ts +0 -9
- package/esm/store/index.d.ts +0 -4
- package/esm/store/index.js +0 -4
- package/esm/throttle/index.d.ts +0 -1
- package/esm/throttle/index.js +0 -1
- package/esm/types/index.d.ts +0 -11
- package/esm/types/index.js +0 -11
- package/esm/useComponentRenderer/index.d.ts +0 -1
- package/esm/useComponentRenderer/index.js +0 -1
- package/esm/useEffectAfterFirstRender/index.d.ts +0 -1
- package/esm/useEffectAfterFirstRender/index.js +0 -1
- package/esm/useFirstRender/index.d.ts +0 -1
- package/esm/useFirstRender/index.js +0 -1
- package/esm/useResizeObserver/index.d.ts +0 -1
- package/esm/useResizeObserver/index.js +0 -1
- package/esm/useRunOnce/index.d.ts +0 -1
- package/esm/useRunOnce/index.js +0 -1
- package/esm/warning/index.d.ts +0 -1
- package/esm/warning/index.js +0 -1
- /package/{esm/EventManager/EventManager.d.ts → EventManager/EventManager.d.mts} +0 -0
- /package/{esm/EventManager/EventManager.js → EventManager/EventManager.mjs} +0 -0
- /package/{esm/ToolbarContext/ToolbarContext.d.ts → ToolbarContext/ToolbarContext.d.mts} +0 -0
- /package/{esm/ToolbarContext/useRegisterToolbarButton.d.ts → ToolbarContext/useRegisterToolbarButton.d.mts} +0 -0
- /package/{esm/export/loadStyleSheets.d.ts → export/loadStyleSheets.d.mts} +0 -0
- /package/{esm/export/loadStyleSheets.js → export/loadStyleSheets.mjs} +0 -0
- /package/{esm/fastArrayCompare/fastArrayCompare.d.ts → fastArrayCompare/fastArrayCompare.d.mts} +0 -0
- /package/{esm/fastArrayCompare/fastArrayCompare.js → fastArrayCompare/fastArrayCompare.mjs} +0 -0
- /package/{esm/fastMemo/fastMemo.d.ts → fastMemo/fastMemo.d.mts} +0 -0
- /package/{esm/fastObjectShallowCompare/fastObjectShallowCompare.d.ts → fastObjectShallowCompare/fastObjectShallowCompare.d.mts} +0 -0
- /package/{esm/fastObjectShallowCompare/fastObjectShallowCompare.js → fastObjectShallowCompare/fastObjectShallowCompare.mjs} +0 -0
- /package/{esm/forwardRef/forwardRef.d.ts → forwardRef/forwardRef.d.mts} +0 -0
- /package/{esm/hash/hash.d.ts → hash/hash.d.mts} +0 -0
- /package/{esm/hash/hash.js → hash/hash.mjs} +0 -0
- /package/{esm/isDeepEqual/isDeepEqual.d.ts → isDeepEqual/isDeepEqual.d.mts} +0 -0
- /package/{esm/isDeepEqual/isDeepEqual.js → isDeepEqual/isDeepEqual.mjs} +0 -0
- /package/{esm/isObjectEmpty/isObjectEmpty.d.ts → isObjectEmpty/isObjectEmpty.d.mts} +0 -0
- /package/{esm/isObjectEmpty/isObjectEmpty.js → isObjectEmpty/isObjectEmpty.mjs} +0 -0
- /package/{esm/lruMemoize/index.d.ts → lruMemoize/index.d.mts} +0 -0
- /package/{esm/lruMemoize/index.js → lruMemoize/index.mjs} +0 -0
- /package/{esm/math/index.d.ts → math/index.d.mts} +0 -0
- /package/{esm/math/index.js → math/index.mjs} +0 -0
- /package/{esm/platform/index.d.ts → platform/index.d.mts} +0 -0
- /package/{esm/platform/index.js → platform/index.mjs} +0 -0
- /package/{esm/rafThrottle/rafThrottle.d.ts → rafThrottle/rafThrottle.d.mts} +0 -0
- /package/{esm/rafThrottle/rafThrottle.js → rafThrottle/rafThrottle.mjs} +0 -0
- /package/{esm/reactMajor/index.d.ts → reactMajor/index.d.mts} +0 -0
- /package/{esm/reactMajor/index.js → reactMajor/index.mjs} +0 -0
- /package/{esm/slots/index.d.ts → slots/index.d.mts} +0 -0
- /package/{esm/slots/index.js → slots/index.mjs} +0 -0
- /package/{esm/store/Store.d.ts → store/Store.d.mts} +0 -0
- /package/{esm/store/createSelectorType.js → store/createSelectorType.mjs} +0 -0
- /package/{esm/store/useStoreEffect.js → store/useStoreEffect.mjs} +0 -0
- /package/{esm/throttle/throttle.d.ts → throttle/throttle.d.mts} +0 -0
- /package/{esm/throttle/throttle.js → throttle/throttle.mjs} +0 -0
- /package/{esm/types/AppendKeys.d.ts → types/AppendKeys.d.mts} +0 -0
- /package/{esm/types/AppendKeys.js → types/AppendKeys.mjs} +0 -0
- /package/{esm/types/DefaultizedProps.d.ts → types/DefaultizedProps.d.mts} +0 -0
- /package/{esm/types/DefaultizedProps.js → types/DefaultizedProps.mjs} +0 -0
- /package/{esm/types/GridChartsIntegration.js → types/DistributiveOmit.mjs} +0 -0
- /package/{esm/types/GridChartsIntegration.d.ts → types/GridChartsIntegration.d.mts} +0 -0
- /package/{esm/types/HasProperty.js → types/GridChartsIntegration.mjs} +0 -0
- /package/{esm/types/HasProperty.d.ts → types/HasProperty.d.mts} +0 -0
- /package/{esm/types/MakeOptional.js → types/HasProperty.mjs} +0 -0
- /package/{esm/types/MakeOptional.d.ts → types/MakeOptional.d.mts} +0 -0
- /package/{esm/types/MakeRequired.js → types/MakeOptional.mjs} +0 -0
- /package/{esm/types/MakeRequired.d.ts → types/MakeRequired.d.mts} +0 -0
- /package/{esm/types/MuiEvent.js → types/MakeRequired.mjs} +0 -0
- /package/{esm/types/MuiEvent.d.ts → types/MuiEvent.d.mts} +0 -0
- /package/{esm/types/PrependKeys.js → types/MuiEvent.mjs} +0 -0
- /package/{esm/types/PrependKeys.d.ts → types/PrependKeys.d.mts} +0 -0
- /package/{esm/types/RefObject.js → types/PrependKeys.mjs} +0 -0
- /package/{esm/types/RefObject.d.ts → types/RefObject.d.mts} +0 -0
- /package/{esm/types/SlotComponentPropsFromProps.js → types/RefObject.mjs} +0 -0
- /package/{esm/types/SlotComponentPropsFromProps.d.ts → types/SlotComponentPropsFromProps.d.mts} +0 -0
- /package/{esm/types/base.js → types/SlotComponentPropsFromProps.mjs} +0 -0
- /package/{esm/types/base.d.ts → types/base.d.mts} +0 -0
- /package/{esm/useAssertModelConsistency/useAssertModelConsistency.d.ts → useAssertModelConsistency/useAssertModelConsistency.d.mts} +0 -0
- /package/{esm/useComponentRenderer/useComponentRenderer.d.ts → useComponentRenderer/useComponentRenderer.d.mts} +0 -0
- /package/{esm/useComponentRenderer/useComponentRenderer.js → useComponentRenderer/useComponentRenderer.mjs} +0 -0
- /package/{esm/useEffectAfterFirstRender/useEffectAfterFirstRender.d.ts → useEffectAfterFirstRender/useEffectAfterFirstRender.d.mts} +0 -0
- /package/{esm/useEffectAfterFirstRender/useEffectAfterFirstRender.js → useEffectAfterFirstRender/useEffectAfterFirstRender.mjs} +0 -0
- /package/{esm/useFirstRender/useFirstRender.d.ts → useFirstRender/useFirstRender.d.mts} +0 -0
- /package/{esm/useFirstRender/useFirstRender.js → useFirstRender/useFirstRender.mjs} +0 -0
- /package/{esm/useResizeObserver/useResizeObserver.d.ts → useResizeObserver/useResizeObserver.d.mts} +0 -0
- /package/{esm/useResizeObserver/useResizeObserver.js → useResizeObserver/useResizeObserver.mjs} +0 -0
- /package/{esm/useRunOnce/useRunOnce.d.ts → useRunOnce/useRunOnce.d.mts} +0 -0
- /package/{esm/useRunOnce/useRunOnce.js → useRunOnce/useRunOnce.mjs} +0 -0
- /package/{esm/warning/warning.d.ts → warning/warning.d.mts} +0 -0
- /package/{esm/warning/warning.js → warning/warning.mjs} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,486 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 9.0.0-alpha.4
|
|
4
|
+
|
|
5
|
+
_Mar 19, 2026_
|
|
6
|
+
|
|
7
|
+
We'd like to extend a big thank you to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
8
|
+
|
|
9
|
+
- 🐞 Bugfixes and internal improvements
|
|
10
|
+
|
|
11
|
+
The following team members contributed to this release:
|
|
12
|
+
@aemartos, @alexfauquette, @bernardobelchior, @Janpot, @JCQuintas, @LukasTy, @mapache-salvaje, @michelengelen, @noraleonte, @rita-codes, @sai6855, @siriwatknp
|
|
13
|
+
|
|
14
|
+
### Data Grid
|
|
15
|
+
|
|
16
|
+
#### `@mui/x-data-grid@9.0.0-alpha.4`
|
|
17
|
+
|
|
18
|
+
- [DataGrid] Mark charts integration as stable (#21764) @JCQuintas
|
|
19
|
+
- [DataGrid] Move `elementOverrides` to constants and remove duplicates (#21618) @sai6855
|
|
20
|
+
- [DataGrid] Migrate from deprecated Material UI APIs (#21682) @siriwatknp
|
|
21
|
+
|
|
22
|
+
#### `@mui/x-data-grid-pro@9.0.0-alpha.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
23
|
+
|
|
24
|
+
Same changes as in `@mui/x-data-grid@9.0.0-alpha.4`.
|
|
25
|
+
|
|
26
|
+
#### `@mui/x-data-grid-premium@9.0.0-alpha.4` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
27
|
+
|
|
28
|
+
Same changes as in `@mui/x-data-grid-pro@9.0.0-alpha.4`.
|
|
29
|
+
|
|
30
|
+
### Date and Time Pickers
|
|
31
|
+
|
|
32
|
+
#### `@mui/x-date-pickers@9.0.0-alpha.4`
|
|
33
|
+
|
|
34
|
+
- [pickers] Avoid stealing focus on click away (#13434) @LukasTy
|
|
35
|
+
- [pickers] Promote `fieldRef` to stable and add `clearValue` method (#21655) @michelengelen
|
|
36
|
+
|
|
37
|
+
#### `@mui/x-date-pickers-pro@9.0.0-alpha.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
38
|
+
|
|
39
|
+
Same changes as in `@mui/x-date-pickers@9.0.0-alpha.4`.
|
|
40
|
+
|
|
41
|
+
### Charts
|
|
42
|
+
|
|
43
|
+
#### `@mui/x-charts@9.0.0-alpha.4`
|
|
44
|
+
|
|
45
|
+
- [charts] Add v9 chart series types and helper functions migration (#21009) @bernardobelchior
|
|
46
|
+
- [charts] Extract event listener to the layer container (#21751) @alexfauquette
|
|
47
|
+
- [charts] Fix WebGL print export canvas stretching (#21738) @JCQuintas
|
|
48
|
+
- [charts] Improve deprecation warnings (#21760) @alexfauquette
|
|
49
|
+
- [charts] Improve type safety in `identifierCleaner` (#21719) @bernardobelchior
|
|
50
|
+
- [charts] Make `preferStrictDomainInLineCharts` the default (#21744) @JCQuintas
|
|
51
|
+
- [charts] Move title and description to the layer container (#21757) @alexfauquette
|
|
52
|
+
- [charts] Refactor `FunnelChart` classes structure (#21652) @JCQuintas
|
|
53
|
+
- [charts] Refactor `Heatmap` classes structure (#21653) @JCQuintas
|
|
54
|
+
- [charts] Refactor `RadarChart` classes structure (#21650) @JCQuintas
|
|
55
|
+
- [charts] Refactor `SankeyChart` classes structure (#21654) @JCQuintas
|
|
56
|
+
- [charts] Refactor legend getters to use utility functions (#21628) @sai6855
|
|
57
|
+
- [charts] Remove deprecated `ChartContainer` and `ChartDataProvider` (#21777) @alexfauquette
|
|
58
|
+
- [charts] Remove deprecated `itemId` from `SeriesLegendItemContext` (#21788) @alexfauquette
|
|
59
|
+
- [charts] Remove deprecated `useMouseTracker()` (#21787) @alexfauquette
|
|
60
|
+
- [charts] Remove deprecated classes (#21775) @alexfauquette
|
|
61
|
+
- [charts] Remove deprecated props from PieArcLabel animation (#21789) @alexfauquette
|
|
62
|
+
- [charts] Remove get*UtilityClass from public exports (#21769) @JCQuintas
|
|
63
|
+
- [charts] Remove the deprecated `disableHover` property (#21785) @alexfauquette
|
|
64
|
+
- [charts] Remove the deprecated `message` prop (#21784) @alexfauquette
|
|
65
|
+
- [charts] Remove deprecated props about voronoi (#21796) @alexfauquette
|
|
66
|
+
- [charts] Remove deprecated pieArcClasses (#21795) @alexfauquette
|
|
67
|
+
- [charts] Rename `data-series-id` by `data-series` (#21761) @alexfauquette
|
|
68
|
+
- [charts] Rename `voronoiMaxRadius`/`disableVoronoi` to `hitAreaRadius`/`disableHitArea` (#21750) @bernardobelchior
|
|
69
|
+
- [charts] Update pt-PT locale (#21296) @bernardobelchior
|
|
70
|
+
- [charts] Use different shape per series by default (#21713) @alexfauquette
|
|
71
|
+
- [charts] Add className prop to Radar components (#21794) @JCQuintas
|
|
72
|
+
- [charts] Add className prop to shared chart components (#21792) @JCQuintas
|
|
73
|
+
- [charts] Add className prop to BarPlot (#21791) @JCQuintas
|
|
74
|
+
- [charts] Portal tooltip into ChartsLayerContainer (#21801) @JCQuintas
|
|
75
|
+
|
|
76
|
+
#### `@mui/x-charts-pro@9.0.0-alpha.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
77
|
+
|
|
78
|
+
Same changes as in `@mui/x-charts@9.0.0-alpha.4`, plus:
|
|
79
|
+
|
|
80
|
+
- [charts-pro] Allow `brush` interaction to accept `requiredKeys/pointerMode` (#21716) @JCQuintas
|
|
81
|
+
- [charts-pro] Remove deprecated `onAxisClick` for Heatmap (#21786) @alexfauquette
|
|
82
|
+
|
|
83
|
+
#### `@mui/x-charts-premium@9.0.0-alpha.4` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
84
|
+
|
|
85
|
+
Same changes as in `@mui/x-charts-pro@9.0.0-alpha.4`, plus:
|
|
86
|
+
|
|
87
|
+
- [charts-premium] Add candlestick chart (#21129) @bernardobelchior
|
|
88
|
+
|
|
89
|
+
### Tree View
|
|
90
|
+
|
|
91
|
+
#### `@mui/x-tree-view@9.0.0-alpha.4`
|
|
92
|
+
|
|
93
|
+
Internal changes.
|
|
94
|
+
|
|
95
|
+
#### `@mui/x-tree-view-pro@9.0.0-alpha.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
96
|
+
|
|
97
|
+
Same changes as in `@mui/x-tree-view@9.0.0-alpha.4`.
|
|
98
|
+
|
|
99
|
+
### Codemod
|
|
100
|
+
|
|
101
|
+
#### `@mui/x-codemod@9.0.0-alpha.4`
|
|
102
|
+
|
|
103
|
+
Internal changes.
|
|
104
|
+
|
|
105
|
+
### Docs
|
|
106
|
+
|
|
107
|
+
- [docs-infra] Exclude `ServerSideLazyLoadingRevalidation` from argos (#21734) @sai6855
|
|
108
|
+
- [docs] Update charts v9 migration guide to include premium package (#21743) @bernardobelchior
|
|
109
|
+
- [docs] Update v9 migration guides to install next tag (#21741) @bernardobelchior
|
|
110
|
+
- [docs] Revise the Pie chart docs (#21565) @mapache-salvaje
|
|
111
|
+
- [docs] Revise the Bar Chart docs (#21482) @mapache-salvaje
|
|
112
|
+
- [docs] Removed a `console.log` from an aggregation demo (#21698) @michelengelen
|
|
113
|
+
|
|
114
|
+
### Core
|
|
115
|
+
|
|
116
|
+
- [code-infra] Add pkg-pr-new as dev dependency (#21754) @Janpot
|
|
117
|
+
- [code-infra] Prevent `combiner` to have default parameters (#21707) @JCQuintas
|
|
118
|
+
- [code-infra] Remove CI coverage collection and upload to Codecov (#21671) @Janpot
|
|
119
|
+
- [internal] Remove @bernardobelchior from Charts CODEOWNERS (#21776) @Copilot
|
|
120
|
+
|
|
121
|
+
### Miscellaneous
|
|
122
|
+
|
|
123
|
+
- [x-license] Fix process.env.MUI_VERSION not being replaced during build (#21727) @aemartos
|
|
124
|
+
- [x-license] Add new watermark license status message (#21720) @aemartos
|
|
125
|
+
|
|
126
|
+
## 9.0.0-alpha.3
|
|
127
|
+
|
|
128
|
+
_Mar 12, 2026_
|
|
129
|
+
|
|
130
|
+
We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
131
|
+
|
|
132
|
+
- 🐞 Bugfixes and internal improvements
|
|
133
|
+
|
|
134
|
+
The following team members contributed to this release:
|
|
135
|
+
@aemartos, @alexfauquette, @bernardobelchior, @brijeshb42, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @MBilalShafi, @michelengelen, @rita-codes, @sai6855, @siriwatknp
|
|
136
|
+
|
|
137
|
+
### Data Grid
|
|
138
|
+
|
|
139
|
+
#### `@mui/x-data-grid@9.0.0-alpha.3`
|
|
140
|
+
|
|
141
|
+
- [DataGrid] Fix crash when `rows` and `rowModesModel` are updated simultaneously (#21265) @michelengelen
|
|
142
|
+
- [DataGrid] Add missing `resizablePanelHandle` classes to `gridClasses` object (#21538) @sai6855
|
|
143
|
+
- [DataGrid] Refactor `headerAlign` style calls (#21541) @sai6855
|
|
144
|
+
|
|
145
|
+
#### `@mui/x-data-grid-pro@9.0.0-alpha.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
146
|
+
|
|
147
|
+
Same changes as in `@mui/x-data-grid@9.0.0-alpha.3`, plus:
|
|
148
|
+
|
|
149
|
+
- [DataGridPro] Add `role="presentation"` to detail panel toggle header content (#21634) @michelengelen
|
|
150
|
+
- [DataGridPro] Fix sorting not reflected in nested server-side data (#21619) @MBilalShafi
|
|
151
|
+
|
|
152
|
+
#### `@mui/x-data-grid-premium@9.0.0-alpha.3` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
153
|
+
|
|
154
|
+
Same changes as in `@mui/x-data-grid-pro@9.0.0-alpha.3`.
|
|
155
|
+
|
|
156
|
+
### Date and Time Pickers
|
|
157
|
+
|
|
158
|
+
#### `@mui/x-date-pickers@9.0.0-alpha.3`
|
|
159
|
+
|
|
160
|
+
- [pickers] Refactor `DateRangePickerDay` overrides to use a centralized `elementOverrides` object (#21426) @sai6855
|
|
161
|
+
- [pickers] Migrate from deprecated props for `PickersModalDialog` (#21702) @siriwatknp
|
|
162
|
+
|
|
163
|
+
#### `@mui/x-date-pickers-pro@9.0.0-alpha.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
164
|
+
|
|
165
|
+
Same changes as in `@mui/x-date-pickers@9.0.0-alpha.3`.
|
|
166
|
+
|
|
167
|
+
### Charts
|
|
168
|
+
|
|
169
|
+
#### `@mui/x-charts@9.0.0-alpha.3`
|
|
170
|
+
|
|
171
|
+
- [charts] Differentiate Line Plot roots classes (#21679) @JCQuintas
|
|
172
|
+
- [charts] Enable keyboard navigation by default (#21675) @alexfauquette
|
|
173
|
+
- [charts] Fix keyboard tooltip radar (#21667) @alexfauquette
|
|
174
|
+
- [charts] Fix selector default parameter (#21638) @JCQuintas
|
|
175
|
+
- [charts] Fix tooltip blink between node and pointer anchor (#21611) @alexfauquette
|
|
176
|
+
- [charts] Let tooltip and legend reflect the line shape (#21475) @alexfauquette
|
|
177
|
+
- [charts] Refactor `BarChart` classes structure (#21601) @JCQuintas
|
|
178
|
+
- [charts] Refactor `LineChart` classes structure (#21648) @JCQuintas
|
|
179
|
+
- [charts] Refactor `ScatterChart` classes structure (#21651) @JCQuintas
|
|
180
|
+
- [charts] Refactor `PieChart` classes structure (#21649) @JCQuintas
|
|
181
|
+
- [charts] Remove batch rendering checks in highlight selectors (#21646) @bernardobelchior
|
|
182
|
+
- [charts] Standardize generic arg names to `SeriesType` (#21694) @alexfauquette
|
|
183
|
+
- [charts] Simplify highlight hooks return types (#21695) @alexfauquette
|
|
184
|
+
|
|
185
|
+
#### `@mui/x-charts-pro@9.0.0-alpha.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
186
|
+
|
|
187
|
+
Same changes as in `@mui/x-charts@9.0.0-alpha.3`, plus:
|
|
188
|
+
|
|
189
|
+
- [charts-pro] Fix heatmap style override from `arc` to `cell` (#21693) @Copilot
|
|
190
|
+
- [charts-pro] Fix image export truncated when page is zoomed out (#21685) @bernardobelchior
|
|
191
|
+
- [charts-pro] Speed-up heatmap cell search with an index lookup (#21130) @alexfauquette
|
|
192
|
+
- [charts-pro] Fix heatmap highlight not working (#21710) @Copilot
|
|
193
|
+
|
|
194
|
+
#### `@mui/x-charts-premium@9.0.0-alpha.3` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
195
|
+
|
|
196
|
+
Same changes as in `@mui/x-charts-pro@9.0.0-alpha.3`, plus:
|
|
197
|
+
|
|
198
|
+
- [charts-premium] Re-enable WebGL tests (#21708) @bernardobelchior
|
|
199
|
+
|
|
200
|
+
### Tree View
|
|
201
|
+
|
|
202
|
+
#### Breaking changes
|
|
203
|
+
|
|
204
|
+
- Remove `TreeViewBaseItem` type (use `TreeViewDefaultItemModelProperties` or a custom interface)
|
|
205
|
+
- Remove `useTreeViewApiRef` hook (use `useRichTreeViewApiRef`, `useSimpleTreeViewApiRef`, or `useRichTreeViewProApiRef`)
|
|
206
|
+
- Remove `status` from content slot props returned by `getContentProps()` (use `data-*` attributes; `status` on `useTreeItem` return value is unchanged)
|
|
207
|
+
- Remove deprecated CSS state classes from `treeItemClasses`: `expanded`, `selected`, `focused`, `disabled`, `editable`, `editing` (use `[data-expanded]`, `[data-selected]`, etc.)
|
|
208
|
+
- The `<RichTreeViewPro />` component has now virtualization enabled by default.
|
|
209
|
+
- The items used inside the `<RichTreeViewPro />` now have a default height of `32px`.
|
|
210
|
+
- The events of the `<RichTreeViewPro />` are now rendered as a flat list instead of a nested tree.
|
|
211
|
+
|
|
212
|
+
#### `@mui/x-tree-view@9.0.0-alpha.3`
|
|
213
|
+
|
|
214
|
+
- [tree view] Remove deprecated APIs (#21591) @flaviendelangle
|
|
215
|
+
- [tree view] Fix collapsed children not selected with `selectionPropagation.descendants` in `SimpleTreeView` (#21253) @flaviendelangle
|
|
216
|
+
|
|
217
|
+
#### `@mui/x-tree-view-pro@9.0.0-alpha.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
218
|
+
|
|
219
|
+
Same changes as in `@mui/x-tree-view@9.0.0-alpha.3`, plus:
|
|
220
|
+
|
|
221
|
+
- [RichTreeViewPro] Make the virtualization opt-out and port the layout doc from the data grid (#21461) @flaviendelangle
|
|
222
|
+
|
|
223
|
+
### Codemod
|
|
224
|
+
|
|
225
|
+
#### `@mui/x-codemod@9.0.0-alpha.3`
|
|
226
|
+
|
|
227
|
+
Internal changes.
|
|
228
|
+
|
|
229
|
+
### Docs
|
|
230
|
+
|
|
231
|
+
- [docs] Fix `AssistantWithDataSource` demo crashing (#21555) @sai6855
|
|
232
|
+
- [docs] Remove `Preview` pill from Sankey (#21623) @bernardobelchior
|
|
233
|
+
- [docs] Migrate internal Material UI deprecated APIs (#21680) @siriwatknp
|
|
234
|
+
- [docs] Remove `New` flag on Tree View and Date and Time Pickers features released before v9 alpha (#21585) @flaviendelangle
|
|
235
|
+
|
|
236
|
+
### Core
|
|
237
|
+
|
|
238
|
+
- [code-infra] Remove checkout step (#21688) @Janpot
|
|
239
|
+
- [code-infra] Fix contributor generation in changelog (#21718) @brijeshb42
|
|
240
|
+
- [docs-infra] Do not point to non-existent v8 subdomain (#21640) @cherniavskii
|
|
241
|
+
|
|
242
|
+
### Miscellaneous
|
|
243
|
+
|
|
244
|
+
- [test] Add missing tests for forwarding props to filter operators in DataGrid (#21441) @siriwatknp
|
|
245
|
+
- [x-license] Export additional license types and constants (#21625) @aemartos
|
|
246
|
+
- [x-license] Refactor license verification to accept package info object and add v9 version gating (#21690) @aemartos
|
|
247
|
+
|
|
248
|
+
## 9.0.0-alpha.2
|
|
249
|
+
|
|
250
|
+
_Mar 5, 2026_
|
|
251
|
+
|
|
252
|
+
We'd like to extend a big thank you to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
253
|
+
|
|
254
|
+
- ✅ Stabilize Sankey chart
|
|
255
|
+
- 🐞 Bugfixes and internal improvements
|
|
256
|
+
|
|
257
|
+
The following team members contributed to this release:
|
|
258
|
+
@aemartos, @alelthomas, @alexfauquette, @arminmeh, @bernardobelchior, @brijeshb42, @Janpot, @JCQuintas, @mapache-salvaje, @michelengelen, @mj12albert, @sai6855, @siriwatknp
|
|
259
|
+
|
|
260
|
+
### Data Grid
|
|
261
|
+
|
|
262
|
+
#### `@mui/x-data-grid@9.0.0-alpha.2`
|
|
263
|
+
|
|
264
|
+
- [dataGrid] Fix keyboard nav with single-row checkbox selection (#21149) @mj12albert
|
|
265
|
+
- [DataGrid] Add `checkboxColDef` prop to customize the selection column (#21331) @michelengelen
|
|
266
|
+
- [DataGrid] Format pagination numbers by default (#21117) @siriwatknp
|
|
267
|
+
- [DataGrid] Prevent unnecessary row selection checkbox rerendering (#21570) @arminmeh
|
|
268
|
+
- [DataGrid] Make GridScrollArea overrides resolver dynamic (#21532) @sai6855
|
|
269
|
+
|
|
270
|
+
#### `@mui/x-data-grid-pro@9.0.0-alpha.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
271
|
+
|
|
272
|
+
Same changes as in `@mui/x-data-grid@9.0.0-alpha.2`, plus:
|
|
273
|
+
|
|
274
|
+
- [DataGridPro] Use `getRowId` prop to calculate the tree data row update (#21540) @arminmeh
|
|
275
|
+
|
|
276
|
+
#### `@mui/x-data-grid-premium@9.0.0-alpha.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
277
|
+
|
|
278
|
+
Same changes as in `@mui/x-data-grid-pro@9.0.0-alpha.2`.
|
|
279
|
+
|
|
280
|
+
### Date and Time Pickers
|
|
281
|
+
|
|
282
|
+
#### `@mui/x-date-pickers@9.0.0-alpha.2`
|
|
283
|
+
|
|
284
|
+
- [pickers] Add `keepOpenDuringFieldFocus` prop (#20782) @michelengelen
|
|
285
|
+
|
|
286
|
+
#### `@mui/x-date-pickers-pro@9.0.0-alpha.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
287
|
+
|
|
288
|
+
Same changes as in `@mui/x-date-pickers@9.0.0-alpha.2`.
|
|
289
|
+
|
|
290
|
+
### Charts
|
|
291
|
+
|
|
292
|
+
#### `@mui/x-charts@9.0.0-alpha.2`
|
|
293
|
+
|
|
294
|
+
- [charts] Add `ChartsLayerContainer` component (#21264) @bernardobelchior
|
|
295
|
+
- [charts] Add codemod for `ChartsContainer` rename (#21504) @JCQuintas
|
|
296
|
+
- [charts] Add codemod for `ChartsDataProvider` rename (#21552) @JCQuintas
|
|
297
|
+
- [charts] Add codemod for `ChartsZoomSlider` rename (#21597) @JCQuintas
|
|
298
|
+
- [charts] Base the highlight items on the item identifiers (#21161) @alexfauquette
|
|
299
|
+
- [charts] Deprecate `ChartDataProvider` in favour of `ChartsDataProvider` (#21191) @JCQuintas
|
|
300
|
+
- [charts] Deprecate `highlighted` and `faded` classes (#21476) @alexfauquette
|
|
301
|
+
- [charts] Migrate to latest v8 warning (#21518) @JCQuintas
|
|
302
|
+
- [charts] Rename `ChartZoomSlider` to `ChartsZoomSlider` (#21553) @JCQuintas
|
|
303
|
+
- [charts] Rename `WebGl` to `WebGL` (#21524) @JCQuintas
|
|
304
|
+
- [charts] Rename `useSvgRef()` by `useChartsLayerContainerRef()` (#21494) @alexfauquette
|
|
305
|
+
- [charts] Restore focus on last focused item (#21522) @alexfauquette
|
|
306
|
+
- [charts] Warn users when controlled tooltip state does not match the trigger (#21520) @Copilot
|
|
307
|
+
- [charts] Fix controlled tooltip position (#21603) @bernardobelchior
|
|
308
|
+
|
|
309
|
+
#### `@mui/x-charts-pro@9.0.0-alpha.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
310
|
+
|
|
311
|
+
Same changes as in `@mui/x-charts@9.0.0-alpha.2`, plus:
|
|
312
|
+
|
|
313
|
+
- [charts-pro] Center the watermark (#21550) @alexfauquette
|
|
314
|
+
- [charts-pro] Stabilize `SankeyChart` API (#21133) @Copilot
|
|
315
|
+
|
|
316
|
+
#### `@mui/x-charts-premium@9.0.0-alpha.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
317
|
+
|
|
318
|
+
Same changes as in `@mui/x-charts-pro@9.0.0-alpha.2`.
|
|
319
|
+
|
|
320
|
+
### Tree View
|
|
321
|
+
|
|
322
|
+
#### `@mui/x-tree-view@9.0.0-alpha.2`
|
|
323
|
+
|
|
324
|
+
Internal changes.
|
|
325
|
+
|
|
326
|
+
#### `@mui/x-tree-view-pro@9.0.0-alpha.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
327
|
+
|
|
328
|
+
Same changes as in `@mui/x-tree-view@9.0.0-alpha.2`.
|
|
329
|
+
|
|
330
|
+
### Codemod
|
|
331
|
+
|
|
332
|
+
#### `@mui/x-codemod@9.0.0-alpha.2`
|
|
333
|
+
|
|
334
|
+
Internal changes.
|
|
335
|
+
|
|
336
|
+
### Docs
|
|
337
|
+
|
|
338
|
+
- [docs] Add backticks and parentheses to all functions and hooks (DX-173) (#21496) @mapache-salvaje
|
|
339
|
+
- [docs] Remove mentions of `mySvgRef` (#21559) @bernardobelchior
|
|
340
|
+
- [docs] Update Roadmap section in the docs (#20892) @alelthomas
|
|
341
|
+
- [docs] Add tutorial and example app for aggregation with row grouping (DX-162) (#21102) @mapache-salvaje
|
|
342
|
+
- [docs] Fix missing codemod docs (#21604) @JCQuintas
|
|
343
|
+
|
|
344
|
+
### Core
|
|
345
|
+
|
|
346
|
+
- [code-infra] Add eslint rule to prevent `Math.random` in docs (#21505) @JCQuintas
|
|
347
|
+
- [code-infra] Avoid static props for pageContent (#21038) @Janpot
|
|
348
|
+
- [code-infra] Isolate `date-pickers-pro` in the browser tests (#21383) @Janpot
|
|
349
|
+
- [code-infra] Remove `--coverage` (#21410) @Janpot
|
|
350
|
+
- [code-infra] Remove unneeded `skipIf`s (#21569) @JCQuintas
|
|
351
|
+
- [code-infra] Remove vale as a workspace dependency (#21489) @brijeshb42
|
|
352
|
+
- [code-infra] Remove x-charts-vendor from nextjs processing (#21534) @brijeshb42
|
|
353
|
+
- [code-infra] Set BASE_BRANCH env var in CircleCI config (#21548) @brijeshb42
|
|
354
|
+
- [code-infra] Setup error code extraction (#21469) @brijeshb42
|
|
355
|
+
- [code-infra] Setup flat build for packages (#21029) @brijeshb42
|
|
356
|
+
- [code-infra] Upgrade test_unit to large resource class (#21558) @Janpot
|
|
357
|
+
- [code-infra] Removed getTeamMembers function and usage from release script (#21605) @michelengelen
|
|
358
|
+
|
|
359
|
+
### Miscellaneous
|
|
360
|
+
|
|
361
|
+
- [x-license] Add Q1-2026 plan version with quantity and appType support (#21574) @aemartos
|
|
362
|
+
- [x-license] Add v3 key format support, centralize test keys, and trim public API (#21485) @aemartos
|
|
363
|
+
- [x-telemetry] telemetry opt-out by default, remove conf dependency (#21470) @aemartos
|
|
364
|
+
- [x-telemetry] test: mock context module directly in sender tests (#21546) @aemartos
|
|
365
|
+
|
|
366
|
+
## 9.0.0-alpha.1
|
|
367
|
+
|
|
368
|
+
_Feb 26, 2026_
|
|
369
|
+
|
|
370
|
+
We'd like to extend a big thank you to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
371
|
+
|
|
372
|
+
- ⚡️ Improved dynamic data support and cache invalidation in lazy loading for Data Grid Pro
|
|
373
|
+
- ⌨️ Keyboard support for selecting day, month, and year in Date Pickers
|
|
374
|
+
- 📊 Axis tooltip sorting and control improvements in Charts
|
|
375
|
+
- 🐞 Bugfixes and internal improvements
|
|
376
|
+
|
|
377
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
378
|
+
@EllGree, @lion1963
|
|
379
|
+
|
|
380
|
+
The following team members contributed to this release:
|
|
381
|
+
@alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @dav-is, @flaviendelangle, @Janpot, @JCQuintas, @mapache-salvaje, @MBilalShafi, @michelengelen, @noraleonte, @rita-codes, @sai6855, @siriwatknp, @ZeeshanTamboli
|
|
382
|
+
|
|
383
|
+
### Data Grid
|
|
384
|
+
|
|
385
|
+
#### `@mui/x-data-grid@9.0.0-alpha.1`
|
|
386
|
+
|
|
387
|
+
- [DataGrid] Forward rest props in `GridFilterInputMultipleValue` (#21407) @siriwatknp
|
|
388
|
+
- [DataGrid] Preserve key input during row edit when using `rowModesModel` (#20759) @michelengelen
|
|
389
|
+
- [DataGrid] Remove double rtl inversion logic for columns pinning (#21371) @siriwatknp
|
|
390
|
+
|
|
391
|
+
#### `@mui/x-data-grid-pro@9.0.0-alpha.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
392
|
+
|
|
393
|
+
Same changes as in `@mui/x-data-grid@9.0.0-alpha.1`, plus:
|
|
394
|
+
|
|
395
|
+
- [DataGridPro] Fix number input visibility in header filters (#21328) @michelengelen
|
|
396
|
+
- [DataGridPro] Improve dynamic data support and cache invalidation in lazy loading (#21282) @MBilalShafi
|
|
397
|
+
|
|
398
|
+
#### `@mui/x-data-grid-premium@9.0.0-alpha.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
399
|
+
|
|
400
|
+
Same changes as in `@mui/x-data-grid-pro@9.0.0-alpha.1`.
|
|
401
|
+
|
|
402
|
+
### Date and Time Pickers
|
|
403
|
+
|
|
404
|
+
#### `@mui/x-date-pickers@9.0.0-alpha.1`
|
|
405
|
+
|
|
406
|
+
- [DatePicker] Add keyboard support for selecting day, month, and year (#20859) @michelengelen
|
|
407
|
+
|
|
408
|
+
#### `@mui/x-date-pickers-pro@9.0.0-alpha.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
409
|
+
|
|
410
|
+
Same changes as in `@mui/x-date-pickers@9.0.0-alpha.1`, plus:
|
|
411
|
+
|
|
412
|
+
- [DateRangePicker] Fix timezone update issue leading to `invalidRange` error (#20863) @michelengelen
|
|
413
|
+
|
|
414
|
+
### Charts
|
|
415
|
+
|
|
416
|
+
#### `@mui/x-charts@9.0.0-alpha.1`
|
|
417
|
+
|
|
418
|
+
- [charts] Add `sort` props to the axis tooltip (#21293) @alexfauquette
|
|
419
|
+
- [charts] Controll axis tooltip (#21351) @alexfauquette
|
|
420
|
+
- [charts] De duplicate keyboard focus handler function (#21267) @sai6855
|
|
421
|
+
- [charts] Make `type` optional in identifiers (#21311) @alexfauquette
|
|
422
|
+
- [charts] Move ref to the root component (#21396) @alexfauquette
|
|
423
|
+
- [charts] Refactor loading and no data overlays to use a shared OverlayText component (#21414) @sai6855
|
|
424
|
+
- [charts] Require series ids to be unique (#21330) @alexfauquette
|
|
425
|
+
- [charts] Set `showMark` as `false` by default (#21373) @alexfauquette
|
|
426
|
+
- [charts] Use `createGetNextIndexFocusedItem()` util in Funnel and RangeBar charts (#21390) @sai6855
|
|
427
|
+
- [charts] Remove unnecessary string concatenation (#21418) @sai6855
|
|
428
|
+
|
|
429
|
+
#### `@mui/x-charts-pro@9.0.0-alpha.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
430
|
+
|
|
431
|
+
Same changes as in `@mui/x-charts@9.0.0-alpha.1`.
|
|
432
|
+
|
|
433
|
+
#### `@mui/x-charts-premium@9.0.0-alpha.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
434
|
+
|
|
435
|
+
Same changes as in `@mui/x-charts-pro@9.0.0-alpha.1`.
|
|
436
|
+
|
|
437
|
+
### Tree View
|
|
438
|
+
|
|
439
|
+
#### `@mui/x-tree-view@9.0.0-alpha.1`
|
|
440
|
+
|
|
441
|
+
- [tree view] Focus item sibling on unmount instead of the 1st item (#21254) @flaviendelangle
|
|
442
|
+
|
|
443
|
+
#### `@mui/x-tree-view-pro@9.0.0-alpha.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
444
|
+
|
|
445
|
+
Same changes as in `@mui/x-tree-view@9.0.0-alpha.1`.
|
|
446
|
+
|
|
447
|
+
### Codemod
|
|
448
|
+
|
|
449
|
+
#### `@mui/x-codemod@9.0.0-alpha.1`
|
|
450
|
+
|
|
451
|
+
Internal changes.
|
|
452
|
+
|
|
453
|
+
### Docs
|
|
454
|
+
|
|
455
|
+
- [docs] Fix external 301s (#21377) @Janpot
|
|
456
|
+
- [docs] Show premium in the overview (#21343) @alexfauquette
|
|
457
|
+
- [docs][charts] Revise the useLegend hook doc (#21352) @mapache-salvaje
|
|
458
|
+
- [docs][charts] Revise the axis hooks doc (#21317) @mapache-salvaje
|
|
459
|
+
- [docs][charts] Revise the scale hooks doc (#21316) @mapache-salvaje
|
|
460
|
+
- [docs][charts] Revise the series hooks doc (#21353) @mapache-salvaje
|
|
461
|
+
- [docs][charts] Revise the useDataset doc (#21336) @mapache-salvaje
|
|
462
|
+
- [docs][charts] Revise the useDrawingArea doc (#21333) @mapache-salvaje
|
|
463
|
+
|
|
464
|
+
### Core
|
|
465
|
+
|
|
466
|
+
- [core] Update docs deploy script to the `docs-next` branch (#21341) @siriwatknp
|
|
467
|
+
- [code-infra] Cleanup unused babel plugins (#21453) @brijeshb42
|
|
468
|
+
- [code-infra] Do not append `x` to the last version for the compare API (#21408) @arminmeh
|
|
469
|
+
- [code-infra] Upgrade react-docgen to v8 X (#21155) @JCQuintas
|
|
470
|
+
- [code-infra] Modernize codemod (#21096) @JCQuintas
|
|
471
|
+
- [docs-infra] Fix current version detection logic (#21417) @cherniavskii
|
|
472
|
+
- [docs-infra] Reapply Cookie Banner (#21281) @dav-is
|
|
473
|
+
- [internal] Headless filtering plugin (#21302) @arminmeh
|
|
474
|
+
- [internal] Headless pagination plugin (#21183) @arminmeh
|
|
475
|
+
- [internal] Headless virtualization followups (#21327) @cherniavskii
|
|
476
|
+
- [internal] Keep cached data for disabled pipe processors (#21348) @arminmeh
|
|
477
|
+
- [internal] Remove autoprefixer package (#21440) @ZeeshanTamboli
|
|
478
|
+
|
|
479
|
+
### Miscellaneous
|
|
480
|
+
|
|
481
|
+
- [l10n] Fix Czech (csCZ) locale: sort/filter labels are swapped (#21400) @EllGree
|
|
482
|
+
- [l10n] Improve Ukrainian (uk-UA) locale (#21366) @lion1963
|
|
483
|
+
|
|
3
484
|
## 9.0.0-alpha.0
|
|
4
485
|
|
|
5
486
|
_Feb 16, 2026_
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { EventManager } from "./EventManager.mjs";
|
|
@@ -2,12 +2,14 @@
|
|
|
2
2
|
'use client';
|
|
3
3
|
|
|
4
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
6
|
Object.defineProperty(exports, "__esModule", {
|
|
6
7
|
value: true
|
|
7
8
|
});
|
|
8
9
|
exports.ToolbarContext = void 0;
|
|
9
10
|
exports.ToolbarContextProvider = ToolbarContextProvider;
|
|
10
11
|
exports.useToolbarContext = useToolbarContext;
|
|
12
|
+
var _index = _interopRequireDefault(require("../formatErrorMessage/index.js"));
|
|
11
13
|
var React = _interopRequireWildcard(require("react"));
|
|
12
14
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
15
|
const ToolbarContext = exports.ToolbarContext = /*#__PURE__*/React.createContext(undefined);
|
|
@@ -15,7 +17,7 @@ if (process.env.NODE_ENV !== "production") ToolbarContext.displayName = "Toolbar
|
|
|
15
17
|
function useToolbarContext() {
|
|
16
18
|
const context = React.useContext(ToolbarContext);
|
|
17
19
|
if (context === undefined) {
|
|
18
|
-
throw new Error('MUI X: Missing context. Toolbar subcomponents must be placed within a <Toolbar /> component.');
|
|
20
|
+
throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X: Missing context. Toolbar subcomponents must be placed within a <Toolbar /> component.' : (0, _index.default)(63));
|
|
19
21
|
}
|
|
20
22
|
return context;
|
|
21
23
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
+
import _formatErrorMessage from "../formatErrorMessage/index.mjs";
|
|
3
4
|
import * as React from 'react';
|
|
4
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
6
|
export const ToolbarContext = /*#__PURE__*/React.createContext(undefined);
|
|
@@ -7,7 +8,7 @@ if (process.env.NODE_ENV !== "production") ToolbarContext.displayName = "Toolbar
|
|
|
7
8
|
export function useToolbarContext() {
|
|
8
9
|
const context = React.useContext(ToolbarContext);
|
|
9
10
|
if (context === undefined) {
|
|
10
|
-
throw new Error('MUI X: Missing context. Toolbar subcomponents must be placed within a <Toolbar /> component.');
|
|
11
|
+
throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X: Missing context. Toolbar subcomponents must be placed within a <Toolbar /> component.' : _formatErrorMessage(63));
|
|
11
12
|
}
|
|
12
13
|
return context;
|
|
13
14
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import useId from '@mui/utils/useId';
|
|
5
|
-
import { useToolbarContext } from "./ToolbarContext.
|
|
5
|
+
import { useToolbarContext } from "./ToolbarContext.mjs";
|
|
6
6
|
export function useRegisterToolbarButton(props, ref) {
|
|
7
7
|
const {
|
|
8
8
|
onKeyDown,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { loadStyleSheets } from "./loadStyleSheets.mjs";
|
package/export/index.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { loadStyleSheets } from "./loadStyleSheets.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { fastArrayCompare } from "./fastArrayCompare.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { fastArrayCompare } from "./fastArrayCompare.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { fastObjectShallowCompare } from "../fastObjectShallowCompare/index.
|
|
2
|
+
import { fastObjectShallowCompare } from "../fastObjectShallowCompare/index.mjs";
|
|
3
3
|
export function fastMemo(component) {
|
|
4
4
|
return /*#__PURE__*/React.memo(component, fastObjectShallowCompare);
|
|
5
5
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { fastMemo } from "./fastMemo.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { fastMemo } from "./fastMemo.mjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { fastObjectShallowCompare } from "./fastObjectShallowCompare.
|
|
1
|
+
export { fastObjectShallowCompare } from "./fastObjectShallowCompare.mjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { fastObjectShallowCompare } from "./fastObjectShallowCompare.
|
|
1
|
+
export { fastObjectShallowCompare } from "./fastObjectShallowCompare.mjs";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* WARNING: Don't import this directly. It's imported by the code generated by
|
|
3
|
+
* `@mui/internal-babel-plugin-minify-errors`. Make sure to always use string literals in `Error`
|
|
4
|
+
* constructors to ensure the plugin works as expected. Supported patterns include:
|
|
5
|
+
* throw new Error('My message');
|
|
6
|
+
* throw new Error(`My message: ${foo}`);
|
|
7
|
+
* throw new Error(`My message: ${foo}` + 'another string');
|
|
8
|
+
* ...
|
|
9
|
+
*/
|
|
10
|
+
export declare function formatErrorMessage(code: number, ...args: string[]): string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* WARNING: Don't import this directly. It's imported by the code generated by
|
|
3
|
+
* `@mui/internal-babel-plugin-minify-errors`. Make sure to always use string literals in `Error`
|
|
4
|
+
* constructors to ensure the plugin works as expected. Supported patterns include:
|
|
5
|
+
* throw new Error('My message');
|
|
6
|
+
* throw new Error(`My message: ${foo}`);
|
|
7
|
+
* throw new Error(`My message: ${foo}` + 'another string');
|
|
8
|
+
* ...
|
|
9
|
+
*/
|
|
10
|
+
export declare function formatErrorMessage(code: number, ...args: string[]): string;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.formatErrorMessage = formatErrorMessage;
|
|
7
|
+
/**
|
|
8
|
+
* WARNING: Don't import this directly. It's imported by the code generated by
|
|
9
|
+
* `@mui/internal-babel-plugin-minify-errors`. Make sure to always use string literals in `Error`
|
|
10
|
+
* constructors to ensure the plugin works as expected. Supported patterns include:
|
|
11
|
+
* throw new Error('My message');
|
|
12
|
+
* throw new Error(`My message: ${foo}`);
|
|
13
|
+
* throw new Error(`My message: ${foo}` + 'another string');
|
|
14
|
+
* ...
|
|
15
|
+
*/
|
|
16
|
+
function formatErrorMessage(code, ...args) {
|
|
17
|
+
// @TODO: Update the URL to the correct one when switching to stable release.
|
|
18
|
+
const url = new URL('https://next.mui.com/x/production-error');
|
|
19
|
+
url.searchParams.set('code', code.toString());
|
|
20
|
+
args.forEach(arg => url.searchParams.append('args[]', arg));
|
|
21
|
+
return `MUI X error #${code}; visit ${url} for the full message.`;
|
|
22
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* WARNING: Don't import this directly. It's imported by the code generated by
|
|
3
|
+
* `@mui/internal-babel-plugin-minify-errors`. Make sure to always use string literals in `Error`
|
|
4
|
+
* constructors to ensure the plugin works as expected. Supported patterns include:
|
|
5
|
+
* throw new Error('My message');
|
|
6
|
+
* throw new Error(`My message: ${foo}`);
|
|
7
|
+
* throw new Error(`My message: ${foo}` + 'another string');
|
|
8
|
+
* ...
|
|
9
|
+
*/
|
|
10
|
+
export function formatErrorMessage(code, ...args) {
|
|
11
|
+
// @TODO: Update the URL to the correct one when switching to stable release.
|
|
12
|
+
const url = new URL('https://next.mui.com/x/production-error');
|
|
13
|
+
url.searchParams.set('code', code.toString());
|
|
14
|
+
args.forEach(arg => url.searchParams.append('args[]', arg));
|
|
15
|
+
return `MUI X error #${code}; visit ${url} for the full message.`;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { formatErrorMessage as default } from "./formatErrorMessage.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { formatErrorMessage as default } from "./formatErrorMessage.js";
|