|
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.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` [](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` [](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` [](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 | + |
6 | 46 | ## 6.18.3
|
7 | 47 |
|
8 | 48 | _Dec 4, 2023_
|
@@ -347,7 +387,7 @@ Same changes as in `@mui/x-date-pickers@6.16.3`, plus:
|
347 | 387 |
|
348 | 388 | - [charts] Add reference links to area + bar chart components (#10652) @michelengelen
|
349 | 389 | - [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 |
351 | 391 | - [charts] Render only when `width` and `height` are resolved (#10714) @alexfauquette
|
352 | 392 | - [charts] Support animation on `BarChart` (#9926) @alexfauquette
|
353 | 393 | - [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.
|
423 | 463 | This comes with some breaking changes.
|
424 | 464 |
|
425 | 465 | - The DOM structure is modified. An intermediary `<tspan />` element has been added. This can impact how your style is applied.
|
| 466 | + |
426 | 467 | ```diff
|
427 | 468 | - <text>The label</text>
|
428 | 469 | + <text><tspan>The label</tspan></text>
|
|
0 commit comments