Skip to content

Commit f3256be

Browse files
committed
main - 3619903 feat(material/testing): Add icon name filtering to MatButtonHarness (#31852)
1 parent 819c01f commit f3256be

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

docs-content/api-docs/material-button-testing.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,19 @@ <h4 id="ButtonHarnessFilters" class="docs-header-link docs-api-h4 docs-api-inter
10881088

10891089

10901090

1091+
<tr class="docs-api-properties-row">
1092+
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
1093+
<code>iconName: string | RegExp</code>
1094+
</p>
1095+
</td>
1096+
<td class="docs-api-property-description"><p>Only find instances that contain an icon whose name matches the given value.</p>
1097+
</td>
1098+
</tr>
1099+
1100+
1101+
1102+
1103+
10911104
<tr class="docs-api-properties-row">
10921105
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
10931106
<code>text: string | RegExp</code>

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "21.0.0-next.4+sha-ff10f04",
3+
"version": "21.0.0-next.4+sha-3619903",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -259,15 +259,15 @@
259259
},
260260
"homepage": "https://github.com/angular/components#readme",
261261
"peerDependencies": {
262-
"@angular/cdk": "21.0.0-next.4+sha-ff10f04",
263-
"@angular/cdk-experimental": "21.0.0-next.4+sha-ff10f04",
262+
"@angular/cdk": "21.0.0-next.4+sha-3619903",
263+
"@angular/cdk-experimental": "21.0.0-next.4+sha-3619903",
264264
"@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
265265
"@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
266-
"@angular/material": "21.0.0-next.4+sha-ff10f04",
267-
"@angular/material-experimental": "21.0.0-next.4+sha-ff10f04",
268-
"@angular/material-moment-adapter": "21.0.0-next.4+sha-ff10f04",
269-
"@angular/material-luxon-adapter": "21.0.0-next.4+sha-ff10f04",
270-
"@angular/material-date-fns-adapter": "21.0.0-next.4+sha-ff10f04"
266+
"@angular/material": "21.0.0-next.4+sha-3619903",
267+
"@angular/material-experimental": "21.0.0-next.4+sha-3619903",
268+
"@angular/material-moment-adapter": "21.0.0-next.4+sha-3619903",
269+
"@angular/material-luxon-adapter": "21.0.0-next.4+sha-3619903",
270+
"@angular/material-date-fns-adapter": "21.0.0-next.4+sha-3619903"
271271
},
272272
"devDependencies": {
273273
"@angular/cdk": "workspace:*",

0 commit comments

Comments
 (0)