@mui/x-date-pickers 7.29.2 → 7.29.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 CHANGED
@@ -3,6 +3,93 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 7.29.4
7
+
8
+ _May 22, 2025_
9
+
10
+ We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🐞 Bugfixes
13
+
14
+ Special thanks go out to the community members for their valuable contributions:
15
+ @campmarc, @whereisrmsqhs, @jyash97
16
+
17
+ Following are all team members who have contributed to this release:
18
+ @mapache-salvaje, @cherniavskii, @noraleonte.
19
+
20
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
21
+
22
+ ### Data Grid
23
+
24
+ #### `@mui/x-data-grid@7.29.4`
25
+
26
+ - [DataGrid] Fix `renderContext` calculation loop (#17806) @cherniavskii
27
+ - [DataGrid] Fix column spanning jump on scroll (#17780) @cherniavskii
28
+ - [DataGrid] Fix content rendering for large rows while using automatic page size (#17866) @campmarc
29
+
30
+ #### `@mui/x-data-grid-pro@7.29.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
31
+
32
+ Same changes as in `@mui/x-data-grid@7.29.4`, plus:
33
+
34
+ - [DataGridPro] Add `aria-expanded` attribute to the master detail toggle button (#17890) @whereisrmsqhs
35
+ - [DataGridPro] Prevent text selection when reordering rows (#17920) @jyash97
36
+
37
+ #### `@mui/x-data-grid-premium@7.29.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
38
+
39
+ Same changes as in `@mui/x-data-grid-pro@7.29.4`.
40
+
41
+ ### Date and Time Pickers
42
+
43
+ #### `@mui/x-date-pickers@7.29.4`
44
+
45
+ - [pickers] Fix `PickersTextField` overflow (#17945) @noraleonte
46
+
47
+ #### `@mui/x-date-pickers-pro@7.29.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
48
+
49
+ Same changes as in `@mui/x-date-pickers@7.29.4`.
50
+
51
+ ### Docs
52
+
53
+ - [docs] Add "upgrade to v8" callout on v7 planned pages (#17901) @mapache-salvaje
54
+
55
+ ## 7.29.3
56
+
57
+ _May 8, 2025_
58
+
59
+ We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
60
+
61
+ - 🐞 Bugfixes
62
+
63
+ Team members who have contributed to this release:
64
+ @arminmeh, @LukasTy, and @MBilalShafi.
65
+
66
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
67
+
68
+ ### Data Grid
69
+
70
+ #### `@mui/x-data-grid@7.29.3`
71
+
72
+ - [DataGrid] Ignore `preProcessEditCellProps` for non-editable columns when starting a row update (#17734) @arminmeh
73
+ - [DataGrid] Avoid applying row selection propagation on filtered rows (#17742) @MBilalShafi
74
+
75
+ #### `@mui/x-data-grid-pro@7.29.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
76
+
77
+ Same changes as in `@mui/x-data-grid@7.29.3`.
78
+
79
+ #### `@mui/x-data-grid-premium@7.29.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
80
+
81
+ Same changes as in `@mui/x-data-grid-pro@7.29.3`.
82
+
83
+ ### Date and Time Pickers
84
+
85
+ #### `@mui/x-date-pickers@7.29.3`
86
+
87
+ - [DateTimePicker] Fix focus behavior on desktop variant (#17730) @LukasTy
88
+
89
+ #### `@mui/x-date-pickers-pro@7.29.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
90
+
91
+ Same changes as in `@mui/x-date-pickers@7.29.3`.
92
+
6
93
  ## 7.29.2
7
94
 
8
95
  _May 1, 2025_
@@ -35,6 +35,8 @@ const rendererInterceptor = function rendererInterceptor(inViewRenderers, popper
35
35
  } = rendererProps,
36
36
  otherProps = _objectWithoutPropertiesLoose(rendererProps, _excluded);
37
37
  const finalProps = _extends({}, otherProps, {
38
+ // we control the focused view manually
39
+ autoFocus: false,
38
40
  focusedView: null,
39
41
  sx: [{
40
42
  [`&.${multiSectionDigitalClockClasses.root}`]: {
@@ -334,7 +334,7 @@ export const MultiSectionDigitalClock = /*#__PURE__*/React.forwardRef(function M
334
334
  items: viewTimeOptions[timeView].items,
335
335
  onChange: viewTimeOptions[timeView].onChange,
336
336
  active: view === timeView,
337
- autoFocus: autoFocus ?? focusedView === timeView,
337
+ autoFocus: autoFocus || focusedView === timeView,
338
338
  disabled: disabled,
339
339
  readOnly: readOnly,
340
340
  slots: slots,
@@ -28,7 +28,9 @@ const PickersTextFieldRoot = styled(FormControl, {
28
28
  name: 'MuiPickersTextField',
29
29
  slot: 'Root',
30
30
  overridesResolver: (props, styles) => styles.root
31
- })({});
31
+ })({
32
+ maxWidth: '100%'
33
+ });
32
34
  const useUtilityClasses = ownerState => {
33
35
  const {
34
36
  focused,
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v7.29.2
2
+ * @mui/x-date-pickers v7.29.4
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -35,6 +35,8 @@ const rendererInterceptor = function rendererInterceptor(inViewRenderers, popper
35
35
  } = rendererProps,
36
36
  otherProps = _objectWithoutPropertiesLoose(rendererProps, _excluded);
37
37
  const finalProps = _extends({}, otherProps, {
38
+ // we control the focused view manually
39
+ autoFocus: false,
38
40
  focusedView: null,
39
41
  sx: [{
40
42
  [`&.${multiSectionDigitalClockClasses.root}`]: {
@@ -334,7 +334,7 @@ export const MultiSectionDigitalClock = /*#__PURE__*/React.forwardRef(function M
334
334
  items: viewTimeOptions[timeView].items,
335
335
  onChange: viewTimeOptions[timeView].onChange,
336
336
  active: view === timeView,
337
- autoFocus: autoFocus ?? focusedView === timeView,
337
+ autoFocus: autoFocus || focusedView === timeView,
338
338
  disabled: disabled,
339
339
  readOnly: readOnly,
340
340
  slots: slots,
@@ -28,7 +28,9 @@ const PickersTextFieldRoot = styled(FormControl, {
28
28
  name: 'MuiPickersTextField',
29
29
  slot: 'Root',
30
30
  overridesResolver: (props, styles) => styles.root
31
- })({});
31
+ })({
32
+ maxWidth: '100%'
33
+ });
32
34
  const useUtilityClasses = ownerState => {
33
35
  const {
34
36
  focused,
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v7.29.2
2
+ * @mui/x-date-pickers v7.29.4
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -42,6 +42,8 @@ const rendererInterceptor = function rendererInterceptor(inViewRenderers, popper
42
42
  } = rendererProps,
43
43
  otherProps = (0, _objectWithoutPropertiesLoose2.default)(rendererProps, _excluded);
44
44
  const finalProps = (0, _extends2.default)({}, otherProps, {
45
+ // we control the focused view manually
46
+ autoFocus: false,
45
47
  focusedView: null,
46
48
  sx: [{
47
49
  [`&.${_MultiSectionDigitalClock.multiSectionDigitalClockClasses.root}`]: {
@@ -341,7 +341,7 @@ const MultiSectionDigitalClock = exports.MultiSectionDigitalClock = /*#__PURE__*
341
341
  items: viewTimeOptions[timeView].items,
342
342
  onChange: viewTimeOptions[timeView].onChange,
343
343
  active: view === timeView,
344
- autoFocus: autoFocus ?? focusedView === timeView,
344
+ autoFocus: autoFocus || focusedView === timeView,
345
345
  disabled: disabled,
346
346
  readOnly: readOnly,
347
347
  slots: slots,
@@ -35,7 +35,9 @@ const PickersTextFieldRoot = (0, _styles.styled)(_FormControl.default, {
35
35
  name: 'MuiPickersTextField',
36
36
  slot: 'Root',
37
37
  overridesResolver: (props, styles) => styles.root
38
- })({});
38
+ })({
39
+ maxWidth: '100%'
40
+ });
39
41
  const useUtilityClasses = ownerState => {
40
42
  const {
41
43
  focused,
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v7.29.2
2
+ * @mui/x-date-pickers v7.29.4
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers",
3
- "version": "7.29.2",
3
+ "version": "7.29.4",
4
4
  "description": "The community edition of the Date and Time Picker components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",