Skip to content

Releases: scroll-into-view/compute-scroll-into-view

v1.0.11

07 Oct 12:19
fe9a051
Compare
Choose a tag to compare

1.0.11 (2018-10-07)

Bug Fixes

  • nearest: target that matches the scrolling frame height should scroll (#141) (fe9a051)

v1.0.10

06 Oct 22:47
7fe2ce9
Compare
Choose a tag to compare

1.0.10 (2018-10-06)

Bug Fixes

  • TypeScript: Allow boundary to be null (#139) (7fe2ce9)

v1.0.9

04 Oct 20:38
dc49693
Compare
Choose a tag to compare

1.0.9 (2018-10-04)

Bug Fixes

  • Remove side-effects property in package.json (#136) (dc49693)

v1.0.8

14 Aug 16:30
28c9982
Compare
Choose a tag to compare

1.0.8 (2018-08-14)

Bug Fixes

  • Temporarily dropping shadow dom support as it breaks with anchor elements (#76) (28c9982)

v1.0.7

21 Jul 22:50
3f9a7a3
Compare
Choose a tag to compare

1.0.7 (2018-07-21)

Bug Fixes

v1.0.6

21 Jul 19:46
ba3313c
Compare
Choose a tag to compare

1.0.6 (2018-07-21)

Bug Fixes

  • body only counts as scrollable if documentElement is scrollable (#34) (ba3313c)

v1.0.5

18 Jul 21:04
39c8888
Compare
Choose a tag to compare

1.0.5 (2018-07-18)

Bug Fixes

  • coordinates: never return negative scroll positions (#28) (39c8888)

v1.0.4

18 Jul 15:57
ca098c1
Compare
Choose a tag to compare

1.0.4 (2018-07-18)

Bug Fixes

  • scrollMode: if-needed: cover more edge cases (#27) (ca098c1)

v1.0.3

17 Jul 22:40
9d80bbf
Compare
Choose a tag to compare

1.0.3 (2018-07-17)

Bug Fixes

  • scrollMode: if-needed: horizontal edge cases (#24) (9d80bbf), closes #17

v1.0.2

05 Jul 19:22
36348d0
Compare
Choose a tag to compare

1.0.2 (2018-07-05)

Bug Fixes

  • if-needed: scrollTop edge case on subframe (#6) (36348d0)