@mui/x-data-grid-pro 6.19.4 → 6.19.5

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,7 +3,68 @@
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
- ## v6.19.4
6
+ ## 6.19.5
7
+
8
+ _Feb 23, 2024_
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
+ - 📚 Documentation improvements
14
+
15
+ ### Data Grid
16
+
17
+ #### `@mui/x-data-grid@6.19.5`
18
+
19
+ - [DataGrid] Fix styling grid filter input single select (#12079) @FreakDroid
20
+
21
+ #### `@mui/x-data-grid-pro@6.19.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
22
+
23
+ Same changes as in `@mui/x-data-grid@6.19.5`.
24
+
25
+ #### `@mui/x-data-grid-premium@6.19.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
26
+
27
+ Same changes as in `@mui/x-data-grid-pro@6.19.5`.
28
+
29
+ ### Date Pickers
30
+
31
+ #### `@mui/x-date-pickers@6.19.5`
32
+
33
+ - [pickers] Fix `referenceDate` day calendar focus (#12136) @LukasTy
34
+ - [pickers] Fix styling props propagation to `DateTimePickerTabs` (#12131) @LukasTy
35
+
36
+ #### `@mui/x-date-pickers-pro@6.19.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
37
+
38
+ Same changes as in `@mui/x-date-pickers@6.19.5`.
39
+
40
+ ### Charts / `@mui/x-charts@6.19.5`
41
+
42
+ - [charts] Allow to skip animation on sparkline bar (#12160) @alexfauquette
43
+
44
+ ### Docs
45
+
46
+ - [docs] Clarify Pickers 'Component composition' section (#12147) @LukasTy
47
+ - [docs] Fix 301 redirection to StackBlitz @oliviertassinari
48
+ - [docs] Fix 301 to Material UI @oliviertassinari
49
+ - [docs] Fix 301 to Material UI @oliviertassinari
50
+ - [docs] Fix 404 links to translation source @oliviertassinari
51
+ - [docs] Fix dead link to translations @oliviertassinari
52
+ - [docs] Fix the Treemap illustration (#12189) @danilo-leal
53
+ - [docs] Fix typo for `AdapterDateFnsV3` (#12037) @flaviendelangle
54
+ - [docs] Improve performance on Charts entry point @oliviertassinari
55
+ - [docs] Move Heatmap to pro (#12170) @alexfauquette
56
+ - [docs] Remove Charts installation next tag call-out (#12133) @LukasTy
57
+ - [docs] Removed `focused` prop from demo (#12126) @michelengelen
58
+ - [docs] Add missing Heatmap pro icon @oliviertassinari
59
+ - [docs] Add more illustrations to the Overview page (#12041) @danilo-leal
60
+ - [docs] Avoid use of shorthand (#12009) @oliviertassinari
61
+
62
+ ### Core
63
+
64
+ - [core] Fix CI @oliviertassinari
65
+ - [core] Fix docs link check (#12137) @LukasTy
66
+
67
+ ## 6.19.4
7
68
 
8
69
  _Feb 9, 2024_
9
70
 
@@ -15,7 +76,7 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos
15
76
 
16
77
  ### Data Grid
17
78
 
18
- #### `@mui/x-data-grid@v6.19.4`
79
+ #### `@mui/x-data-grid@6.19.4`
19
80
 
20
81
  - [DataGrid] Add support for dialogs in menu actions (#11937) @cherniavskii
21
82
  - [DataGrid] Allow passing readonly arrays to `pageSizeOptions` prop (#11992) @pcorpet
@@ -23,28 +84,28 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos
23
84
  - [DataGrid] Replace `eval` with `new Function` (#11962) @cherniavskii
24
85
  - [l10n] Improve Danish (da-DK) locale (#11972) @ShahrazH
25
86
 
26
- #### `@mui/x-data-grid-pro@v6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
87
+ #### `@mui/x-data-grid-pro@6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
27
88
 
28
- Same changes as in `@mui/x-data-grid@v6.19.4`.
89
+ Same changes as in `@mui/x-data-grid@6.19.4`.
29
90
 
30
- #### `@mui/x-data-grid-premium@v6.19.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
91
+ #### `@mui/x-data-grid-premium@6.19.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
31
92
 
32
- Same changes as in `@mui/x-data-grid-pro@v6.19.4`, plus:
93
+ Same changes as in `@mui/x-data-grid-pro@6.19.4`, plus:
33
94
 
34
95
  - [DataGridPremium] Fix autosize grouping cell (#11990) @romgrk
35
96
  - [DataGridPremium] Fix error after closing print export (#11889) @cherniavskii
36
97
 
37
98
  ### Date Pickers
38
99
 
39
- #### `@mui/x-date-pickers@v6.19.4`
100
+ #### `@mui/x-date-pickers@6.19.4`
40
101
 
41
102
  - [pickers] Avoid relying on locale in Luxon `isWithinRange` method (#11940) @LukasTy
42
103
 
43
- #### `@mui/x-date-pickers-pro@v6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
104
+ #### `@mui/x-date-pickers-pro@6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
44
105
 
45
- Same changes as in `@mui/x-date-pickers@v6.19.4`.
106
+ Same changes as in `@mui/x-date-pickers@6.19.4`.
46
107
 
47
- ### Charts / `@mui/x-charts@v6.19.4`
108
+ ### Charts / `@mui/x-charts@6.19.4`
48
109
 
49
110
  - [charts] Add `reverse` property to axes (#11959) @alexfauquette
50
111
  - [charts] Allow series ids to be numbers (#11960) @alexfauquette
@@ -423,7 +423,7 @@ DataGridProRaw.propTypes = {
423
423
  loading: PropTypes.bool,
424
424
  /**
425
425
  * Set the locale text of the Data Grid.
426
- * You can find all the translation keys supported in [the source](https://github.com/mui/mui-x/blob/HEAD/packages/grid/x-data-grid/src/constants/localeTextConstants.ts) in the GitHub repository.
426
+ * You can find all the translation keys supported in [the source](https://github.com/mui/mui-x/blob/v6.19.4/packages/grid/x-data-grid/src/constants/localeTextConstants.ts) in the GitHub repository.
427
427
  */
428
428
  localeText: PropTypes.object,
429
429
  /**
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-pro v6.19.4
2
+ * @mui/x-data-grid-pro v6.19.5
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -423,7 +423,7 @@ DataGridProRaw.propTypes = {
423
423
  loading: PropTypes.bool,
424
424
  /**
425
425
  * Set the locale text of the Data Grid.
426
- * You can find all the translation keys supported in [the source](https://github.com/mui/mui-x/blob/HEAD/packages/grid/x-data-grid/src/constants/localeTextConstants.ts) in the GitHub repository.
426
+ * You can find all the translation keys supported in [the source](https://github.com/mui/mui-x/blob/v6.19.4/packages/grid/x-data-grid/src/constants/localeTextConstants.ts) in the GitHub repository.
427
427
  */
428
428
  localeText: PropTypes.object,
429
429
  /**
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-pro v6.19.4
2
+ * @mui/x-data-grid-pro v6.19.5
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 var getReleaseInfo = function getReleaseInfo() {
3
- var releaseInfo = "MTcwNzQyOTYwMDAwMA==";
3
+ var releaseInfo = "MTcwODYyODQwMDAwMA==";
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
@@ -423,7 +423,7 @@ DataGridProRaw.propTypes = {
423
423
  loading: PropTypes.bool,
424
424
  /**
425
425
  * Set the locale text of the Data Grid.
426
- * You can find all the translation keys supported in [the source](https://github.com/mui/mui-x/blob/HEAD/packages/grid/x-data-grid/src/constants/localeTextConstants.ts) in the GitHub repository.
426
+ * You can find all the translation keys supported in [the source](https://github.com/mui/mui-x/blob/v6.19.4/packages/grid/x-data-grid/src/constants/localeTextConstants.ts) in the GitHub repository.
427
427
  */
428
428
  localeText: PropTypes.object,
429
429
  /**
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-pro v6.19.4
2
+ * @mui/x-data-grid-pro v6.19.5
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 = "MTcwNzQyOTYwMDAwMA==";
3
+ const releaseInfo = "MTcwODYyODQwMDAwMA==";
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
@@ -431,7 +431,7 @@ DataGridProRaw.propTypes = {
431
431
  loading: _propTypes.default.bool,
432
432
  /**
433
433
  * Set the locale text of the Data Grid.
434
- * You can find all the translation keys supported in [the source](https://github.com/mui/mui-x/blob/HEAD/packages/grid/x-data-grid/src/constants/localeTextConstants.ts) in the GitHub repository.
434
+ * You can find all the translation keys supported in [the source](https://github.com/mui/mui-x/blob/v6.19.4/packages/grid/x-data-grid/src/constants/localeTextConstants.ts) in the GitHub repository.
435
435
  */
436
436
  localeText: _propTypes.default.object,
437
437
  /**
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-pro v6.19.4
2
+ * @mui/x-data-grid-pro v6.19.5
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 = "MTcwNzQyOTYwMDAwMA==";
9
+ const releaseInfo = "MTcwODYyODQwMDAwMA==";
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-data-grid-pro",
3
- "version": "6.19.4",
3
+ "version": "6.19.5",
4
4
  "description": "The Pro plan edition of the data grid component (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.23.2",
35
35
  "@mui/utils": "^5.14.16",
36
- "@mui/x-data-grid": "6.19.4",
36
+ "@mui/x-data-grid": "6.19.5",
37
37
  "@mui/x-license-pro": "6.10.2",
38
38
  "@types/format-util": "^1.0.3",
39
39
  "clsx": "^2.0.0",
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTcwNzQyOTYwMDAwMA==";
3
+ const releaseInfo = "MTcwODYyODQwMDAwMA==";
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