Skip to content

docs: fix incorrect changelog entries #21600

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 1 commit into from
Jan 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| bug fix | **overlay:** block scroll strategy throwing off scroll behavior feature detection ([#17223](https://github.com/angular/components/issues/17223)) ([f940d344b5c6c5ecaa4886285eaaba73f3f6b737](https://github.com/angular/components/commit/f940d344b5c6c5ecaa4886285eaaba73f3f6b737)), closes [#17221](https://github.com/angular/components/issues/17221) |
| bug fix | **scrolling:** Prevents NaN being returned as firstVisibleIndex. ([#21505](https://github.com/angular/components/issues/21505)) ([390afca4bd9b54ee40b9d24b30b7a51db219ea37](https://github.com/angular/components/commit/390afca4bd9b54ee40b9d24b30b7a51db219ea37)) |
| bug fix | **scrolling:** virtual scroll not picking up trackBy function when items come in after init ([#21335](https://github.com/angular/components/issues/21335)) ([43081d9d094aa93b702090a2ca142216466b975a](https://github.com/angular/components/commit/43081d9d094aa93b702090a2ca142216466b975a)), closes [#21281](https://github.com/angular/components/issues/21281) |
| bug fix | **tree:** add missing generic types to trackBy Fixes ([#21364](https://github.com/angular/components/issues/21364)) ([#21421](https://github.com/angular/components/issues/21421)) ([22d5600aab931dba65f4ef9cb0a31d7ca69a486a](https://github.com/angular/components/commit/22d5600aab931dba65f4ef9cb0a31d7ca69a486a)) |
| bug fix | **tree:** add missing generic types to trackBy ([#21421](https://github.com/angular/components/issues/21421)) ([22d5600aab931dba65f4ef9cb0a31d7ca69a486a](https://github.com/angular/components/commit/22d5600aab931dba65f4ef9cb0a31d7ca69a486a)), closes [#21364](https://github.com/angular/components/issues/21364) |
| feature | **a11y:** support setting a role through AriaDescriber ([fec67cd9ba7de1f79a76c1763c501cf4ef2a65fe](https://github.com/angular/components/commit/fec67cd9ba7de1f79a76c1763c501cf4ef2a65fe)), closes [#20593](https://github.com/angular/components/issues/20593) |
| feature | **drag-drop:** support configurable scroll speed ([#21400](https://github.com/angular/components/issues/21400)) ([e65ead8436dd8a93ae719008cc3cd6798d13ada8](https://github.com/angular/components/commit/e65ead8436dd8a93ae719008cc3cd6798d13ada8)), closes [#19401](https://github.com/angular/components/issues/19401) |
| feature | **scrolling:** update ScrollDispatcher to allow HTMLElement parameters ([#21201](https://github.com/angular/components/issues/21201)) ([ddc2e23e8e0e93b236e2c484ce8fb50b7a98d90e](https://github.com/angular/components/commit/ddc2e23e8e0e93b236e2c484ce8fb50b7a98d90e)) |
Expand Down Expand Up @@ -120,7 +120,7 @@
| bug fix | **overlay:** block scroll strategy throwing off scroll behavior feature detection ([#17223](https://github.com/angular/components/issues/17223)) ([c04d8be](https://github.com/angular/components/commit/c04d8be)), closes [#17221](https://github.com/angular/components/issues/17221) |
| bug fix | **scrolling:** Prevents NaN being returned as firstVisibleIndex. ([#21505](https://github.com/angular/components/issues/21505)) ([8875221](https://github.com/angular/components/commit/8875221)) |
| bug fix | **scrolling:** virtual scroll not picking up trackBy function when items come in after init ([#21335](https://github.com/angular/components/issues/21335)) ([2a6862d](https://github.com/angular/components/commit/2a6862d)), closes [#21281](https://github.com/angular/components/issues/21281) |
| bug fix | **tree:** add missing generic types to trackBy Fixes ([#21364](https://github.com/angular/components/issues/21364)) ([#21421](https://github.com/angular/components/issues/21421)) ([6318d11](https://github.com/angular/components/commit/6318d11)) |
| bug fix | **tree:** add missing generic types to trackBy ([#21421](https://github.com/angular/components/issues/21421)) ([6318d11](https://github.com/angular/components/commit/6318d11)), closes [#21364](https://github.com/angular/components/issues/21364) |

### material

Expand Down