@mui/x-data-grid-premium 7.22.1 → 7.22.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 CHANGED
@@ -3,6 +3,70 @@
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.22.2
7
+
8
+ _Nov 8, 2024_
9
+
10
+ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 👨🏽‍💻 API enhancements
13
+ - 🐞 Bugfixes
14
+
15
+ Special thanks go out to the community contributors who have helped make this release possible:
16
+ @clins1994, @GuillaumeMeheut, @k-rajat19.
17
+ Following are all team members who have contributed to this release:
18
+ @LukasTy, @MBilalShafi, @KenanYusuf, @arminmeh.
19
+
20
+ ### Upcoming alpha
21
+
22
+ Keep an eye out for the MUI⠀X `v8.0.0-aplha.0` release soon. It will follow a weekly release schedule as always until it is stable.
23
+
24
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
25
+
26
+ ### Data Grid
27
+
28
+ #### `@mui/x-data-grid@7.22.2`
29
+
30
+ - [DataGrid] Fix `null` reference error in `GridVirtualScrollbar` (#15289) @MBilalShafi
31
+ - [DataGrid] Fix filtering with `boolean` column type (#15257) @k-rajat19
32
+ - [DataGrid] Improve row selection propagation trigger (#15274) @MBilalShafi
33
+ - [DataGrid] Preprocess edit cell props on backspace/delete (#15223) @KenanYusuf
34
+ - [DataGrid] Add a recipe to persist column width and order (#15309) @MBilalShafi
35
+
36
+ #### `@mui/x-data-grid-pro@7.22.2` [![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-data-grid@7.22.2`, plus:
39
+
40
+ - [DataGridPro] Apply default properties if they are not passed in a reorder column (#15320) @k-rajat19
41
+ - [DataGridPro] Toggle row expansion with `Enter` key in Tree data (#15313) @k-rajat19
42
+
43
+ #### `@mui/x-data-grid-premium@7.22.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
44
+
45
+ Same changes as in `@mui/x-data-grid-pro@7.22.2`, plus:
46
+
47
+ - [DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping (#15222) @arminmeh
48
+
49
+ ### Date and Time Pickers
50
+
51
+ #### `@mui/x-date-pickers@7.22.2`
52
+
53
+ - [pickers] Add support for `moment-hijri@3.0.0` (#15248) @LukasTy
54
+
55
+ #### `@mui/x-date-pickers-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
56
+
57
+ Same changes as in `@mui/x-date-pickers@7.22.2`.
58
+
59
+ ### Charts
60
+
61
+ #### `@mui/x-charts@7.22.2`
62
+
63
+ - [charts] Allow `SeriesValueFormatter` to return `null` value (#15295) @clins1994
64
+ - [charts] Allow configuring the `domainLimit` for each axis. (#15325) @GuillaumeMeheut
65
+
66
+ #### `@mui/x-charts-pro@7.0.0-beta.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
67
+
68
+ Same changes as in `@mui/x-charts@7.22.2`.
69
+
6
70
  ## 7.22.1
7
71
 
8
72
  _Nov 1, 2024_
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTczMDQzMzYwMDAwMA==";
3
+ const releaseInfo = "MTczMTAyMDQwMDAwMA==";
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/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v7.22.1
2
+ * @mui/x-data-grid-premium v7.22.2
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v7.22.1
2
+ * @mui/x-data-grid-premium v7.22.2
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 = "MTczMDQzMzYwMDAwMA==";
3
+ const releaseInfo = "MTczMTAyMDQwMDAwMA==";
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid-premium",
3
- "version": "7.22.1",
3
+ "version": "7.22.2",
4
4
  "description": "The Premium plan edition of the Data Grid Components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./index.js",
@@ -40,10 +40,10 @@
40
40
  "exceljs": "^4.4.0",
41
41
  "prop-types": "^15.8.1",
42
42
  "reselect": "^5.1.1",
43
- "@mui/x-data-grid-pro": "7.22.1",
44
- "@mui/x-license": "7.21.0",
45
- "@mui/x-data-grid": "7.22.1",
46
- "@mui/x-internals": "7.21.0"
43
+ "@mui/x-data-grid": "7.22.2",
44
+ "@mui/x-data-grid-pro": "7.22.2",
45
+ "@mui/x-internals": "7.21.0",
46
+ "@mui/x-license": "7.21.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@emotion/react": "^11.9.0",
@@ -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 = "MTczMDQzMzYwMDAwMA==";
9
+ const releaseInfo = "MTczMTAyMDQwMDAwMA==";
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