@mui/x-date-pickers 7.28.2 → 7.29.0

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,128 @@
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.0
7
+
8
+ _Apr 16, 2025_
9
+
10
+ We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🐞 Bugfixes
13
+ - 🌍 Improve Hebrew (he-IL), Polish (pl-PL), and Swedish (sv-SE) locales on the Data Grid
14
+ - 🌍 Improve Czech (cs-CZ) and Slovak (sk-SK) locales on the Date and Time Pickers
15
+
16
+ Special thanks go out to the community contributors who have helped make this release possible:
17
+ @lubka272, @ptuukkan, @iddan, @sofortdagmbh
18
+
19
+ Following are all team members who have contributed to this release:
20
+ @michelengelen, @oliviertassinari, @michelengelen, @LukasTy.
21
+
22
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
23
+
24
+ ### Data Grid
25
+
26
+ #### `@mui/x-data-grid@7.29.0`
27
+
28
+ - [l10n] Improve Swedish (sv-SE) locale (#17306) @ptuukkan
29
+ - [l10n] Improve Hebrew (he-IL) locale (#16516) @iddan
30
+ - [l10n] Improve Polish (pl-PL) locale (#17306) @sofortdagmbh
31
+
32
+ #### `@mui/x-data-grid-pro@7.29.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
33
+
34
+ Same changes as in `@mui/x-data-grid@7.29.0`.
35
+
36
+ #### `@mui/x-data-grid-premium@7.29.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
37
+
38
+ Same changes as in `@mui/x-data-grid-pro@7.29.0`, plus:
39
+
40
+ - [DataGridPremium] Fix stale aggregation results after filtering (#17303) @cherniavskii
41
+ - [DataGridPremium] Fix aggregated values sorting (#17382) @cherniavskii
42
+
43
+ ### Date and Time Pickers
44
+
45
+ #### `@mui/x-date-pickers@7.29.0`
46
+
47
+ - [l10n] Improve Slovak (sk-SK) locale (#17204) @lubka272
48
+ - [l10n] Improve Czech (cs-CZ) locale (#17205) @lubka272
49
+
50
+ #### `@mui/x-date-pickers-pro@7.29.0` [![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-date-pickers@7.29.0`.
53
+
54
+ ### Charts
55
+
56
+ #### `@mui/x-charts@7.29.0`
57
+
58
+ Internal changes.
59
+
60
+ #### `@mui/x-charts-pro@7.29.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
61
+
62
+ Same changes as in `@mui/x-charts@7.29.0`.
63
+
64
+ ### Tree View
65
+
66
+ #### `@mui/x-tree-view@7.29.0`
67
+
68
+ Internal changes.
69
+
70
+ #### `@mui/x-tree-view-pro@7.29.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
71
+
72
+ Same changes as in `@mui/x-tree-view@7.29.0`.
73
+
74
+ ### Core
75
+
76
+ - [core] Cleanup `@mui` dependency versions (#17390) @LukasTy
77
+
78
+ ### Docs
79
+
80
+ - [docs] Fix 404 link on the marketing page (#17276) @oliviertassinari
81
+ - [docs] Fix country columns throwing on grouping (#17317) @cherniavskii
82
+ - [release] Changes to v7 for major release (#17320) @michelengelen
83
+
84
+ ## 7.28.3
85
+
86
+ _Apr 3, 2025_
87
+
88
+ We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
89
+
90
+ - 🐞 Bugfixes
91
+
92
+ Team members who have contributed to this release:
93
+ @cherniavskii, @LukasTy, @MBilalShafi.
94
+
95
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
96
+
97
+ ### Data Grid
98
+
99
+ #### `@mui/x-data-grid@7.28.3`
100
+
101
+ Internal changes.
102
+
103
+ #### `@mui/x-data-grid-pro@7.28.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
104
+
105
+ Same changes as in `@mui/x-data-grid@7.28.3`, plus:
106
+
107
+ - [DataGridPro] Data source: Allow expanding groups with unknown children count (#17149) @MBilalShafi
108
+
109
+ #### `@mui/x-data-grid-premium@7.28.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
110
+
111
+ Same changes as in `@mui/x-data-grid-pro@7.28.3`.
112
+
113
+ ### Date and Time Pickers
114
+
115
+ #### `@mui/x-date-pickers@7.28.3`
116
+
117
+ Internal changes.
118
+
119
+ #### `@mui/x-date-pickers-pro@7.28.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
120
+
121
+ Same changes as in `@mui/x-date-pickers@7.28.3`.
122
+
123
+ ### Docs
124
+
125
+ - [docs] Update Localization Provider JSDoc link (#17208) @LukasTy
126
+ - [docs] Use v6 core packages in MUI X v7 docs (#17171) @cherniavskii
127
+
6
128
  ## 7.28.2
7
129
 
8
130
  _Mar 28, 2025_
@@ -17,7 +17,7 @@ export interface LocalizationProviderProps<TDate extends PickerValidDate, TLocal
17
17
  children?: React.ReactNode;
18
18
  /**
19
19
  * Date library adapter class function.
20
- * @see See the localization provider {@link https://mui.com/x/react-date-pickers/getting-started/#setup-your-date-library-adapter date adapter setup section} for more details.
20
+ * @see See the localization provider {@link https://mui.com/x/react-date-pickers/getting-started/#date-library-adapter-setup date adapter setup section} for more details.
21
21
  */
22
22
  dateAdapter?: new (...args: any) => MuiPickersAdapter<TDate, TLocale>;
23
23
  /** Formats that are used for any child pickers */
@@ -100,7 +100,7 @@ process.env.NODE_ENV !== "production" ? LocalizationProvider.propTypes = {
100
100
  children: PropTypes.node,
101
101
  /**
102
102
  * Date library adapter class function.
103
- * @see See the localization provider {@link https://mui.com/x/react-date-pickers/getting-started/#setup-your-date-library-adapter date adapter setup section} for more details.
103
+ * @see See the localization provider {@link https://mui.com/x/react-date-pickers/getting-started/#date-library-adapter-setup date adapter setup section} for more details.
104
104
  */
105
105
  dateAdapter: PropTypes.func,
106
106
  /**
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v7.28.2
2
+ * @mui/x-date-pickers v7.29.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/locales/csCZ.js CHANGED
@@ -30,7 +30,7 @@ const csCZPickers = {
30
30
  datePickerToolbarTitle: 'Vyberte datum',
31
31
  dateTimePickerToolbarTitle: 'Vyberte datum a čas',
32
32
  timePickerToolbarTitle: 'Vyberte čas',
33
- dateRangePickerToolbarTitle: 'Vyberete rozmezí dat',
33
+ dateRangePickerToolbarTitle: 'Vyberte rozmezí dat',
34
34
  // Clock labels
35
35
  clockLabelText: (view, time, utils, formattedTime) => `${timeViews[view] ?? view} vybrány. ${!formattedTime && (time === null || !utils.isValid(time)) ? 'Není vybrán čas' : `Vybraný čas je ${formattedTime ?? utils.format(time, 'fullTime')}`}`,
36
36
  hoursClockNumberText: hours => `${hours} hodin`,
package/locales/skSK.js CHANGED
@@ -8,8 +8,8 @@ const timeViews = {
8
8
  };
9
9
  const skSKPickers = {
10
10
  // Calendar navigation
11
- previousMonth: 'Ďalší mesiac',
12
- nextMonth: 'Predchádzajúci mesiac',
11
+ previousMonth: 'Predchádzajúci mesiac',
12
+ nextMonth: 'Ďalší mesiac',
13
13
  // View navigation
14
14
  openPreviousView: 'Otvoriť predchádzajúce zobrazenie',
15
15
  openNextView: 'Otvoriť ďalšie zobrazenie',
@@ -100,7 +100,7 @@ process.env.NODE_ENV !== "production" ? LocalizationProvider.propTypes = {
100
100
  children: PropTypes.node,
101
101
  /**
102
102
  * Date library adapter class function.
103
- * @see See the localization provider {@link https://mui.com/x/react-date-pickers/getting-started/#setup-your-date-library-adapter date adapter setup section} for more details.
103
+ * @see See the localization provider {@link https://mui.com/x/react-date-pickers/getting-started/#date-library-adapter-setup date adapter setup section} for more details.
104
104
  */
105
105
  dateAdapter: PropTypes.func,
106
106
  /**
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v7.28.2
2
+ * @mui/x-date-pickers v7.29.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -30,7 +30,7 @@ const csCZPickers = {
30
30
  datePickerToolbarTitle: 'Vyberte datum',
31
31
  dateTimePickerToolbarTitle: 'Vyberte datum a čas',
32
32
  timePickerToolbarTitle: 'Vyberte čas',
33
- dateRangePickerToolbarTitle: 'Vyberete rozmezí dat',
33
+ dateRangePickerToolbarTitle: 'Vyberte rozmezí dat',
34
34
  // Clock labels
35
35
  clockLabelText: (view, time, utils, formattedTime) => `${timeViews[view] ?? view} vybrány. ${!formattedTime && (time === null || !utils.isValid(time)) ? 'Není vybrán čas' : `Vybraný čas je ${formattedTime ?? utils.format(time, 'fullTime')}`}`,
36
36
  hoursClockNumberText: hours => `${hours} hodin`,
@@ -8,8 +8,8 @@ const timeViews = {
8
8
  };
9
9
  const skSKPickers = {
10
10
  // Calendar navigation
11
- previousMonth: 'Ďalší mesiac',
12
- nextMonth: 'Predchádzajúci mesiac',
11
+ previousMonth: 'Predchádzajúci mesiac',
12
+ nextMonth: 'Ďalší mesiac',
13
13
  // View navigation
14
14
  openPreviousView: 'Otvoriť predchádzajúce zobrazenie',
15
15
  openNextView: 'Otvoriť ďalšie zobrazenie',
@@ -107,7 +107,7 @@ process.env.NODE_ENV !== "production" ? LocalizationProvider.propTypes = {
107
107
  children: _propTypes.default.node,
108
108
  /**
109
109
  * Date library adapter class function.
110
- * @see See the localization provider {@link https://mui.com/x/react-date-pickers/getting-started/#setup-your-date-library-adapter date adapter setup section} for more details.
110
+ * @see See the localization provider {@link https://mui.com/x/react-date-pickers/getting-started/#date-library-adapter-setup date adapter setup section} for more details.
111
111
  */
112
112
  dateAdapter: _propTypes.default.func,
113
113
  /**
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v7.28.2
2
+ * @mui/x-date-pickers v7.29.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -36,7 +36,7 @@ const csCZPickers = {
36
36
  datePickerToolbarTitle: 'Vyberte datum',
37
37
  dateTimePickerToolbarTitle: 'Vyberte datum a čas',
38
38
  timePickerToolbarTitle: 'Vyberte čas',
39
- dateRangePickerToolbarTitle: 'Vyberete rozmezí dat',
39
+ dateRangePickerToolbarTitle: 'Vyberte rozmezí dat',
40
40
  // Clock labels
41
41
  clockLabelText: (view, time, utils, formattedTime) => `${timeViews[view] ?? view} vybrány. ${!formattedTime && (time === null || !utils.isValid(time)) ? 'Není vybrán čas' : `Vybraný čas je ${formattedTime ?? utils.format(time, 'fullTime')}`}`,
42
42
  hoursClockNumberText: hours => `${hours} hodin`,
@@ -14,8 +14,8 @@ const timeViews = {
14
14
  };
15
15
  const skSKPickers = {
16
16
  // Calendar navigation
17
- previousMonth: 'Ďalší mesiac',
18
- nextMonth: 'Predchádzajúci mesiac',
17
+ previousMonth: 'Predchádzajúci mesiac',
18
+ nextMonth: 'Ďalší mesiac',
19
19
  // View navigation
20
20
  openPreviousView: 'Otvoriť predchádzajúce zobrazenie',
21
21
  openNextView: 'Otvoriť ďalšie zobrazenie',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers",
3
- "version": "7.28.2",
3
+ "version": "7.29.0",
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",
@@ -36,18 +36,18 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@babel/runtime": "^7.25.7",
39
- "@mui/utils": "^5.16.6 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta",
39
+ "@mui/utils": "^5.16.6 || ^6.0.0 || ^7.0.0",
40
40
  "@types/react-transition-group": "^4.4.11",
41
41
  "clsx": "^2.1.1",
42
42
  "prop-types": "^15.8.1",
43
43
  "react-transition-group": "^4.4.5",
44
- "@mui/x-internals": "7.28.0"
44
+ "@mui/x-internals": "7.29.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@emotion/react": "^11.9.0",
48
48
  "@emotion/styled": "^11.8.1",
49
- "@mui/material": "^5.15.14 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta",
50
- "@mui/system": "^5.15.14 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta",
49
+ "@mui/material": "^5.15.14 || ^6.0.0 || ^7.0.0",
50
+ "@mui/system": "^5.15.14 || ^6.0.0 || ^7.0.0",
51
51
  "date-fns": "^2.25.0 || ^3.2.0 || ^4.0.0",
52
52
  "date-fns-jalali": "^2.13.0-0 || ^3.2.0-0 || ^4.0.0-0",
53
53
  "dayjs": "^1.10.7",