|
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 | +## 7.1.0 |
| 7 | + |
| 8 | +_Mar 28, 2024_ |
| 9 | + |
| 10 | +We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: |
| 11 | + |
| 12 | +- 🚀 Add `resizeThrottleMs` prop (#12556) @romgrk |
| 13 | +- 🌍 Improve Chinese (Hong Kong) (zh-HK) and Italian (it-IT) locale on the Pickers |
| 14 | +- 🐞 Bugfixes |
| 15 | +- 📚 Documentation improvements |
| 16 | + |
| 17 | +### Data Grid |
| 18 | + |
| 19 | +#### `@mui/x-data-grid@7.1.0` |
| 20 | + |
| 21 | +- [DataGrid] Add `resizeThrottleMs` prop (#12556) @romgrk |
| 22 | +- [DataGrid] Do not publish `rowEditStop` event if row has fields with errors (#11383) @cherniavskii |
| 23 | +- [DataGrid] Fix bug in suspense (#12553) @romgrk |
| 24 | +- [DataGrid] Fix missing class name in the `GridToolbarQuickFilter` component (#12484) @jhawkins11 |
| 25 | + |
| 26 | +#### `@mui/x-data-grid-pro@7.1.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 27 | + |
| 28 | +Same changes as in `@mui/x-data-grid@7.1.0`. |
| 29 | + |
| 30 | +#### `@mui/x-data-grid-premium@7.1.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan') |
| 31 | + |
| 32 | +Same changes as in `@mui/x-data-grid-pro@7.1.0`. |
| 33 | + |
| 34 | +### Date and Time Pickers |
| 35 | + |
| 36 | +#### `@mui/x-date-pickers@7.1.0` |
| 37 | + |
| 38 | +- [fields] Fix placeholder override (#12589) @flaviendelangle |
| 39 | +- [l10n] Improve Chinese (Hong Kong) (zh-HK) locale (#12547) @samchiu90 |
| 40 | +- [l10n] Improve Italian (it-IT) locale (#12549) @antomanc |
| 41 | +- [pickers] Prepare compatibility with `@mui/zero-runtime` (stop using `ownerState` in `styled`) (#12003) @flaviendelangle |
| 42 | + |
| 43 | +#### `@mui/x-date-pickers-pro@7.1.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 44 | + |
| 45 | +Same changes as in `@mui/x-date-pickers@7.1.0`, plus: |
| 46 | + |
| 47 | +- [DateRangePicker] Fix selection behavior with single input field when `readOnly` (#12593) @LukasTy |
| 48 | + |
| 49 | +### Charts |
| 50 | + |
| 51 | +#### `@mui/x-charts@7.1.0` |
| 52 | + |
| 53 | +- [charts] Fix tooltip causing crash on data change (#12571) @Rishi556 |
| 54 | + |
| 55 | +### Tree View |
| 56 | + |
| 57 | +#### `@mui/x-tree-view@7.1.0` |
| 58 | + |
| 59 | +- [TreeView] Do not use outdated version of the state to compute new label first char in `RichTreeView` (#12512) @flaviendelangle |
| 60 | + |
| 61 | +### Docs |
| 62 | + |
| 63 | +- [docs] Add example to add a second icon next to the field's opening button (#12524) @flaviendelangle |
| 64 | +- [docs] Add missing note to Data Grid migration guide (#12557) @romgrk |
| 65 | +- [docs] Fix Charts title for SEO (#12545) @oliviertassinari |
| 66 | +- [docs] Fix small typo (#12558) @diogoparente |
| 67 | +- [docs] Improve codemod related documentation (#12582) @MBilalShafi |
| 68 | +- [docs] Reduce noise in migration docs side navigation (#12552) @cherniavskii |
| 69 | +- [docs] Sync static images from core repository (#12525) @LukasTy |
| 70 | + |
| 71 | +### Core |
| 72 | + |
| 73 | +- [core] Fix `l10n` script on Windows (#12550) @LukasTy |
| 74 | +- [core] Include `DateTimeRangePicker` tag in `releaseChangelog` (#12526) @LukasTy |
| 75 | +- [core] Upgrade monorepo (#12536) @cherniavskii |
| 76 | + |
6 | 77 | ## v7.0.0
|
7 | 78 |
|
8 | 79 | _Mar 22, 2024_
|
@@ -459,13 +530,13 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos
|
459 | 530 |
|
460 | 531 | - 🎁 Introduce a new DOM structure for the field components that provides a better accessibility
|
461 | 532 | - 🚀 Simplify Data Grid DOM structure for improved performance (#12013) @romgrk
|
462 |
| -- 🕥 The support for IE11 has been removed (#12151) @flaviendelangle |
| 533 | +- 🕥 The support for IE 11 has been removed (#12151) @flaviendelangle |
463 | 534 | - 🐞 Bugfixes
|
464 | 535 | - 📚 Documentation improvements
|
465 | 536 |
|
466 | 537 | ### Breaking changes
|
467 | 538 |
|
468 |
| -- The support for IE11 has been removed from all MUI X packages. The `legacy` bundle that used to support old browsers like IE11 is no longer included. |
| 539 | +- The support for IE 11 has been removed from all MUI X packages. The `legacy` bundle that used to support old browsers like IE 11 is no longer included. |
469 | 540 |
|
470 | 541 | ### Data Grid
|
471 | 542 |
|
@@ -570,7 +641,7 @@ These components are no longer exported from `@mui/x-charts`:
|
570 | 641 |
|
571 | 642 | ### Tree View / `@mui/x-tree-view@7.0.0-beta.4`
|
572 | 643 |
|
573 |
| -- [TreeView] Stop using custom `findIndex` to support IE11 (#12129) @flaviendelangle |
| 644 | +- [TreeView] Stop using custom `findIndex` to support IE 11 (#12129) @flaviendelangle |
574 | 645 |
|
575 | 646 | ### Docs
|
576 | 647 |
|
|
0 commit comments