@mui/x-data-grid-premium 8.0.0 → 8.1.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
@@ -5,6 +5,112 @@
5
5
  All notable changes to this project will be documented in this file.
6
6
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
7
 
8
+ ## 8.1.0
9
+
10
+ _Apr 24, 2025_
11
+
12
+ We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 📊 Add API to print a chart or export it as PDF: `apiRef.exportAsPrint`.
15
+ - 📚 Documentation improvements
16
+ - 🐞 Bugfixes
17
+
18
+ Special thanks go out to the community members for their valuable contributions:
19
+ @lhilgert9, @ArturAghakaryan, @sai6855.
20
+ Following are all team members who have contributed to this release:
21
+ @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @JCQuintas, @joserodolfofreitas, @KenanYusuf, @LukasTy, @mapache-salvaje, @oliviertassinari, @romgrk.
22
+
23
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
24
+
25
+ ### Data Grid
26
+
27
+ #### `@mui/x-data-grid@8.1.0`
28
+
29
+ - [DataGrid] Allow row deselection with multiple rows selected (#17473) @arminmeh
30
+ - [DataGrid] Fix column title truncation on touch devices (#17375) @KenanYusuf
31
+ - [DataGrid] Remove internal usage of `material` prop (#17513) @KenanYusuf
32
+ - [DataGrid] Fix apiRef not being passed on onCellClick params (#17335) @sai6855
33
+ - [DataGrid] Add Armenian (hy-AM) locale (#17527) @ArturAghakaryan
34
+
35
+ #### `@mui/x-data-grid-pro@8.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
36
+
37
+ Same changes as in `@mui/x-data-grid@8.1.0`, plus:
38
+
39
+ - [DataGridPro] Fix locales.ts export (#17433) @lhilgert9
40
+ - [DataGridPro] Avoid proptypes warnings with header filters in React 17 (#17482) @cherniavskii
41
+ - [DataGridPro] Fix expandable rows detail content height updates (#17394) @arminmeh
42
+
43
+ #### `@mui/x-data-grid-premium@8.1.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
44
+
45
+ Same changes as in `@mui/x-data-grid-pro@8.1.0`.
46
+
47
+ ### Date and Time Pickers
48
+
49
+ #### `@mui/x-date-pickers@8.1.0`
50
+
51
+ - [pickers] Improve `PickersInputBase` owner state typing (#17478) @LukasTy
52
+
53
+ #### `@mui/x-date-pickers-pro@8.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
54
+
55
+ Same changes as in `@mui/x-date-pickers@8.1.0`.
56
+
57
+ ### Charts
58
+
59
+ - Add API to print a chart or export it as PDF: `apiRef.exportAsPrint`.
60
+
61
+ #### `@mui/x-charts@8.1.0`
62
+
63
+ - [charts] Add a localization provider (#17325) @alexfauquette
64
+ - [charts] Add codemod for replacing legend's hidden slot prop (#17392) @bernardobelchior
65
+ - [charts] Fix chart visual tests flakiness (#17469) @bernardobelchior
66
+ - [charts] Fix tooltip position (#17440) @alexfauquette
67
+ - [charts] Improve axis tooltip performances (#17398) @alexfauquette
68
+ - [charts] Move radar from under development to preview (#17418) @alexfauquette
69
+ - [charts] Advance time in charts regression tests (#17420) @bernardobelchior
70
+ - [charts] Fix charts visuals flakiness (#17472) @bernardobelchior
71
+ - [charts] Move `rafThrottle` on event handlers instead of setter (#17489) @bernardobelchior
72
+
73
+ #### `@mui/x-charts-pro@8.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
74
+
75
+ Same changes as in `@mui/x-charts@8.1.0`, plus:
76
+
77
+ - [charts-pro] Add export as PDF/print functionality (#17285) @bernardobelchior
78
+ - [charts-pro] Fix axis zoom being disabled when not specified in `initialZoom` (#17500) @bernardobelchior
79
+
80
+ ### Tree View
81
+
82
+ #### `@mui/x-tree-view@8.1.0`
83
+
84
+ Internal changes.
85
+
86
+ #### `@mui/x-tree-view-pro@8.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
87
+
88
+ Same changes as in `@mui/x-tree-view@8.1.0`.
89
+
90
+ ### Docs
91
+
92
+ - [docs] Fix AI Assistant Panel Trigger demo (#17426) @KenanYusuf
93
+ - [docs] Fix DataGrid's master-detail demo for one expanded detail panel at a time (#17471) @arminmeh
94
+ - [docs] Improve StackOverflow links (#17483) @oliviertassinari
95
+ - [docs] Refine charts demos (#17417) @alexfauquette
96
+ - [docs] Remove ad on paid docs pages (#17373) @oliviertassinari
97
+ - [docs] Serve migration guides in raw markdown format (#17210) @cherniavskii
98
+ - [docs] Fix heading structure (#17495) @oliviertassinari
99
+ - [docs] Revise the Row Grouping doc (#16217) @mapache-salvaje
100
+ - [docs] Fix ellipsis in the demo (#17476) @oliviertassinari
101
+ - [docs] Add docs information for Legend HTML (#17502) @alexfauquette
102
+ - [docs] Refine charts demos (#17417) @alexfauquette
103
+ - [tree view][docs] Copyedit the Tree View Overview page (#17498) @mapache-salvaje
104
+
105
+ ### Core
106
+
107
+ - [core] Bump `@types/node` (#17444) @LukasTy
108
+ - [core] Remove `react-is` dependency (#17470) @LukasTy
109
+ - [core] Remove redundant `overridesResolver` in `styled` components (#17466) @romgrk
110
+ - [core] Update support table (#17425) @joserodolfofreitas
111
+ - [code-infra] Ditch `@babel/node` (#17446) @LukasTy
112
+ - [code-infra] Further remove `clock=fake` from pickers (#17253) @JCQuintas
113
+
8
114
  ## 8.0.0
9
115
 
10
116
  _Apr 17, 2025_
@@ -40,7 +40,7 @@ const configuration = {
40
40
  }
41
41
  }
42
42
  };
43
- const releaseInfo = "MTc0NDg0MDgwMDAwMA==";
43
+ const releaseInfo = "MTc0NTQ0NTYwMDAwMA==";
44
44
  const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_xLicense.Watermark, {
45
45
  packageName: "x-data-grid-premium",
46
46
  releaseInfo: releaseInfo
@@ -18,8 +18,7 @@ var _jsxRuntime = require("react/jsx-runtime");
18
18
  const _excluded = ["formattedValue", "colDef", "cellMode", "row", "api", "id", "value", "rowNode", "field", "focusElementRef", "hasFocus", "tabIndex", "isEditable"];
19
19
  const GridFooterCellRoot = (0, _styles.styled)('div', {
20
20
  name: 'MuiDataGrid',
21
- slot: 'FooterCell',
22
- overridesResolver: (_, styles) => styles.footerCell
21
+ slot: 'FooterCell'
23
22
  })({
24
23
  fontWeight: _internals.vars.typography.fontWeight.medium,
25
24
  color: _internals.vars.colors.foreground.accent
@@ -76,9 +76,6 @@ function GridAiAssistantPanelConversationsMenu() {
76
76
  const conversationIndex = conversations.findIndex(c => c === conversation);
77
77
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(rootProps.slots.baseMenuItem, {
78
78
  selected: conversationIndex === activeConversationIndex,
79
- material: {
80
- dense: true
81
- },
82
79
  onClick: () => {
83
80
  apiRef.current.aiAssistant.setActiveConversationIndex(conversationIndex);
84
81
  handleClose();
@@ -33,7 +33,7 @@ const configuration = {
33
33
  }
34
34
  }
35
35
  };
36
- const releaseInfo = "MTc0NDg0MDgwMDAwMA==";
36
+ const releaseInfo = "MTc0NTQ0NTYwMDAwMA==";
37
37
  const watermark = /*#__PURE__*/_jsx(Watermark, {
38
38
  packageName: "x-data-grid-premium",
39
39
  releaseInfo: releaseInfo
@@ -10,8 +10,7 @@ import { useGridRootProps } from "../hooks/utils/useGridRootProps.js";
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  const GridFooterCellRoot = styled('div', {
12
12
  name: 'MuiDataGrid',
13
- slot: 'FooterCell',
14
- overridesResolver: (_, styles) => styles.footerCell
13
+ slot: 'FooterCell'
15
14
  })({
16
15
  fontWeight: vars.typography.fontWeight.medium,
17
16
  color: vars.colors.foreground.accent
@@ -68,9 +68,6 @@ function GridAiAssistantPanelConversationsMenu() {
68
68
  const conversationIndex = conversations.findIndex(c => c === conversation);
69
69
  return /*#__PURE__*/_jsx(rootProps.slots.baseMenuItem, {
70
70
  selected: conversationIndex === activeConversationIndex,
71
- material: {
72
- dense: true
73
- },
74
71
  onClick: () => {
75
72
  apiRef.current.aiAssistant.setActiveConversationIndex(conversationIndex);
76
73
  handleClose();
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v8.0.0
2
+ * @mui/x-data-grid-premium v8.1.0
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v8.0.0
2
+ * @mui/x-data-grid-premium v8.1.0
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid-premium",
3
- "version": "8.0.0",
3
+ "version": "8.1.0",
4
4
  "description": "The Premium plan edition of the Data Grid Components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./index.js",
@@ -43,9 +43,9 @@
43
43
  "prop-types": "^15.8.1",
44
44
  "reselect": "^5.1.1",
45
45
  "@mui/x-license": "8.0.0",
46
- "@mui/x-data-grid": "8.0.0",
47
- "@mui/x-internals": "8.0.0",
48
- "@mui/x-data-grid-pro": "8.0.0"
46
+ "@mui/x-data-grid": "8.1.0",
47
+ "@mui/x-data-grid-pro": "8.1.0",
48
+ "@mui/x-internals": "8.0.0"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@emotion/react": "^11.9.0",
File without changes
File without changes
File without changes
File without changes