Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 917 Bytes

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 917 Bytes

Changelog

0.5.3

0.5.2

0.5.1

  • Added default param value for scrollVertical #18 (corrspt)

0.5.0

  • Abstract scrolling logic into service #15 (lolmaus)

0.4.0

  • Provide optional offset parameter.

    You might want to use this if you have a fixed position header and need to pad out the scroll. Negative and positive values are accepted.

    For example:

    {{#scroll-to href='#my-element' offset=-50}}
      My Element
    {{/scroll-to}}