forked from mui/mui-x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kenan Yusuf <[email protected]> Co-authored-by: Lukas Tyla <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]> Co-authored-by: Bilal Shafi <[email protected]>
- Loading branch information
1 parent
bb30d3a
commit ae3659d
Showing
16 changed files
with
108 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,99 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 7.18.0 | ||
|
||
_Sep 20, 2024_ | ||
|
||
We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 💫 Support [Row spanning](https://mui.com/x/react-data-grid/row-spanning/) on the Data Grid that automatically merges the consecutive cells in a column based on the cell value | ||
|
||
<img width="600" src="https://github.com/user-attachments/assets/d32ec936-d238-4c92-9e1a-af6788d74cdf" alt="data grid row spanning" /> | ||
|
||
- ⏰ Support `date-fns` v4 (#14673) @LukasTy | ||
- 🎉 Add option for Pickers to change the order of displayed years (#11780) @thomasmoon | ||
- 🐞 Bugfixes | ||
- 📚 Documentation improvements | ||
|
||
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Add default reset value in row edit mode (#14050) @michelengelen | ||
- [DataGrid] Add `columnGroupHeaderHeight` prop for sizing column group headers (#14637) @KenanYusuf | ||
- [DataGrid] Fix `document` reference when the grid is rendered in a popup window (#14649) @arminmeh | ||
- [DataGrid] Remove `minFirstColumn` from `GetHeadersParams` interface (#14450) @k-rajat19 | ||
- [DataGrid] Row spanning (#14124) @MBilalShafi | ||
|
||
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
||
Same changes as in `@mui/[email protected]`, plus: | ||
|
||
- [DataGridPro] Fix `onRowsScrollEnd` being triggered instantly when bottom pinned row is present (#14602) @arminmeh | ||
- [DataGridPro] Fix header filters rendering issue for `isEmpty` and `isNotEmpty` filter operators (#14493) @k-rajat19 | ||
- [DataGridPro] Fix pinned columns in RTL mode (#14586) @KenanYusuf | ||
|
||
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') | ||
|
||
Same changes as in `@mui/[email protected]`. | ||
|
||
### Date and Time Pickers | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [pickers] Add option to change the order of displayed years (#11780) @thomasmoon | ||
- [pickers] Support `date-fns` v4 (#14673) @LukasTy | ||
|
||
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
||
Same changes as in `@mui/[email protected]`. | ||
|
||
### Charts | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [charts] Add a `PolarProvider` to manage polar axes (#14642) @alexfauquette | ||
- [charts] Fix `LineChart` animation being stuck with initial drawing area value (#14553) @JCQuintas | ||
- [charts] Fix legend slot typing (#14657) @alexfauquette | ||
- [charts] Pass the axis index to extremum getter (#14641) @alexfauquette | ||
- [charts] Provide hooks to create custom tooltip (#14377) @alexfauquette | ||
|
||
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
||
Same changes as in `@mui/[email protected]`. | ||
|
||
### Tree View | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [TreeView] Add `"use client"` directive to every public component and hook (#14579) @flaviendelangle | ||
|
||
### Docs | ||
|
||
- [docs] Add `groupingValueGetter` callout in column definition docs (#14599) @michelengelen | ||
- [docs] Clean v6 => v7 migration guide (#14652) @flaviendelangle | ||
- [docs] Copy `vale-action.yml` from main repo @oliviertassinari | ||
- [docs] Edit the Pickers Getting started doc (#14555) @samuelsycamore | ||
- [docs] Fix TypeScript capitalization @oliviertassinari | ||
- [docs] Fix Vale error @oliviertassinari | ||
- [docs] Make the migration guide diff a bit easier to read @oliviertassinari | ||
- [docs] Report Vale at warning level (#14660) @oliviertassinari | ||
- [docs] Warn about the `valueGetter` and `valueFormatter` signature change (#14613) @cherniavskii | ||
- [docs] Polish code formatting (#14603) @oliviertassinari | ||
- [test] Spy on `observe` method to avoid flaky wait for a callback (#14640) @arminmeh | ||
|
||
### Core | ||
|
||
- [core] Fix 301 link to Next.js and git diff @oliviertassinari | ||
- [core] Fix failing CI on `master` (#14644) @cherniavskii | ||
- [core] Fix `package.json` repository rule @oliviertassinari | ||
- [core] MUI X repository moved to a new location @oliviertassinari | ||
- [docs-infra] Strengthen CSP (#14581) @oliviertassinari | ||
- [license] Finish renaming of LicensingModel (#14615) @oliviertassinari | ||
|
||
## 7.17.0 | ||
|
||
_Sep 13, 2024_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "7.17.0", | ||
"version": "7.18.0", | ||
"private": true, | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters