Skip to content

Commit 63c5bb7

Browse files
Add CHANGELOG entry for scrollIntoView (#64)
1 parent ba59175 commit 63c5bb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Breaking changes:
1515
New features:
1616
- `AttrName`, `ClassName`, and `PropName` types have been added, migrated from [web-html](https://github.com/purescript-web/purescript-web-html). (#58 by @nsaunders)
1717
- A new `ElementId` type, representing the value of an `id` property/attribute, has been added. (#58 by @nsaunders)
18+
- `scrollIntoView` and `scrollIntoViewWithOptions` (with typed `ScrollBehavior` and `ScrollLogicalPosition`) have been added. (#64 by @i-am-the-slime)
1819

1920
Bugfixes:
2021

0 commit comments

Comments
 (0)