Skip to content

Commit

Permalink
fix(nearest): target that matches the scrolling frame height should s…
Browse files Browse the repository at this point in the history
…croll (#473)

Fixes #432
  • Loading branch information
stipsan authored Oct 7, 2018
1 parent a9ddb25 commit 8b70cc6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typecheck": "tsc --noEmit && tsc --noEmit -p tests/typescript"
},
"dependencies": {
"compute-scroll-into-view": "1.0.10"
"compute-scroll-into-view": "1.0.11"
},
"devDependencies": {
"@babel/cli": "7.1.2",
Expand Down
8 changes: 4 additions & 4 deletions tests/web-platform/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -632,10 +632,10 @@ compression@^1.6.2:
safe-buffer "5.1.1"
vary "~1.1.2"

[email protected].7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.7.tgz#ad8dbe51093c31d60cf6c2df497b2c077bd9e7d2"
integrity sha512-nGckrnlp17cHgh9OOi9s83lfWAlBvCQkj4ycexoIokbAxRicMYnYAxBtZ/zKtvFydrshhy2RBT352QGemT6rfQ==
[email protected].11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.11.tgz#7ff0a57f9aeda6314132d8994cce7aeca794fecf"
integrity sha512-uUnglJowSe0IPmWOdDtrlHXof5CTIJitfJEyITHBW6zDVOGu9Pjk5puaLM73SLcwak0L4hEjO7Td88/a6P5i7A==

[email protected]:
version "0.0.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1676,10 +1676,10 @@ component-emitter@^1.2.1:
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6"
integrity sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=

[email protected].10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.10.tgz#27fd2165fda2eef328baa749cb3f363af95d2bf3"
integrity sha512-rJgGASv7YtK9BAKy1JNdYdY+LNNk3OdfpPd5ysjHQG+xHOEcb+Cb43DXqqDdpA4D1Xx28pIEL5H1jS6LhR7BVw==
[email protected].11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.11.tgz#7ff0a57f9aeda6314132d8994cce7aeca794fecf"
integrity sha512-uUnglJowSe0IPmWOdDtrlHXof5CTIJitfJEyITHBW6zDVOGu9Pjk5puaLM73SLcwak0L4hEjO7Td88/a6P5i7A==

[email protected]:
version "0.0.1"
Expand Down

0 comments on commit 8b70cc6

Please sign in to comment.