[dart:html] Add Element.scrollIntoViewIfNeeded to CHANGELOG

Change-Id: Ic7c2b3cffa62b66d5c66713958e3626fa67e1945
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/231331
Auto-Submit: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Srujan Gaddam 2022-02-02 22:08:35 +00:00 committed by Commit Bot
parent 0ec4c3a1b5
commit f392f31a13

View file

@ -12,6 +12,14 @@
- Add `ref=` and `[]=` methods to the `StructPointer` and `UnionPointer`
extensions. They copy a compound instance into a native memory region.
#### `dart:html`
- Add `scrollIntoViewIfNeeded` to `Element`. Previously, this method was nested
within `scrollIntoView` based on the `ScrollAlignment` value. `scrollIntoView`
is unchanged for now, but users who intend to use the native
`Element.scrollIntoViewIfNeeded` should use the new `scrollIntoViewIfNeeded`
definition instead.
#### `dart:indexed_db`
- `IdbFactory.supportsDatabaseNames` has been deprecated. It will always return