Skip to content

Commit 16e1059

Browse files
MBilalShaficherniavskiiflaviendelangleLukasTy
authored
v7.11.1 (#13978)
Signed-off-by: Bilal Shafi <[email protected]> Co-authored-by: Andrew Cherniavskyi <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]> Co-authored-by: Lukas Tyla <[email protected]> Co-authored-by: Andrew Cherniavskii <[email protected]>
1 parent c7795d9 commit 16e1059

File tree

12 files changed

+95
-11
lines changed

12 files changed

+95
-11
lines changed

CHANGELOG.md

+84
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,90 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.11.1
7+
8+
_Jul 25, 2024_
9+
10+
We'd like to offer a big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🔎 Allow `Zoom` to be controllable for charts (#13858) @JCQuintas
13+
- 🌍 Add Icelandic (is-IS) and Norwegian Nynorsk (nn-NO) locales on the Data Grid
14+
- 🌍 Improve Norwegian Bokmål (nb-NO) and German (de-DE) locales on the Data Grid
15+
- 🌍 Add Norwegian Nynorsk (nn-NO) locale on the Date and Time Pickers
16+
- 🐞 Bugfixes
17+
- 📚 Documentation improvements
18+
19+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
20+
21+
### Data Grid
22+
23+
#### `@mui/[email protected]`
24+
25+
- [DataGrid] Remove dead code in internal `GridPreferencesPanel` (#13934) @k-rajat19
26+
- [DataGrid] Do not miss to escape formulas in CSV export (#13888) @arminmeh
27+
- [l10n] Add Icelandic (is-IS) locale (#13283) @magnimarels
28+
- [l10n] Add Norwegian nynorsk (nn-NO) locale and improve Norwegian bokmål (nb-NO) locale (#13588) @AnderzL7
29+
- [l10n] Improve German (de-DE) locale (#13910) @lhilgert9
30+
31+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
32+
33+
Same changes as in `@mui/[email protected]`.
34+
35+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
36+
37+
Same changes as in `@mui/[email protected]`, plus:
38+
39+
- [DataGridPremium] Pass the `api` object to events (#13893) @pcorpet
40+
- [DataGridPremium] Fix paste to selected cells (#13967) @romgrk
41+
42+
### Date and Time Pickers
43+
44+
#### `@mui/[email protected]`
45+
46+
- [fields] Prevent keyboard editing when disabled (#13900) @arthurbalduini
47+
- [l10n] Add Norwegian Nynorsk (nn-NO) locale (#13946) @AnderzL7
48+
49+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
50+
51+
Same changes as in `@mui/[email protected]`.
52+
53+
### Charts
54+
55+
#### `@mui/[email protected]`
56+
57+
- [charts] Add `ownerState` function to `slotProps` typing when available (#13965) @alexfauquette
58+
- [charts] Allow `Zoom` to be controllable (#13858) @JCQuintas
59+
- [charts] Deprecate `xAxisKey` /`zAxisKey` in favor of `xAxisId`/`zAxisId` (#13940) @alexfauquette
60+
- [charts] Hide empty arcs in the PieChart (#13897) @alexfauquette
61+
- [charts] Limit the trigger of exit charts (#13682) @alexfauquette
62+
63+
### Tree View
64+
65+
#### `@mui/[email protected]`
66+
67+
- [TreeView] Allow the plugins to enrich the props passed to the item slots (#13953) @flaviendelangle
68+
69+
### Docs
70+
71+
- [docs] Bump pnpm priority as a package manager (#13894) @oliviertassinari
72+
- [docs] Explicitly mark charts pro as not released (#13905) @alexfauquette
73+
- [docs] Fix dot consistency a11y table @oliviertassinari
74+
- [docs] Fix some typos in charts docs (#13906) @cratiu222
75+
- [docs] Fix spelling (#13902) @nnsW3
76+
- [docs] Improve error message when moving between plans (#13874) @oliviertassinari
77+
- [docs] Update `SparkLineChart` reference not being correctly capitalised (#13960) @duckboy81
78+
- [docs] Fix scroll demos disorientation (#13909) @oliviertassinari
79+
80+
### Core
81+
82+
- [core] Add `@mui/material-nextjs` to `MUI Core` renovate group (#13966) @LukasTy
83+
- [core] Remove warning message in production (#13911) @oliviertassinari
84+
- [code-infra] Reuse `useReactVersion` script from the monorepo (#13710) @cherniavskii
85+
- [infra] Adds order id validation action (#13957) @michelengelen
86+
- [infra] Fix order id validator action (#13971) @michelengelen
87+
- [infra] Fix regex in order id validation (#13976) @michelengelen
88+
- [infra] Issue template improvement (#13954) @michelengelen
89+
690
## 7.11.0
791

892
_Jul 18, 2024_

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.11.0",
2+
"version": "7.11.1",
33
"private": true,
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",

packages/x-charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"description": "The community edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "./src/index.js",

packages/x-data-grid-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"description": "Generate fake data for demo purposes only.",
55
"author": "MUI Team",
66
"main": "src/index.ts",

packages/x-data-grid-premium/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-premium",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"description": "The Premium plan edition of the Data Grid Components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

packages/x-data-grid-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"description": "The Pro plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

packages/x-data-grid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"description": "The Community plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

packages/x-date-pickers-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers-pro",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"description": "The Pro plan edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

packages/x-date-pickers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"description": "The community edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

packages/x-internals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-internals",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"description": "Utility functions for the MUI X packages (internal use only).",
55
"author": "MUI Team",
66
"license": "MIT",

packages/x-license/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-license",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"description": "MUI X License verification",
55
"author": "MUI Team",
66
"main": "src/index.ts",

packages/x-tree-view/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-tree-view",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"description": "The community edition of the Tree View components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)