You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/blog/mui-x-v7.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ After a few months in pre-release, we're thrilled to announce the stable release
47
47
48
48
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.
49
49
50
-
[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.
50
+
[Column resizing](/x/react-data-grid/column-dimensions/#resizing) and [auto-sizing](/x/react-data-grid/column-dimensions/#autosizing), which were previously Pro features, are now available to all the users at no cost.
51
51
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.
52
52
53
53
### Sticky headers and improved scrolling performance
@@ -111,11 +111,11 @@ The term 'unstable' refers solely to the potential for breaking changes in minor
111
111
112
112
We're excited to announce that the following features have been promoted to stable:
You can check all the details of the given example on the [Rich Tree View customization page](https://mui.com/x/react-tree-view/rich-tree-view/customization/#headless-api).
209
+
You can check all the details of the given example on the [Rich Tree View customization page](/x/react-tree-view/rich-tree-view/customization/#headless-api).
210
210
211
211
:::info
212
212
To avoid further breaking changes with the subcomponents names, this new customization API was named with a numerical suffix '2', for example, `TreeItem2` and `TreeItem2Content`.
@@ -234,7 +234,7 @@ With customizable options for pointers, sizes, and colors, they allow for a pers
234
234
<figcaptionstyle="color: #888; font-size: 0.9em; text-align: center;">Three different styles of Gauge charts.</figcaption>
235
235
</figure>
236
236
237
-
Check out the [new charts](https://mui.com/x/react-charts/gauge/) documentation page for detailed information.
237
+
Check out the [new charts](/x/react-charts/gauge/) documentation page for detailed information.
238
238
239
239
### Click event handler
240
240
@@ -249,9 +249,9 @@ This feature makes charts more interactive and transforms the way users can expl
249
249
250
250
You can find more information about specific event handlers for each type of chart by visiting their respective overview page:
@@ -355,7 +355,7 @@ For a complete overview, please visit the [MUI X roadmap](https://github.com/mu
355
355
356
356
## Long-Term Support
357
357
358
-
We roll bug fixes, performance enhancements, and other improvements into new releases, so as we introduce MUI X v7, MUI X v6 now is officially in [Long-Term Support (LTS)](https://mui.com/x/introduction/support/#long-term-support-lts). This means only critical bug fixes and security updates will be patched to MUI X v6.
358
+
We roll bug fixes, performance enhancements, and other improvements into new releases, so as we introduce MUI X v7, MUI X v6 now is officially in [Long-Term Support (LTS)](/x/introduction/support/#long-term-support-lts). This means only critical bug fixes and security updates will be patched to MUI X v6.
359
359
360
360
Support for MUI X v5 is officially **discontinued**, and we encourage you to migrate to v6 and then to v7 to benefit from enhanced features, performance improvements, and ongoing support.
361
361
@@ -364,10 +364,10 @@ Support for MUI X v5 is officially **discontinued**, and we encourage you to m
364
364
Updating a dependency library can sometimes be daunting.
365
365
To smooth the transition to the new version, we have documented all breaking changes in our migration guides:
0 commit comments