@mui/x-charts 9.11.0 → 9.11.1
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 +39 -0
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 9.11.1
|
|
4
|
+
|
|
5
|
+
_Aug 6, 2026_
|
|
6
|
+
|
|
7
|
+
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
8
|
+
|
|
9
|
+
- 🐛 Fix the empty `@mui/x-charts-vendor` package published in v9.11.0
|
|
10
|
+
|
|
11
|
+
The following team members contributed to this release:
|
|
12
|
+
@JCQuintas, @rita-codes
|
|
13
|
+
|
|
14
|
+
### Charts
|
|
15
|
+
|
|
16
|
+
#### `@mui/x-charts@9.11.1`
|
|
17
|
+
|
|
18
|
+
- [charts] Fix empty `@mui/x-charts-vendor` published package (#23310) @JCQuintas
|
|
19
|
+
|
|
20
|
+
#### `@mui/x-charts-pro@9.11.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
21
|
+
|
|
22
|
+
Same changes as in `@mui/x-charts@9.11.1`.
|
|
23
|
+
|
|
24
|
+
#### `@mui/x-charts-premium@9.11.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
25
|
+
|
|
26
|
+
Same changes as in `@mui/x-charts-pro@9.11.1`.
|
|
27
|
+
|
|
28
|
+
#### `@mui/x-charts-vendor@9.11.1`
|
|
29
|
+
|
|
30
|
+
- [charts] Fix empty `@mui/x-charts-vendor` published package (#23310) @JCQuintas
|
|
31
|
+
|
|
32
|
+
### Scheduler
|
|
33
|
+
|
|
34
|
+
#### `@mui/x-scheduler@9.0.0-beta.9`
|
|
35
|
+
|
|
36
|
+
- [scheduler] Show the range validation errors on the End date and End time fields (#23291) @rita-codes
|
|
37
|
+
|
|
38
|
+
#### `@mui/x-scheduler-premium@9.0.0-beta.9` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
39
|
+
|
|
40
|
+
Same changes as in `@mui/x-scheduler@9.0.0-beta.9`.
|
|
41
|
+
|
|
3
42
|
## 9.11.0
|
|
4
43
|
|
|
5
44
|
_Aug 6, 2026_
|
package/index.js
CHANGED
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-charts",
|
|
3
|
-
"version": "9.11.
|
|
3
|
+
"version": "9.11.1",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The community edition of MUI X Charts components.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"prop-types": "^15.8.1",
|
|
35
35
|
"reselect": "^5.2.0",
|
|
36
36
|
"use-sync-external-store": "^1.6.0",
|
|
37
|
+
"@mui/x-charts-vendor": "^9.11.1",
|
|
37
38
|
"@mui/x-internal-gestures": "^9.10.0",
|
|
38
|
-
"@mui/x-internals": "^9.11.0"
|
|
39
|
-
"@mui/x-charts-vendor": "^9.11.0"
|
|
39
|
+
"@mui/x-internals": "^9.11.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@emotion/react": "^11.9.0",
|