-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into use-real-world-pie-data
Signed-off-by: Jose C Quintas Jr <[email protected]>
- Loading branch information
Showing
108 changed files
with
2,079 additions
and
1,595 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
contact_links: | ||
- name: Support ❔ | ||
url: https://mui.com/getting-started/support/ | ||
about: I need support with MUI X. | ||
url: https://mui.com/x/introduction/support/ | ||
about: I need support with MUI X. |
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
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.14.0 | ||
|
||
_Aug 23, 2024_ | ||
|
||
We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 💫 Allow [filtering the axis on zoom](https://mui.com/x/react-charts/zoom-and-pan/#zoom-filtering), making the axis adapt by removing values outside the view. | ||
|
||
<img width="600" src="https://github.com/user-attachments/assets/e65bbd00-d2a8-4136-81cd-3598f1373c16" alt="filtering the axis on zoom" /> | ||
|
||
- 📊 Improve bar chart performances | ||
- 🌍 Improve Czech (cs-CZ) and Hebrew (he-IL) locales on the Data Grid | ||
- 🌍 Improve Chinese (zh-HK), Hebrew (he-IL), and Vietnamese (vi-VN) locales on the Date and Time Pickers | ||
- 🐞 Bugfixes | ||
|
||
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Use readonly array result for `getTreeDataPath` (#11743) @pcorpet | ||
- [DataGrid] Use `event.key` for `Tab` and `Escape` keys (#14170) @k-rajat19 | ||
- [DataGrid] Introduce selectors with arguments (#14236) @MBilalShafi | ||
- [DataGrid] include `api` in `gridCellParams` interface (#14201) @k-rajat19 | ||
- [l10n] Improve Czech (cs-CZ) locale (#14135) @chirimiri22 | ||
- [l10n] Improve Hebrew (he-IL) locale (#14287) @rotembarsela | ||
|
||
#### `@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]`, plus: | ||
|
||
- [DataGridPremium] Fix clipboard paste not working for a single cell on non-first page (#14261) @arminmeh | ||
- [DataGridPremium] Fix `onCellSelectionModelChange` not triggered when additional cell range is selected (#14199) @arminmeh | ||
|
||
### Date and Time Pickers | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [l10n] Improve Chinese (zh-HK) locale (#13289) @yeeharn | ||
- [l10n] Improve Hebrew (he-IL) locale (#14287) @rotembarsela | ||
- [l10n] Improve Vietnamese (vi-VN) locale (#14238) @locnbk2002 | ||
- [TimePicker] Handle `Space` and `Enter` on the `TimeClock` component @arthurbalduini | ||
|
||
#### `@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] Fix grid overflow with zooming (#14280) @alexfauquette | ||
- [charts] Improve bar chart performances (#14278) @alexfauquette | ||
- [charts] Test pointer events (#14042) @alexfauquette | ||
- [charts] Use `isPointInside` function for both graphs and axis (#14222) @JCQuintas | ||
|
||
#### `@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: | ||
|
||
- [charts-pro] Zoom axis filtering (#14121) @JCQuintas | ||
|
||
### Docs | ||
|
||
- [docs] Consistent use of UTC and timezones (#14250) @oliviertassinari | ||
- [docs] Fix missing leading slashes in URLs (#14249) @oliviertassinari | ||
- [docs] Dash usage revision on pickers pages (#14260) @arthurbalduini | ||
|
||
### Core | ||
|
||
- [core] Follow JSDocs convention @oliviertassinari | ||
- [core] Prepare for material v6 (#14143) @LukasTy | ||
- [code-infra] Set up `eslint-plugin-testing-library` (#14232) @LukasTy | ||
- [infra] Updated mui-x roadmap links with new project URL (#14271) @michelengelen | ||
|
||
## 7.13.0 | ||
|
||
_Aug 16, 2024_ | ||
|
@@ -58,7 +138,7 @@ Same changes as in `@mui/[email protected]`. | |
- [charts] Rename `CartesianContextProvider` to `CartesianProvider` (#14102) @JCQuintas | ||
- [charts] Support axis with the same value for all data points (#14191) @alexfauquette | ||
|
||
#### `@mui/x-date-[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
#### `@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]`. | ||
|
||
|
@@ -132,7 +212,7 @@ Same changes as in `@mui/[email protected]`. | |
- [charts] Fix charts vendor publish config (#14073) @JCQuintas | ||
- [charts] Move `plugins` to `PluginProvider` (#14056) @JCQuintas | ||
|
||
#### `@mui/x-date-[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
#### `@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: | ||
|
||
|
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
Oops, something went wrong.