@mui/x-data-grid-premium 6.19.9 → 6.19.10

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,34 @@
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.19.10
7
+
8
+ _Apr 12, 2024_
9
+
10
+ We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🐞 Bugfixes
13
+ - 📚 Documentation improvements
14
+
15
+ ### Data Grid
16
+
17
+ #### `@mui/x-data-grid@6.19.10`
18
+
19
+ - [DataGrid] Do not escape double quotes when copying to clipboard (#12734) @cherniavskii
20
+ - [DataGrid] Fix bug in suspense (#12754) @cherniavskii
21
+
22
+ #### `@mui/x-data-grid-pro@6.19.10` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
23
+
24
+ Same changes as in `@mui/x-data-grid@6.19.10`.
25
+
26
+ #### `@mui/x-data-grid-premium@6.19.10` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
27
+
28
+ Same changes as in `@mui/x-data-grid-pro@6.19.10`.
29
+
30
+ ### Core
31
+
32
+ - [core] Update the docs release source branch (#12685) @LukasTy
33
+
6
34
  ## 6.19.9
7
35
 
8
36
  _Apr 5, 2024_
@@ -457,7 +457,7 @@ export const useGridCellSelection = (apiRef, props) => {
457
457
  cellData = serializeCellValue(cellParams, {
458
458
  delimiterCharacter: clipboardCopyCellDelimiter,
459
459
  ignoreValueFormatter,
460
- shouldAppendQuotes: true
460
+ shouldAppendQuotes: false
461
461
  });
462
462
  } else {
463
463
  cellData = '';
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v6.19.9
2
+ * @mui/x-data-grid-premium v6.19.10
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -443,7 +443,7 @@ export var useGridCellSelection = function useGridCellSelection(apiRef, props) {
443
443
  cellData = serializeCellValue(cellParams, {
444
444
  delimiterCharacter: clipboardCopyCellDelimiter,
445
445
  ignoreValueFormatter: ignoreValueFormatter,
446
- shouldAppendQuotes: true
446
+ shouldAppendQuotes: false
447
447
  });
448
448
  } else {
449
449
  cellData = '';
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v6.19.9
2
+ * @mui/x-data-grid-premium v6.19.10
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 = "MTcxMjI2NDQwMDAwMA==";
3
+ var releaseInfo = "MTcxMjg2OTIwMDAwMA==";
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
@@ -448,7 +448,7 @@ export const useGridCellSelection = (apiRef, props) => {
448
448
  cellData = serializeCellValue(cellParams, {
449
449
  delimiterCharacter: clipboardCopyCellDelimiter,
450
450
  ignoreValueFormatter,
451
- shouldAppendQuotes: true
451
+ shouldAppendQuotes: false
452
452
  });
453
453
  } else {
454
454
  cellData = '';
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v6.19.9
2
+ * @mui/x-data-grid-premium v6.19.10
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 = "MTcxMjI2NDQwMDAwMA==";
3
+ const releaseInfo = "MTcxMjg2OTIwMDAwMA==";
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
@@ -458,7 +458,7 @@ const useGridCellSelection = (apiRef, props) => {
458
458
  cellData = (0, _internals.serializeCellValue)(cellParams, {
459
459
  delimiterCharacter: clipboardCopyCellDelimiter,
460
460
  ignoreValueFormatter,
461
- shouldAppendQuotes: true
461
+ shouldAppendQuotes: false
462
462
  });
463
463
  } else {
464
464
  cellData = '';
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v6.19.9
2
+ * @mui/x-data-grid-premium v6.19.10
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 = "MTcxMjI2NDQwMDAwMA==";
9
+ const releaseInfo = "MTcxMjg2OTIwMDAwMA==";
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.19.9",
3
+ "version": "6.19.10",
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.23.2",
35
35
  "@mui/utils": "^5.14.16",
36
- "@mui/x-data-grid": "6.19.9",
37
- "@mui/x-data-grid-pro": "6.19.9",
36
+ "@mui/x-data-grid": "6.19.10",
37
+ "@mui/x-data-grid-pro": "6.19.10",
38
38
  "@mui/x-license-pro": "6.10.2",
39
39
  "@types/format-util": "^1.0.3",
40
40
  "clsx": "^2.0.0",
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTcxMjI2NDQwMDAwMA==";
3
+ const releaseInfo = "MTcxMjg2OTIwMDAwMA==";
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