Skip to content

fix(cdk-experimental/listbox): clean up some TODOs #25005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 14, 2022

Conversation

mmalerba
Copy link
Contributor

@mmalerba mmalerba commented Jun 1, 2022

This PR addresses:

  • Stop using a stream of SelectionModel in favor of just using a single SelectionModel
  • Fix value binding test
  • Add missing keyboard support & tests for new keys
  • Remove CdkCombobox dependency

Deprecation Note:
The select, deselect, setSelection, toggle, and clear methods on SelectionModel from @angular/cdk/collections now return a boolean indicating whether the selection changed as a result of the call. For backwards compatibility the methods are typed as boolean | void, but this will be changed to boolean in version 16.

@mmalerba mmalerba added the target: minor This PR is targeted for the next minor release label Jun 1, 2022
@mmalerba mmalerba requested a review from jelbourn as a code owner June 1, 2022 23:20
@mmalerba mmalerba added the dev-app preview When applied, previews of the dev-app are deployed to Firebase label Jun 1, 2022
@github-actions
Copy link

github-actions bot commented Jun 2, 2022

@mmalerba mmalerba added the action: merge The PR is ready for merge by the caretaker label Jul 13, 2022
@mmalerba mmalerba assigned mmalerba and unassigned jelbourn and crisbeto Jul 13, 2022
@mmalerba mmalerba merged commit 27b4d6a into angular:main Jul 14, 2022
mmalerba added a commit that referenced this pull request Jul 14, 2022
* fix(cdk-experimental/listbox): clean up some TODOs

* fix(cdk-experimental/listbox): address comments

* fixup! fix(cdk-experimental/listbox): address comments

* fixup! fix(cdk-experimental/listbox): address comments

(cherry picked from commit 27b4d6a)
crapStone pushed a commit to Calciumdibromid/CaBr2 that referenced this pull request Jul 24, 2022
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@angular/cdk](https://github.com/angular/components) | dependencies | minor | [`14.0.6` -> `14.1.0`](https://renovatebot.com/diffs/npm/@angular%2fcdk/14.0.6/14.1.0) |
| [@angular/material](https://github.com/angular/components) | dependencies | minor | [`14.0.6` -> `14.1.0`](https://renovatebot.com/diffs/npm/@angular%2fmaterial/14.0.6/14.1.0) |

---

### Release Notes

<details>
<summary>angular/components</summary>

### [`v14.1.0`](https://github.com/angular/components/blob/HEAD/CHANGELOG.md#&#8203;1410-neon-plate-2022-07-20)

[Compare Source](angular/components@14.0.6...14.1.0)

##### cdk

| Commit | Type | Description |
| -- | -- | -- |
| [176213d70](angular/components@176213d) | feat | **scrolling:** make scroller element configurable for virtual scrolling ([#&#8203;24394](angular/components#24394)) |

##### material

| Commit | Type | Description |
| -- | -- | -- |
| [1256c6cf2](angular/components@1256c6c) | feat | **core:** use strong focus indicators in high contrast mode |
| [dd1a0feb5](angular/components@dd1a0fe) | feat | **icon:** SEO friendly ligature icons ([#&#8203;24578](angular/components#24578)) |
| [799cf7cf2](angular/components@799cf7c) | fix | **datepicker:** add i18n strings ([#&#8203;25024](angular/components#25024)) |

##### cdk-experimental

| Commit | Type | Description |
| -- | -- | -- |
| [5c2a7e00e](angular/components@5c2a7e0) | fix | **listbox:** clean up some TODOs ([#&#8203;25005](angular/components#25005)) |
| [0b5963753](angular/components@0b59637) | fix | **listbox:** clean up the listbox API and make it work with forms ([#&#8203;24920](angular/components#24920)) |

##### material-experimental

| Commit | Type | Description |
| -- | -- | -- |
| [864f92e0f](angular/components@864f92e) | feat | **mdc-button:** support custom leading/trailing icons ([#&#8203;24987](angular/components#24987)) |
| [1f6810831](angular/components@1f68108) | feat | **mdc-list:** add support for activated state in harness ([#&#8203;24934](angular/components#24934)) |
| [c543db57a](angular/components@c543db5) | fix | **mdc-checkbox:** remove extra a11y tree node for the <label/> ([#&#8203;24907](angular/components#24907)) |
| [7736515f1](angular/components@7736515) | fix | **mdc-form-field:** ensure appearance is valid ([#&#8203;24963](angular/components#24963)) |

#### Special Thanks

Adrien Crivelli, Amy Sorto, Andrew Seguin, Jackie Chu, Kristiyan Kostadinov, Maxi, Miles Malerba, Paul Gschwendtner, Wagner Maciel, Zach Arend and atrawally

<!-- CHANGELOG SPLIT MARKER -->

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTkuMiIsInVwZGF0ZWRJblZlciI6IjMyLjExOS4yIn0=-->

Co-authored-by: cabr2-bot <[email protected]>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1470
Reviewed-by: Epsilon_02 <[email protected]>
Co-authored-by: Calciumdibromid Bot <[email protected]>
Co-committed-by: Calciumdibromid Bot <[email protected]>
@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 Aug 14, 2022
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 dev-app preview When applied, previews of the dev-app are deployed to Firebase target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants