@mui/x-data-grid-premium 6.0.2 → 6.0.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 CHANGED
@@ -3,6 +3,60 @@
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.0.3
7
+
8
+ _Mar 23, 2023_
9
+
10
+ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🌍 Improve Bulgarian (bg-BG), Persian (fa-IR), Polish (pl-PL), and Dutch (nl-NL) locales
13
+ - 🐞 Bugfixes
14
+ - 📚 Documentation improvements
15
+
16
+ ### `@mui/x-data-grid@v6.0.3` / `@mui/x-data-grid-pro@v6.0.3` / `@mui/x-data-grid-premium@v6.0.3`
17
+
18
+ #### Changes
19
+
20
+ - [DataGrid] Fix overflow calculation issue in column group headers (#8246) @MBilalShafi
21
+ - [DataGridPro] Fix column reorder glitches (#8335) @cherniavskii
22
+ - [l10n] Improve Bulgarian (bg-BG) locale (#8315) @todevmilen
23
+ - [l10n] Improve Persian (fa-IR) locale (#8268) @fakhamatia
24
+ - [l10n] improve Dutch (nl-NL) locale (#8317) @developenguin
25
+
26
+ ### `@mui/x-date-pickers@v6.0.3` / `@mui/x-date-pickers-pro@v6.0.3`
27
+
28
+ #### Changes
29
+
30
+ - [fields] Allow to reset the value from the outside (#8287) @flaviendelangle
31
+ - [fields] Cleanup section order generation (#8290) @flaviendelangle
32
+ - [fields] Fix Safari input selection resetting regression (#8295) @LukasTy
33
+ - [fields] Fix editing when all sections are selected (#8330) @flaviendelangle
34
+ - [fields] Fix iOS browser scroll jumping when entering data (#8328) @LukasTy
35
+ - [fields] New prop `unstableFieldRef` to imperatively interact with the selected sections (#8235) @flaviendelangle
36
+ - [pickers] Align date calendar colors (#8318) @LukasTy
37
+ - [pickers] Support invalid dates from the field (#8298) @flaviendelangle
38
+ - [l10n] Improve Persian (fa-IR) locale (#8268) @fakhamatia
39
+ - [l10n] Improve Polish (pl-PL) locale (#8344) @drmats
40
+ - [l10n] improve Dutch (nl-NL) locale (#8317) @developenguin
41
+
42
+ ### Docs
43
+
44
+ - [docs] Create examples of pickers with custom fields (#8034) @flaviendelangle
45
+ - [docs] Fix 301 redirections @oliviertassinari
46
+ - [docs] Fix link to React's docs @oliviertassinari
47
+ - [docs] Fix pro license links to point to the same page (#8303) @LukasTy
48
+ - [docs] Give an incentive to upgrade (#8269) @oliviertassinari
49
+ - [docs] Improve contrast on data grid navigation (#8239) @oliviertassinari
50
+ - [docs] Update shortcuts page to use slotProps (#8288) @dcorb
51
+ - [docs] Explain the `shouldDisableTime` migration in more depth (#8348) @LukasTy
52
+
53
+ ### Core
54
+
55
+ - [core] Remove unused `visx` chart package (#8259) @LukasTy
56
+ - [core] Upgrade monorepo (#8331) @cherniavskii
57
+ - [charts] Project setup (#8308) @alexfauquette
58
+ - [test] Track visual regressions of column menu and filter/column panels (#8095) @cherniavskii
59
+
6
60
  ## 6.0.2
7
61
 
8
62
  _Mar 16, 2023_
@@ -98,11 +152,9 @@ We'd like to offer a big thanks to the 8 contributors who made this release poss
98
152
 
99
153
  _Mar 3, 2023_
100
154
 
101
- We're happy to announce the first v6 stable release! 🎉🚀
155
+ We're excited to [announce the first v6 stable release](https://mui.com/blog/mui-x-v6/)! 🎉🚀
102
156
 
103
157
  This is now the officially supported major version, where we'll keep rolling out new features, bug fixes, and improvements.
104
- Head over to the [what's new](https://mui.com/x/whats-new/) page to check the highlighted new features.
105
-
106
158
  Migration guides are available with a complete list of the breaking changes:
107
159
 
108
160
  - [Data Grid](https://mui.com/x/migration/migration-data-grid-v5/)
@@ -119,6 +171,7 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
119
171
  - experimentalFeatures={{ rowPinning: true }}
120
172
  />
121
173
  ```
174
+
122
175
  - ⚡️ Improved grid performance by rows and cells memoization (#7846) @m4theushw
123
176
  - ✨ Fields have a distinct visual state when empty (#8069) @LukasTy
124
177
  - 🌍 Improve Czech (cs-CZ) locale (#8113) @BlastyCZ
@@ -556,14 +609,14 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos
556
609
  ```
557
610
 
558
611
  - The `error` and `onError` props were removed - the grid no longer catches errors during rendering.
559
- To catch errors that happen during rendering use the [error boundary](https://reactjs.org/docs/error-boundaries.html).
612
+ To catch errors that happen during rendering use the [error boundary](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary).
560
613
 
561
614
  - The `components.ErrorOverlay` slot was removed.
562
615
 
563
616
  - The `GridErrorOverlay` component was removed.
564
617
 
565
618
  - The `componentError` event was removed.
566
- Use the [error boundary](https://reactjs.org/docs/error-boundaries.html) to catch errors thrown during rendering.
619
+ Use the [error boundary](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary) to catch errors thrown during rendering.
567
620
 
568
621
  - The `apiRef.current.showError` method was removed.
569
622
  The UI for errors is no longer handled by the grid.
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v6.0.2
2
+ * @mui/x-data-grid-premium v6.0.3
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.0.2
2
+ * @mui/x-data-grid-premium v6.0.3
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 = "MTY3ODkxNzYwMDAwMA==";
3
+ var releaseInfo = "MTY3OTUyNjAwMDAwMA==";
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.0.2
2
+ * @mui/x-data-grid-premium v6.0.3
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 = "MTY3ODkxNzYwMDAwMA==";
3
+ const releaseInfo = "MTY3OTUyNjAwMDAwMA==";
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.0.2
2
+ * @mui/x-data-grid-premium v6.0.3
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 = "MTY3ODkxNzYwMDAwMA==";
9
+ const releaseInfo = "MTY3OTUyNjAwMDAwMA==";
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.0.2",
3
+ "version": "6.0.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",
@@ -31,11 +31,11 @@
31
31
  "directory": "packages/grid/x-data-grid-premium"
32
32
  },
33
33
  "dependencies": {
34
- "@babel/runtime": "^7.20.13",
34
+ "@babel/runtime": "^7.21.0",
35
35
  "@mui/utils": "^5.11.13",
36
- "@mui/x-data-grid": "6.0.2",
37
- "@mui/x-data-grid-pro": "6.0.2",
38
- "@mui/x-license-pro": "6.0.2",
36
+ "@mui/x-data-grid": "6.0.3",
37
+ "@mui/x-data-grid-pro": "6.0.3",
38
+ "@mui/x-license-pro": "6.0.3",
39
39
  "@types/format-util": "^1.0.2",
40
40
  "clsx": "^1.2.1",
41
41
  "exceljs": "^4.3.0",
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY3ODkxNzYwMDAwMA==";
3
+ const releaseInfo = "MTY3OTUyNjAwMDAwMA==";
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