Skip to content

Commit 9d4db76

Browse files
authored
feat(changelog): trigger a major release on next (#204)
BREAKING CHANGE: this is just to make semantic release bump the release up to v2
1 parent 5424fe6 commit 9d4db76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to
1313
* Support for `behavior`, `block` and `inline` options, from [the spec](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView).
1414
* `scrollMode: "if-needed" | "always"` to control the `if-needed` behavior, based on [the csswg proposal to the spec](https://github.com/w3c/csswg-drafts/pull/1805).
1515

16+
### Removed
17+
18+
* `centerIfNeeded`, use `scrollMode: "if-needed", block: "center"` instead.
19+
* `duration` to trigger animation, use [`smooth-scroll-into-view-if-needed`](https://github.com/stipsan/smooth-scroll-into-view-if-needed) instead.
20+
* `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+
1622
## [1.5.0] - 2018-02-25
1723

1824
### Added

0 commit comments

Comments
 (0)