@mui/x-date-pickers 8.11.0 → 8.11.1

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,80 @@
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.11.1
9
+
10
+ _Sep 4, 2025_
11
+
12
+ We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ Special thanks go out to the community members for their valuable contributions:
15
+ @sai6855
16
+
17
+ The following are all team members who have contributed to this release:
18
+ @brijeshb42, @flaviendelangle, @JCQuintas, @mapache-salvaje, @oliviertassinari
19
+
20
+ ### Data Grid
21
+
22
+ #### `@mui/x-data-grid@8.11.1`
23
+
24
+ - [DataGrid] Refine types in `GridCell` component (#19384) @sai6855
25
+
26
+ #### `@mui/x-data-grid-pro@8.11.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
27
+
28
+ Same changes as in `@mui/x-data-grid@8.11.1`.
29
+
30
+ #### `@mui/x-data-grid-premium@8.11.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
31
+
32
+ Same changes as in `@mui/x-data-grid-pro@8.11.1`.
33
+
34
+ ### Date and Time Pickers
35
+
36
+ #### `@mui/x-date-pickers@8.11.1`
37
+
38
+ - [pickers] Merge `slotProps` for input adornment in `PickerFieldUI` component (#19399) @sai6855
39
+
40
+ #### `@mui/x-date-pickers-pro@8.11.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
41
+
42
+ Same changes as in `@mui/x-date-pickers@8.11.1`.
43
+
44
+ ### Charts
45
+
46
+ #### `@mui/x-charts@8.11.1`
47
+
48
+ - [charts] Prevent crash and warn user on incorrect `axisId` when composing (#19397) @JCQuintas
49
+
50
+ #### `@mui/x-charts-pro@8.11.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
51
+
52
+ Same changes as in `@mui/x-charts@8.11.1`.
53
+
54
+ ### Tree View
55
+
56
+ #### `@mui/x-tree-view@8.11.1`
57
+
58
+ - [tree view] Expose the methods to manually refetch the children of an item (#19248) @flaviendelangle
59
+ - [tree view] Use the shared store implementation instead of the custom one (#19261) @flaviendelangle
60
+
61
+ #### `@mui/x-tree-view-pro@8.11.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
62
+
63
+ Same changes as in `@mui/x-tree-view@8.11.1`.
64
+
65
+ ### Codemod
66
+
67
+ #### `@mui/x-codemod@8.11.1`
68
+
69
+ Internal changes.
70
+
71
+ ### Docs
72
+
73
+ - [docs] Fix grammar and spelling mistakes on the Date and Time Pickers pages (#19300) @mapache-salvaje
74
+ - [docs] Remove wrong legend info (#19383) @JCQuintas
75
+
76
+ ### Core
77
+
78
+ - [internal] Fix action alert (#19388) @oliviertassinari
79
+ - [internal] Fix pnpm valelint to have 0 errors @oliviertassinari
80
+ - [infra] Remove "main" fields from publishable packages (#19407) @brijeshb42
81
+
8
82
  ## 8.11.0
9
83
 
10
84
  _Aug 29, 2025_
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v8.11.0
2
+ * @mui/x-date-pickers v8.11.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -139,7 +139,7 @@ export function PickerFieldUI(props) {
139
139
  startInputAdornmentProps = _objectWithoutPropertiesLoose(_useSlotProps, _excluded4);
140
140
  const _useSlotProps2 = useSlotProps({
141
141
  elementType: InputAdornment,
142
- externalSlotProps: slotProps?.inputAdornment,
142
+ externalSlotProps: mergeSlotProps(pickerFieldUIContext.slotProps.inputAdornment, slotProps?.inputAdornment),
143
143
  additionalProps: {
144
144
  position: 'end'
145
145
  },
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v8.11.0
2
+ * @mui/x-date-pickers v8.11.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -152,7 +152,7 @@ function PickerFieldUI(props) {
152
152
  startInputAdornmentProps = (0, _objectWithoutPropertiesLoose2.default)(_useSlotProps, _excluded4);
153
153
  const _useSlotProps2 = (0, _useSlotProps5.default)({
154
154
  elementType: InputAdornment,
155
- externalSlotProps: slotProps?.inputAdornment,
155
+ externalSlotProps: mergeSlotProps(pickerFieldUIContext.slotProps.inputAdornment, slotProps?.inputAdornment),
156
156
  additionalProps: {
157
157
  position: 'end'
158
158
  },
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers",
3
- "version": "8.11.0",
3
+ "version": "8.11.1",
4
4
  "author": "MUI Team",
5
5
  "description": "The community edition of the MUI X Date and Time Picker components.",
6
- "main": "./index.js",
7
6
  "license": "MIT",
8
7
  "bugs": {
9
8
  "url": "https://github.com/mui/mui-x/issues"
@@ -40,7 +39,7 @@
40
39
  "clsx": "^2.1.1",
41
40
  "prop-types": "^15.8.1",
42
41
  "react-transition-group": "^4.4.5",
43
- "@mui/x-internals": "8.11.0"
42
+ "@mui/x-internals": "8.11.1"
44
43
  },
45
44
  "peerDependencies": {
46
45
  "@emotion/react": "^11.9.0",
@@ -90,27 +89,28 @@
90
89
  "node": ">=14.0.0"
91
90
  },
92
91
  "type": "commonjs",
92
+ "main": "./index.js",
93
93
  "types": "./index.d.ts",
94
94
  "exports": {
95
95
  "./package.json": "./package.json",
96
96
  ".": {
97
- "import": {
98
- "types": "./esm/index.d.ts",
99
- "default": "./esm/index.js"
100
- },
101
97
  "require": {
102
98
  "types": "./index.d.ts",
103
99
  "default": "./index.js"
100
+ },
101
+ "default": {
102
+ "types": "./esm/index.d.ts",
103
+ "default": "./esm/index.js"
104
104
  }
105
105
  },
106
106
  "./*": {
107
- "import": {
108
- "types": "./esm/*/index.d.ts",
109
- "default": "./esm/*/index.js"
110
- },
111
107
  "require": {
112
108
  "types": "./*/index.d.ts",
113
109
  "default": "./*/index.js"
110
+ },
111
+ "default": {
112
+ "types": "./esm/*/index.d.ts",
113
+ "default": "./esm/*/index.js"
114
114
  }
115
115
  },
116
116
  "./esm": null