@mui/x-data-grid-pro 6.0.4 → 6.2.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,116 @@
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.0
7
+
8
+ _Apr 13, 2023_
9
+
10
+ We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - Add `@mui/base` as a `peerDependency` of `@mui/x-date-pickers` and `@mui/x-date-pickers-pro` (#8590) @LukasTy
13
+
14
+ Both libraries were not working correctly if used without `@mui/base`.
15
+ Most package manager should automatically use the `@mui/base` version installed for `@mui/material`.
16
+
17
+ - The value rendered in the picker or field input no longer has spaces around the `/` characters (#8425) @flaviendelangle
18
+
19
+ You can use the `formatDensity='spacious'` prop to add it back.
20
+ More information on [the dedicated doc section](https://mui.com/x/react-date-pickers/custom-field/#change-the-format-density)
21
+
22
+ - 🌍 Improve French (fr-FR) and Urdu (ur-PK) and locales.
23
+ - 🐞 Bugfixes
24
+ - 📚 Documentation improvements
25
+
26
+ ### `@mui/x-data-grid@v6.2.0` / `@mui/x-data-grid-pro@v6.2.0` / `@mui/x-data-grid-premium@v6.2.0`
27
+
28
+ #### Changes
29
+
30
+ - [DataGrid] Reset selection state on `checkboxSelection` toggle (#8522) @MBilalShafi
31
+ - [DataGrid] Use `baseSelect` slot instead of `baseTextField` with `select={true}` (#8110) @cherniavskii
32
+ - [l10n] Improve French (fr-FR) locale (#8537) @vallereaugabriel
33
+ - [l10n] Improve Urdu (ur-PK) locale (#8513) @SFARPak
34
+
35
+ ### `@mui/x-date-pickers@v6.2.0` / `@mui/x-date-pickers-pro@v6.2.0`
36
+
37
+ #### Changes
38
+
39
+ - [DateTimePicker] Fix `TimeClock` validation ignoring date by default (#8570) @LukasTy
40
+ - [fields] Fix reliance on section order (#8545) @LukasTy
41
+ - [fields] Make the space between format separators controllable (#8425) @flaviendelangle
42
+ - [pickers] Add `@mui/base` to `peerDependencies` (#8590) @LukasTy
43
+ - [pickers] Fix JSDoc for `formatDensity` prop (#8601) @flaviendelangle
44
+ - [pickers] Improve value lifecycle on non-controlled pickers (#8312) @flaviendelangle
45
+ - [pickers] Migrate `AdapterDayjs` to our repository (#8487) @flaviendelangle
46
+
47
+ ### Docs
48
+
49
+ - [docs] Fix "Custom day rendering" demo alignment (#8541) @LukasTy
50
+ - [docs] Fix **below** typo (#8576) @alexfauquette
51
+
52
+ ### Core
53
+
54
+ - [core] Optimize `renovate` rules (#8575) @LukasTy
55
+ - [core] Upgrade monorepo (#8578) @cherniavskii
56
+ - [core] Update last release date (#8569) @DanailH
57
+
58
+ ## 6.1.0
59
+
60
+ _Apr 10, 2023_
61
+
62
+ We'd like to offer a big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
63
+
64
+ - 🌍 Add Catalan (ca-ES), Kazakh (kz-KZ) and improve Spanish (es-ES), Dutch (nl-NL), Hebrew (he-IL), Hungarian (hu-HU), Japanese (ja-JP), Portuguese (pt-BR), and Russian (ru-RU) locales
65
+ - ✨ Allow to control visibility of columns shown in the columns panel (#8401) @MBilalShafi
66
+ - 🐞 Bugfixes
67
+ - 📚 Documentation improvements
68
+
69
+ ### `@mui/x-data-grid@v6.1.0` / `@mui/x-data-grid-pro@v6.1.0` / `@mui/x-data-grid-premium@v6.1.0`
70
+
71
+ #### Changes
72
+
73
+ - [DataGrid] Allow to control visibility of columns shown in the `ColumnsPanel` component (#8401) @MBilalShafi
74
+ - [DataGrid] Fix filters with empty array value not being removed from the filter model (#8501) @cherniavskii
75
+ - [DataGrid] Fix memory leaks in development (#8301) @cherniavskii
76
+ - [DataGrid] Sync `date` column value when entering edit mode by pressing a digit (#8364) @m4theushw
77
+ - [DataGrid] Wrap column menu button with a tooltip (#7890) @cherniavskii
78
+ - [l10n] Improve Dutch (nl-NL) locale (#8491) @thedutchruben
79
+ - [l10n] Improve Hungarian (hu-HU) locale (#8486) @PetakCC
80
+ - [l10n] Improve Japanese (ja-JP) locale (#8462) @megos
81
+ - [l10n] Improve Portuguese (pt-BR) locale (#8480) @pwnedev
82
+ - [l10n] Improve Russian (ru-RU) locale (#8510) @alexrapro
83
+
84
+ ### `@mui/x-date-pickers@v6.1.0` / `@mui/x-date-pickers-pro@v6.1.0`
85
+
86
+ #### Changes
87
+
88
+ - [fields] Fix RTL navigation (#8490) @alexfauquette
89
+ - [fields] Fix usage of `slotProps.textField.InputProps` (#8428) @flaviendelangle
90
+ - [pickers] Fix `componentsProps.dialog` propagation (#8509) @LukasTy
91
+ - [pickers] Move `hasError` from `fieldValueManager` to `valueManager` (#8453) @flaviendelangle
92
+ - [pickers] Move the adapters interfaces to the X repository (#8412) @flaviendelangle
93
+ - [pickers] Update peer dependency versions (#8531) @LukasTy
94
+ - [pickers] Fix `isValid` regression (#8543) @LukasTy
95
+ - [l10n] Add Catalan (Spain) (ca-ES) and improve Spanish (es-ES) locales (#8498) @makenshikuro
96
+ - [l10n] Add Kazakh (kz-KZ) locale (#8451) @zhunus
97
+ - [l10n] Improve Dutch (nl-NL) locale (#8491) @thedutchruben
98
+ - [l10n] Improve Hebrew (he-IL) locale (#8464) @soris1989
99
+ - [l10n] Improve Japanese (ja-JP) locale (#8462) @megos
100
+ - [l10n] Improve Portuguese (pt-BR) locale (#8480) @pwnedev
101
+
102
+ ### Docs
103
+
104
+ - [docs] Fix 301 redirect (#8524) @alexfauquette
105
+ - [docs] Fix 404 links (#8454) @alexfauquette
106
+ - [docs] Fix broken API reference link (#8460) @oliviertassinari
107
+
108
+ ### Core
109
+
110
+ - [core] Avoid 301 links (#8383) @oliviertassinari
111
+ - [core] Fix the l10n helper by using danger instead of actions (#8512) @alexfauquette
112
+ - [core] Help contributors for l10n PRs (#8503) @alexfauquette
113
+ - [core] Remove legacy token (#8457) @oliviertassinari
114
+ - [charts] Add a styling system (#8445) @alexfauquette
115
+
6
116
  ## 6.0.4
7
117
 
8
118
  _Mar 30, 2023_
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-pro v6.0.4
2
+ * @mui/x-data-grid-pro v6.2.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.0.4
2
+ * @mui/x-data-grid-pro v6.2.0
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -4,4 +4,12 @@ export { useGridRootProps } from '../hooks/utils/useGridRootProps';
4
4
 
5
5
  /**
6
6
  * The full grid API.
7
+ */
8
+
9
+ /**
10
+ * The state of `DataGridPro`.
11
+ */
12
+
13
+ /**
14
+ * The initial state of `DataGridPro`.
7
15
  */
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export var getReleaseInfo = function getReleaseInfo() {
3
- var releaseInfo = "MTY4MDEyNzIwMDAwMA==";
3
+ var releaseInfo = "MTY4MTQyMzIwMDAwMA==";
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-pro v6.0.4
2
+ * @mui/x-data-grid-pro v6.2.0
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -4,4 +4,12 @@ export { useGridRootProps } from '../hooks/utils/useGridRootProps';
4
4
 
5
5
  /**
6
6
  * The full grid API.
7
+ */
8
+
9
+ /**
10
+ * The state of `DataGridPro`.
11
+ */
12
+
13
+ /**
14
+ * The initial state of `DataGridPro`.
7
15
  */
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY4MDEyNzIwMDAwMA==";
3
+ const releaseInfo = "MTY4MTQyMzIwMDAwMA==";
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-pro v6.0.4
2
+ * @mui/x-data-grid-pro v6.2.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 = "MTY4MDEyNzIwMDAwMA==";
9
+ const releaseInfo = "MTY4MTQyMzIwMDAwMA==";
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-pro",
3
- "version": "6.0.4",
3
+ "version": "6.2.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",
@@ -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.0.4",
37
- "@mui/x-license-pro": "6.0.3",
36
+ "@mui/x-data-grid": "6.2.0",
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",
@@ -4,4 +4,12 @@ export { useGridRootProps } from '../hooks/utils/useGridRootProps';
4
4
 
5
5
  /**
6
6
  * The full grid API.
7
+ */
8
+
9
+ /**
10
+ * The state of `DataGridPro`.
11
+ */
12
+
13
+ /**
14
+ * The initial state of `DataGridPro`.
7
15
  */
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY4MDEyNzIwMDAwMA==";
3
+ const releaseInfo = "MTY4MTQyMzIwMDAwMA==";
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