-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: Flavien DELANGLE <[email protected]> Co-authored-by: Lukas <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]> Co-authored-by: Andrew Cherniavskii <[email protected]>
- Loading branch information
1 parent
cb016ba
commit 48bbb75
Showing
9 changed files
with
140 additions
and
12 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,80 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 6.0.0-alpha.12 | ||
|
||
_Dec 16, 2022_ | ||
|
||
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🚀 The `apiRef` prop is now available in the `@mui/x-data-grid` package: | ||
|
||
```tsx | ||
const apiRef = useGridApiRef(); | ||
|
||
return ( | ||
<DataGrid apiRef={apiRef} {...other} /> | ||
) | ||
``` | ||
|
||
See [the documentation](https://next.mui.com/x/react-data-grid/api-object/) for more information. | ||
|
||
- 🎁 The `DataGridPremium` now supports cell selection: | ||
|
||
```tsx | ||
<DataGridPremium unstable_cellSelection /> | ||
``` | ||
|
||
See [the documentation](https://next.mui.com/x/react-data-grid/selection/#cell-selection) for more information | ||
|
||
- 🌍 Support the Right To Left orientation on the fields components | ||
- 📚 Documentation improvements | ||
- 🐞 Bugfixes | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` / `@mui/[email protected]` | ||
|
||
#### Breaking changes | ||
|
||
- The `showCellRightBorder` was renamed to `showCellVerticalBorder` | ||
- The `showColumnRightBorder` was renamed to `showColumnVerticalBorder` | ||
- The `.MuiDataGrid-withBorder` CSS class was renamed to `.MuiDataGrid-withBorderColor` and it only sets `border-color` CSS property now. | ||
- The following undocumented properties from `apiRef` were removed: `footerRef`, `headerRef`, `columnHeadersElementRef`, `columnHeadersContainerElementRef` | ||
- The `GridHeaderPlaceholder` component was removed. | ||
- The `MAX_PAGE_SIZE` constant was removed. | ||
- The `useGridScrollFn` hook was removed. | ||
|
||
#### Changes | ||
|
||
- [DataGrid] Display sort column menu items as per `sortingOrder` prop (#7180) @MBilalShafi | ||
- [DataGrid] Support `apiRef` in Community package (#6773) @cherniavskii | ||
- [DataGridPremium] Add support for cell selection (#6567) @m4theushw | ||
- [DataGridPremium] Use separate cache for aggregation columns pre-processor (#7142) @m4theushw | ||
- [DataGridPro] Fix missing border in right-pinned columns (#4197) @cherniavskii | ||
- [DataGridPro] Fix wrong border color on skeleton cells (#7202) @cherniavskii | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` | ||
|
||
#### Changes | ||
|
||
- [fields] Fix bug introduced by RTL in single input range fields (#7189) @alexfauquette | ||
- [fields] Support RTL out of the box (#6715) @alexfauquette | ||
- [pickers] Clean `autoFocus` behavior on fields and new pickers (#7153) @flaviendelangle | ||
- [pickers] Fix label on the new range pickers (#7210) @flaviendelangle | ||
- [pickers] Fix wrong component name on `StaticNextDateTime` (#7187) @flaviendelangle | ||
|
||
### Docs | ||
|
||
- [docs] Add docs section about field placeholders' localization (#7139) @flaviendelangle | ||
- [docs] Create a `DemoGrid` component to unify demos with several components (#7057) @flaviendelangle | ||
- [docs] Document aggregation selectors (#7148) @cherniavskii | ||
- [docs] Fix 301 links to demo pages in API pages (#7197) @oliviertassinari | ||
- [docs] Fix errors and warning in demos (#7209) @LukasTy | ||
- [docs] Use `DemoContainer` and `DemoItem` on every picker demo (#7149) @flaviendelangle | ||
|
||
### Core | ||
|
||
- [core] Fix broken test (#7179) @flaviendelangle | ||
|
||
## 6.0.0-alpha.11 | ||
|
||
_Dec 8, 2022_ | ||
|
@@ -1301,6 +1375,60 @@ You can find more information about the new api, including how to set those tran | |
- [test] Skip tests for column pinning and dynamic row height (#5997) @m4theushw | ||
- [website] Improve security header @oliviertassinari | ||
|
||
## 5.17.16 | ||
|
||
_Dec 16, 2022_ | ||
|
||
We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🐞 Bugfixes | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` / `@mui/[email protected]` | ||
|
||
#### Changes | ||
|
||
- [DataGrid] Display sort column menu items as per `sortingOrder` prop (#7125) @hanbin9775 | ||
- [DataGrid] Fix flickering on mount (#7155) @cherniavskii | ||
- [DataGridPremium] Use separate cache for aggregation columns pre-processor (#7174) @m4theushw | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` | ||
|
||
#### Changes | ||
|
||
- [DateTimePicker] Update export pattern (#7172) @kealjones-wk | ||
|
||
### Docs | ||
|
||
- [docs] Document aggregation selectors (#7151) @cherniavskii | ||
|
||
## 5.17.15 | ||
|
||
_Dec 8, 2022_ | ||
|
||
We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- ✨ Fix lazy-loading not working in `DataGridPremium` (#7130) @m4theushw | ||
- 🐞 Bugfixes | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` / `@mui/[email protected]` | ||
|
||
#### Changes | ||
|
||
- [DataGridPremium] Add support for lazy-loading (#7130) @m4theushw | ||
- [DataGridPremium] Pass `groupId` to the aggregation function (#7143) @m4theushw | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` | ||
|
||
#### Changes | ||
|
||
- [pickers] Initialize date without time when selecting year or month (#7136) @LukasTy | ||
|
||
### Docs | ||
|
||
- [docs] Fix the nested import on the api pages (#7134) @flaviendelangle | ||
- [docs] Keep track of the localization completion (#7099) @alexfauquette | ||
- [docs] Update localization doc to use existing locale (#7104) @LukasTy | ||
|
||
## 5.17.14 | ||
|
||
_Dec 1, 2022_ | ||
|
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