Skip to content

Commit 79810d7

Browse files
Bump markdownlint-cli2 to ^0.12.1 (#11197)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas <[email protected]>
1 parent 76dc850 commit 79810d7

File tree

9 files changed

+112
-85
lines changed

9 files changed

+112
-85
lines changed

CHANGELOG.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Same changes as in `@mui/[email protected]`.
138138
#### Breaking changes
139139

140140
- The `expandIcon` / `defaultExpandIcon` props, used to expand the children of a node (rendered when it is collapsed),
141-
is now defined as a slot both on the Tree View and the Tree Item components.
141+
is now defined as a slot both on the Tree View and the Tree Item components.
142142

143143
If you were using the `ChevronRight` icon from `@mui/icons-material`,
144144
you can stop passing it to your component because it is now the default value:
@@ -180,7 +180,7 @@ is now defined as a slot both on the Tree View and the Tree Item components.
180180
```
181181

182182
- The `collapseIcon` / `defaultCollapseIcon` props, used to collapse the children of a node (rendered when it is expanded),
183-
is now defined as a slot both on the Tree View and the Tree Item components.
183+
is now defined as a slot both on the Tree View and the Tree Item components.
184184

185185
If you were using the `ExpandMore` icon from `@mui/icons-material`,
186186
you can stop passing it to your component because it is now the default value:
@@ -455,7 +455,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
455455
items={MUI_X_PRODUCTS}
456456
defaultCollapseIcon={<ExpandMoreIcon />}
457457
defaultExpandIcon={<ChevronRightIcon />}
458-
/>
458+
/>;
459459
```
460460

461461
- 🌍 Improve Czech (cs-CZ) locale on the Data Grid
@@ -600,6 +600,7 @@ We'd like to offer a big thanks to the 6 contributors who made this release poss
600600
getOptionLabel: (value: any) => value.name,
601601
};
602602
```
603+
603604
- The `filterModel` now supports `Date` objects as values for `date` and `dateTime` column types.
604605
The `filterModel` still accepts strings as values for `date` and `dateTime` column types,
605606
but all updates to the `filterModel` coming from the UI (e.g. filter panel) will set the value as a `Date` object.
@@ -693,7 +694,7 @@ Same changes as in `@mui/[email protected]`.
693694
#### Breaking changes
694695

695696
- The slot interfaces got renamed to match with `@mui/base` naming.
696-
The `SlotsComponent` suffix has been replaced with `Slots` and `SlotsComponentsProps` with `SlotProps`.
697+
The `SlotsComponent` suffix has been replaced with `Slots` and `SlotsComponentsProps` with `SlotProps`.
697698

698699
```diff
699700
-DateCalendarSlotsComponent
@@ -2196,7 +2197,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
21962197
- 🥧 Pie charts are now animated.
21972198
- 📈 Line charts now support partial data, and can interpolate missing data https://mui.com/x/react-charts/lines/#skip-missing-points.
21982199

2199-
<img src="https://github.com/mui/mui-x/assets/3165635/d2d50b1b-ee29-4e4c-9ebe-629c06f3093e" width="683" height="436" />
2200+
<img src="https://github.com/mui/mui-x/assets/3165635/d2d50b1b-ee29-4e4c-9ebe-629c06f3093e" width="683" height="436" alt="Charts partial data" />
22002201

22012202
- ✨ The data grid allows to ignore [diacritics](https://en.wikipedia.org/wiki/Diacritic) when filtering.
22022203
- 📚 Documentation improvements
@@ -3558,7 +3559,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
35583559

35593560
- 🚀 Introducing UTC and timezone support for pickers.
35603561

3561-
<img width="774" src="https://github.com/mui/mui-x/assets/3165635/ad95a404-ee67-4aff-b996-ad6cbb322348">
3562+
<img width="774" src="https://github.com/mui/mui-x/assets/3165635/ad95a404-ee67-4aff-b996-ad6cbb322348" alt="Pickers time zone switching">
35623563

35633564
Visit the [documentation](https://mui.com/x/react-date-pickers/timezone/) to learn how to use it.
35643565

@@ -3794,7 +3795,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
37943795

37953796
- 🚀 New date time picking UI on [`DesktopDateTimePicker`](https://mui.com/x/react-date-pickers/date-time-picker/)
37963797

3797-
<img src="https://github.com/mui/mui-x/assets/3165635/4e1fe9f9-03eb-4f23-99dd-80212b21fb23" width="840" height="506" />
3798+
<img src="https://github.com/mui/mui-x/assets/3165635/4e1fe9f9-03eb-4f23-99dd-80212b21fb23" width="840" height="506" alt="Desktop Date Time Picker example" />
37983799

37993800
- 🚀 Performance improvements
38003801
- 🐞 Bugfixes
@@ -3870,7 +3871,7 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos
38703871

38713872
- 💫 Introduce filtering on column headers for `DataGridPro` and `DataGridPremium`:
38723873

3873-
<img src="https://github.com/mui/mui-x/releases/download/v6.5.0/recording.gif" width="840" height="506" />
3874+
<img src="https://github.com/mui/mui-x/releases/download/v6.5.0/recording.gif" width="840" height="506" alt="Filtering on column headers example" />
38743875

38753876
See [the documentation](https://mui.com/x/react-data-grid/filtering/header-filters/) for more information
38763877

@@ -4029,7 +4030,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
40294030

40304031
- 🚀 New [time-picking UI](https://mui.com/x/react-date-pickers/digital-clock/) designed for desktops (#7958) @LukasTy
40314032

4032-
<img src="https://user-images.githubusercontent.com/4941090/235072007-de39a397-e4a4-4c98-8e10-5ee4ad440108.gif" width="494" />
4033+
<img src="https://user-images.githubusercontent.com/4941090/235072007-de39a397-e4a4-4c98-8e10-5ee4ad440108.gif" width="494" alt="New digital clock time picker" />
40334034

40344035
- ✨ Picker fields [now always include a leading zero](https://mui.com/x/react-date-pickers/adapters-locale/#respect-leading-zeros-in-fields) on digit sections (#8527) @flaviendelangle
40354036
- 🌍 Improve Chinese (zh-CN), French (fr-FR), and Turkish (tr-TR) locales

changelogOld/CHANGELOG.v4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A big thanks to the 6 contributors who made this release possible. Here are some
1515

1616
- 🚀 Introduce the [row editing](https://mui.com/x/react-data-grid/editing/#row-editing) feature (#2098) @m4theushw
1717

18-
<img src="https://user-images.githubusercontent.com/3165635/130665023-3c0730ab-502e-4da1-8bc1-d572427ad2d6.gif" width="851" height="382" />
18+
<img src="https://user-images.githubusercontent.com/3165635/130665023-3c0730ab-502e-4da1-8bc1-d572427ad2d6.gif" width="851" height="382" alt="Row editing example" />
1919

2020
- ⚡️ Rename the `XGrid` component to `DataGridPro` (#2382) @m4theushw
2121

changelogOld/CHANGELOG.v5.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
791791

792792
You can now group columns using the `columnGroupingModel` prop. This lets you to display more structured data.
793793

794-
<img src="https://user-images.githubusercontent.com/45398769/186178366-4fba66b2-bf90-4c7a-9d83-940a7fc78704.png" width="800" />
794+
<img src="https://user-images.githubusercontent.com/45398769/186178366-4fba66b2-bf90-4c7a-9d83-940a7fc78704.png" width="800" alt="Column grouping example" />
795795

796796
To enable this feature, add `experimentalFeatures={{ columnGrouping: true }}`.
797797
The grouping header can be fully customized.
@@ -1326,7 +1326,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
13261326

13271327
- 🎁 Introduce support for [dynamic row height](https://mui.com/x/react-data-grid/row-height/#dynamic-row-height) (#4859) @m4theushw
13281328

1329-
<img src="https://user-images.githubusercontent.com/42154031/171183167-718d7bcd-ec0f-459e-97fe-0f650abb4a99.gif" width="800">
1329+
<img src="https://user-images.githubusercontent.com/42154031/171183167-718d7bcd-ec0f-459e-97fe-0f650abb4a99.gif" width="800" alt="Dynamic row height example">
13301330

13311331
- ⚠️ Remove deprecated row grouping feature from `@mui/x-data-grid-pro`
13321332

@@ -1411,7 +1411,7 @@ We'd like to offer a big thanks to the 6 contributors who made this release poss
14111411

14121412
- 📃 Add support for column spanning when exporting to Excel (#4830) @cherniavskii
14131413

1414-
<img src="https://user-images.githubusercontent.com/13808724/167691417-bf6baeb9-d409-4134-acb6-aadaf6434de9.png" width="800">
1414+
<img src="https://user-images.githubusercontent.com/13808724/167691417-bf6baeb9-d409-4134-acb6-aadaf6434de9.png" width="800" alt="Column spanning in Excel export example">
14151415

14161416
- 🐞 Bugs fixes
14171417

@@ -1517,7 +1517,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
15171517

15181518
- 🔎 **Quick filtering**. You can now add a quick filtering search bar to your grid. To do so, either pass `showQuickFilter` prop to the `<GridToolbar />` or use the `<GridToolbarQuickFilter />` component in your custom toolbar. More information about how to customize the filtering logic is in the [documentation](https://mui.com/x/react-data-grid/filtering/quick-filter/).
15191519

1520-
<img src="https://user-images.githubusercontent.com/13808724/167700105-5a5acc7c-5463-4871-8514-3d09e2f365ae.png" width="724">
1520+
<img src="https://user-images.githubusercontent.com/13808724/167700105-5a5acc7c-5463-4871-8514-3d09e2f365ae.png" width="724" alt="Quick filtering example">
15211521

15221522
- 🐞 Bugs fixes
15231523

@@ -1643,7 +1643,7 @@ We'd like to offer a big thanks to the 6 contributors who made this release poss
16431643

16441644
- 🎁 Introduce [Row reorder](https://mui.com/x/react-data-grid/row-ordering/) (#4034) @DanailH
16451645

1646-
<img src="https://user-images.githubusercontent.com/5858539/165091263-23472fbb-a989-44b8-849a-d2185adfe13b.gif" width="800">
1646+
<img src="https://user-images.githubusercontent.com/5858539/165091263-23472fbb-a989-44b8-849a-d2185adfe13b.gif" width="800" alt="Row reordering example">
16471647

16481648
- 🐞 Bug fixes
16491649

@@ -1683,7 +1683,7 @@ We'd like to offer a big thanks to the 9 contributors who made this release poss
16831683

16841684
- 🎁 Add support for [Column spanning](https://mui.com/x/react-data-grid/column-spanning/) (#4020) @cherniavskii
16851685

1686-
<img src="https://user-images.githubusercontent.com/13808724/162926746-93bcb180-3c9d-4eb9-afc7-c3908a5c6406.png" width="788">
1686+
<img src="https://user-images.githubusercontent.com/13808724/162926746-93bcb180-3c9d-4eb9-afc7-c3908a5c6406.png" width="788" alt="Column spanning example">
16871687

16881688
- 📚 New standalone documentation for MUI X (#4313) @siriwatknp
16891689

@@ -2109,7 +2109,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
21092109

21102110
- 🎁 Add support for [master/detail](https://mui.com/x/react-data-grid/group-pivot/#master-detail) (#3387) @m4theushw
21112111

2112-
<img src="https://user-images.githubusercontent.com/42154031/152379354-47120aac-2b37-4a90-b311-64b4522283b9.gif" width="814">
2112+
<img src="https://user-images.githubusercontent.com/42154031/152379354-47120aac-2b37-4a90-b311-64b4522283b9.gif" width="814" alt="Data Grid master/detail example">
21132113

21142114
- 🌍 Add Danish (da-DK) locale (#3800) @kasperfilstrup
21152115
- 📚 Documentation improvements
@@ -2256,7 +2256,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
22562256

22572257
The new filter operator `is any of` allows the user to provide multiple values. It opens access to complex filtering pattern mixing `AND` and `OR` logic connectors, such as `status is any of filled or rejected, and currency is any of EUR or USD`.
22582258

2259-
<img src="https://user-images.githubusercontent.com/45398769/150486348-996a938f-db24-426f-bfe3-c06337f71807.gif" width="770">
2259+
<img src="https://user-images.githubusercontent.com/45398769/150486348-996a938f-db24-426f-bfe3-c06337f71807.gif" width="770" alt="Is any of filter operator example">
22602260

22612261
- ✨ Introduce a `maxWidth` property in `GridColDef` (#3550) @flaviendelangle
22622262

@@ -2462,7 +2462,7 @@ A big thanks to the 5 contributors who made this release possible. Here are some
24622462

24632463
- 🚀 Introduce the [column pinning](https://mui.com/x/react-data-grid/column-pinning/) feature (#2946) @m4theushw
24642464

2465-
<img src="https://user-images.githubusercontent.com/42154031/145425635-b6314fbe-2f1e-4b73-908f-33ee1fda20c7.gif" width="964" height="657">
2465+
<img src="https://user-images.githubusercontent.com/42154031/145425635-b6314fbe-2f1e-4b73-908f-33ee1fda20c7.gif" width="964" height="657" alt="Column pinning example">
24662466

24672467
- 🔥 Add ability to disable export options (#3270) @alexfauquette
24682468

@@ -2542,7 +2542,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
25422542

25432543
- 🚀 Introduce the [tree data](https://mui.com/x/react-data-grid/group-pivot/#tree-data) feature (#2725) @flaviendelangle
25442544

2545-
<img src="https://user-images.githubusercontent.com/42154031/144259216-fc4f90ac-4d8b-4253-bc95-009204349a4c.gif" width="854" height="453" />
2545+
<img src="https://user-images.githubusercontent.com/42154031/144259216-fc4f90ac-4d8b-4253-bc95-009204349a4c.gif" width="854" height="453" alt="Data Grid tree data example" />
25462546

25472547
- 💅 Add support for `sx` prop in the DataGrid and DataGridPro (#3281) @m4theushw
25482548
- 🔦 Improve focus management in the filter panel (#3004) @alexfauquette

docs/data/data-grid/column-pinning/column-pinning.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ Another alternate option to disable pinning actions on the UI is to disable the
111111

112112
1. Use [`disableColumnMenu` prop](/x/react-data-grid/column-menu/#disable-column-menu) to completely disable the column menu.
113113
2. Use column menu API to hide the pinning options in the column menu. See [Column Menu - Hiding a menu item](/x/react-data-grid/column-menu/#hiding-a-menu-item) for more details.
114-
:::
114+
115+
:::
115116

116117
## Pinning the checkbox selection column
117118

docs/data/data-grid/getting-started/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The enterprise components come in two plans: Pro and Premium.
182182

183183
| Features | Community | Pro <span class="plan-pro"></span> | Premium <span class="plan-premium"></span> |
184184
| :------------------------------------------------------------------------------------- | :-------: | :--------------------------------: | :----------------------------------------: |
185-
| **Column** | | |
185+
| **Column** | | | |
186186
| [Column groups](/x/react-data-grid/column-groups/) ||||
187187
| [Column spanning](/x/react-data-grid/column-spanning/) ||||
188188
| [Column resizing](/x/react-data-grid/column-dimensions/#resizing) ||||

docs/data/date-pickers/validation/validation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ But the same props are available on:
3232
- the view components;
3333

3434
For example—the validation props showcased with `TimePicker` are also available on `TimeClock` and `DigitalClock`.
35-
:::
35+
36+
:::
3637

3738
## Invalid values feedback
3839

docs/data/migration/migration-data-grid-v5/migration-data-grid-v5.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ Most of this breaking change is handled by `preset-safe` codemod but some furthe
276276

277277
- If you are using `GridRowGroupingColumnMenuItems` or `GridRowGroupableColumnMenuItems`, replace them with `GridColumnMenuGroupingItem` which provides a better API.
278278
- If you are using Custom Column Menu using `components.ColumnMenu` or `slots.columnMenu` slot, change `currentColumn` prop passed to the column menu to `colDef`.
279-
:::
279+
280+
:::
280281

281282
### Rows
282283

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"karma-sourcemap-loader": "^0.4.0",
154154
"karma-webpack": "^5.0.0",
155155
"lerna": "^8.0.2",
156-
"markdownlint-cli2": "^0.10.0",
156+
"markdownlint-cli2": "^0.12.1",
157157
"mocha": "^10.2.0",
158158
"nyc": "^15.1.0",
159159
"patch-package": "^7.0.2",

0 commit comments

Comments
 (0)