@mui/x-data-grid-premium 5.15.2 → 5.15.3
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 +43 -1
- package/DataGridPremium/DataGridPremium.js +1 -1
- package/README.md +3 -2
- package/index.js +1 -1
- package/legacy/DataGridPremium/DataGridPremium.js +1 -1
- package/legacy/index.js +1 -1
- package/legacy/utils/releaseInfo.js +1 -1
- package/modern/DataGridPremium/DataGridPremium.js +1 -1
- package/modern/index.js +1 -1
- package/modern/utils/releaseInfo.js +1 -1
- package/node/DataGridPremium/DataGridPremium.js +1 -1
- package/node/index.js +1 -1
- package/node/utils/releaseInfo.js +1 -1
- package/package.json +4 -4
- package/utils/releaseInfo.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,48 @@
|
|
|
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.15.3
|
|
7
|
+
|
|
8
|
+
_Aug 18, 2022_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 📚 Documentation improvements
|
|
13
|
+
- 🐞 Bugfixes
|
|
14
|
+
|
|
15
|
+
### `@mui/x-data-grid@v5.15.3` / `@mui/x-data-grid-pro@v5.15.3` / `@mui/x-data-grid-premium@v5.15.3`
|
|
16
|
+
|
|
17
|
+
#### Changes
|
|
18
|
+
|
|
19
|
+
- [DataGrid] Fix <kbd>Enter</kbd> causing Select to re-open when commiting value (#5756) @m4theushw
|
|
20
|
+
- [DataGrid] Fix `GridOverlays` bypassing pointer events (#5674) @philjones88
|
|
21
|
+
|
|
22
|
+
### `@mui/x-date-pickers@v5.0.0-beta.6` / `@mui/x-date-picker-pro@v5.0.0-beta.6`
|
|
23
|
+
|
|
24
|
+
#### Changes
|
|
25
|
+
|
|
26
|
+
- [DatePicker] Support click on day outside of current month (#5768) @alexfauquette
|
|
27
|
+
- [pickers] Extend `PickersActionBarProps` with `DialogActionProps` (#5798) @LukasTy
|
|
28
|
+
|
|
29
|
+
### Docs
|
|
30
|
+
|
|
31
|
+
- [docs] Fix API anchor link scroll top (#5795) @oliviertassinari
|
|
32
|
+
- [docs] Fix contradiction in the free trial clause (#5732) @oliviertassinari
|
|
33
|
+
- [docs] Fix default value of the DataGrid `logLevel` prop to false (#5784) @HwangTaehyun
|
|
34
|
+
- [docs] Fix typo on the row height page (#5772) @flaviendelangle
|
|
35
|
+
- [docs] Improve "upgrading plans" documentation. (#5683) @joserodolfofreitas
|
|
36
|
+
- [docs] Link the license docs before pricing (#5726) @oliviertassinari
|
|
37
|
+
- [docs] Update packages README files (#5835) @cherniavskii
|
|
38
|
+
- [docs] Use `InputBase` for pickers inputs (#5597) @cherniavskii
|
|
39
|
+
|
|
40
|
+
### Core
|
|
41
|
+
|
|
42
|
+
- [core] Upgrade monorepo (#5771, #5797) @cherniavskii
|
|
43
|
+
- [core] Various TS improvements (#5556) @flaviendelangle
|
|
44
|
+
- [license] Give more context in the missing license (#5731) @oliviertassinari
|
|
45
|
+
- [license] Only log an error type once (#5730) @oliviertassinari
|
|
46
|
+
- [test] Increase timeout to take print screenshot (#5799) @m4theushw
|
|
47
|
+
|
|
6
48
|
## 5.15.2
|
|
7
49
|
|
|
8
50
|
_Aug 11, 2022_
|
|
@@ -13,7 +55,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
|
|
|
13
55
|
- 📚 Documentation improvements
|
|
14
56
|
- 🐞 Bugfixes
|
|
15
57
|
|
|
16
|
-
### `@mui/x-data-grid@
|
|
58
|
+
### `@mui/x-data-grid@v5.15.2` / `@mui/x-data-grid-pro@v5.15.2` / `@mui/x-data-grid-premium@v5.15.2`
|
|
17
59
|
|
|
18
60
|
#### Changes
|
|
19
61
|
|
|
@@ -517,7 +517,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
517
517
|
|
|
518
518
|
/**
|
|
519
519
|
* Allows to pass the logging level or false to turn off logging.
|
|
520
|
-
* @default "
|
|
520
|
+
* @default "error" ("warn" in dev mode)
|
|
521
521
|
*/
|
|
522
522
|
logLevel: PropTypes.oneOf(['debug', 'error', 'info', 'warn', false]),
|
|
523
523
|
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @mui/x-data-grid-
|
|
1
|
+
# @mui/x-data-grid-premium
|
|
2
2
|
|
|
3
3
|
This package is the Premium plan edition of the data grid component.
|
|
4
4
|
It's part of MUI X, an open core extension of MUI, with advanced components.
|
|
@@ -21,7 +21,8 @@ This component has the following peer dependencies that you will need to install
|
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@mui/material": "^5.4.1",
|
|
23
23
|
"@mui/system": "^5.4.1",
|
|
24
|
-
"react": "^17.0.2 || ^18.0.0"
|
|
24
|
+
"react": "^17.0.2 || ^18.0.0",
|
|
25
|
+
"react-dom": "^17.0.2 || ^18.0.0"
|
|
25
26
|
},
|
|
26
27
|
```
|
|
27
28
|
|
package/index.js
CHANGED
|
@@ -517,7 +517,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
517
517
|
|
|
518
518
|
/**
|
|
519
519
|
* Allows to pass the logging level or false to turn off logging.
|
|
520
|
-
* @default "
|
|
520
|
+
* @default "error" ("warn" in dev mode)
|
|
521
521
|
*/
|
|
522
522
|
logLevel: PropTypes.oneOf(['debug', 'error', 'info', 'warn', false]),
|
|
523
523
|
|
package/legacy/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export var getReleaseInfo = function getReleaseInfo() {
|
|
3
|
-
var releaseInfo = "
|
|
3
|
+
var releaseInfo = "MTY2MDc5MTYwMDAwMA==";
|
|
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).
|
|
@@ -517,7 +517,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
517
517
|
|
|
518
518
|
/**
|
|
519
519
|
* Allows to pass the logging level or false to turn off logging.
|
|
520
|
-
* @default "
|
|
520
|
+
* @default "error" ("warn" in dev mode)
|
|
521
521
|
*/
|
|
522
522
|
logLevel: PropTypes.oneOf(['debug', 'error', 'info', 'warn', false]),
|
|
523
523
|
|
package/modern/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTY2MDc5MTYwMDAwMA==";
|
|
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).
|
|
@@ -540,7 +540,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
540
540
|
|
|
541
541
|
/**
|
|
542
542
|
* Allows to pass the logging level or false to turn off logging.
|
|
543
|
-
* @default "
|
|
543
|
+
* @default "error" ("warn" in dev mode)
|
|
544
544
|
*/
|
|
545
545
|
logLevel: _propTypes.default.oneOf(['debug', 'error', 'info', 'warn', false]),
|
|
546
546
|
|
package/node/index.js
CHANGED
|
@@ -8,7 +8,7 @@ exports.getReleaseInfo = void 0;
|
|
|
8
8
|
var _utils = require("@mui/utils");
|
|
9
9
|
|
|
10
10
|
const getReleaseInfo = () => {
|
|
11
|
-
const releaseInfo = "
|
|
11
|
+
const releaseInfo = "MTY2MDc5MTYwMDAwMA==";
|
|
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.15.
|
|
3
|
+
"version": "5.15.3",
|
|
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,9 +33,9 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "^7.18.6",
|
|
35
35
|
"@mui/utils": "^5.4.1",
|
|
36
|
-
"@mui/x-data-grid": "5.15.
|
|
37
|
-
"@mui/x-data-grid-pro": "5.15.
|
|
38
|
-
"@mui/x-license-pro": "5.15.
|
|
36
|
+
"@mui/x-data-grid": "5.15.3",
|
|
37
|
+
"@mui/x-data-grid-pro": "5.15.3",
|
|
38
|
+
"@mui/x-license-pro": "5.15.3",
|
|
39
39
|
"@types/format-util": "^1.0.2",
|
|
40
40
|
"clsx": "^1.2.1",
|
|
41
41
|
"exceljs": "^4.3.0",
|
package/utils/releaseInfo.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTY2MDc5MTYwMDAwMA==";
|
|
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).
|