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.
- Loading branch information
1 parent
6d96179
commit 67b6e27
Showing
14 changed files
with
100 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,93 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 7.17.0 | ||
|
||
_Sep 13, 2024_ | ||
|
||
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 📊 Charts performance improvement | ||
- 🧑💻 New Data Grid [custom columns demo](https://mui.com/x/react-data-grid/custom-columns/#full-example) | ||
- 🐞 Bugfixes | ||
- 📚 Documentation improvements | ||
- 🌍 Improve Hungarian (hu-HU) locale on the Data Grid | ||
|
||
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Add "does not equal" and "does not contain" filter operators (#14489) @KenanYusuf | ||
- [DataGrid] Add demo to the "Custom columns" page that does not use generator (#13695) @arminmeh | ||
- [DataGrid] Fix Voice Over reading the column name twice (#14482) @arminmeh | ||
- [DataGrid] Fix bug in CRUD example (#14513) @michelengelen | ||
- [DataGrid] Fix failing jsdom tests caused by `:has()` selectors (#14559) @KenanYusuf | ||
- [DataGrid] Refactor string operator filter functions (#14564) @KenanYusuf | ||
- [l10n] Improve Hungarian (hu-HU) locale (#14506) @ntamas | ||
|
||
#### `@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 and Time Pickers | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [fields] Improve `useSplitFieldProps` and make it public (#14514) @flaviendelangle | ||
- [pickers] Improve clear action label (#14243) @oliviertassinari | ||
- [pickers] Add `"use client"` directive to every public component and hook (#14562) @flaviendelangle | ||
- [pickers] Allow custom fields to validate the value (#14486) @flaviendelangle | ||
- [pickers] Stop using utils in locales (#14505) @flaviendelangle | ||
|
||
#### `@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 `currentMonthCalendarPosition` not scrolling to future sibling (#14442) @GMchris | ||
|
||
### Charts | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [charts] Add `"use client"` directive to every public component and hook (#14578) @flaviendelangle | ||
- [charts] Allow `onItemClick` on the `Legend` component (#14231) @JCQuintas | ||
- [charts] Fix `onAxisClick` with `layout='horizontal'` (#14547) @alexfauquette | ||
- [charts] Replace `path` with `circle` for performance improvement (#14518) @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] Make `useTreeItem2` stable (#14498) @flaviendelangle | ||
|
||
### Docs | ||
|
||
- [docs] Add missing callout on "Imperative API" tree view sections (#14503) @flaviendelangle | ||
- [docs] Fix broken redirection to MUI X v5 @oliviertassinari | ||
- [docs] Fix multiple `console.error` messages on `charts` docs (#14554) @JCQuintas | ||
- [docs] Fixed typo in Row Grouping recipes (#14549) @Miodini | ||
- [docs] Match title with blog posts @oliviertassinari | ||
|
||
### Core | ||
|
||
- [core] Move warning methods to `@mui/x-internals` (#14528) @k-rajat19 | ||
- [core] Sync with core release flow @oliviertassinari | ||
- [code-infra] Fix charts benchmark workflow (#14573) @JCQuintas | ||
- [docs-infra] Type interface API pages (#14138) @alexfauquette | ||
- [infra] Create `ESLint plugins` renovate group (#14574) @LukasTy | ||
- [license] Clean-up terminology to match codebase (#14531) @oliviertassinari | ||
- [test] Remove dead `act()` logic (#14529) @oliviertassinari | ||
|
||
## 7.16.0 | ||
|
||
_Sep 5, 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.16.0", | ||
"version": "7.17.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