Skip to content

Commit 8530621

Browse files
authored
feat(changelog): attempt to fix semantic-release (#205)
1 parent 9d4db76 commit 8530621

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to
1818
* `centerIfNeeded`, use `scrollMode: "if-needed", block: "center"` instead.
1919
* `duration` to trigger animation, use [`smooth-scroll-into-view-if-needed`](https://github.com/stipsan/smooth-scroll-into-view-if-needed) instead.
2020
* `handleScroll(parent, {scrollLeft, scrollTop}, options)`, use `behavior: function(actions)` instead, where `actions` is an array of `{el, top, left}` allowing you to scroll everything in parallel or in a sequence, it's up to you.
21+
* `offset`, use wrapper elements and CSS like padding or margins instead.
2122

2223
## [1.5.0] - 2018-02-25
2324

0 commit comments

Comments
 (0)