@mui/x-data-grid-pro 5.17.17 → 5.17.19

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,16 +3,73 @@
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.19
7
+
8
+ _Jan 16, 2023_
9
+
10
+ We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🌍 Improve Spanish (es-ES) and add Belarusian (be-BY) and Urdu (ur-PK) locales
13
+ - 🐞 Bugfixes
14
+
15
+ ### `@mui/x-data-grid@v5.17.19` / `@mui/x-data-grid-pro@v5.17.19` / `@mui/x-data-grid-premium@v5.17.19`
16
+
17
+ #### Changes
18
+
19
+ - [DataGrid] Improve print support (#7407) @cherniavskii
20
+ - [DataGrid] Improve Spanish (es-ES) locale (#7438) @Anderssxn
21
+ - [DataGridPremium] Fix Excel export not working with date strings (#7478) @cherniavskii
22
+ - [DataGridPro] Fix missing column headers border with top-pinned rows (#7399) @cherniavskii
23
+
24
+ ### `@mui/x-date-pickers@v5.0.14` / `@mui/x-date-pickers-pro@v5.0.14`
25
+
26
+ #### Changes
27
+
28
+ - [pickers] Add Belarusian (be-BY) locale (#7450) @volhalink
29
+ - [pickers] Add Urdu (ur-PK) locale (#7449) @MBilalShafi
30
+
31
+ ## 5.17.18
32
+
33
+ _Jan 5, 2023_
34
+
35
+ We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
36
+
37
+ - 🐞 Bugfixes
38
+
39
+ ### `@mui/x-data-grid@v5.17.18` / `@mui/x-data-grid-pro@v5.17.18` / `@mui/x-data-grid-premium@v5.17.18`
40
+
41
+ #### Changes
42
+
43
+ - [DataGrid] Fix rows not rendering properly after height change (#7376) @cherniavskii
44
+ - [DataGrid] Fix selected text in cell input not being copied in Firefox (#7330) @cherniavskii
45
+ - [DataGridPremium] Export row grouping column menu components (#7308) @cherniavskii
46
+
47
+ ### `@mui/x-date-pickers@v5.0.13` / `@mui/x-date-pickers-pro@v5.0.13`
48
+
49
+ #### Changes
50
+
51
+ - [pickers] Fix the product license reference name (#7367)
52
+
53
+ ### Docs
54
+
55
+ - [docs] Redirect translated pages (#7370) @cherniavskii
56
+
57
+ ### Core
58
+
59
+ - [core] Fix release date (#7314) @DanailH
60
+ - [core] Fix the product license reference name (#7367) @oliviertassinari
61
+ - [core] Upgrade monorepo (#7344) @cherniavskii
62
+
6
63
  ## 5.17.17
7
64
 
8
- _Dec 23, 2022_
65
+ _Dec 24, 2022_
9
66
 
10
67
  We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
11
68
 
12
69
  - 🌍 Improve Russian (ru-RU) and Korean (ko-KR) locales
13
70
  - 🐞 Bugfixes
14
71
 
15
- ### `@mui/x-data-grid@5.17.17` / `@mui/x-data-grid-pro@5.17.17` / `@mui/x-data-grid-premium@5.17.17`
72
+ ### `@mui/x-data-grid@v5.17.17` / `@mui/x-data-grid-pro@v5.17.17` / `@mui/x-data-grid-premium@v5.17.17`
16
73
 
17
74
  #### Changes
18
75
 
@@ -20,7 +77,7 @@ We'd like to offer a big thanks to the 4 contributors who made this release poss
20
77
  - [DataGridPro] Use row ID as `key` of the detail panels (#7311) @m4theushw
21
78
  - [DataGridPremium] Fix `exceljs` import with parcel (#7285) @alexfauquette
22
79
 
23
- ### `@mui/x-date-pickers@5.0.12` / `@mui/x-date-pickers-pro@5.0.12`
80
+ ### `@mui/x-date-pickers@v5.0.12` / `@mui/x-date-pickers-pro@v5.0.12`
24
81
 
25
82
  #### Changes
26
83
 
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
- /** @license MUI v5.17.17
1
+ /** @license MUI X v5.17.19
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';
package/legacy/index.js CHANGED
@@ -1,6 +1,6 @@
1
- /** @license MUI v5.17.17
1
+ /** @license MUI X v5.17.19
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 = "MTY3MTgzMjgwMDAwMA==";
3
+ var releaseInfo = "MTY3MzgyMDAwMDAwMA==";
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).
package/modern/index.js CHANGED
@@ -1,6 +1,6 @@
1
- /** @license MUI v5.17.17
1
+ /** @license MUI X v5.17.19
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 = "MTY3MTgzMjgwMDAwMA==";
3
+ const releaseInfo = "MTY3MzgyMDAwMDAwMA==";
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).
package/node/index.js CHANGED
@@ -1,6 +1,6 @@
1
- /** @license MUI v5.17.17
1
+ /** @license MUI X v5.17.19
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 = "MTY3MTgzMjgwMDAwMA==";
11
+ const releaseInfo = "MTY3MzgyMDAwMDAwMA==";
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.17",
3
+ "version": "5.17.19",
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.17",
36
+ "@mui/x-data-grid": "5.17.19",
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 = "MTY3MTgzMjgwMDAwMA==";
3
+ const releaseInfo = "MTY3MzgyMDAwMDAwMA==";
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).