Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
51a635c
First version of Blog post with MUI X v7 annoucement
joserodolfofreitas Mar 19, 2024
c0e00de
Grid and small details
joserodolfofreitas Mar 20, 2024
903ca78
Apply suggestions from code review
joserodolfofreitas Mar 20, 2024
2ad8b4e
Apply Andrii suggestions from code review
joserodolfofreitas Mar 20, 2024
e6c9499
Improve sticky header video and fix a couple of other issues
joserodolfofreitas Mar 20, 2024
e9bc91d
Apply suggestions from code review
joserodolfofreitas Mar 20, 2024
ff90332
Small fix
joserodolfofreitas Mar 20, 2024
5401d54
Small fixes
joserodolfofreitas Mar 20, 2024
cfe30b7
Add captions to all media
joserodolfofreitas Mar 20, 2024
b92a054
Style fix
joserodolfofreitas Mar 20, 2024
ffcb96a
Small fix
joserodolfofreitas Mar 20, 2024
6c51ec8
Fix tag white space
joserodolfofreitas Mar 20, 2024
9575fdc
Fix brand white space
joserodolfofreitas Mar 20, 2024
d57f4f8
general revision
joserodolfofreitas Mar 20, 2024
193ac51
Update docs/pages/blog/mui-x-v7.md
joserodolfofreitas Mar 20, 2024
0ad8b43
Apply suggestions from code review
joserodolfofreitas Mar 20, 2024
fecdff2
Apply suggestions from code review
joserodolfofreitas Mar 21, 2024
ac50041
update card
joserodolfofreitas Mar 21, 2024
480a183
Merge branch 'next' into mui-x-v7-announcement
cherniavskii Mar 21, 2024
0844612
lint
cherniavskii Mar 21, 2024
400c64a
update the date
cherniavskii Mar 21, 2024
c7946eb
fix failing docs build
cherniavskii Mar 21, 2024
c37608f
Update docs/pages/blog/mui-x-v7.md
cherniavskii Mar 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Andrew Cherniavskii <[email protected]>
Co-authored-by: Bilal Shafi <[email protected]>
Signed-off-by: José Rodolfo Freitas <[email protected]>
  • Loading branch information
3 people authored Mar 21, 2024
commit fecdff22dea46b60a00341c47448b122eb742520
10 changes: 5 additions & 5 deletions docs/pages/blog/mui-x-v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ After a few months in pre-release, we're thrilled to announce the stable release

### Column resizing on the Community plan

As MUI X commercial offerings continue to expand, we're pleased to enhance the community plan by integrating features previously exclusive to commercial users.
As MUI X commercial offerings continue to expand, we're pleased to enhance the [Community plan](/pricing/) by integrating features previously exclusive to commercial users.

[Column resizing](https://mui.com/x/react-data-grid/column-dimensions/#resizing) and [auto-sizing](https://mui.com/x/react-data-grid/column-dimensions/#autosizing), which were once Pro features, are now available to all users at no cost.
[Column resizing](https://mui.com/x/react-data-grid/column-dimensions/#resizing) and [auto-sizing](https://mui.com/x/react-data-grid/column-dimensions/#autosizing), which were previously Pro features, are now available to all the users at no cost.
This transition reflects our commitment to providing an exceptional user experience across the board, and aims to make the free components stand out more in the open-source space.

### Sticky headers and improved scrolling performance

The Data Grid now offers a more responsive experience with smoother scrolling and enhanced screen reader support, thanks to a refactor of column headers and pinning implementations.
The Data Grid now offers a more responsive experience with smoother scrolling and enhanced screen reader support, thanks to a refactor of the column headers and pinning implementations.

On its first announcement, we showcased some of these improvements, but during the beta phase, we have further polished the scrolling performance for an even more significantly improved user experience.
On its first announcement, some of these improvements were showcased, but during the beta phase, the scrolling performance was further polished for an even better user experience.
<figure style="padding:0; margin:0">
<video preload="metadata" autoplay muted loop playsinline width="690" height="417" controls>
  <source src="/static/blog/mui-x-v7/sticky-headers-and-vertical-scrolling.mp4" type="video/mp4">
Expand All @@ -74,7 +74,7 @@ Without it, you may need to manually set an appropriate background color to main

As part of an overarching project aimed at enhancing usability in managing columns within the Data Grid, we've redesigned the column visibility panel, introducing a more streamlined, checkbox-based interface to replace the previous toggle switch design.

The goal is to further develop this panel by incorporating additional column management functions, such as column reordering and pinning. Additionally, We've extracted the internal component to ease the introduction of the upcoming pivoting UI.
The goal is to further enhance this panel by incorporating additional column management functions, such as column reordering and pinning. Additionally, the internal component has been extracted to ease the introduction of the upcoming pivoting UI.

<figure style="padding:0; margin:0; margin-bottom:20px">
<img width="310" alt="The new column management panel design" src="/static/blog/mui-x-v7/column-management-panel.png">
Expand Down