@mui/x-data-grid-pro 6.2.1 → 6.3.0

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,75 @@
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.3.0
7
+
8
+ _Apr 28, 2023_
9
+
10
+ We'd like to offer a big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🚀 New [time-picking UI](https://mui.com/x/react-date-pickers/digital-clock/) designed for desktops (#7958) @LukasTy
13
+
14
+ <img src="https://user-images.githubusercontent.com/4941090/235072007-de39a397-e4a4-4c98-8e10-5ee4ad440108.gif" width="494" />
15
+
16
+ - ✨ Picker fields [now always include a leading zero](https://mui.com/x/react-date-pickers/adapters-locale/#respect-leading-zeros-in-fields) on digit sections (#8527) @flaviendelangle
17
+ - 🌍 Improve Chinese (zh-CN), French (fr-FR), and Turkish (tr-TR) locales
18
+ - 🐞 Bugfixes
19
+ - 📚 Documentation improvements
20
+
21
+ ### `@mui/x-data-grid@v6.3.0` / `@mui/x-data-grid-pro@v6.3.0` / `@mui/x-data-grid-premium@v6.3.0`
22
+
23
+ #### Changes
24
+
25
+ - [DataGrid] Add overlay classes to `gridClasses` (#8686) @lindapaiste
26
+ - [DataGrid] Avoid passing `api` prop to div (#8679) @someden
27
+ - [DataGrid] Fix 'ResizeObserver loop limit exceeded' error (#8744) @m4theushw
28
+ - [DataGrid] Add Joy UI slots (button and switch) (#8699) @siriwatknp
29
+ - [DataGrid] Fix aggregation label alignment (#8694) @joserodolfofreitas
30
+ - [DataGridPremium] Fix infinite loop when updating grouped rows (#8693) @cherniavskii
31
+ - [DataGridPro] Fix error after updating `columns` and `columnGroupingModel` at once (#8730) @cherniavskii
32
+ - [l10n] Improve Chinese (zh-CN) locale (#8753) @SakumyZ
33
+ - [l10n] Improve French (fr-FR) locale (#8704) @Jul13nT
34
+ - [l10n] Improve Turkish (tr-TR) locale (#8783) @cccaaannn
35
+
36
+ ### `@mui/x-date-pickers@v6.3.0` / `@mui/x-date-pickers-pro@v6.3.0`
37
+
38
+ #### Changes
39
+
40
+ - [fields] Always add leading zeroes on digit sections (#8527) @flaviendelangle
41
+ - [fields] Pass the `readOnly` prop to `InputProps` instead of `inputProps` (#8659) @flaviendelangle
42
+ - [pickers] Add missing export for `caES` locale (#8782) @flaviendelangle
43
+ - [pickers] Add new `DigitalClock` desktop time picking experience (#7958) @LukasTy
44
+ - [pickers] Do not use `instanceOf DateTime` in `AdapterLuxon` (#8734) @flaviendelangle
45
+ - [pickers] Fix date calendar `selected` & `disabled` day style (#8773) @LukasTy
46
+ - [pickers] Migrate `AdapterDateFns` to our repository (#8736) @flaviendelangle
47
+ - [pickers] Migrate `AdapterLuxon` to our repository (#8600) @flaviendelangle
48
+ - [pickers] Migrate `AdapterMomentHijri` to our repository (#8776) @flaviendelangle
49
+ - [pickers] Migrate `AdapterMomentJalaali` and `AdapterDateFnsJalali` to our repository (#8741) @flaviendelangle
50
+ - [pickers] Migrate `AdapterMoment` to our repository (#8700) @flaviendelangle
51
+ - [pickers] Refactor the validation files (#8622) @flaviendelangle
52
+ - [pickers] Use `en dash` instead of `em dash` in multi input range fields (#8738) @flaviendelangle
53
+ - [l10n] Improve Chinese (zh-CN) locale (#8753) @SakumyZ
54
+ - [l10n] Improve Turkish (tr-TR) locale (#8783) @cccaaannn
55
+
56
+ ### Docs
57
+
58
+ - [docs] Add icons for charts menu (#8752) @alexfauquette
59
+ - [docs] Document the supported formats (#8746) @flaviendelangle
60
+ - [docs] Fix Hijri demo (#8698) @alexfauquette
61
+ - [docs] Fix `x-codemod` package version in changelog (#8690) @MBilalShafi
62
+ - [docs] Fix columns special properties code example (#8414) @mikkelhl
63
+ - [docs] Fix error in `minDateTime` `validation` page section (#8777) @LukasTy
64
+ - [docs] Update custom field pickers using theme scoping (#8609) @siriwatknp
65
+ - [docs] Use community version of data grid for column grouping demo (#7346) @ASchwad
66
+ - [docs] Use new `slots` / `slotProps` props in the pickers migration guide (#8341) @flaviendelangle
67
+
68
+ ### Core
69
+
70
+ - [core] Cleanup picker tests (#8652) @flaviendelangle
71
+ - [core] Use `adapter.lib` instead of `adapterName` in `describeAdapters` (#8779) @flaviendelangle
72
+ - [charts] Adapt line and scatter plot to the "band" scale type (#8701) @alexfauquette
73
+ - [charts] Link the Gantt Charts issue in the docs (#8739) @flaviendelangle
74
+
6
75
  ## 6.2.1
7
76
 
8
77
  _Apr 20, 2023_
@@ -31,7 +100,7 @@ We'd like to offer a big thanks to the 9 contributors who made this release poss
31
100
  - [pickers] Do not include the time in date components when going to today (#8657) @flaviendelangle
32
101
  - [pickers] Sync internal state with controlled value (#8674) @alexfauquette
33
102
 
34
- ### `@mui/x-codemod@v6.0.6`
103
+ ### `@mui/x-codemod@v6.2.1`
35
104
 
36
105
  #### Changes
37
106
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-pro v6.2.1
2
+ * @mui/x-data-grid-pro v6.3.0
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-pro v6.2.1
2
+ * @mui/x-data-grid-pro v6.3.0
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 = "MTY4MTkzMDgwMDAwMA==";
3
+ var releaseInfo = "MTY4MjYyOTIwMDAwMA==";
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
@@ -23,7 +23,7 @@ var removeNodeAndCleanParent = function removeNodeAndCleanParent(_ref) {
23
23
  if (shouldDeleteGroup) {
24
24
  if (parentNode.isAutoGenerated) {
25
25
  removeNodeAndCleanParent({
26
- node: node,
26
+ node: parentNode,
27
27
  tree: tree,
28
28
  treeDepths: treeDepths
29
29
  });
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-pro v6.2.1
2
+ * @mui/x-data-grid-pro v6.3.0
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 = "MTY4MTkzMDgwMDAwMA==";
3
+ const releaseInfo = "MTY4MjYyOTIwMDAwMA==";
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
@@ -24,7 +24,7 @@ const removeNodeAndCleanParent = ({
24
24
  if (shouldDeleteGroup) {
25
25
  if (parentNode.isAutoGenerated) {
26
26
  removeNodeAndCleanParent({
27
- node,
27
+ node: parentNode,
28
28
  tree,
29
29
  treeDepths
30
30
  });
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-pro v6.2.1
2
+ * @mui/x-data-grid-pro v6.3.0
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 = "MTY4MTkzMDgwMDAwMA==";
9
+ const releaseInfo = "MTY4MjYyOTIwMDAwMA==";
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
@@ -30,7 +30,7 @@ const removeNodeAndCleanParent = ({
30
30
  if (shouldDeleteGroup) {
31
31
  if (parentNode.isAutoGenerated) {
32
32
  removeNodeAndCleanParent({
33
- node,
33
+ node: parentNode,
34
34
  tree,
35
35
  treeDepths
36
36
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid-pro",
3
- "version": "6.2.1",
3
+ "version": "6.3.0",
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",
@@ -32,13 +32,13 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.21.0",
35
- "@mui/utils": "^5.11.13",
36
- "@mui/x-data-grid": "6.2.1",
35
+ "@mui/utils": "^5.12.0",
36
+ "@mui/x-data-grid": "6.3.0",
37
37
  "@mui/x-license-pro": "6.0.4",
38
38
  "@types/format-util": "^1.0.2",
39
39
  "clsx": "^1.2.1",
40
40
  "prop-types": "^15.8.1",
41
- "reselect": "^4.1.7"
41
+ "reselect": "^4.1.8"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@mui/material": "^5.4.1",
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY4MTkzMDgwMDAwMA==";
3
+ const releaseInfo = "MTY4MjYyOTIwMDAwMA==";
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
@@ -24,7 +24,7 @@ const removeNodeAndCleanParent = ({
24
24
  if (shouldDeleteGroup) {
25
25
  if (parentNode.isAutoGenerated) {
26
26
  removeNodeAndCleanParent({
27
- node,
27
+ node: parentNode,
28
28
  tree,
29
29
  treeDepths
30
30
  });