Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 78b06d4

Browse files
authoredDec 8, 2023
v6.18.4 (mui#11342)
1 parent 0eeb8b8 commit 78b06d4

File tree

8 files changed

+54
-13
lines changed

8 files changed

+54
-13
lines changed
 

‎CHANGELOG.md

+42-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,46 @@
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+
## 6.18.4
7+
8+
_Dec 8, 2023_
9+
10+
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 📚 Add [Pickers FAQ page](https://mui.com/x/react-date-pickers/faq/)
13+
- 🌍 Improve Danish (da-DK) locale on Data Grid
14+
- 🐞 Bugfixes
15+
16+
### Data Grid
17+
18+
#### `@mui/x-data-grid@6.18.4`
19+
20+
- [DataGrid] Fix cell slot style override (#11215) @oliviertassinari
21+
- [l10n] Improve Danish (da-DK) locale (#11346) @goibon
22+
23+
#### `@mui/x-data-grid-pro@6.18.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
24+
25+
Same changes as in `@mui/x-data-grid@6.18.4`.
26+
27+
#### `@mui/x-data-grid-premium@6.18.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
28+
29+
Same changes as in `@mui/x-data-grid-pro@6.18.4`.
30+
31+
### Date Pickers
32+
33+
#### `@mui/x-date-pickers@6.18.4`
34+
35+
- [pickers] Fix `MultiSectionDigitalClock` issues (#11308) @LukasTy
36+
37+
#### `@mui/x-date-pickers-pro@6.18.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
38+
39+
Same changes as in `@mui/x-date-pickers@6.18.4`.
40+
41+
### Docs
42+
43+
- [docs] Fix typo (#11323) @cadam11
44+
- [docs] Add FAQ page (#11347) @noraleonte
45+
646
## 6.18.3
747

848
_Dec 4, 2023_
@@ -347,7 +387,7 @@ Same changes as in `@mui/x-date-pickers@6.16.3`, plus:
347387

348388
- [charts] Add reference links to area + bar chart components (#10652) @michelengelen
349389
- [charts] Add reference links to line chart + sparkline components (#10650) @michelengelen
350-
- [charts] Add reference links to pie + scatter chart components (#10653) @michelengelen
390+
- [charts] Add reference links to pie + scatter chart components (#10653) @michelengelen
351391
- [charts] Render only when `width` and `height` are resolved (#10714) @alexfauquette
352392
- [charts] Support animation on `BarChart` (#9926) @alexfauquette
353393
- [charts] Use new text component to avoid tick label overflow on x-axis (#10648) @alexfauquette
@@ -423,6 +463,7 @@ It adds line break support and avoids overlapping text in the legend.
423463
This comes with some breaking changes.
424464

425465
- The DOM structure is modified. An intermediary `<tspan />` element has been added. This can impact how your style is applied.
466+
426467
```diff
427468
- <text>The label</text>
428469
+ <text><tspan>The label</tspan></text>

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.18.3",
2+
"version": "6.18.4",
33
"private": true,
44
"scripts": {
55
"start": "yarn && yarn docs:dev",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "6.18.3",
3+
"version": "6.18.4",
44
"description": "Generate fake data for demo purposes only.",
55
"author": "MUI Team",
66
"main": "src/index.ts",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@babel/runtime": "^7.23.2",
3434
"@mui/base": "^5.0.0-beta.22",
35-
"@mui/x-data-grid-premium": "6.18.3",
35+
"@mui/x-data-grid-premium": "6.18.4",
3636
"chance": "^1.1.11",
3737
"clsx": "^2.0.0",
3838
"lru-cache": "^7.18.3"

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-premium",
3-
"version": "6.18.3",
3+
"version": "6.18.4",
44
"description": "The Premium plan edition of the data grid component (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",
@@ -44,8 +44,8 @@
4444
"dependencies": {
4545
"@babel/runtime": "^7.23.2",
4646
"@mui/utils": "^5.14.16",
47-
"@mui/x-data-grid": "6.18.3",
48-
"@mui/x-data-grid-pro": "6.18.3",
47+
"@mui/x-data-grid": "6.18.4",
48+
"@mui/x-data-grid-pro": "6.18.4",
4949
"@mui/x-license-pro": "6.10.2",
5050
"@types/format-util": "^1.0.3",
5151
"clsx": "^2.0.0",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "6.18.3",
3+
"version": "6.18.4",
44
"description": "The Pro plan edition of the data grid component (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@babel/runtime": "^7.23.2",
4646
"@mui/utils": "^5.14.16",
47-
"@mui/x-data-grid": "6.18.3",
47+
"@mui/x-data-grid": "6.18.4",
4848
"@mui/x-license-pro": "6.10.2",
4949
"@types/format-util": "^1.0.3",
5050
"clsx": "^2.0.0",

‎packages/grid/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": "6.18.3",
3+
"version": "6.18.4",
44
"description": "The community edition of the data grid component (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers-pro",
3-
"version": "6.18.3",
3+
"version": "6.18.4",
44
"description": "The commercial edition of the date picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",
@@ -44,7 +44,7 @@
4444
"@babel/runtime": "^7.23.2",
4545
"@mui/base": "^5.0.0-beta.22",
4646
"@mui/utils": "^5.14.16",
47-
"@mui/x-date-pickers": "6.18.3",
47+
"@mui/x-date-pickers": "6.18.4",
4848
"@mui/x-license-pro": "6.10.2",
4949
"clsx": "^2.0.0",
5050
"prop-types": "^15.8.1",

‎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": "6.18.3",
3+
"version": "6.18.4",
44
"description": "The community edition of the date picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.