Skip to content

Commit 8a50897

Browse files
joserodolfofreitascherniavskii
authored andcommitted
Update urls from absolute to relative
1 parent 689bda8 commit 8a50897

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

docs/pages/blog/mui-x-v7.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ After a few months in pre-release, we're thrilled to announce the stable release
4747

4848
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.
4949

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.
5151
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.
5252

5353
### Sticky headers and improved scrolling performance
@@ -111,11 +111,11 @@ The term 'unstable' refers solely to the potential for breaking changes in minor
111111

112112
We're excited to announce that the following features have been promoted to stable:
113113

114-
- [Column groups](https://mui.com/x/react-data-grid/column-groups/)
115-
- [Lazy loading](https://mui.com/x/react-data-grid/row-updates/#lazy-loading) [<span class="plan-pro"></span>](/x/introduction/licensing/#pro-plan 'Pro plan')
116-
- [Header filters](https://mui.com/x/react-data-grid/filtering/header-filters/) [<span class="plan-pro"></span>](/x/introduction/licensing/#pro-plan 'Pro plan')
117-
- [Cell selection](https://mui.com/x/react-data-grid/cell-selection/) [<span class="plan-premium"></span>](/x/introduction/licensing/#premium-plan 'Premium plan')
118-
- [Clipboard paste](https://mui.com/x/react-data-grid/clipboard/#clipboard-paste) [<span class="plan-premium"></span>](/x/introduction/licensing/#premium-plan 'Premium plan')
114+
- [Column groups](/x/react-data-grid/column-groups/)
115+
- [Lazy loading](/x/react-data-grid/row-updates/#lazy-loading) [<span class="plan-pro"></span>](/x/introduction/licensing/#pro-plan 'Pro plan')
116+
- [Header filters](/x/react-data-grid/filtering/header-filters/) [<span class="plan-pro"></span>](/x/introduction/licensing/#pro-plan 'Pro plan')
117+
- [Cell selection](/x/react-data-grid/cell-selection/) [<span class="plan-premium"></span>](/x/introduction/licensing/#premium-plan 'Premium plan')
118+
- [Clipboard paste](/x/react-data-grid/clipboard/#clipboard-paste) [<span class="plan-premium"></span>](/x/introduction/licensing/#premium-plan 'Premium plan')
119119

120120
## Tree View
121121

@@ -155,7 +155,7 @@ const myDataSet = [
155155
<RichTreeView items={myDataSet} multiSelect />
156156
```
157157

158-
Check out the [new component](https://mui.com/x/react-tree-view/rich-tree-view/items/)!
158+
Check out the [new component](/x/react-tree-view/rich-tree-view/items/)!
159159

160160
### New customization hook: `useTreeItem2`
161161

@@ -206,7 +206,7 @@ const CustomTreeItem = React.forwardRef(function CustomTreeItem(
206206
<RichTreeView items={myDataSet} slots={{ item: CustomTreeItem }} />
207207
```
208208

209-
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).
210210

211211
:::info
212212
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
234234
<figcaption style="color: #888; font-size: 0.9em; text-align: center;">Three different styles of Gauge charts.</figcaption>
235235
</figure>
236236

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.
238238

239239
### Click event handler
240240

@@ -249,9 +249,9 @@ This feature makes charts more interactive and transforms the way users can expl
249249

250250
You can find more information about specific event handlers for each type of chart by visiting their respective overview page:
251251

252-
- [Line charts click events](https://mui.com/x/react-charts/lines/#click-event)
253-
- [Bar charts click events](https://mui.com/x/react-charts/bars/#click-event)
254-
- [Pie charts click events](https://mui.com/x/react-charts/pie/#click-event)
252+
- [Line charts click events](/x/react-charts/lines/#click-event)
253+
- [Bar charts click events](/x/react-charts/bars/#click-event)
254+
- [Pie charts click events](/x/react-charts/pie/#click-event)
255255

256256
### Built-in Grid
257257

@@ -262,7 +262,7 @@ The Axis component now features a built-in Grid, offering users a structured lay
262262
<figcaption style="color: #888; font-size: 0.9em; text-align: center;">A Chart axis with an horizontal grid.</figcaption>
263263
</figure>
264264

265-
For details on its usage and configuration, please refer to the [Grid section](https://mui.com/x/react-charts/axis/#grid) in the documentation.
265+
For details on its usage and configuration, please refer to the [Grid section](/x/react-charts/axis/#grid) in the documentation.
266266

267267
### Reference line
268268

@@ -273,7 +273,7 @@ The `ChartsReferenceLine` component enhances data visualization, providing users
273273
<figcaption style="color: #888; font-size: 0.9em; text-align: center;">A line chart using a reference line.</figcaption>
274274
</figure>
275275

276-
You can find more details on its [documentation](https://mui.com/x/react-charts/axis/#reference-line).
276+
You can find more details on its [documentation](/x/react-charts/axis/#reference-line).
277277

278278
## Date and Time Pickers
279279

@@ -292,7 +292,7 @@ This feature greatly improves the experience for screen reader users, making int
292292
<DatePicker enableAccessibleFieldDOMStructure />
293293
```
294294

295-
For more details, please check out the [documentation section](https://mui.com/x/react-date-pickers/fields/#accessible-dom-structure).
295+
For more details, please check out the [documentation section](/x/react-date-pickers/fields/#accessible-dom-structure).
296296

297297
### Support for date-fns v3
298298

@@ -318,7 +318,7 @@ This intuitive picker simplifies the process of selecting date and time ranges,
318318
<figcaption style="color: #888; font-size: 0.9em; text-align: center;">A video showcasing a date and time range selection.</figcaption>
319319
</figure>
320320

321-
Learn how to use and customize the [new component](https://mui.com/x/react-date-pickers/date-time-range-picker/) now!
321+
Learn how to use and customize the [new component](/x/react-date-pickers/date-time-range-picker/) now!
322322

323323
## What's next
324324

@@ -331,7 +331,7 @@ Additionally, the following are the deliveries planned for the next few months.
331331

332332
### Data Grid
333333

334-
- [Improved server-side integration](https://mui.com/x/react-data-grid/server-side-data/)
334+
- [Improved server-side integration](/x/react-data-grid/server-side-data/)
335335
- [Column management panel with support for pivoting and other features](https://github.com/mui/mui-x/issues/5700)
336336
- [Pivoting](https://github.com/mui/mui-x/issues/214) [<span class="plan-premium"></span>](/x/introduction/licensing/#premium-plan 'Premium plan')
337337

@@ -355,7 +355,7 @@ For a complete overview, please visit the [MUI X roadmap](https://github.com/mu
355355

356356
## Long-Term Support
357357

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.
359359

360360
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.
361361

@@ -364,10 +364,10 @@ Support for MUI X v5 is officially **discontinued**, and we encourage you to m
364364
Updating a dependency library can sometimes be daunting.
365365
To smooth the transition to the new version, we have documented all breaking changes in our migration guides:
366366

367-
- [Data Grid](https://mui.com/x/migration/migration-data-grid-v6/)
368-
- [Date and Time Pickers](https://mui.com/x/migration/migration-pickers-v6/)
369-
- [Charts](https://mui.com/x/migration/migration-charts-v6/)
370-
- [Tree View](https://mui.com/x/migration/migration-tree-view-v6/)
367+
- [Data Grid](/x/migration/migration-data-grid-v6/)
368+
- [Date and Time Pickers](/x/migration/migration-pickers-v6/)
369+
- [Charts](/x/migration/migration-charts-v6/)
370+
- [Tree View](/x/migration/migration-tree-view-v6/)
371371

372372
These component-specific guides are reference pages designed to assist you if you encounter any challenges while updating to the new major version.
373373
It's our way of making the upgrade process more manageable and less burdensome for you.

0 commit comments

Comments
 (0)