diff --git a/CHANGELOG.md b/CHANGELOG.md index aebdab3f3e5a..4bcd715fcd5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) | @@ -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