From 334b5546f0beef045faba112b9b2ea9a9a14fa87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rodolfo=20Freitas?= Date: Mon, 29 Jan 2024 08:14:10 -0300 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Olivier Tassinari Signed-off-by: José Rodolfo Freitas --- docs/pages/blog/mui-x-v7-beta.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/pages/blog/mui-x-v7-beta.md b/docs/pages/blog/mui-x-v7-beta.md index ffff528ef33672..a5e816bc3603c0 100644 --- a/docs/pages/blog/mui-x-v7-beta.md +++ b/docs/pages/blog/mui-x-v7-beta.md @@ -53,9 +53,9 @@ The video below showcases some of these improvements. :::warning -The new experience is far better, but the solution has a limitation: **column headers can no longer be transparent** because content scrolls behind them. +The new horizontal scroll experience is far better, but the solution has a limitation: **column headers can no longer be transparent** because content scrolls behind them. -If you're using our theming system, the DataGrid will adapt to your application seamlessly. +If you're using our theming system, the Data Grid will adapt to your application seamlessly. Without the theming system, you may need to manually set an appropriate background color to maintain your design. ::: @@ -74,10 +74,11 @@ While string values remain compatible for these types, any updates to the `filte ### Smaller bundle size -The introduction of a separate entry point for locales has significantly optimized our bundle size. -This change led to a reduction of approximately 22% – shrinking the bundle size from 114.2kB to 88.5kB for `@mui/x-data-grid`. +The introduction of a separate entry point for locales has significantly reduced the bundle size of the barrel index in development mode. -Bundle size change +For example with the `@mui/x-data-grid` npm package, this change led to a reduction of approximately 22% – shrinking the bundle size from [114.2kB](https://bundlephobia.com/package/@mui/x-data-grid@6.19.2) to [88.5kB](https://bundlephobia.com/package/@mui/x-data-grid@7.0.0-beta.0). + +Bundle size change ### New stable features @@ -157,7 +158,7 @@ Support new use cases with this most anticipated component. The latest addition to the Date and Time Pickers suite is the ``, a component designed to enrich the user experience with advanced date and time selection. This intuitive picker simplifies the process of selecting date and time ranges, making it ideal for applications that require detailed scheduling or period selection. -