Skip to content

Commit c7ef1a1

Browse files
authored
docs: fix incorrect changelog entries (#21600)
1 parent 6a58161 commit c7ef1a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| 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) |
1313
| 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)) |
1414
| 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) |
15-
| 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)) |
15+
| 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) |
1616
| 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) |
1717
| 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) |
1818
| feature | **scrolling:** update ScrollDispatcher to allow HTMLElement parameters ([#21201](https://github.com/angular/components/issues/21201)) ([ddc2e23e8e0e93b236e2c484ce8fb50b7a98d90e](https://github.com/angular/components/commit/ddc2e23e8e0e93b236e2c484ce8fb50b7a98d90e)) |
@@ -120,7 +120,7 @@
120120
| 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) |
121121
| 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)) |
122122
| 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) |
123-
| 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)) |
123+
| 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) |
124124

125125
### material
126126

0 commit comments

Comments
 (0)