-
-
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: Bilal Shafi <[email protected]> Co-authored-by: Lukas <[email protected]>
- Loading branch information
1 parent
f4f86d6
commit c8e4c7d
Showing
9 changed files
with
135 additions
and
13 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,86 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 7.0.0-alpha.5 | ||
|
||
_Dec 14, 2023_ | ||
|
||
We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 💫 New recipe added for the Data Grid | ||
- 🌍 Improve Swedish (sv-SE) and Urdu (ur-PK) locales on the Data Grid | ||
- 🐞 Bugfixes | ||
|
||
### Data Grid | ||
|
||
#### Breaking changes | ||
|
||
- The `instanceId` prop is now required for state selectors. | ||
This prop is used to distinguish between multiple Data Grid instances on the same page. | ||
See [migration docs](https://next.mui.com/x/migration/migration-data-grid-v6/#instanceid-prop-is-required-for-state-selectors) for more details. | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Make `instanceId` required for state selectors (#11395) @cherniavskii | ||
- [DataGrid] Recipe for grouped rows autosizing (#11401) @michelengelen | ||
- [l10n] Improve Swedish (sv-SE) locale (#11373) @fredrikcarlbom | ||
- [l10n] Improve Urdu (ur-PK) locale (#11400) @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]`. | ||
|
||
#### `@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 Pickers | ||
|
||
#### Breaking changes | ||
|
||
- The slot interfaces got renamed to match with `@mui/base` naming. | ||
The `SlotsComponent` suffix has been replaced with `Slots` and `SlotsComponentsProps` with `SlotProps`. | ||
|
||
```diff | ||
- DateCalendarSlotsComponent | ||
+ DateCalendarSlots | ||
- DateCalendarSlotsComponentsProps | ||
+ DateCalendarSlotProps | ||
``` | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [fields] Support empty sections (#10307) @flaviendelangle | ||
- [pickers] Fix field types to avoid error on latest `@types/react` version (#11397) @LukasTy | ||
- [pickers] Remove all relative imports to the internals index file (#11375) @flaviendelangle | ||
- [pickers] Rename slots interfaces (#11339) @alexfauquette | ||
- [pickers] Simplify the API of the field hooks (#11371) @flaviendelangle | ||
- [pickers] Support name prop (#11025) @gitstart | ||
|
||
#### `@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: | ||
|
||
- [DateRangePicker] Fix `autoFocus` behavior (#11273) @kealjones-wk | ||
|
||
### Charts / `@mui/[email protected]` | ||
|
||
- [charts] Fix size overflow (#11385) @alexfauquette | ||
|
||
### `@mui/[email protected]` | ||
|
||
- [codemod] Add `cellSelection` codemod and update migration guide (#11353) @MBilalShafi | ||
|
||
### Docs | ||
|
||
- [docs] Respect GoT books (@janoma) (#11387) @alexfauquette | ||
|
||
### Core | ||
|
||
- [core] Automate cherry-pick of PRs from `next` -> `master` (#11382) @MBilalShafi | ||
- [github] Update `no-response` workflow (#11369) @MBilalShafi | ||
- [test] Fix flaky screenshots (#11388) @cherniavskii | ||
|
||
## 7.0.0-alpha.4 | ||
|
||
_Dec 8, 2023_ | ||
|
@@ -949,6 +1029,48 @@ Here is an example of the renaming for the `<ChartsTooltip />` component. | |
- [core] Update release instructions as per v7 configuration (#10962) @MBilalShafi | ||
- [license] Correctly throw errors (#10924) @oliviertassinari | ||
|
||
## 6.18.5 | ||
|
||
_Dec 14, 2023_ | ||
|
||
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🌍 Improve Swedish (sv-SE) and Urdu (ur-PK) locales on the Data Grid | ||
- 🐞 Bugfixes | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [l10n] Improve Swedish (sv-SE) locale (#11379) @fredrikcarlbom | ||
- [l10n] Improve Urdu (ur-PK) locale for data grid (#11409) @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]`. | ||
|
||
#### `@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 Pickers | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [pickers] Fix field types to avoid error on latest `@types/react` version (#11398) @LukasTy | ||
- [pickers] Support name prop (#11380) @gitstart | ||
|
||
#### `@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: | ||
|
||
- [DateRangePicker] Fix `autoFocus` behavior (#11376) @kealjones-wk | ||
|
||
### Docs | ||
|
||
- [docs] Respect GoT books (#11294) @janoma | ||
- [test] Fix flaky screenshots (#11391) @cherniavskii | ||
|
||
## 6.18.4 | ||
|
||
_Dec 8, 2023_ | ||
|
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