@mui/x-data-grid-pro 5.17.16 → 5.17.18

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,61 @@
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
+ ## 5.17.18
7
+
8
+ _Jan 5, 2023_
9
+
10
+ We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🐞 Bugfixes
13
+
14
+ ### `@mui/x-data-grid@v5.17.18` / `@mui/x-data-grid-pro@v5.17.18` / `@mui/x-data-grid-premium@v5.17.18`
15
+
16
+ #### Changes
17
+
18
+ - [DataGrid] Fix rows not rendering properly after height change (#7376) @cherniavskii
19
+ - [DataGrid] Fix selected text in cell input not being copied in Firefox (#7330) @cherniavskii
20
+ - [DataGridPremium] Export row grouping column menu components (#7308) @cherniavskii
21
+
22
+ ### `@mui/x-date-pickers@v5.0.13` / `@mui/x-date-pickers-pro@v5.0.13`
23
+
24
+ #### Changes
25
+
26
+ - [pickers] Fix the product license reference name (#7367)
27
+
28
+ ### Docs
29
+
30
+ - [docs] Redirect translated pages (#7370) @cherniavskii
31
+
32
+ ### Core
33
+
34
+ - [core] Fix release date (#7314) @DanailH
35
+ - [core] Fix the product license reference name (#7367) @oliviertassinari
36
+ - [core] Upgrade monorepo (#7344) @cherniavskii
37
+
38
+ ## 5.17.17
39
+
40
+ _Dec 24, 2022_
41
+
42
+ We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
43
+
44
+ - 🌍 Improve Russian (ru-RU) and Korean (ko-KR) locales
45
+ - 🐞 Bugfixes
46
+
47
+ ### `@mui/x-data-grid@v5.17.17` / `@mui/x-data-grid-pro@v5.17.17` / `@mui/x-data-grid-premium@v5.17.17`
48
+
49
+ #### Changes
50
+
51
+ - [DataGrid] Update Russian (ru-RU) locale (#7291) @VeceluXa
52
+ - [DataGridPro] Use row ID as `key` of the detail panels (#7311) @m4theushw
53
+ - [DataGridPremium] Fix `exceljs` import with parcel (#7285) @alexfauquette
54
+
55
+ ### `@mui/x-date-pickers@v5.0.12` / `@mui/x-date-pickers-pro@v5.0.12`
56
+
57
+ #### Changes
58
+
59
+ - [pickers] Improve Korean (ko-KR) locale (#7283) @hanbin9775
60
+
6
61
  ## 5.17.16
7
62
 
8
63
  _Dec 16, 2022_
@@ -264,7 +264,7 @@ const DataGridProVirtualScroller = /*#__PURE__*/React.forwardRef(function DataGr
264
264
  height: height,
265
265
  className: classes.detailPanel,
266
266
  children: content
267
- }, i));
267
+ }, id));
268
268
  }
269
269
  }
270
270
 
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
- /** @license MUI v5.17.16
1
+ /** @license MUI X v5.17.18
2
2
  *
3
- * This source code is licensed under the MIT license found in the
3
+ * This source code is licensed under the commercial license found in the
4
4
  * LICENSE file in the root directory of this source tree.
5
5
  */
6
6
  import './typeOverloads';
@@ -277,7 +277,7 @@ var DataGridProVirtualScroller = /*#__PURE__*/React.forwardRef(function DataGrid
277
277
  height: height,
278
278
  className: classes.detailPanel,
279
279
  children: content
280
- }, i));
280
+ }, id));
281
281
  }
282
282
  }
283
283
 
package/legacy/index.js CHANGED
@@ -1,6 +1,6 @@
1
- /** @license MUI v5.17.16
1
+ /** @license MUI X v5.17.18
2
2
  *
3
- * This source code is licensed under the MIT license found in the
3
+ * This source code is licensed under the commercial license found in the
4
4
  * LICENSE file in the root directory of this source tree.
5
5
  */
6
6
  import './typeOverloads';
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export var getReleaseInfo = function getReleaseInfo() {
3
- var releaseInfo = "MTY3MTE0NTIwMDAwMA==";
3
+ var releaseInfo = "MTY3Mjg2OTYwMDAwMA==";
4
4
 
5
5
  if (process.env.NODE_ENV !== 'production') {
6
6
  // A simple hack to set the value in the test environment (has no build step).
@@ -262,7 +262,7 @@ const DataGridProVirtualScroller = /*#__PURE__*/React.forwardRef(function DataGr
262
262
  height: height,
263
263
  className: classes.detailPanel,
264
264
  children: content
265
- }, i));
265
+ }, id));
266
266
  }
267
267
  }
268
268
 
package/modern/index.js CHANGED
@@ -1,6 +1,6 @@
1
- /** @license MUI v5.17.16
1
+ /** @license MUI X v5.17.18
2
2
  *
3
- * This source code is licensed under the MIT license found in the
3
+ * This source code is licensed under the commercial license found in the
4
4
  * LICENSE file in the root directory of this source tree.
5
5
  */
6
6
  import './typeOverloads';
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY3MTE0NTIwMDAwMA==";
3
+ const releaseInfo = "MTY3Mjg2OTYwMDAwMA==";
4
4
 
5
5
  if (process.env.NODE_ENV !== 'production') {
6
6
  // A simple hack to set the value in the test environment (has no build step).
@@ -292,7 +292,7 @@ const DataGridProVirtualScroller = /*#__PURE__*/React.forwardRef(function DataGr
292
292
  height: height,
293
293
  className: classes.detailPanel,
294
294
  children: content
295
- }, i));
295
+ }, id));
296
296
  }
297
297
  }
298
298
 
package/node/index.js CHANGED
@@ -1,6 +1,6 @@
1
- /** @license MUI v5.17.16
1
+ /** @license MUI X v5.17.18
2
2
  *
3
- * This source code is licensed under the MIT license found in the
3
+ * This source code is licensed under the commercial license found in the
4
4
  * LICENSE file in the root directory of this source tree.
5
5
  */
6
6
  "use strict";
@@ -8,7 +8,7 @@ exports.getReleaseInfo = void 0;
8
8
  var _utils = require("@mui/utils");
9
9
 
10
10
  const getReleaseInfo = () => {
11
- const releaseInfo = "MTY3MTE0NTIwMDAwMA==";
11
+ const releaseInfo = "MTY3Mjg2OTYwMDAwMA==";
12
12
 
13
13
  if (process.env.NODE_ENV !== 'production') {
14
14
  // A simple hack to set the value in the test environment (has no build step).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid-pro",
3
- "version": "5.17.16",
3
+ "version": "5.17.18",
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.18.9",
35
35
  "@mui/utils": "^5.10.3",
36
- "@mui/x-data-grid": "5.17.16",
36
+ "@mui/x-data-grid": "5.17.18",
37
37
  "@mui/x-license-pro": "5.17.12",
38
38
  "@types/format-util": "^1.0.2",
39
39
  "clsx": "^1.2.1",
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY3MTE0NTIwMDAwMA==";
3
+ const releaseInfo = "MTY3Mjg2OTYwMDAwMA==";
4
4
 
5
5
  if (process.env.NODE_ENV !== 'production') {
6
6
  // A simple hack to set the value in the test environment (has no build step).