Skip to content

Commit 8b70cc6

Browse files
authored
fix(nearest): target that matches the scrolling frame height should scroll (#473)
Fixes #432
1 parent a9ddb25 commit 8b70cc6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typecheck": "tsc --noEmit && tsc --noEmit -p tests/typescript"
3333
},
3434
"dependencies": {
35-
"compute-scroll-into-view": "1.0.10"
35+
"compute-scroll-into-view": "1.0.11"
3636
},
3737
"devDependencies": {
3838
"@babel/cli": "7.1.2",

tests/web-platform/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -632,10 +632,10 @@ compression@^1.6.2:
632632
safe-buffer "5.1.1"
633633
vary "~1.1.2"
634634

635-
636-
version "1.0.7"
637-
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.7.tgz#ad8dbe51093c31d60cf6c2df497b2c077bd9e7d2"
638-
integrity sha512-nGckrnlp17cHgh9OOi9s83lfWAlBvCQkj4ycexoIokbAxRicMYnYAxBtZ/zKtvFydrshhy2RBT352QGemT6rfQ==
635+
636+
version "1.0.11"
637+
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.11.tgz#7ff0a57f9aeda6314132d8994cce7aeca794fecf"
638+
integrity sha512-uUnglJowSe0IPmWOdDtrlHXof5CTIJitfJEyITHBW6zDVOGu9Pjk5puaLM73SLcwak0L4hEjO7Td88/a6P5i7A==
639639

640640
641641
version "0.0.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,10 +1676,10 @@ component-emitter@^1.2.1:
16761676
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6"
16771677
integrity sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=
16781678

1679-
1680-
version "1.0.10"
1681-
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.10.tgz#27fd2165fda2eef328baa749cb3f363af95d2bf3"
1682-
integrity sha512-rJgGASv7YtK9BAKy1JNdYdY+LNNk3OdfpPd5ysjHQG+xHOEcb+Cb43DXqqDdpA4D1Xx28pIEL5H1jS6LhR7BVw==
1679+
1680+
version "1.0.11"
1681+
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.11.tgz#7ff0a57f9aeda6314132d8994cce7aeca794fecf"
1682+
integrity sha512-uUnglJowSe0IPmWOdDtrlHXof5CTIJitfJEyITHBW6zDVOGu9Pjk5puaLM73SLcwak0L4hEjO7Td88/a6P5i7A==
16831683

16841684
16851685
version "0.0.1"

0 commit comments

Comments
 (0)