@mui/x-tree-view 8.28.3 → 8.28.5
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
CHANGED
|
@@ -5,6 +5,87 @@
|
|
|
5
5
|
All notable changes to this project will be documented in this file.
|
|
6
6
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
7
7
|
|
|
8
|
+
## 8.28.5
|
|
9
|
+
|
|
10
|
+
_May 8, 2026_
|
|
11
|
+
|
|
12
|
+
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
13
|
+
|
|
14
|
+
- 🐞 Bugfixes
|
|
15
|
+
|
|
16
|
+
The following team members contributed to this release:
|
|
17
|
+
@LukasTy, @MBilalShafi
|
|
18
|
+
|
|
19
|
+
### Data Grid
|
|
20
|
+
|
|
21
|
+
#### `@mui/x-data-grid@8.28.5`
|
|
22
|
+
|
|
23
|
+
- [DataGrid] Fix active filter detection for array values (#22357) @MBilalShafi
|
|
24
|
+
- [DataGrid] Fix crash when grouping/tree-data values match `Object.prototype` property names (#22343) @LukasTy
|
|
25
|
+
|
|
26
|
+
#### `@mui/x-data-grid-pro@8.28.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
27
|
+
|
|
28
|
+
Same changes as in `@mui/x-data-grid@8.28.5`.
|
|
29
|
+
|
|
30
|
+
#### `@mui/x-data-grid-premium@8.28.5` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
31
|
+
|
|
32
|
+
Same changes as in `@mui/x-data-grid-pro@8.28.5`.
|
|
33
|
+
|
|
34
|
+
### Date and Time Pickers
|
|
35
|
+
|
|
36
|
+
#### `@mui/x-date-pickers@8.28.5`
|
|
37
|
+
|
|
38
|
+
- [pickers] Fix duplicate hour label in `MultiSectionDigitalClock` on DST day (#22350) @LukasTy
|
|
39
|
+
|
|
40
|
+
#### `@mui/x-date-pickers-pro@8.28.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
41
|
+
|
|
42
|
+
Same changes as in `@mui/x-date-pickers@8.28.5`.
|
|
43
|
+
|
|
44
|
+
### Tree View
|
|
45
|
+
|
|
46
|
+
#### `@mui/x-tree-view@8.28.5`
|
|
47
|
+
|
|
48
|
+
- [tree view] Fix stale Tree View `apiRef` after keyed remount (#22355) @MBilalShafi
|
|
49
|
+
|
|
50
|
+
#### `@mui/x-tree-view-pro@8.28.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
51
|
+
|
|
52
|
+
Same changes as in `@mui/x-tree-view@8.28.5`.
|
|
53
|
+
|
|
54
|
+
### Core
|
|
55
|
+
|
|
56
|
+
- [code-infra] Fix broken `valelint` and docs build (#22362) @LukasTy
|
|
57
|
+
|
|
58
|
+
## 8.28.4
|
|
59
|
+
|
|
60
|
+
_Apr 27, 2026_
|
|
61
|
+
|
|
62
|
+
We'd like to extend a big thank you to the 3 contributors who made this release possible. Here are some highlights ✨:
|
|
63
|
+
|
|
64
|
+
- 🐞 Bugfixes
|
|
65
|
+
|
|
66
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
67
|
+
@supunsathsara
|
|
68
|
+
|
|
69
|
+
The following team members contributed to this release:
|
|
70
|
+
@LukasTy, @michelengelen
|
|
71
|
+
|
|
72
|
+
### Date and Time Pickers
|
|
73
|
+
|
|
74
|
+
#### `@mui/x-date-pickers@8.28.4`
|
|
75
|
+
|
|
76
|
+
- [pickers] Fix `DateRangeCalendar` drag with `AdapterDayjs` plain-constructor values (#22170) @LukasTy
|
|
77
|
+
- [pickers] Fix disabled state not overriding error border color (#22186) @supunsathsara
|
|
78
|
+
- [pickers] Use `convertToMeridiem` utility in `transferDateSectionValue` (#22132) @michelengelen
|
|
79
|
+
|
|
80
|
+
#### `@mui/x-date-pickers-pro@8.28.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
81
|
+
|
|
82
|
+
Same changes as in `@mui/x-date-pickers@8.28.4`.
|
|
83
|
+
|
|
84
|
+
### Docs
|
|
85
|
+
|
|
86
|
+
- [docs] Remove obsolete v7 deprecation warning for `dayOfWeekFormatter` (#22120) @LukasTy
|
|
87
|
+
- [docs] Use mui.com for broken links checker known targets (#22171) @LukasTy
|
|
88
|
+
|
|
8
89
|
## 8.28.3
|
|
9
90
|
|
|
10
91
|
_Apr 15, 2026_
|
package/esm/index.js
CHANGED
|
@@ -80,7 +80,7 @@ export const useTreeViewBuildContext = parameters => {
|
|
|
80
80
|
}), [runItemPlugins, wrapItem, publicAPI, store, rootRef]);
|
|
81
81
|
};
|
|
82
82
|
function initializeInputApiRef(publicAPI, apiRef) {
|
|
83
|
-
if (apiRef != null && apiRef.current
|
|
83
|
+
if (apiRef != null && apiRef.current !== publicAPI) {
|
|
84
84
|
apiRef.current = publicAPI;
|
|
85
85
|
}
|
|
86
86
|
}
|
package/index.js
CHANGED
|
@@ -88,7 +88,7 @@ const useTreeViewBuildContext = parameters => {
|
|
|
88
88
|
};
|
|
89
89
|
exports.useTreeViewBuildContext = useTreeViewBuildContext;
|
|
90
90
|
function initializeInputApiRef(publicAPI, apiRef) {
|
|
91
|
-
if (apiRef != null && apiRef.current
|
|
91
|
+
if (apiRef != null && apiRef.current !== publicAPI) {
|
|
92
92
|
apiRef.current = publicAPI;
|
|
93
93
|
}
|
|
94
94
|
}
|