Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 644 Bytes

CHANGELOG.md

File metadata and controls

21 lines (14 loc) · 644 Bytes

0.3.0

  • feat: allow updating the target of a programmatic scroll animation
  • feat: implement scrolling using arrows or pg-up/down keys
  • feat: update scroll target when scrollable changes dimensions
  • feat: implement a primary scroll controller wrapper for convenience
  • docs: make the example code in README more exhaustive

0.2.0

  • fix: settle scroll position when the animation is done
  • feat: implement programmatic scrolls with automatic animation parameters

0.1.1

  • fix: don't report scroll direction change when velocity is zero
  • docs: add an example with diagnostic output to aid in debugging

0.1.0

  • Initial release