Skip to content

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Mar 2, 2025

Resolves the following issues with host bindings that weren't caught due to a lack of type checking:

  • The aria-describedby binding on mat-chip-listbox was doing nothing, because the _ariaDescribedBy property does not exist.
  • The focus handler on mat-chip-row was passing an event to _handleFocus even though one isn't required.
  • MatListOption was referencing a private method.
  • mat-sort-header was setting an invalid value to the _recentlyCleared signal.

Resolves the following issues with host bindings that weren't caught due to a lack of type checking:
* The `aria-describedby` binding on `mat-chip-listbox` was doing nothing, because the `_ariaDescribedBy` property does not exist.
* The `focus` handler on `mat-chip-row` was passing an event to `_handleFocus` even though one isn't required.
* `MatListOption` was referencing a private method.
* `mat-sort-header` was setting an invalid value to the `_recentlyCleared` signal.
@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Mar 2, 2025
@crisbeto crisbeto requested a review from a team as a code owner March 2, 2025 08:49
@crisbeto crisbeto requested review from andrewseguin and mmalerba and removed request for a team March 2, 2025 08:49
@crisbeto crisbeto removed the request for review from mmalerba March 4, 2025 13:44
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Mar 4, 2025
@crisbeto crisbeto merged commit eef7d66 into angular:main Mar 4, 2025
20 of 23 checks passed
@crisbeto
Copy link
Member Author

crisbeto commented Mar 4, 2025

The changes were merged into the following branches: main, 19.2.x

crisbeto added a commit that referenced this pull request Mar 4, 2025
Resolves the following issues with host bindings that weren't caught due to a lack of type checking:
* The `aria-describedby` binding on `mat-chip-listbox` was doing nothing, because the `_ariaDescribedBy` property does not exist.
* The `focus` handler on `mat-chip-row` was passing an event to `_handleFocus` even though one isn't required.
* `MatListOption` was referencing a private method.
* `mat-sort-header` was setting an invalid value to the `_recentlyCleared` signal.

(cherry picked from commit eef7d66)
crisbeto added a commit to crisbeto/material2 that referenced this pull request Mar 4, 2025
Fixes that the docs site deployment which broke after angular#30570.
crisbeto added a commit to crisbeto/material2 that referenced this pull request Mar 6, 2025
Fixes that the docs site deployment which broke after angular#30570.
crisbeto added a commit to crisbeto/material2 that referenced this pull request Mar 6, 2025
Fixes that the docs site deployment which broke after angular#30570.
crisbeto added a commit that referenced this pull request Mar 6, 2025
Fixes that the docs site deployment which broke after #30570.
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Apr 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants