@mui/x-data-grid-premium 5.17.19 → 5.17.21

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,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
+ ## v5.17.21
7
+
8
+ _Jan 27, 2023_
9
+
10
+ We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🌍 Add Belarusian (be-BY), Czech (cs-CZ), and Russian (ru-RU) locales
13
+ - 🌍 Improve Slovak (sk-SK), Japanese (ja-JP), Vietnamese (vi-VN), and Spanish (es-ES) locales
14
+ - 🐞 Bugfixes
15
+
16
+ ### `@mui/x-data-grid@v5.17.21` / `@mui/x-data-grid-pro@v5.17.21` / `@mui/x-data-grid-premium@v5.17.21`
17
+
18
+ #### Changes
19
+
20
+ - [DataGrid] Add `title` attribute to cells (#7695) @thupi
21
+ - [DataGrid] Fix grid state not being updated after print preview is closed (#7680) @cherniavskii
22
+ - [DataGrid] Fix non-hideable columns visibility toggling (#7716) @cherniavskii
23
+ - [DataGrid] Fix scrolling on resize for data grids inside shadow root (#7722) @cherniavskii
24
+ - [DataGridPremium] Create aggregation footer row with `isAutoGenerated: true` (#7681) @m4theushw
25
+ - [l10n] Add Belarusian (be-BY) locale (#7718) @volhalink
26
+ - [l10n] Add Slovak (sk-SK) translation for aggregation functions (#7690) @msidlo
27
+ - [l10n] Add missing core locales for `MuiTablePagination` (#7719) @MBilalShafi
28
+ - [l10n] Improve Japanese (ja-JP) locale (#7627) @makoto14
29
+ - [l10n] Improve Vietnamese (vi-VN) locale (#7601) @SpacerZ
30
+
31
+ ### `@mui/x-date-pickers@v5.0.16` / `@mui/x-date-pickers-pro@v5.0.16`
32
+
33
+ #### Changes
34
+
35
+ - [pickers] Add missing components to `themeAugmentation` (#7677) @LukasTy
36
+ - [l10n] Add Czech (cs-CZ) locale (#7666) @OndrejHj04
37
+ - [l10n] Add Russian (ru-RU) locale (#7708) @rstmzh
38
+ - [l10n] Improve Spanish (es-ES) locale (#7614) @WiXSL
39
+
40
+ ### Docs
41
+
42
+ - [docs] Add info callout about available component `slots` (#7723) @Vivek-Prajapatii
43
+
44
+ ## 5.17.20
45
+
46
+ _Jan 19, 2023_
47
+
48
+ We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
49
+
50
+ - 🌍 Improve Italian (it-IT) and Swedish (sv-SE) locales
51
+ - 🐞 Bugfixes
52
+
53
+ ### `@mui/x-data-grid@v5.17.20` / `@mui/x-data-grid-pro@v5.17.20` / `@mui/x-data-grid-premium@v5.17.20`
54
+
55
+ #### Changes
56
+
57
+ - [DataGrid] Fix flickering on grid scroll (#7609) @cherniavskii
58
+ - [DataGrid] Remove tag limit from `isAnyOf` operator input (#7616) @m4theushw
59
+ - [l10n] Improve Swedish (sv-SE) locale (#7463) @MaanTyringe
60
+
61
+ ### `@mui/x-date-pickers@v5.0.15` / `@mui/x-date-pickers-pro@v5.0.15`
62
+
63
+ #### Changes
64
+
65
+ - [pickers] Ensure `key` is passed without object spreading (#7584) @alexfauquette
66
+ - [l10n] Improve Italian (it-IT) locale (#7547) @marikadeveloper
67
+
6
68
  ## 5.17.19
7
69
 
8
70
  _Jan 16, 2023_
@@ -139,7 +139,8 @@ export const addFooterRows = ({
139
139
  rowModel: {},
140
140
  rowId: getAggregationFooterRowIdFromGroupId(null),
141
141
  position: 'bottom',
142
- apiRef
142
+ apiRef,
143
+ isAutoGenerated: true
143
144
  });
144
145
  }
145
146
 
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI X v5.17.19
1
+ /** @license MUI X v5.17.21
2
2
  *
3
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.
@@ -151,7 +151,8 @@ export var addFooterRows = function addFooterRows(_ref6) {
151
151
  rowModel: {},
152
152
  rowId: getAggregationFooterRowIdFromGroupId(null),
153
153
  position: 'bottom',
154
- apiRef: apiRef
154
+ apiRef: apiRef,
155
+ isAutoGenerated: true
155
156
  });
156
157
  }
157
158
 
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI X v5.17.19
1
+ /** @license MUI X v5.17.21
2
2
  *
3
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.
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export var getReleaseInfo = function getReleaseInfo() {
3
- var releaseInfo = "MTY3MzgyMDAwMDAwMA==";
3
+ var releaseInfo = "MTY3NDc1OTYwMDAwMA==";
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).
@@ -137,7 +137,8 @@ export const addFooterRows = ({
137
137
  rowModel: {},
138
138
  rowId: getAggregationFooterRowIdFromGroupId(null),
139
139
  position: 'bottom',
140
- apiRef
140
+ apiRef,
141
+ isAutoGenerated: true
141
142
  });
142
143
  }
143
144
 
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI X v5.17.19
1
+ /** @license MUI X v5.17.21
2
2
  *
3
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.
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY3MzgyMDAwMDAwMA==";
3
+ const releaseInfo = "MTY3NDc1OTYwMDAwMA==";
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).
@@ -166,7 +166,8 @@ const addFooterRows = ({
166
166
  rowModel: {},
167
167
  rowId: getAggregationFooterRowIdFromGroupId(null),
168
168
  position: 'bottom',
169
- apiRef
169
+ apiRef,
170
+ isAutoGenerated: true
170
171
  });
171
172
  }
172
173
 
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI X v5.17.19
1
+ /** @license MUI X v5.17.21
2
2
  *
3
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.
@@ -8,7 +8,7 @@ exports.getReleaseInfo = void 0;
8
8
  var _utils = require("@mui/utils");
9
9
 
10
10
  const getReleaseInfo = () => {
11
- const releaseInfo = "MTY3MzgyMDAwMDAwMA==";
11
+ const releaseInfo = "MTY3NDc1OTYwMDAwMA==";
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-premium",
3
- "version": "5.17.19",
3
+ "version": "5.17.21",
4
4
  "description": "The Premium plan edition of the data grid component (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",
@@ -33,8 +33,8 @@
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.18.9",
35
35
  "@mui/utils": "^5.10.3",
36
- "@mui/x-data-grid": "5.17.19",
37
- "@mui/x-data-grid-pro": "5.17.19",
36
+ "@mui/x-data-grid": "5.17.21",
37
+ "@mui/x-data-grid-pro": "5.17.21",
38
38
  "@mui/x-license-pro": "5.17.12",
39
39
  "@types/format-util": "^1.0.2",
40
40
  "clsx": "^1.2.1",
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY3MzgyMDAwMDAwMA==";
3
+ const releaseInfo = "MTY3NDc1OTYwMDAwMA==";
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).