annotate-lab
annotate-lab copied to clipboard
[Snyk] Upgrade @mui/x-charts from 7.8.0 to 7.9.0
Snyk has created this PR to upgrade @mui/x-charts from 7.8.0 to 7.9.0.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
-
The recommended version is 1 version ahead of your current version.
-
The recommended version was released on 22 days ago.
Release notes
Package name: @mui/x-charts
-
7.9.0 - 2024-07-05
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
- 🔄 Add loading overlay variants, including a skeleton loader option to the Data Grid component. See Loading overlay docs for more details.
- 🌳 Add
selectItem
andgetItemDOMElement
methods to the TreeView component public API - ⛏️ Make the
usePickersTranslations
hook public in the pickers component - 🐞 Bugfixes
Data Grid
@ mui/[email protected]
- [DataGrid] Add skeleton loading overlay support (#13293) @ KenanYusuf
- [DataGrid] Fix pagination when
pagination={undefined}
(#13349) @ sai6855
@ mui/[email protected]
Same changes as in
@ mui/[email protected]
.@ mui/[email protected]
Same changes as in
@ mui/[email protected]
.Date and Time Pickers
@ mui/[email protected]
- [pickers] Make the
usePickersTranslations
hook public (#13657) @ flaviendelangle
@ mui/[email protected]
Same changes as in
@ mui/[email protected]
.Charts
@ mui/[email protected]
- [charts] Add Heatmap (unreleased) (#13209) @ alexfauquette
- [charts] Add initial
Zoom&Pan
to the Pro charts (unreleased) (#13405) @ JCQuintas - [charts] Fix Axis Highlight on horizontal bar charts regression (#13717) @ JCQuintas
- [charts] Improve charts interaction for mobile users (#13692) @ JCQuintas
- [charts] Add documentation on how to disable the tooltip on charts (#13724) @ JCQuintas
Tree View
@ mui/[email protected]
- [TreeView] Add
selectItem
andgetItemDOMElement
methods to the public API (#13485) @ flaviendelangle
Docs
- [docs] Fix custom "no results overlay" demo in dark mode (#13715) @ KenanYusuf
Core
- [core] Add
react_next
workflow in CircleCI (#13360) @ cherniavskii - [core] Create a new package to share utils across X packages (#13528) @ flaviendelangle
- [core] Fix dependency setup (#13684) @ LukasTy
- [core] Remove
jscodeshift-add-imports
package (#13720) @ LukasTy - [code-infra] Cleanup monorepo and
@ mui/docs
usage (#13713) @ LukasTy
-
7.8.0 - 2024-06-28
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
-
🛰 Introduce server-side data source for improved server integration in the Data Grid.
Supports server-side pagination, sorting and filtering on plain and tree data, and automatic caching.
To enable, provide a
getRows
function to theunstable_dataSource
prop on the Data Grid component.const dataSource = { getRows: async (params: GridServerGetRowsParams) => { const data = await fetch( `https://api.example.com/data?${new URLSearchParams({ page: params.page, pageSize: params.pageSize, sortModel: JSON.stringify(params.sortModel), filterModel: JSON.stringify(params.filterModel), }).toString()}`, ); return { rows: data.rows, totalRows: data.totalRows, }; }, } <DataGridPro unstable_dataSource={dataSource} {...otherProps} />
See server-side data documentation for more details.
-
📈 Support Date data on the BarChart component
-
↕️ Support custom column sort icons on the Data Grid -
🖱️ Support modifying the expansion trigger on the Tree View components
Data Grid
@ mui/[email protected]
- [DataGrid] Add
columnHeaderSortIcon
slot (#13563) @ arminmeh - [DataGrid] Fix dimensions lag issue after autosize (#13587) @ MBilalShafi
- [DataGrid] Fix print export failure when
hideFooter
option is set (#13034) @ tarunrajput
@ mui/[email protected]
Same changes as in
@ mui/[email protected]
, plus:- [DataGridPro] Fix multi-sorting indicator being cut off (#13625) @ KenanYusuf
- [DataGridPro] Server-side tree data support (#12317) @ MBilalShafi
@ mui/[email protected]
Same changes as in
@ mui/[email protected]
.Date and Time Pickers
@ mui/[email protected]
@ mui/[email protected]
Same changes as in
@ mui/[email protected]
.Charts
@ mui/[email protected]
- [charts] Fix line chart props not passing correct event handlers (#13609) @ JCQuintas
- [charts] Support BarChart with
Date
data (#13471) @ alexfauquette - [charts] Support RTL for y-axis (#13614) @ alexfauquette
- [charts] Use default values instead of non-null assertion to prevent error being thrown (#13637) @ JCQuintas
Tree View
@ mui/[email protected]
- [TreeView] Add
expansionTrigger
prop (#13533) @ noraleonte - [TreeView] Support experimental features from plugin's dependencies (#13632) @ flaviendelangle
Docs
- [docs] Add callout for
Luxon
throwOnInvalid
support (#13621) @ LukasTy - [docs] Add "Overlays" section to the Data Grid documentation (#13624) @ KenanYusuf
Core
- [core] Add eslint rule to restrict import from
../internals
root (#13633) @ JCQuintas - [docs-infra] Sync
\_app
folder with monorepo (#13582) @ Janpot - [license] Allow usage of charts and tree view pro package for old premium licenses (#13619) @ flaviendelangle
-
[!IMPORTANT]
- Check the changes in this PR to ensure they won't cause issues with your project.
- This PR was automatically created by Snyk using the credentials of a real user.
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: