@mui/x-tree-view 8.29.0 → 8.29.3
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 +176 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,8 +5,183 @@
|
|
|
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.29.3
|
|
9
|
+
|
|
10
|
+
_Aug 21, 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.29.3`
|
|
22
|
+
|
|
23
|
+
- [DataGrid] Fix toolbar button stealing focus when a sibling's disabled state changes (#23265) @MBilalShafi
|
|
24
|
+
|
|
25
|
+
#### `@mui/x-data-grid-pro@8.29.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
26
|
+
|
|
27
|
+
Same changes as in `@mui/x-data-grid@8.29.3`.
|
|
28
|
+
|
|
29
|
+
#### `@mui/x-data-grid-premium@8.29.3` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
30
|
+
|
|
31
|
+
Same changes as in `@mui/x-data-grid-pro@8.29.3`.
|
|
32
|
+
|
|
33
|
+
### Date and Time Pickers
|
|
34
|
+
|
|
35
|
+
#### `@mui/x-date-pickers@8.29.3`
|
|
36
|
+
|
|
37
|
+
- [fields] Keep the field editable on blank space clicks (#23372) @LukasTy
|
|
38
|
+
- [pickers] Fix format placeholder brightness with a start adornment (#23205) @LukasTy
|
|
39
|
+
|
|
40
|
+
#### `@mui/x-date-pickers-pro@8.29.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
41
|
+
|
|
42
|
+
Same changes as in `@mui/x-date-pickers@8.29.3`, plus:
|
|
43
|
+
|
|
44
|
+
- [DateRangePicker] Fix broken active range position underline in single input range fields (#23201) @LukasTy
|
|
45
|
+
|
|
46
|
+
### Charts
|
|
47
|
+
|
|
48
|
+
#### `@mui/x-charts@8.29.3`
|
|
49
|
+
|
|
50
|
+
Internal changes.
|
|
51
|
+
|
|
52
|
+
#### `@mui/x-charts-pro@8.29.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
53
|
+
|
|
54
|
+
Same changes as in `@mui/x-charts@8.29.3`.
|
|
55
|
+
|
|
56
|
+
#### `@mui/x-charts-premium@8.29.3` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
57
|
+
|
|
58
|
+
Same changes as in `@mui/x-charts-pro@8.29.3`.
|
|
59
|
+
|
|
60
|
+
### Tree View
|
|
61
|
+
|
|
62
|
+
#### `@mui/x-tree-view@8.29.3`
|
|
63
|
+
|
|
64
|
+
Internal changes.
|
|
65
|
+
|
|
66
|
+
#### `@mui/x-tree-view-pro@8.29.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
67
|
+
|
|
68
|
+
Same changes as in `@mui/x-tree-view@8.29.3`.
|
|
69
|
+
|
|
70
|
+
### Codemod
|
|
71
|
+
|
|
72
|
+
#### `@mui/x-codemod@8.29.3`
|
|
73
|
+
|
|
74
|
+
Internal changes.
|
|
75
|
+
|
|
76
|
+
### Miscellaneous
|
|
77
|
+
|
|
78
|
+
- [core] Fix `test-react-18` install failure on v8.x (#23202) @LukasTy
|
|
79
|
+
|
|
80
|
+
## 8.29.2
|
|
81
|
+
|
|
82
|
+
_Jul 2, 2026_
|
|
83
|
+
|
|
84
|
+
We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
85
|
+
|
|
86
|
+
- 🐞 Bugfixes
|
|
87
|
+
|
|
88
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
89
|
+
@Anexus5919, @timbuckley
|
|
90
|
+
|
|
91
|
+
The following team members contributed to this release:
|
|
92
|
+
@alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @LukasTy, @MBilalShafi
|
|
93
|
+
|
|
94
|
+
### Data Grid
|
|
95
|
+
|
|
96
|
+
#### `@mui/x-data-grid@8.29.2`
|
|
97
|
+
|
|
98
|
+
- [DataGrid] Avoid reading `type` of `undefined` in `gridRowUtils` (#22963) @timbuckley
|
|
99
|
+
- [DataGrid] Define `overflowAnchor` style at the right element (#22860) @arminmeh
|
|
100
|
+
- [DataGrid] Fix panel placement jump on mount (#22946) @cherniavskii
|
|
101
|
+
- [DataGrid] Fix scrollbars not showing up on scroll on iOS (#22884) @cherniavskii
|
|
102
|
+
- [DataGrid] Wait for rows before reacting on `autosizeOnMount` (#22886) @MBilalShafi
|
|
103
|
+
|
|
104
|
+
#### `@mui/x-data-grid-pro@8.29.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
105
|
+
|
|
106
|
+
Same changes as in `@mui/x-data-grid@8.29.2`.
|
|
107
|
+
|
|
108
|
+
#### `@mui/x-data-grid-premium@8.29.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
109
|
+
|
|
110
|
+
Same changes as in `@mui/x-data-grid-pro@8.29.2`, plus:
|
|
111
|
+
|
|
112
|
+
- [DataGridPremium] Escape `singleSelect` values in Excel export with `escapeFormulas` enabled (#22966) @Anexus5919
|
|
113
|
+
|
|
114
|
+
### Date and Time Pickers
|
|
115
|
+
|
|
116
|
+
#### `@mui/x-date-pickers@8.29.2`
|
|
117
|
+
|
|
118
|
+
- [pickers] Fix localized digit crash (#23010) @alexfauquette
|
|
119
|
+
- [pickers] Respect explicit `notched` prop on the outlined `PickersTextField` (#22875) (#22893) @LukasTy
|
|
120
|
+
|
|
121
|
+
#### `@mui/x-date-pickers-pro@8.29.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
122
|
+
|
|
123
|
+
Same changes as in `@mui/x-date-pickers@8.29.2`.
|
|
124
|
+
|
|
125
|
+
### Charts
|
|
126
|
+
|
|
127
|
+
#### `@mui/x-charts@8.29.2`
|
|
128
|
+
|
|
129
|
+
Internal changes.
|
|
130
|
+
|
|
131
|
+
#### `@mui/x-charts-pro@8.29.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
132
|
+
|
|
133
|
+
Same changes as in `@mui/x-charts@8.29.2`.
|
|
134
|
+
|
|
135
|
+
#### `@mui/x-charts-premium@8.29.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
136
|
+
|
|
137
|
+
Same changes as in `@mui/x-charts-pro@8.29.2`.
|
|
138
|
+
|
|
139
|
+
### Tree View
|
|
140
|
+
|
|
141
|
+
#### `@mui/x-tree-view@8.29.2`
|
|
142
|
+
|
|
143
|
+
Internal changes.
|
|
144
|
+
|
|
145
|
+
#### `@mui/x-tree-view-pro@8.29.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
146
|
+
|
|
147
|
+
Same changes as in `@mui/x-tree-view@8.29.2`.
|
|
148
|
+
|
|
149
|
+
### Codemod
|
|
150
|
+
|
|
151
|
+
#### `@mui/x-codemod@8.29.2`
|
|
152
|
+
|
|
153
|
+
Internal changes.
|
|
154
|
+
|
|
155
|
+
### Core
|
|
156
|
+
|
|
157
|
+
- [code-infra] Pin mui-public actions to nearest git hash (#22824) @brijeshb42
|
|
158
|
+
- [internal] Switch resolutions to workspace overrides (#22865) @cherniavskii
|
|
159
|
+
|
|
160
|
+
### Miscellaneous
|
|
161
|
+
|
|
162
|
+
- [virtualizer] Improve the dimensions' initial state (#22890) @arminmeh
|
|
163
|
+
- [virtualizer] Remeasure scrollbars when layout changes (#23003) @arminmeh
|
|
164
|
+
|
|
165
|
+
## 8.29.1
|
|
166
|
+
|
|
167
|
+
_Jun 11, 2026_
|
|
168
|
+
|
|
169
|
+
### Data Grid
|
|
170
|
+
|
|
171
|
+
#### `@mui/x-data-grid@8.29.1`
|
|
172
|
+
|
|
173
|
+
- [DataGrid] Prevent React state update before mount (#22749) @arminmeh
|
|
174
|
+
|
|
175
|
+
#### `@mui/x-data-grid-pro@8.29.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
176
|
+
|
|
177
|
+
Same changes as in `@mui/x-data-grid@8.29.1`.
|
|
178
|
+
|
|
179
|
+
#### `@mui/x-data-grid-premium@8.29.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
180
|
+
|
|
181
|
+
Same changes as in `@mui/x-data-grid-pro@8.29.1`.
|
|
182
|
+
|
|
8
183
|
## 8.29.0
|
|
9
|
-
|
|
184
|
+
|
|
10
185
|
_Jun 5, 2026_
|
|
11
186
|
|
|
12
187
|
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
|
package/index.js
CHANGED
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-tree-view",
|
|
3
|
-
"version": "8.29.
|
|
3
|
+
"version": "8.29.3",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The community edition of the MUI X Tree View components.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"clsx": "^2.1.1",
|
|
39
39
|
"prop-types": "^15.8.1",
|
|
40
40
|
"react-transition-group": "^4.4.5",
|
|
41
|
-
"@mui/x-internals": "8.29.
|
|
41
|
+
"@mui/x-internals": "8.29.3"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@emotion/react": "^11.9.0",
|