@mui/x-date-pickers-pro 7.28.3 → 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,84 @@
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
+
6
84
  ## 7.28.3
7
85
 
8
86
  _Apr 3, 2025_
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers-pro v7.28.3
2
+ * @mui/x-date-pickers-pro v7.29.0
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTc0MzYzMTIwMDAwMA==";
3
+ const releaseInfo = "MTc0NDc1NDQwMDAwMA==";
4
4
  if (process.env.NODE_ENV !== 'production') {
5
5
  // A simple hack to set the value in the test environment (has no build step).
6
6
  // eslint-disable-next-line no-useless-concat
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers-pro v7.28.3
2
+ * @mui/x-date-pickers-pro v7.29.0
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTc0MzYzMTIwMDAwMA==";
3
+ const releaseInfo = "MTc0NDc1NDQwMDAwMA==";
4
4
  if (process.env.NODE_ENV !== 'production') {
5
5
  // A simple hack to set the value in the test environment (has no build step).
6
6
  // eslint-disable-next-line no-useless-concat
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers-pro v7.28.3
2
+ * @mui/x-date-pickers-pro v7.29.0
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.getReleaseInfo = void 0;
7
7
  var _utils = require("@mui/utils");
8
8
  const getReleaseInfo = () => {
9
- const releaseInfo = "MTc0MzYzMTIwMDAwMA==";
9
+ const releaseInfo = "MTc0NDc1NDQwMDAwMA==";
10
10
  if (process.env.NODE_ENV !== 'production') {
11
11
  // A simple hack to set the value in the test environment (has no build step).
12
12
  // eslint-disable-next-line no-useless-concat
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers-pro",
3
- "version": "7.28.3",
3
+ "version": "7.29.0",
4
4
  "description": "The Pro plan edition of the Date and Time Picker components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",
@@ -33,19 +33,19 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@babel/runtime": "^7.25.7",
36
- "@mui/utils": "^5.16.6 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta",
36
+ "@mui/utils": "^5.16.6 || ^6.0.0 || ^7.0.0",
37
37
  "clsx": "^2.1.1",
38
38
  "prop-types": "^15.8.1",
39
39
  "react-transition-group": "^4.4.5",
40
- "@mui/x-internals": "7.28.0",
41
- "@mui/x-date-pickers": "7.28.3",
42
- "@mui/x-license": "7.28.0"
40
+ "@mui/x-license": "7.29.0",
41
+ "@mui/x-date-pickers": "7.29.0",
42
+ "@mui/x-internals": "7.29.0"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@emotion/react": "^11.9.0",
46
46
  "@emotion/styled": "^11.8.1",
47
- "@mui/material": "^5.15.14 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta",
48
- "@mui/system": "^5.15.14 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta",
47
+ "@mui/material": "^5.15.14 || ^6.0.0 || ^7.0.0",
48
+ "@mui/system": "^5.15.14 || ^6.0.0 || ^7.0.0",
49
49
  "date-fns": "^2.25.0 || ^3.2.0 || ^4.0.0",
50
50
  "date-fns-jalali": "^2.13.0-0 || ^3.2.0-0 || ^4.0.0-0",
51
51
  "dayjs": "^1.10.7",