@mui/x-data-grid-premium 6.1.0 → 6.2.1

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,9 +3,109 @@
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
+ ## 6.2.1
7
+
8
+ _Apr 20, 2023_
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
+ - 🚀 Add virtualization to row detail panels (#7969) @yaredtsy
13
+ - 🐞 Bugfixes
14
+ - 📚 Documentation improvements
15
+
16
+ ### `@mui/x-data-grid@v6.2.1` / `@mui/x-data-grid-pro@v6.2.1` / `@mui/x-data-grid-premium@v6.2.1`
17
+
18
+ #### Changes
19
+
20
+ - [DataGrid] Add `getTogglableColumns` to `Hide all` and `Show all` actions (#8496) @MBilalShafi
21
+ - [DataGrid] Add Grid + Joy UI experiment page (#8067) @cherniavskii
22
+ - [DataGrid] Fix print style when rendering inside Shadow DOM (#8656) @Bwatermelon
23
+ - [DataGrid] Replace `GridAutoSizer` with `ResizeObserver` (#8091) @m4theushw
24
+ - [DataGrid] Use stable ID for the placeholder filter item (#8603) @m4theushw
25
+ - [DataGridPro] Virtualize row detail panels (#7969) @yaredtsy
26
+
27
+ ### `@mui/x-date-pickers@v6.2.1` / `@mui/x-date-pickers-pro@v6.2.1`
28
+
29
+ #### Changes
30
+
31
+ - [pickers] Do not include the time in date components when going to today (#8657) @flaviendelangle
32
+ - [pickers] Sync internal state with controlled value (#8674) @alexfauquette
33
+
34
+ ### `@mui/x-codemod@v6.0.6`
35
+
36
+ #### Changes
37
+
38
+ - [codemod] Avoid filter failures on object prototype properties (#8647) @LukasTy
39
+
40
+ ### Docs
41
+
42
+ - [docs] Add no-op service worker to fix stale cache issue (#8598) @cherniavskii
43
+ - [docs] Clarify what `AdapterDayjs` is in the Getting Started page (#8219) @flaviendelangle
44
+ - [docs] Fix typo on picker page description (#8611) @maxolasersquad
45
+ - [docs] Improve section title in Getting Started page (#8648) @flaviendelangle
46
+ - [docs] Inform about input format modification (#8458) @alexfauquette
47
+
48
+ ### Core
49
+
50
+ - [core] Fix release date (#8618) @flaviendelangle
51
+ - [core] Upgrade monorepo (#8668) @MBilalShafi
52
+ - [charts] Support Tooltip (#8356) @alexfauquette
53
+
54
+ ## 6.2.0
55
+
56
+ _Apr 14, 2023_
57
+
58
+ We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
59
+
60
+ - Add `@mui/base` as a `peerDependency` of `@mui/x-date-pickers` and `@mui/x-date-pickers-pro` (#8590) @LukasTy
61
+
62
+ Both libraries were not working correctly if used without `@mui/base`.
63
+ Most package manager should automatically use the `@mui/base` version installed for `@mui/material`.
64
+
65
+ - The value rendered in the picker or field input no longer has spaces around the `/` characters (#8425) @flaviendelangle
66
+
67
+ You can use the `formatDensity='spacious'` prop to add it back.
68
+ More information on [the dedicated doc section](https://mui.com/x/react-date-pickers/custom-field/#change-the-format-density)
69
+
70
+ - 🌍 Improve French (fr-FR) and Urdu (ur-PK) and locales.
71
+ - 🐞 Bugfixes
72
+ - 📚 Documentation improvements
73
+
74
+ ### `@mui/x-data-grid@v6.2.0` / `@mui/x-data-grid-pro@v6.2.0` / `@mui/x-data-grid-premium@v6.2.0`
75
+
76
+ #### Changes
77
+
78
+ - [DataGrid] Reset selection state on `checkboxSelection` toggle (#8522) @MBilalShafi
79
+ - [DataGrid] Use `baseSelect` slot instead of `baseTextField` with `select={true}` (#8110) @cherniavskii
80
+ - [l10n] Improve French (fr-FR) locale (#8537) @vallereaugabriel
81
+ - [l10n] Improve Urdu (ur-PK) locale (#8513) @SFARPak
82
+
83
+ ### `@mui/x-date-pickers@v6.2.0` / `@mui/x-date-pickers-pro@v6.2.0`
84
+
85
+ #### Changes
86
+
87
+ - [DateTimePicker] Fix `TimeClock` validation ignoring date by default (#8570) @LukasTy
88
+ - [fields] Fix reliance on section order (#8545) @LukasTy
89
+ - [fields] Make the space between format separators controllable (#8425) @flaviendelangle
90
+ - [pickers] Add `@mui/base` to `peerDependencies` (#8590) @LukasTy
91
+ - [pickers] Fix JSDoc for `formatDensity` prop (#8601) @flaviendelangle
92
+ - [pickers] Improve value lifecycle on non-controlled pickers (#8312) @flaviendelangle
93
+ - [pickers] Migrate `AdapterDayjs` to our repository (#8487) @flaviendelangle
94
+
95
+ ### Docs
96
+
97
+ - [docs] Fix "Custom day rendering" demo alignment (#8541) @LukasTy
98
+ - [docs] Fix **below** typo (#8576) @alexfauquette
99
+
100
+ ### Core
101
+
102
+ - [core] Optimize `renovate` rules (#8575) @LukasTy
103
+ - [core] Upgrade monorepo (#8578) @cherniavskii
104
+ - [core] Update last release date (#8569) @DanailH
105
+
6
106
  ## 6.1.0
7
107
 
8
- _Apr 7, 2023_
108
+ _Apr 10, 2023_
9
109
 
10
110
  We'd like to offer a big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
11
111
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v6.1.0
2
+ * @mui/x-data-grid-premium v6.2.1
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v6.1.0
2
+ * @mui/x-data-grid-premium v6.2.1
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 var getReleaseInfo = function getReleaseInfo() {
3
- var releaseInfo = "MTY4MTA3NDAwMDAwMA==";
3
+ var releaseInfo = "MTY4MTkzMDgwMDAwMA==";
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/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v6.1.0
2
+ * @mui/x-data-grid-premium v6.2.1
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 = "MTY4MTA3NDAwMDAwMA==";
3
+ const releaseInfo = "MTY4MTkzMDgwMDAwMA==";
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/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v6.1.0
2
+ * @mui/x-data-grid-premium v6.2.1
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -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 = "MTY4MTA3NDAwMDAwMA==";
9
+ const releaseInfo = "MTY4MTkzMDgwMDAwMA==";
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid-premium",
3
- "version": "6.1.0",
3
+ "version": "6.2.1",
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.21.0",
35
35
  "@mui/utils": "^5.11.13",
36
- "@mui/x-data-grid": "6.1.0",
37
- "@mui/x-data-grid-pro": "6.1.0",
36
+ "@mui/x-data-grid": "6.2.1",
37
+ "@mui/x-data-grid-pro": "6.2.1",
38
38
  "@mui/x-license-pro": "6.0.4",
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 = "MTY4MTA3NDAwMDAwMA==";
3
+ const releaseInfo = "MTY4MTkzMDgwMDAwMA==";
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