@mui/x-date-pickers-pro 8.29.0 → 8.29.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 +104 -1
- package/DateRangeCalendar/DateRangeCalendar.js +1 -1
- package/DateRangeCalendar/DateRangeCalendar.mjs +1 -1
- package/DateRangePickerDay/DateRangePickerDay.js +1 -1
- package/DateRangePickerDay/DateRangePickerDay.mjs +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/internals/hooks/useDesktopRangePicker/useDesktopRangePicker.js +1 -1
- package/internals/hooks/useDesktopRangePicker/useDesktopRangePicker.mjs +1 -1
- package/internals/hooks/useMobileRangePicker/useMobileRangePicker.js +1 -1
- package/internals/hooks/useMobileRangePicker/useMobileRangePicker.mjs +1 -1
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -5,8 +5,111 @@
|
|
|
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.2
|
|
9
|
+
|
|
10
|
+
_Jul 2, 2026_
|
|
11
|
+
|
|
12
|
+
We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
13
|
+
|
|
14
|
+
- 🐞 Bugfixes
|
|
15
|
+
|
|
16
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
17
|
+
@Anexus5919, @timbuckley
|
|
18
|
+
|
|
19
|
+
The following team members contributed to this release:
|
|
20
|
+
@alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @LukasTy, @MBilalShafi
|
|
21
|
+
|
|
22
|
+
### Data Grid
|
|
23
|
+
|
|
24
|
+
#### `@mui/x-data-grid@8.29.2`
|
|
25
|
+
|
|
26
|
+
- [DataGrid] Avoid reading `type` of `undefined` in `gridRowUtils` (#22963) @timbuckley
|
|
27
|
+
- [DataGrid] Define `overflowAnchor` style at the right element (#22860) @arminmeh
|
|
28
|
+
- [DataGrid] Fix panel placement jump on mount (#22946) @cherniavskii
|
|
29
|
+
- [DataGrid] Fix scrollbars not showing up on scroll on iOS (#22884) @cherniavskii
|
|
30
|
+
- [DataGrid] Wait for rows before reacting on `autosizeOnMount` (#22886) @MBilalShafi
|
|
31
|
+
|
|
32
|
+
#### `@mui/x-data-grid-pro@8.29.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
33
|
+
|
|
34
|
+
Same changes as in `@mui/x-data-grid@8.29.2`.
|
|
35
|
+
|
|
36
|
+
#### `@mui/x-data-grid-premium@8.29.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
37
|
+
|
|
38
|
+
Same changes as in `@mui/x-data-grid-pro@8.29.2`, plus:
|
|
39
|
+
|
|
40
|
+
- [DataGridPremium] Escape `singleSelect` values in Excel export with `escapeFormulas` enabled (#22966) @Anexus5919
|
|
41
|
+
|
|
42
|
+
### Date and Time Pickers
|
|
43
|
+
|
|
44
|
+
#### `@mui/x-date-pickers@8.29.2`
|
|
45
|
+
|
|
46
|
+
- [pickers] Fix localized digit crash (#23010) @alexfauquette
|
|
47
|
+
- [pickers] Respect explicit `notched` prop on the outlined `PickersTextField` (#22875) (#22893) @LukasTy
|
|
48
|
+
|
|
49
|
+
#### `@mui/x-date-pickers-pro@8.29.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
50
|
+
|
|
51
|
+
Same changes as in `@mui/x-date-pickers@8.29.2`.
|
|
52
|
+
|
|
53
|
+
### Charts
|
|
54
|
+
|
|
55
|
+
#### `@mui/x-charts@8.29.2`
|
|
56
|
+
|
|
57
|
+
Internal changes.
|
|
58
|
+
|
|
59
|
+
#### `@mui/x-charts-pro@8.29.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
60
|
+
|
|
61
|
+
Same changes as in `@mui/x-charts@8.29.2`.
|
|
62
|
+
|
|
63
|
+
#### `@mui/x-charts-premium@8.29.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
64
|
+
|
|
65
|
+
Same changes as in `@mui/x-charts-pro@8.29.2`.
|
|
66
|
+
|
|
67
|
+
### Tree View
|
|
68
|
+
|
|
69
|
+
#### `@mui/x-tree-view@8.29.2`
|
|
70
|
+
|
|
71
|
+
Internal changes.
|
|
72
|
+
|
|
73
|
+
#### `@mui/x-tree-view-pro@8.29.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
74
|
+
|
|
75
|
+
Same changes as in `@mui/x-tree-view@8.29.2`.
|
|
76
|
+
|
|
77
|
+
### Codemod
|
|
78
|
+
|
|
79
|
+
#### `@mui/x-codemod@8.29.2`
|
|
80
|
+
|
|
81
|
+
Internal changes.
|
|
82
|
+
|
|
83
|
+
### Core
|
|
84
|
+
|
|
85
|
+
- [code-infra] Pin mui-public actions to nearest git hash (#22824) @brijeshb42
|
|
86
|
+
- [internal] Switch resolutions to workspace overrides (#22865) @cherniavskii
|
|
87
|
+
|
|
88
|
+
### Miscellaneous
|
|
89
|
+
|
|
90
|
+
- [virtualizer] Improve the dimensions' initial state (#22890) @arminmeh
|
|
91
|
+
- [virtualizer] Remeasure scrollbars when layout changes (#23003) @arminmeh
|
|
92
|
+
|
|
93
|
+
## 8.29.1
|
|
94
|
+
|
|
95
|
+
_Jun 11, 2026_
|
|
96
|
+
|
|
97
|
+
### Data Grid
|
|
98
|
+
|
|
99
|
+
#### `@mui/x-data-grid@8.29.1`
|
|
100
|
+
|
|
101
|
+
- [DataGrid] Prevent React state update before mount (#22749) @arminmeh
|
|
102
|
+
|
|
103
|
+
#### `@mui/x-data-grid-pro@8.29.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
104
|
+
|
|
105
|
+
Same changes as in `@mui/x-data-grid@8.29.1`.
|
|
106
|
+
|
|
107
|
+
#### `@mui/x-data-grid-premium@8.29.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
108
|
+
|
|
109
|
+
Same changes as in `@mui/x-data-grid-pro@8.29.1`.
|
|
110
|
+
|
|
8
111
|
## 8.29.0
|
|
9
|
-
|
|
112
|
+
|
|
10
113
|
_Jun 5, 2026_
|
|
11
114
|
|
|
12
115
|
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
@@ -37,7 +37,7 @@ var _DateRangePickerDay2 = require("../DateRangePickerDay2");
|
|
|
37
37
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
38
38
|
const _excluded = ["value", "defaultValue", "referenceDate", "onChange", "className", "classes", "disableFuture", "disablePast", "minDate", "maxDate", "shouldDisableDate", "reduceAnimations", "onMonthChange", "rangePosition", "defaultRangePosition", "onRangePositionChange", "calendars", "currentMonthCalendarPosition", "slots", "slotProps", "loading", "renderLoading", "disableHighlightToday", "focusedView", "onFocusedViewChange", "readOnly", "disabled", "showDaysOutsideCurrentMonth", "dayOfWeekFormatter", "disableAutoMonthSwitching", "autoFocus", "fixedWeekNumber", "disableDragEditing", "displayWeekNumber", "timezone", "availableRangePositions", "views", "view", "openTo", "onViewChange"],
|
|
39
39
|
_excluded2 = ["isDragging", "rangeDragDay", "draggingDatePosition"];
|
|
40
|
-
const releaseInfo = "
|
|
40
|
+
const releaseInfo = "MTc4Mjk1MDQwMDAwMA==";
|
|
41
41
|
const DateRangeCalendarRoot = (0, _styles.styled)('div', {
|
|
42
42
|
name: 'MuiDateRangeCalendar',
|
|
43
43
|
slot: 'Root'
|
|
@@ -30,7 +30,7 @@ import { PickersRangeCalendarHeader } from "../PickersRangeCalendarHeader/index.
|
|
|
30
30
|
import { useNullablePickerRangePositionContext } from "../internals/hooks/useNullablePickerRangePositionContext.mjs";
|
|
31
31
|
import { dateRangePickerDay2Classes } from "../DateRangePickerDay2/index.mjs";
|
|
32
32
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
33
|
-
const releaseInfo = "
|
|
33
|
+
const releaseInfo = "MTc4Mjk1MDQwMDAwMA==";
|
|
34
34
|
const DateRangeCalendarRoot = styled('div', {
|
|
35
35
|
name: 'MuiDateRangeCalendar',
|
|
36
36
|
slot: 'Root'
|
|
@@ -235,7 +235,7 @@ const DateRangePickerDayRaw = /*#__PURE__*/React.forwardRef(function DateRangePi
|
|
|
235
235
|
showDaysOutsideCurrentMonth
|
|
236
236
|
} = props,
|
|
237
237
|
other = (0, _objectWithoutPropertiesLoose2.default)(props, _excluded);
|
|
238
|
-
(0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "
|
|
238
|
+
(0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "MTc4Mjk1MDQwMDAwMA==");
|
|
239
239
|
const adapter = (0, _hooks.usePickerAdapter)();
|
|
240
240
|
const shouldRenderHighlight = isHighlighting && !outsideCurrentMonth;
|
|
241
241
|
const shouldRenderPreview = isPreviewing && !outsideCurrentMonth;
|
|
@@ -228,7 +228,7 @@ const DateRangePickerDayRaw = /*#__PURE__*/React.forwardRef(function DateRangePi
|
|
|
228
228
|
showDaysOutsideCurrentMonth
|
|
229
229
|
} = props,
|
|
230
230
|
other = _objectWithoutPropertiesLoose(props, _excluded);
|
|
231
|
-
useLicenseVerifier('x-date-pickers-pro', "
|
|
231
|
+
useLicenseVerifier('x-date-pickers-pro', "MTc4Mjk1MDQwMDAwMA==");
|
|
232
232
|
const adapter = usePickerAdapter();
|
|
233
233
|
const shouldRenderHighlight = isHighlighting && !outsideCurrentMonth;
|
|
234
234
|
const shouldRenderPreview = isPreviewing && !outsideCurrentMonth;
|
package/index.js
CHANGED
package/index.mjs
CHANGED
|
@@ -25,7 +25,7 @@ const useDesktopRangePicker = _ref => {
|
|
|
25
25
|
steps
|
|
26
26
|
} = _ref,
|
|
27
27
|
pickerParams = (0, _objectWithoutPropertiesLoose2.default)(_ref, _excluded);
|
|
28
|
-
(0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "
|
|
28
|
+
(0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "MTc4Mjk1MDQwMDAwMA==");
|
|
29
29
|
const {
|
|
30
30
|
slots,
|
|
31
31
|
slotProps,
|
|
@@ -18,7 +18,7 @@ export const useDesktopRangePicker = _ref => {
|
|
|
18
18
|
steps
|
|
19
19
|
} = _ref,
|
|
20
20
|
pickerParams = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
21
|
-
useLicenseVerifier('x-date-pickers-pro', "
|
|
21
|
+
useLicenseVerifier('x-date-pickers-pro', "MTc4Mjk1MDQwMDAwMA==");
|
|
22
22
|
const {
|
|
23
23
|
slots,
|
|
24
24
|
slotProps,
|
|
@@ -27,7 +27,7 @@ const useMobileRangePicker = _ref => {
|
|
|
27
27
|
steps
|
|
28
28
|
} = _ref,
|
|
29
29
|
pickerParams = (0, _objectWithoutPropertiesLoose2.default)(_ref, _excluded);
|
|
30
|
-
(0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "
|
|
30
|
+
(0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "MTc4Mjk1MDQwMDAwMA==");
|
|
31
31
|
const {
|
|
32
32
|
slots,
|
|
33
33
|
slotProps: innerSlotProps,
|
|
@@ -20,7 +20,7 @@ export const useMobileRangePicker = _ref => {
|
|
|
20
20
|
steps
|
|
21
21
|
} = _ref,
|
|
22
22
|
pickerParams = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
23
|
-
useLicenseVerifier('x-date-pickers-pro', "
|
|
23
|
+
useLicenseVerifier('x-date-pickers-pro', "MTc4Mjk1MDQwMDAwMA==");
|
|
24
24
|
const {
|
|
25
25
|
slots,
|
|
26
26
|
slotProps: innerSlotProps,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-date-pickers-pro",
|
|
3
|
-
"version": "8.29.
|
|
3
|
+
"version": "8.29.2",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Pro plan edition of the MUI X Date and Time Picker components.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"clsx": "^2.1.1",
|
|
36
36
|
"prop-types": "^15.8.1",
|
|
37
37
|
"react-transition-group": "^4.4.5",
|
|
38
|
-
"@mui/x-date-pickers": "8.29.
|
|
39
|
-
"@mui/x-
|
|
40
|
-
"@mui/x-
|
|
38
|
+
"@mui/x-date-pickers": "8.29.2",
|
|
39
|
+
"@mui/x-internals": "8.29.2",
|
|
40
|
+
"@mui/x-license": "8.29.2"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@emotion/react": "^11.9.0",
|
|
@@ -552,70 +552,70 @@
|
|
|
552
552
|
}
|
|
553
553
|
},
|
|
554
554
|
"./locales": {
|
|
555
|
-
"import": {
|
|
556
|
-
"types": "./locales/index.d.mts",
|
|
557
|
-
"default": "./locales/index.mjs"
|
|
558
|
-
},
|
|
559
555
|
"require": {
|
|
560
556
|
"types": "./locales/index.d.ts",
|
|
561
557
|
"default": "./locales/index.js"
|
|
562
558
|
},
|
|
559
|
+
"import": {
|
|
560
|
+
"types": "./locales/index.d.mts",
|
|
561
|
+
"default": "./locales/index.mjs"
|
|
562
|
+
},
|
|
563
563
|
"default": {
|
|
564
564
|
"types": "./locales/index.d.mts",
|
|
565
565
|
"default": "./locales/index.mjs"
|
|
566
566
|
}
|
|
567
567
|
},
|
|
568
568
|
"./managers": {
|
|
569
|
-
"import": {
|
|
570
|
-
"types": "./managers/index.d.mts",
|
|
571
|
-
"default": "./managers/index.mjs"
|
|
572
|
-
},
|
|
573
569
|
"require": {
|
|
574
570
|
"types": "./managers/index.d.ts",
|
|
575
571
|
"default": "./managers/index.js"
|
|
576
572
|
},
|
|
573
|
+
"import": {
|
|
574
|
+
"types": "./managers/index.d.mts",
|
|
575
|
+
"default": "./managers/index.mjs"
|
|
576
|
+
},
|
|
577
577
|
"default": {
|
|
578
578
|
"types": "./managers/index.d.mts",
|
|
579
579
|
"default": "./managers/index.mjs"
|
|
580
580
|
}
|
|
581
581
|
},
|
|
582
582
|
"./models": {
|
|
583
|
-
"import": {
|
|
584
|
-
"types": "./models/index.d.mts",
|
|
585
|
-
"default": "./models/index.mjs"
|
|
586
|
-
},
|
|
587
583
|
"require": {
|
|
588
584
|
"types": "./models/index.d.ts",
|
|
589
585
|
"default": "./models/index.js"
|
|
590
586
|
},
|
|
587
|
+
"import": {
|
|
588
|
+
"types": "./models/index.d.mts",
|
|
589
|
+
"default": "./models/index.mjs"
|
|
590
|
+
},
|
|
591
591
|
"default": {
|
|
592
592
|
"types": "./models/index.d.mts",
|
|
593
593
|
"default": "./models/index.mjs"
|
|
594
594
|
}
|
|
595
595
|
},
|
|
596
596
|
"./themeAugmentation": {
|
|
597
|
-
"import": {
|
|
598
|
-
"types": "./themeAugmentation/index.d.mts",
|
|
599
|
-
"default": "./themeAugmentation/index.mjs"
|
|
600
|
-
},
|
|
601
597
|
"require": {
|
|
602
598
|
"types": "./themeAugmentation/index.d.ts",
|
|
603
599
|
"default": "./themeAugmentation/index.js"
|
|
604
600
|
},
|
|
601
|
+
"import": {
|
|
602
|
+
"types": "./themeAugmentation/index.d.mts",
|
|
603
|
+
"default": "./themeAugmentation/index.mjs"
|
|
604
|
+
},
|
|
605
605
|
"default": {
|
|
606
606
|
"types": "./themeAugmentation/index.d.mts",
|
|
607
607
|
"default": "./themeAugmentation/index.mjs"
|
|
608
608
|
}
|
|
609
609
|
},
|
|
610
610
|
"./validation": {
|
|
611
|
-
"import": {
|
|
612
|
-
"types": "./validation/index.d.mts",
|
|
613
|
-
"default": "./validation/index.mjs"
|
|
614
|
-
},
|
|
615
611
|
"require": {
|
|
616
612
|
"types": "./validation/index.d.ts",
|
|
617
613
|
"default": "./validation/index.js"
|
|
618
614
|
},
|
|
615
|
+
"import": {
|
|
616
|
+
"types": "./validation/index.d.mts",
|
|
617
|
+
"default": "./validation/index.mjs"
|
|
618
|
+
},
|
|
619
619
|
"default": {
|
|
620
620
|
"types": "./validation/index.d.mts",
|
|
621
621
|
"default": "./validation/index.mjs"
|